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