summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
1998-06-09Fixed compile problem after make proto.Jeremy Allison1-3/+2
1998-06-09This is a first step toward moving long namelists into a database. IChristopher R. Hertel11-222/+292
1998-06-08Added code to add the Samba names onto the remote_broadcast subnet,Jeremy Allison2-5/+11
1998-06-08Cosmetic. Added a cast to (void) to a call to add_name_to_subnet() sinceChristopher R. Hertel1-5/+5
1998-05-19Forgot to add the initialize_password_db() call to nmbd also.Jeremy Allison1-0/+3
1998-05-18chgpasswd.c: Changed back to getsmb... from getsam...Jeremy Allison1-1/+1
1998-05-12includes.h: SunOS doesn't have strcasecmp, solaris versions prior to 2.6 don'tJeremy Allison1-1/+1
1998-05-12This is a security audit change of the main source.Jeremy Allison9-35/+35
1998-05-11changed to use slprintf() instead of sprintf() just aboutAndrew Tridgell2-9/+9
1998-05-07created "passdb.c" which is an interface point to (at present) eitherLuke Leighton1-1/+1
1998-05-05genrand.c: SGI compile warning fix.Jeremy Allison3-3/+3
1998-04-25This looks like a big change but really isn't.Jeremy Allison16-139/+135
1998-04-20Fixed bug that John found in WINS server code. When nmbd as a WINSJeremy Allison3-9/+99
1998-04-15ipc.c: Fix for printer queue spinning with Win95.Jeremy Allison1-0/+2
1998-04-14Modified interfaces to getting smb password entries fromJeremy Allison1-1/+1
1998-04-13Changes to allow Samba to be compiled with -Wstrict-prototypesJeremy Allison7-13/+13
1998-04-02We were missing a case switch in announcement processing - weJeremy Allison1-0/+17
1998-03-16Adding the same change as was added to 1.9.18 branch to add theJeremy Allison2-74/+10
1998-03-14added the ability to start/stop the server from SWAT.Andrew Tridgell1-36/+3
1998-03-14another makeover of loadparm to support new stuff in swat andAndrew Tridgell1-1/+1
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison3-5/+14
1998-03-03Change the multibyte character set support so thatJeremy Allison2-1/+24
1998-02-26Makefile, password.c, includes.h: Added KRB4 patches from Johan Hedin <johanh...Jeremy Allison1-1/+16
1998-02-26Code to work around a bug in FTP OnNet software NBT implementation.Jeremy Allison1-0/+16
1998-02-24Fixed bug reported by Janne.Harju@nmp.nokia.com. When used in broadcastJeremy Allison2-7/+35
1998-02-24Fixed bug where second response message was being printed with theJeremy Allison1-1/+1
1998-02-24nmbd_incomingdgrams.c: Fix for typo.Jeremy Allison2-3/+3
1998-02-20nmbd_packets.c: nmbd_subnetdb.c: Patch from Andrey Alekseyev <fetch@muffin.ar...Jeremy Allison2-2/+30
1998-02-12make the initial logfile names consistent. This should mean that smbdAndrew Tridgell1-1/+1
1998-01-29Makefile: Fix for OSF1 typo.Jeremy Allison4-2/+52
1998-01-23nmbd.c, server.c: Added #ifndef MEM_MAN around code that sets the SIGUSR1Jeremy Allison1-0/+4
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison26-69/+69
1998-01-21Fixed send_mailslot code where src_type was always being set to zero.Jeremy Allison1-1/+1
1998-01-20Fixed bug found by Bernhard Laeser where we are announcing to the wrongJeremy Allison1-1/+1
1998-01-09docs/Support.txt: Removed consultant.Jeremy Allison3-12/+24
1998-01-07includes.h: Added FreeBSD 3.x fixes. Added HPUX10.x fixes.Jeremy Allison3-9/+8
1998-01-03added timestrings to become and unbecome domain/local master browserHerb Lewis2-12/+13
1997-12-26fixed another couple of minor type errors (they could cause incorrectAndrew Tridgell1-4/+4
1997-12-26fixed a couple of illegal uses of scanf() in the nmbd wins code. TheyAndrew Tridgell1-6/+6
1997-12-26use _exit to exit a childAndrew Tridgell1-6/+2
1997-12-24This is actually Jeremy, working as Herb :-).Herb Lewis1-0/+22
1997-12-24Added SIGUSR1/SIGUSR2 handling.Jeremy Allison2-3/+37
1997-12-24nmbd_elections.c: Added new parameter to dump_workgroups call.Jeremy Allison4-56/+116
1997-12-24Finally added the code Andrew wanted that will allow a Samba domainJeremy Allison3-1/+211
1997-12-23architecture.doc: Re-added since I lost it (sorry Dan :-).Jeremy Allison2-2/+2
1997-12-18kanji.h: Fixed problems with re-definitions of strchr and others on AIX.Jeremy Allison1-2/+4
1997-12-16WHATSNEW.txt - updated for 1.9.18alpha13.Jeremy Allison1-0/+6
1997-12-16Added Lanman announce patch from Jacco de Leeuw <leeuw@wins.uva.nl>.Jeremy Allison6-13/+341
1997-12-16nmbd_incomingdgrams.c: Fix bug with Syntax 5.1 servers reported by SGI whereJeremy Allison4-5/+72
1997-12-14allow name_type 0x20 as well as name_type 0x0 in dns proxyingAndrew Tridgell1-1/+2