summaryrefslogtreecommitdiffstats
path: root/source/nmbd/nmbd.c
Commit message (Expand)AuthorAgeFilesLines
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-1/+1
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-211-1/+1
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-171-1/+1
* Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-091-1/+1
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-12/+2
* I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1998-08-311-0/+2
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-311-2/+2
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-301-0/+10
* don't exit on a SIGPIPEAndrew Tridgell1998-08-291-2/+1
* nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1998-08-211-5/+11
* configure: Changes for extra headers.Jeremy Allison1998-08-151-8/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-1/+2
* Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1998-08-111-1/+2
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-031-1/+1
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-4/+4
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-291-9/+7
* Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1998-05-191-0/+3
* This is a security audit change of the main source.Jeremy Allison1998-05-121-4/+4
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-111-1/+1
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-16/+16
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-0/+2
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-131-3/+3
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-161-0/+3
* added the ability to start/stop the server from SWAT.Andrew Tridgell1998-03-141-36/+3
* another makeover of loadparm to support new stuff in swat andAndrew Tridgell1998-03-141-1/+1
* Change the multibyte character set support so thatJeremy Allison1998-03-031-0/+3
* make the initial logfile names consistent. This should mean that smbdAndrew Tridgell1998-02-121-1/+1
* nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1Jeremy Allison1998-01-231-0/+4
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-1/+1
* Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1997-12-241-2/+19
* Finally added the code Andrew wanted that will allow a Samba domainJeremy Allison1997-12-241-0/+8
* architecture.doc: Re-added since I lost it (sorry Dan :-).Jeremy Allison1997-12-231-1/+1
* Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison1997-12-161-0/+10
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-131-363/+448
* asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1997-12-021-1/+3
* Added in mods for new smb.conf "remote browse sync" option as posted toJohn Terpstra1997-11-211-0/+1
* auto-create the locks directory on startupAndrew Tridgell1997-11-111-0/+4
* minor async DNS cleanupsAndrew Tridgell1997-11-011-4/+4
* Big change to make nmbd code more readable/understandable.Jeremy Allison1997-10-231-2/+2
* Implemented asynchronous DNS lookups in nmbd.Andrew Tridgell1997-10-221-8/+5
* .cvsignore: Added make_smbcodepageJeremy Allison1997-10-171-10/+19
* added -a "append log" optionAndrew Tridgell1997-10-171-1/+7
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-11/+11
* loadparm.c: Added new netbios aliases parameter (code from Cisco)Samba Release Account1997-07-311-4/+64
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-1/+4
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-2/+2
* Makefile: Added AIX targets from Ole Holm Nielsen <Ole.H.Nielsen@uni-c.dk>Samba Release Account1997-07-081-1/+1
* Makefile: Added quoata changes for Linux from Thorvald NatvigSamba Release Account1997-06-111-11/+13
* namepacket.c: Block SIGTERM correctly - we can only take them at defined poi...Samba Release Account1997-05-311-0/+2
* charcnv.c: Fixed silly bugs detected on IRIX.Samba Release Account1997-05-301-0/+2