summaryrefslogtreecommitdiffstats
path: root/source/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-174-6/+6
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-1419-150/+150
* client/client.c: Patch to tidy up file size output.Jeremy Allison1998-11-021-4/+1
* removed comment line at end of fileLuke Leighton1998-11-021-2/+4
* took out Lukes change as it breaks domain logons for Win95 clientsAndrew Tridgell1998-10-311-4/+0
* Okay, this is really silly but removing one space from one debug statementChristopher R. Hertel1998-10-221-1/+1
* Minor change.Christopher R. Hertel1998-10-221-1/+1
* Another cosmetic change.Christopher R. Hertel1998-10-221-2/+8
* Changed the debug calls to use the newer debug macros. This allowed me toChristopher R. Hertel1998-10-211-59/+151
* fixing smbd encrypted rpcs (data lens, alloc hints, sequence nums argh).Luke Leighton1998-10-211-0/+6
* get type of callback rightAndrew Tridgell1998-10-051-1/+1
* 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