summaryrefslogtreecommitdiffstats
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* added ignore rules for the dummy filesAndrew Tridgell1998-08-091-0/+1
* these dummy files are needed for autoconf processingAndrew Tridgell1998-08-091-0/+0
* More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel1998-08-033-14/+22
* One more minor change to the format of a DEBUG message. I broke up aChristopher R. Hertel1998-08-031-4/+9
* I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel1998-08-035-18/+47
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-312-21/+46
* merge from the autoconf2 branch to the main branchAndrew Tridgell1998-07-292-14/+12
* chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1998-07-271-1/+1
* Cleaned up some testing code and made it more "permanent" looking. TheChristopher R. Hertel1998-07-251-38/+32
* Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel1998-07-242-124/+161
* loadparm.c:Jeremy Allison1998-07-141-1/+1
* chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1998-07-021-2/+2
* nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison1998-06-293-4/+22
* Added code to do elections when told to do so.Jeremy Allison1998-06-271-2/+9
* nisppass.c: Fixed incorrect parameter usage.Jeremy Allison1998-06-277-45/+122
* clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1998-06-251-12/+22
* The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel1998-06-236-21/+24
* I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel1998-06-105-181/+229
* Fixed compile problem after make proto.Jeremy Allison1998-06-091-3/+2
* This is a first step toward moving long namelists into a database. IChristopher R. Hertel1998-06-0911-222/+292
* Added code to add the Samba names onto the remote_broadcast subnet,Jeremy Allison1998-06-082-5/+11
* Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() sinceChristopher R. Hertel1998-06-081-5/+5
* Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1998-05-191-0/+3
* chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1998-05-181-1/+1
* includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1998-05-121-1/+1
* This is a security audit change of the main source.Jeremy Allison1998-05-129-35/+35
* changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell1998-05-112-9/+9
* created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1998-05-071-1/+1
* genrand.c: SGI compile warning fix.Jeremy Allison1998-05-053-3/+3
* This looks like a big change but really isn't.Jeremy Allison1998-04-2516-139/+135
* Fixed bug that John found in WINS server code. When nmbd as a WINSJeremy Allison1998-04-203-9/+99
* ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1998-04-151-0/+2
* Modified interfaces to getting smb password entries fromJeremy Allison1998-04-141-1/+1
* Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison1998-04-137-13/+13
* We were missing a case switch in announcement processing - weJeremy Allison1998-04-021-0/+17
* Adding the same change as was added to 1.9.18 branch to add theJeremy Allison1998-03-162-74/+10
* 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
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-113-5/+14
* Change the multibyte character set support so thatJeremy Allison1998-03-032-1/+24
* Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh...Jeremy Allison1998-02-261-1/+16
* Code to work around a bug in FTP OnNet software NBT implementation.Jeremy Allison1998-02-261-0/+16
* Fixed bug reported by Janne.Harju@nmp.nokia.com. When used in broadcastJeremy Allison1998-02-242-7/+35
* Fixed bug where second response message was being printed with theJeremy Allison1998-02-241-1/+1
* nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison1998-02-242-3/+3
* nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison1998-02-202-2/+30
* make the initial logfile names consistent. This should mean that smbdAndrew Tridgell1998-02-121-1/+1
* Makefile: Fix for OSF1 typo.Jeremy Allison1998-01-294-2/+52
* 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-2226-69/+69