summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1997-10-10added lsa_reply_srv_pwset()Luke Leighton1-66/+96
1997-10-10ipc.c :Luke Leighton2-973/+395
1997-10-10Makefile:Luke Leighton4-71/+1126
1997-10-10nmblookup.c: Added -A ability to do status on ip address.Jeremy Allison1-1/+21
1997-10-09local.h: Fix spelling mistake :-).Jeremy Allison3-4/+11
1997-10-09added #ifdef NTDOMAIN. added call to api_ntLsarpc instead of api_LsarpcLuke Leighton2-981/+7
1997-10-09pipes.c:Luke Leighton1-82/+1093
1997-10-09credentials.c:Luke Leighton1-1/+189
1997-10-09bracket some macrosAndrew Tridgell2-5/+9
1997-10-08Put in fix for read-prediction extending files bug. Hard to test, can'tJeremy Allison1-13/+26
1997-10-08added a dummy function (space in front so make proto doesn't pick it up)Luke Leighton1-1008/+20
1997-10-08Makefile: Split definitions for SGI4,5,6.Jeremy Allison3-4/+165
1997-10-08added api_lsa_lookup_sids() functionLuke Leighton1-3/+1071
1997-10-08loadparm.c proto.h:Luke Leighton1-2/+138
1997-10-08updating lsaparse.c and smbparse.c in line with changes to pipes.c and smb.hLuke Leighton1-4/+0
1997-10-08ipc.c: Added ERROR_MORE_DATA error if client buffer too small.Jeremy Allison2-3/+12
1997-10-07locking.c: Added fix for race condition in slow share mode code.Jeremy Allison2-0/+33
1997-10-07pipes.c:Luke Leighton1-18/+182
1997-10-07pipes.c:Luke Leighton1-1/+237
1997-10-06client.c: Changed shadowed variable.Jeremy Allison2-31/+1
1997-10-04fix some "shadows global" errors.Andrew Tridgell1-4/+4
1997-10-04Race condition with multiple oplock break requests happensJeremy Allison1-3/+2
1997-10-03locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison3-62/+63
1997-10-03add "static" to a couple of functions that are only used locally.Andrew Tridgell1-7/+6
1997-10-03proto.h: Updated.Jeremy Allison2-29/+47
1997-10-02change a debug level in reply.cAndrew Tridgell2-2/+2
1997-10-02Added debug message for oplock_break().Jeremy Allison1-1/+7
1997-10-02change the semantics of hosts allow/hosts deny so that a globalAndrew Tridgell1-4/+19
1997-10-02Modified some debug messages, moved from 5 -> 8.Jeremy Allison1-8/+8
1997-10-02Fixed problem with oplock_type being set with no port.Jeremy Allison1-2/+10
1997-10-01OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!Jeremy Allison2-30/+226
1997-09-30dir.c: more pstrcpys.Jeremy Allison4-97/+421
1997-09-26Fixed you're -> your text that some pedant complained about :-).Jeremy Allison1-1/+1
1997-09-26Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison4-119/+195
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison10-139/+181
1997-09-25Makefile: Removed earlier errors.Jeremy Allison1-58/+65
1997-09-23Checkin to sync up oplock development code so that NTJeremy Allison3-91/+219
1997-09-18added some debug stuffAndrew Tridgell1-51/+64
1997-09-17JHT ===> Changed behaviour of logon script processing so that all macrosJohn Terpstra1-1/+9
1997-09-17Added 'delete veto files' paremeter. Ugly - but the onlyJeremy Allison1-1/+66
1997-09-16add a castAndrew Tridgell1-1/+1
1997-09-16- change generate_challenge() to use md4 instead of desAndrew Tridgell1-11/+18
1997-09-14This commit does 3 main things:Andrew Tridgell3-35/+10
1997-09-12Added fix that means if connecting user sends guest accountJeremy Allison1-1/+8
1997-09-11charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison2-96/+117
1997-09-05client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison2-4/+6
1997-09-04Fix from Frank Varnavas <varnavas@ny.ubs.com>.Jeremy Allison1-3/+17
1997-09-04Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison2-12/+26
1997-09-03nameannounce.cJeremy Allison1-2/+14
1997-09-02reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison2-7/+29