summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed send_mailslot code where src_type was always being set to zero.Jeremy Allison1998-01-211-1/+1
* Fixed bug found by Bernhard Laeser where we are announcing to the wrongJeremy Allison1998-01-201-1/+1
* docs/Support.txt: Removed consultant.Jeremy Allison1998-01-093-12/+24
* includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison1998-01-073-9/+8
* added timestrings to become and unbecome domain/local master browserHerb Lewis1998-01-032-12/+13
* fixed another couple of minor type errors (they could cause incorrectAndrew Tridgell1997-12-261-4/+4
* fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1997-12-261-6/+6
* use _exit to exit a childAndrew Tridgell1997-12-261-6/+2
* This is actually Jeremy, working as Herb :-).Herb Lewis1997-12-241-0/+22
* Added SIGUSR1/SIGUSR2 handling.Jeremy Allison1997-12-242-3/+37
* nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison1997-12-244-56/+116
* Finally added the code Andrew wanted that will allow a Samba domainJeremy Allison1997-12-243-1/+211
* architecture.doc: Re-added since I lost it (sorry Dan :-).Jeremy Allison1997-12-232-2/+2
* kanji.h: Fixed problems with re-definitions of strchr and others on AIX.Jeremy Allison1997-12-181-2/+4
* WHATSNEW.txt - updated for 1.9.18alpha13.Jeremy Allison1997-12-161-0/+6
* Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison1997-12-166-13/+341
* nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison1997-12-164-5/+72
* allow name_type 0x20 as well as name_type 0x0 in dns proxyingAndrew Tridgell1997-12-141-1/+2
* This is it ! The mega-merge of the JRA_NMBD_REWRITE branchJeremy Allison1997-12-1326-380/+11318
* catch signals in the async dns daemon and allow it to auto-restart ifAndrew Tridgell1997-12-041-0/+9
* allow for zero size reads in asyncdns. These can happen after a signalAndrew Tridgell1997-12-041-3/+6
* asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1997-12-022-2/+3