Displaying 3 results from an estimated 3 matches for "rparam_len".
2002 Mar 15
0
logon home with ldap under win98
...ome_dir)); 
+      if ( strlen(sampass->home_dir) != 0 )
+        pstrcpy(logon_home,sampass->home_dir);
+      else
+        logon_home_frompassdb = False;
+      pdb_free_sam(sampass);
+     }
+ 
+     /*  end of test area */
+     /***********************************************/
+ 
      *rparam_len = 6;
      *rparam = REALLOC(*rparam,*rparam_len);
  
***************
*** 2521,2527 ****
--- 2548,2559 ----
  		SIVAL(p,usri11_auth_flags,AF_OP_PRINT);		/* auth flags */
  		SIVALS(p,usri11_password_age,-1);		/* password age */
  		SIVAL(p,usri11_homedir,PTR_DIFF(p2,p)); /* home dir */
+ 		/* MS: t...
2004 Nov 10
1
Samba 3.0.8 breaks all printing from Windows 98
We have small panic here as we've just put samba 3.0.8 up to fix the DoS 
attack but all printing from Windows 98 has now broken.  Printing from 
Windows XP is still working fine.
We're running on Fedora 2 using LPRng.  Everything was working fine under 
3.0.7 and no changes to the OS or the config files was made.  Samba was 
upgraded to 3.0.8 using the configure line from the 3.0.7
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
...c6040, 
    num_words=num_words at entry=10 '\n', num_bytes=num_bytes at entry=4294966797)
    at ../source3/smbd/process.c:1314
#7  0x00007f6cb516a7ee in send_trans_reply (conn=conn at entry=0x7f6cb69cb620, 
    req=req at entry=0x7f6cb69c6040, rparam=0x7f6cb69d1f60 "", 
    rparam_len=<optimized out>, rdata=0x7f6cb69d0f50 "ATOM", 
    rdata_len=<optimized out>,
buffer_too_large=buffer_too_large at entry=false)
    at ../source3/smbd/ipc.c:121
#8  0x00007f6cb5179a97 in api_reply (conn=conn at entry=0x7f6cb69cb620, 
    vuid=vuid at entry=31545, req=req a...