summaryrefslogtreecommitdiff
path: root/source3/nmbd
AgeCommit message (Expand)AuthorFilesLines
2000-03-27fixed the hanlding of recursion desired when sending packets fromAndrew Tridgell1-23/+22
2000-03-27rename static reload_services function to reload_nmbd_services becauseLuke Leighton1-6/+6
2000-03-26when doing a "secure nbns" wack response and check with owner for aAndrew Tridgell1-1/+4
2000-03-26merge from tng ...Andrew Tridgell1-1/+1
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-2/+2
2000-02-22richard got the short request for GETDC right (hooray!) win9x _and_ ntLuke Leighton1-11/+24
2000-01-28Modified auto alignment of ud[] struct on stack to be declared as anJeremy Allison2-4/+4
2000-01-07this looks like a big commit, but it isn't really :)Andrew Tridgell15-63/+38
2000-01-05implemented talloc() as described on samba-technical. This fixes theAndrew Tridgell1-0/+3
2000-01-03added suppport for unexpected udp/138 packetsAndrew Tridgell1-9/+12
2000-01-03got rid of mem_manAndrew Tridgell1-2/+0
2000-01-03added the unexpected packet database (unexpected.tdb)Andrew Tridgell2-1/+7
2000-01-02- added tdb_flags option to tdb_open()Andrew Tridgell2-16/+4
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell22-261/+484
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