summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* ipc.c: Fix bug where we don't return the correct error code when clientJeremy Allison1998-06-031-82/+258
* loadparm.c: Added machine password timeout parameter - set to 7 days be default.Jeremy Allison1998-05-271-0/+47
* Abstracted all the crappy password interfaces through an indirectJeremy Allison1998-05-181-0/+3
* resolving compilation errorsLuke Leighton1998-05-181-1/+1
* passdb.cJeremy Allison1998-05-141-181/+2
* namequery.c: Fixed SGI IRIX 5.x compiler problem.Jeremy Allison1998-05-141-2/+191
* This is a security audit change of the main source.Jeremy Allison1998-05-121-28/+28
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-4/+4
* This should (hopefully :-) be the final fix for the %U %G substitutionJeremy Allison1998-05-071-22/+28
* 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-061-6/+11
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-051-2/+1
* Makefile: Added files to smbpasswd.c.Jeremy Allison1998-04-291-0/+16
* This is the checkin that adds the security=domain functionality.Jeremy Allison1998-04-291-4/+0
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-4/+4
* genrand.c: Improved generation of random values, more secure.Jeremy Allison1998-04-221-0/+4
* Makefile: Added genrand.oJeremy Allison1998-04-201-0/+2
* Changes include:Christopher R. Hertel1998-04-131-3/+3
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-8/+8
* 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
* 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
* 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-311-1/+1
* 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
* Fix for client generated core-dump bug where offset to readrawJeremy Allison1998-03-271-1/+2
* Finally made OS/2 WP fix the default.Jeremy Allison1998-03-191-1/+1
* this isn't a big commit, it just looks like it :-)Andrew Tridgell1998-03-171-3/+5
* - claim the null connection after the session request to mak sure weAndrew Tridgell1998-03-151-4/+0
* - added the ability to kill off individual connections from SWAT (fromAndrew Tridgell1998-03-151-181/+5
* added the ability to start/stop the server from SWAT.Andrew Tridgell1998-03-141-33/+3
* another makeover of loadparm to support new stuff in swat andAndrew Tridgell1998-03-141-1/+1
* move setup_groups() into password.c so that swat can link withoutAndrew Tridgell1998-03-121-83/+0
* report the max size of raw reads as 65536 not 65535 (this now matchesAndrew Tridgell1998-03-121-1/+1
* Missed fixes in NTDOM branch for doing readX via pipe IPC$.Jeremy Allison1998-03-111-1/+1
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-3/+1
* Removed broken change I made to mangle.c (ooops. Andrew's originalJeremy Allison1998-03-041-8/+3
* Adding Korean and Traditional Chinese codepage support.Jeremy Allison1998-03-041-0/+4
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-201-0/+9
* make the initial logfile names consistent. This should mean that smbdAndrew Tridgell1998-02-121-0/+2
* Makefile: Added AIX 3.2.5.Jeremy Allison1998-02-111-1/+1
* A small raft of changes, I will sync up with 1.9.18 also.Jeremy Allison1998-02-071-3/+5
* server.c: Added fix where, if all the file entries are beingJeremy Allison1998-01-311-1/+57
* nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1Jeremy Allison1998-01-231-0/+5
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* printing.c: Bug fix for lpng reporting.Jeremy Allison1998-01-221-39/+67
* charcnv.c: Added codepage 866 support onto the file system. PatchJeremy Allison1998-01-171-0/+7
* reply.c:Jeremy Allison1998-01-161-12/+32