summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
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
1997-08-31added word count 3 support into reply_tcon_and_X (see cifs6.txt). theLuke Leighton1-3/+23
1997-08-31fixed a bug in the printjob encoding/decoding. We weren't doing it forAndrew Tridgell2-15/+12
1997-08-28Oops. Reversed mangled map change made in error. TestingJeremy Allison1-2/+3
1997-08-28mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison3-8/+5
1997-08-27doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1-3/+3
1997-08-26smb.h: Added error code used for OS2 WPS.Samba Release Account1-11/+5
1997-08-20Changes to allow Samba to return the same error code as Windows NT.Samba Release Account4-60/+285
1997-08-20Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account4-4/+13
1997-08-19Makefile: Changed for HPUX10 tidyup.Samba Release Account5-32/+88
1997-08-17connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account2-24/+19
1997-08-13includes.h: Fixed S_IFLNK for old DEC ultrix.Samba Release Account1-2/+8
1997-08-11spelling.Samba Release Account1-1/+1
1997-08-05Makefile: Added IRIX 6 target.Samba Release Account1-3/+3
1997-07-30client.c: Minor change to cast parameters for DEC unix.Samba Release Account1-5/+5
1997-07-28client.c: Added amanda fixes.Samba Release Account1-7/+9
1997-07-24loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1-1/+1
1997-07-24Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account5-50/+73
1997-07-22charset.c: Fixed signed/unsigned issues.Samba Release Account1-0/+14