summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1998-05-12This is a security audit change of the main source.Jeremy Allison11-193/+193
1998-05-11reply.c: Added code to not overwrite sesssetup_user when in share level securityJeremy Allison1-1/+8
1998-05-11ldap back-end database developmentLuke Leighton1-6/+6
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell6-20/+20
1998-05-10Updated OSF1_ENH_SEC mode password handling.John Terpstra1-1/+8
1998-05-08clitar.c: #ifdef'ed out all the bits that were giving 'defined but not used'Jeremy Allison1-4/+17
1998-05-08smb.h: Supporting defines for NT trans calls.Jeremy Allison1-4/+8
1998-05-08Initial cut at the code that will do NT SMB calls. Not linked in, notJeremy Allison1-0/+225
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison4-34/+34
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton4-58/+58
1998-05-06Andrew redefines the free() function to do some memory management testing.Christopher R. Hertel1-1/+19
1998-05-06smbpass.c: Fixed machine_passwd_lock() problems.Jeremy Allison1-5/+4
1998-05-06loadparm.c: Added #ifdef USE_LDAP around ldap code.Jeremy Allison1-7/+16
1998-05-06Fixes for the %U and %G problems people have reported.Jeremy Allison6-18/+30
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison4-17/+18
1998-04-30Added patch from Bruce Tenison <btenison@dibbs.net> to allow encryptedJeremy Allison3-4/+38
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-0/+16
1998-04-29clientgen.c: Fixed null session setup bug.Jeremy Allison1-5/+13
1998-04-29password.c:Luke Leighton1-0/+4
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison3-29/+78
1998-04-25This looks like a big change but really isn't.Jeremy Allison5-28/+26
1998-04-23Makefile: Added nterr.c into the mix.Jeremy Allison1-0/+13
1998-04-23clientgen.c: Added rap error codes to cli_error, moved from smbpasswd.cJeremy Allison1-54/+161
1998-04-23genrand.c: Changed SMB_PASSWD_FILE to lp_smb_passwd_file().Jeremy Allison2-54/+128
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison3-4/+51
1998-04-21put server-side long dce/rpc code in main branch.Luke Leighton1-6/+6
1998-04-21Added cli_ulogoff() calls to all the exit code paths in security=server.Jeremy Allison1-0/+5
1998-04-21clientgen.c: Added cli_ulogoff() call.Jeremy Allison1-0/+1
1998-04-20Added 'passwd chat debug' parameter to allow admins to debug theirJeremy Allison1-6/+4
1998-04-20Makefile: Added genrand.oJeremy Allison2-0/+12
1998-04-16reply.c: Fix bugs where debug statements were accessing the fd_ptr structJeremy Allison1-6/+6
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1-1/+2
1998-04-14Modified interfaces to getting smb password entries fromJeremy Allison3-8/+8
1998-04-13Fixed aggregate initializer problem for gcc.Jeremy Allison1-1/+1
1998-04-13Changes include:Christopher R. Hertel3-415/+700
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison6-87/+84
1998-04-13fixed a memory leak in close_file(). Each time a file was openedAndrew Tridgell1-1/+7
1998-04-12support O_SYNC at open time in files (previously we only supported itAndrew Tridgell1-0/+4
1998-04-10includes.h: Moved HPUX undefine of SEMMSL to where it actually does something.Jeremy Allison1-0/+3
1998-04-10Fix for [homes] problem with security=share. We were still relyingJeremy Allison1-5/+19
1998-04-09Makefile, loadparm.c, server.c, smb.h, util.c: Patch fromJeremy Allison1-7/+7
1998-04-09Added const cast to struct args to get rid of compile time warning.John Terpstra1-1/+1
1998-04-08Fix to stop Windows 95 spinning on print queue requests when itJeremy Allison1-1/+1
1998-04-06loadparm.c: Cause IPC$ comment to be evaluated at runtime, rather thanJeremy Allison1-2/+10
1998-03-31includes.h: Added semaphore fix for HPUX10.xJeremy Allison2-1/+15
1998-03-30Fixed compile-time error introduced by log message change.Jeremy Allison1-8/+19
1998-03-29Added remote machine and address to debug message in make_connection() function.John Terpstra1-1/+1
1998-03-27chgpasswd.c, ipc.c, loadparm.c: Added boolean "unix password sync"Jeremy Allison2-19/+60
1998-03-27Fix for client generated core-dump bug where offset to readrawJeremy Allison1-1/+2
1998-03-24clientgen.c ipc.c smbpasswd.c: Fixes for warnings (from Herb).Jeremy Allison2-1/+4