summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell1-349/+54
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison1-8/+6
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1-9/+2
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-1/+15
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1-9/+9
1998-07-17Forgot to increase size of files_struct by MAX_OPEN_DIRECTORIES inJeremy Allison1-1/+1
1998-07-17Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1-23/+102
1998-07-16Makefile: Added nttrans.oJeremy Allison1-3/+3
1998-07-14loadparm.c:Jeremy Allison1-88/+88
1998-07-11nttrans.c: More NT SMB stuff.Jeremy Allison1-3/+16
1998-07-10Fix for bug PR#8294 reported by <detlef.lammermann@er.materna.de>Jeremy Allison1-1/+8
1998-07-09Needed fix to SIGHUP handling donated by branko.cibej@hermes.siJeremy Allison1-8/+29
1998-06-16Added SSL support from Christian Starkjohann <cs@obdev.at>Jeremy Allison1-0/+25
1998-06-12ipc.c: map_username is now a BOOL function.Jeremy Allison1-28/+42
1998-06-10Minor changes as I've now discovered gcc -pedantic-errors. ThisJeremy Allison1-2/+1
1998-06-03ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1-82/+258
1998-05-27loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1-0/+47
1998-05-18Abstracted all the crappy password interfaces through an indirectJeremy Allison1-0/+3
1998-05-18resolving compilation errorsLuke Leighton1-1/+1
1998-05-14passdb.cJeremy Allison1-181/+2
1998-05-14namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1-2/+191
1998-05-12This is a security audit change of the main source.Jeremy Allison1-28/+28
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1-4/+4
1998-05-07This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1-22/+28
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 Allison1-6/+11
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison1-2/+1
1998-04-29Makefile: Added files to smbpasswd.c.Jeremy Allison1-0/+16
1998-04-29This is the checkin that adds the security=domain functionality.Jeremy Allison1-4/+0
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-4/+4
1998-04-22genrand.c: Improved generation of random values, more secure.Jeremy Allison1-0/+4
1998-04-20Makefile: Added genrand.oJeremy Allison1-0/+2
1998-04-13Changes include:Christopher R. Hertel1-3/+3
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1-8/+8
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-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-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 Allison1-1/+1
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-27Fix for client generated core-dump bug where offset to readrawJeremy Allison1-1/+2
1998-03-19Finally made OS/2 WP fix the default.Jeremy Allison1-1/+1
1998-03-17this isn't a big commit, it just looks like it :-)Andrew Tridgell1-3/+5
1998-03-15- claim the null connection after the session request to mak sure weAndrew Tridgell1-4/+0
1998-03-15- added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1-181/+5
1998-03-14added the ability to start/stop the server from SWAT.Andrew Tridgell1-33/+3
1998-03-14another makeover of loadparm to support new stuff in swat andAndrew Tridgell1-1/+1
1998-03-12move setup_groups() into password.c so that swat can link withoutAndrew Tridgell1-83/+0