summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
1998-11-02client/client.c: Patch to tidy up file size output.Jeremy Allison1-4/+1
1998-11-02removed comment line at end of fileLuke Leighton1-2/+4
1998-10-31took out Lukes change as it breaks domain logons for Win95 clientsAndrew Tridgell1-4/+0
1998-10-22Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1-1/+1
1998-10-22Minor change.Christopher R. Hertel1-1/+1
1998-10-22Another cosmetic change.Christopher R. Hertel1-2/+8
1998-10-21Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1-59/+151
1998-10-21fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1-0/+6
1998-10-05get type of callback rightAndrew Tridgell1-1/+1
1998-09-29Missed one removed multi-statement line. Grrr.Jeremy Allison1-0/+1
1998-09-29Fixed bug introduced by me in dead code elimination.Jeremy Allison1-22/+44
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-1/+0
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison6-41/+9
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-1/+0
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison2-2/+2
1998-09-25added rpcclient programLuke Leighton1-1/+7
1998-09-21replace getpass() with getsmbpass() if getsmbpass.c compilesAlexandre Oliva1-1/+1
1998-09-21major autoconf clean-upAlexandre Oliva1-0/+1
1998-09-18oops ... I got the filenames wrong in my cleanup of the wins databaseAndrew Tridgell1-1/+2
1998-09-18nmbd/nmbd_winsserver.c: Fixed printf style warning.Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-1/+1
1998-09-17fixed another potential fork bomb where the wins file becomesAndrew Tridgell2-0/+5
1998-09-17fixed the nmbd fork bomb. It was a silly mistake, asAndrew Tridgell1-0/+3
1998-09-17fixed a typo in my last commitAndrew Tridgell1-1/+1
1998-09-17fixed a potential problem with wins_write_database() child processes.Andrew Tridgell3-13/+13
1998-09-10fixed a bug in the wins database writer that caused the database to beAndrew Tridgell1-3/+11
1998-09-09Copyright notices written to debug logs are now through 1998.Christopher R. Hertel1-1/+1
1998-09-05tridge the destroyer returns!Andrew Tridgell6-168/+10
1998-09-02we are never interested in SIGPIPE so just ignore (block) itAndrew Tridgell1-12/+2
1998-08-31I looked at the refresh issue a bit more and discovered that SambaAndrew Tridgell1-3/+4
1998-08-31minor fixes to the DMB<->DMB sync code. We now get the dmb name fromAndrew Tridgell1-5/+10
1998-08-31I realised that my DMB<->DMB sync code has the property that theAndrew Tridgell2-2/+20
1998-08-31set a maximum name refresh time of 20 minutes.Andrew Tridgell2-3/+3
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