summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
1998-08-31bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell4-16/+16
1998-08-30added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell6-21/+25
1998-08-30a couple of debug linesAndrew Tridgell1-0/+2
1998-08-30finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell3-141/+337
1998-08-30we we have successfully done a query on *<1b> from a wins server andAndrew Tridgell1-7/+25
1998-08-30changed the way that name query records are sorted in replies. TheyAndrew Tridgell2-36/+9
1998-08-30include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1-2/+22
1998-08-30changed the format of the wins.dat file slightly.Andrew Tridgell1-0/+16
1998-08-30added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell9-13/+29
1998-08-29don't exit on a SIGPIPEAndrew Tridgell1-2/+1
1998-08-28This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1-1/+1
1998-08-28nmbd would core dump if a large number of netbios aliases is set. TheAndrew Tridgell1-2/+3
1998-08-21nmbd and smbd had different behavior with respect to log files. nmbd wouldChristopher R. Hertel1-5/+11
1998-08-15configure: Changes for extra headers.Jeremy Allison2-11/+5
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell6-6/+8
1998-08-11Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1-1/+2
1998-08-09added ignore rules for the dummy filesAndrew Tridgell1-0/+1
1998-08-09these dummy files are needed for autoconf processingAndrew Tridgell1-0/+0
1998-08-03More formatting changes. Mostly converted some DEBUG() calls to DEBUGADD()Christopher R. Hertel3-14/+22
1998-08-03One more minor change to the format of a DEBUG message. I broke up aChristopher R. Hertel1-4/+9
1998-08-03I finished removing timestring() calls from DEBUG() messages. Also wentChristopher R. Hertel5-18/+47
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel2-21/+46
1998-07-29merge from the autoconf2 branch to the main branchAndrew Tridgell2-14/+12
1998-07-27chgpasswd.c: Fixed up debug calls to stop crashes if ptsname failed.Jeremy Allison1-1/+1
1998-07-25Cleaned up some testing code and made it more "permanent" looking. TheChristopher R. Hertel1-38/+32
1998-07-24Converted the browser database to a ubi_dLinkList. This should reduce codeChristopher R. Hertel2-124/+161
1998-07-14loadparm.c:Jeremy Allison1-1/+1
1998-07-02chgpasswd.c: Fix from Peter Debus <pdebus@turing.une.edu.au> for Digital UNIXJeremy Allison1-2/+2
1998-06-29nmbd_elections.c: Removed force elections code to bring into line with 1.9.18.Jeremy Allison3-4/+22
1998-06-27Added code to do elections when told to do so.Jeremy Allison1-2/+9
1998-06-27nisppass.c: Fixed incorrect parameter usage.Jeremy Allison7-45/+122
1998-06-25clitar.c: Fixed gcc warning with comment in /* */ code.Jeremy Allison1-12/+22
1998-06-23The function add_name_to_subnet(), in file nmbd_namelistdb.c, returns aChristopher R. Hertel6-21/+24
1998-06-10I've replaced the linked list used to manage the subnet namelists with aChristopher R. Hertel5-181/+229
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