summaryrefslogtreecommitdiffstats
path: root/source3/nmbd
Commit message (Expand)AuthorAgeFilesLines
* Trying to improve DC location & browsing performance for the average userMatthew Chapman1999-04-112-5/+1
* SAMLOGON query - alignment issue is beginning to get to me.Luke Leighton1999-03-171-0/+2
* alignment issue for UDP SAMLOGON response.Luke Leighton1999-03-171-2/+2
* alignment issue in UDP SAMLOGON response.Luke Leighton1999-03-091-3/+6
* mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1999-03-091-51/+4
* oh dear, it's this one again. removed check for MAILSLOT\NTLOGON becauseLuke Leighton1999-03-091-14/+12
* Always null-terminate strings.Matthew Chapman1999-02-151-7/+7
* UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1999-02-121-20/+21
* Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo...Jeremy Allison1998-12-172-9/+27
* oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1998-12-091-1/+1
* need to initialise global_myworkgroupLuke Leighton1998-12-091-0/+5
* removed the SID stuff from the head branch as well.Andrew Tridgell1998-12-092-35/+5
* jean-f spotted race condition on generation of sam sid, from startingLuke Leighton1998-12-031-1/+1
* rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1998-12-011-1/+1
* weekend work. user / group database API.Luke Leighton1998-11-291-14/+15
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-174-6/+6
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-3/+3
* 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