summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Missed one removed multi-statement line. Grrr.Jeremy Allison1998-09-291-0/+1
* Fixed bug introduced by me in dead code elimination.Jeremy Allison1998-09-291-22/+44
* get away with dummy and .dummy filesAlexandre Oliva1998-09-291-1/+0
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-286-41/+9
* automated generation of .dummy files for each subdirectory;Alexandre Oliva1998-09-281-1/+0
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-252-2/+2
* added rpcclient programLuke Leighton1998-09-251-1/+7
* replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1998-09-211-1/+1
* major autoconf clean-upAlexandre Oliva1998-09-211-0/+1
* oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1998-09-181-1/+2
* nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1998-09-181-1/+1
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-1/+1
* fixed another potential fork bomb where the wins file becomesAndrew Tridgell1998-09-172-0/+5
* fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1998-09-171-0/+3
* fixed a typo in my last commitAndrew Tridgell1998-09-171-1/+1
* fixed a potential problem with wins_write_database() child processes.Andrew Tridgell1998-09-173-13/+13
* fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1998-09-101-3/+11
* Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1998-09-091-1/+1
* tridge the destroyer returns!Andrew Tridgell1998-09-056-168/+10
* 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