summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* added #ifdef NTDOMAIN. added call to api_ntLsarpc instead of api_LsarpcLuke Leighton1997-10-092-981/+7
* pipes.c:Luke Leighton1997-10-091-82/+1093
* credentials.c:Luke Leighton1997-10-091-1/+189
* bracket some macrosAndrew Tridgell1997-10-092-5/+9
* Put in fix for read-prediction extending files bug. Hard to test, can'tJeremy Allison1997-10-081-13/+26
* added a dummy function (space in front so make proto doesn't pick it up)Luke Leighton1997-10-081-1008/+20
* Makefile: Split definitions for SGI4,5,6.Jeremy Allison1997-10-083-4/+165
* added api_lsa_lookup_sids() functionLuke Leighton1997-10-081-3/+1071
* loadparm.c proto.h:Luke Leighton1997-10-081-2/+138
* updating lsaparse.c and smbparse.c in line with changes to pipes.c and smb.hLuke Leighton1997-10-081-4/+0
* ipc.c: Added ERROR_MORE_DATA error if client buffer too small.Jeremy Allison1997-10-082-3/+12
* locking.c: Added fix for race condition in slow share mode code.Jeremy Allison1997-10-072-0/+33
* pipes.c:Luke Leighton1997-10-071-18/+182
* pipes.c:Luke Leighton1997-10-071-1/+237
* client.c: Changed shadowed variable.Jeremy Allison1997-10-062-31/+1
* fix some "shadows global" errors.Andrew Tridgell1997-10-041-4/+4
* Race condition with multiple oplock break requests happensJeremy Allison1997-10-041-3/+2
* locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison1997-10-033-62/+63
* add "static" to a couple of functions that are only used locally.Andrew Tridgell1997-10-031-7/+6
* proto.h: Updated.Jeremy Allison1997-10-032-29/+47
* change a debug level in reply.cAndrew Tridgell1997-10-022-2/+2
* Added debug message for oplock_break().Jeremy Allison1997-10-021-1/+7
* change the semantics of hosts allow/hosts deny so that a globalAndrew Tridgell1997-10-021-4/+19
* Modified some debug messages, moved from 5 -> 8.Jeremy Allison1997-10-021-8/+8
* Fixed problem with oplock_type being set with no port.Jeremy Allison1997-10-021-2/+10
* OPLOCK CHECK-IN - oplocks are now *OPERATIONAL* !!!!Jeremy Allison1997-10-012-30/+226
* dir.c: more pstrcpys.Jeremy Allison1997-09-304-97/+421
* Fixed you're -> your text that some pedant complained about :-).Jeremy Allison1997-09-261-1/+1
* Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1997-09-264-119/+195
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-2610-139/+181
* Makefile: Removed earlier errors.Jeremy Allison1997-09-251-58/+65
* Checkin to sync up oplock development code so that NTJeremy Allison1997-09-233-91/+219
* added some debug stuffAndrew Tridgell1997-09-181-51/+64
* JHT ===> Changed behaviour of logon script processing so that all macrosJohn Terpstra1997-09-171-1/+9
* Added 'delete veto files' paremeter. Ugly - but the onlyJeremy Allison1997-09-171-1/+66
* add a castAndrew Tridgell1997-09-161-1/+1
* - change generate_challenge() to use md4 instead of desAndrew Tridgell1997-09-161-11/+18
* This commit does 3 main things:Andrew Tridgell1997-09-143-35/+10
* Added fix that means if connecting user sends guest accountJeremy Allison1997-09-121-1/+8
* charcnv.c client.c clitar.c kanji.c kanji.h loadparm.cJeremy Allison1997-09-112-96/+117
* client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1997-09-052-4/+6
* Fix from Frank Varnavas <varnavas@ny.ubs.com>.Jeremy Allison1997-09-041-3/+17
* Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1997-09-042-12/+26
* nameannounce.cJeremy Allison1997-09-031-2/+14
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-022-7/+29
* added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1997-08-311-3/+23
* fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell1997-08-312-15/+12
* Oops. Reversed mangled map change made in error. TestingJeremy Allison1997-08-281-2/+3
* mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1997-08-283-8/+5
* doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1997-08-271-3/+3