summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
1999-12-01more cli_session_setup() calls. what the heck are these doing???Luke Leighton1-1/+1
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton2-8/+19
1999-11-18responses to UDP samquery go back to SERVER<00> not DOMAIN<1c>, theLuke Leighton2-9/+9
1999-11-18added regqueryval command (experimental) to get reg_io_q_info() andLuke Leighton1-0/+2
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-5/+21
1999-08-08Fix for Win95 not being able to find PDC (for User/Server Manager, andMatthew Chapman1-11/+14
1999-04-11Trying to improve DC location & browsing performance for the average userMatthew Chapman2-5/+1
1999-03-17SAMLOGON query - alignment issue is beginning to get to me.Luke Leighton1-0/+2
1999-03-17alignment issue for UDP SAMLOGON response.Luke Leighton1-2/+2
1999-03-09alignment issue in UDP SAMLOGON response.Luke Leighton1-3/+6
1999-03-09mods to allow inter-domain trust accounts to be added to SAM databaseLuke Leighton1-51/+4
1999-03-09oh dear, it's this one again. removed check for MAILSLOT\NTLOGON becauseLuke Leighton1-14/+12
1999-02-15Always null-terminate strings.Matthew Chapman1-7/+7
1999-02-12UNICODE cleanup (see lib/util_unistr.c).Matthew Chapman1-20/+21
1998-12-17Fix bug with nmbd running wild due to recursion in retransmit_or_expire_respo...Jeremy Allison2-9/+27
1998-12-09oops, util_pwdb.c appears to be included in PASSDB_OBJ not LIB_OBJ.Luke Leighton1-1/+1
1998-12-09need to initialise global_myworkgroupLuke Leighton1-0/+5
1998-12-09removed the SID stuff from the head branch as well.Andrew Tridgell2-35/+5
1998-12-03jean-f spotted race condition on generation of sam sid, from startingLuke Leighton1-1/+1
1998-12-01rpc_samr.h parse_samr.c srv_samr.c :Luke Leighton1-1/+1
1998-11-29weekend work. user / group database API.Luke Leighton1-14/+15
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison4-6/+6
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-3/+3
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison19-150/+150
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