summaryrefslogtreecommitdiff
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1998-09-021-12/+2
* I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1998-08-311-3/+4
* minor fixes to the DMB<->DMB sync code. We now get the dmb name fromAndrew Tridgell1998-08-311-5/+10
* I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell1998-08-312-2/+20
* set a maximum name refresh time of 20 minutes.Andrew Tridgell1998-08-312-3/+3
* bounds check next_token() to prevent possible buffer overflowsAndrew Tridgell1998-08-314-16/+16
* added a dest_port parameter to send_mailslot() so we send replies toAndrew Tridgell1998-08-306-21/+25
* a couple of debug linesAndrew Tridgell1998-08-301-0/+2
* finished the asynchronous browse synchronisation code. It even seemsAndrew Tridgell1998-08-303-141/+337
* we we have successfully done a query on *<1b> from a wins server andAndrew Tridgell1998-08-301-7/+25
* changed the way that name query records are sorted in replies. TheyAndrew Tridgell1998-08-302-36/+9
* include our netbios names list and our workgroup in the wins.dat hashAndrew Tridgell1998-08-301-2/+22
* changed the format of the wins.dat file slightly.Andrew Tridgell1998-08-301-0/+16
* added some defensive programming to nmbd. This mostly means zeroingAndrew Tridgell1998-08-309-13/+29
* don't exit on a SIGPIPEAndrew Tridgell1998-08-291-2/+1
* This checking fixes the statcache bug that stopped NetBench from runningJeremy Allison1998-08-281-1/+1
* nmbd would core dump if a large number of netbios aliases is set. TheAndrew Tridgell1998-08-281-2/+3
* 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-152-11/+5
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-146-6/+8
* Quick fix for a small problem. If you run 'nmbd -?' you'd get the usageChristopher R. Hertel1998-08-111-1/+2
* 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