summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
1997-10-04proto.h:Luke Leighton4-11/+148
1997-10-04added some RW_XXXX wrapper macros with an extra i/o argument, to call XXXXLuke Leighton1-0/+49
1997-10-04added structures readable and writeable by smbparse.c routines into and outLuke Leighton1-0/+182
1997-10-04packet parsing routines. for use in SMB and MailslotsLuke Leighton1-0/+385
1997-10-04fix some "shadows global" errors.Andrew Tridgell1-4/+4
1997-10-04a bit of bounds checkingAndrew Tridgell1-0/+12
1997-10-04a little hack to smbclient to support extracting NT error codesAndrew Tridgell1-0/+12
1997-10-04This is all the NT error codes less than 1000. I extracted them usingAndrew Tridgell1-0/+505
1997-10-04nmblookup.c:Christopher R. Hertel2-309/+558
1997-10-04Race condition with multiple oplock break requests happensJeremy Allison1-3/+2
1997-10-03Making it harder for share_mode_entries to be left withJeremy Allison1-5/+2
1997-10-03locking.c: Fixed incorrect parameter count in debug statements. May explainJeremy Allison5-70/+74
1997-10-03add "static" to a couple of functions that are only used locally.Andrew Tridgell2-10/+6
1997-10-03proto.h: Updated.Jeremy Allison5-37/+57
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 Tridgell3-4/+26
1997-10-02Modified some debug messages, moved from 5 -> 8.Jeremy Allison2-15/+15
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 Allison7-53/+516
1997-09-30dir.c: more pstrcpys.Jeremy Allison8-145/+637
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 Allison8-167/+291
1997-09-26Correctly rolled back interface.c (I was working on an olderJeremy Allison1-210/+186
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison29-239/+340
1997-09-26add error string reporting to clitarAndrew Tridgell1-3/+4
1997-09-25Added missing slow share mode offset defines. SomehowJeremy Allison1-0/+34
1997-09-25Makefile: Removed earlier errors.Jeremy Allison5-188/+230
1997-09-23Checkin to sync up oplock development code so that NTJeremy Allison6-1189/+313
1997-09-23added code from Philip A Prindeville <philipp@enteka.com> which expandsLuke Leighton2-186/+213
1997-09-19Makefile: Changed proto: target to not include c files not used currently.Jeremy Allison6-56/+1198
1997-09-18Added arcfour code needed for SMB password changing.Jeremy Allison2-0/+126
1997-09-18added timestamp to "Denied connection" message.Luke Leighton1-2/+2
1997-09-18added some debug stuffAndrew Tridgell1-51/+64
1997-09-18John asked the other day about using the tar feature in smbclient toAndrew Tridgell1-6/+22
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 Allison3-4/+71
1997-09-16Fixing assumtions that malloced memory is zero filled - makingJeremy Allison3-1/+7
1997-09-16add a castAndrew Tridgell1-1/+1
1997-09-16- change generate_challenge() to use md4 instead of desAndrew Tridgell4-45/+65
1997-09-16bug fix in the new des code.Andrew Tridgell1-21/+13
1997-09-15unbecome_domain_master and unbecome_logon_master were announcingLuke Leighton1-3/+0
1997-09-15- if the user already exists then ignore the -add commandAndrew Tridgell1-10/+19
1997-09-15- change a lot of occurances of errno to use strerror(errno). We can'tAndrew Tridgell3-25/+29
1997-09-15rewrote md4.c from scratch. This implementation should be portable andAndrew Tridgell3-298/+166
1997-09-15no longer neededAndrew Tridgell1-58/+0
1997-09-14This commit does 3 main things:Andrew Tridgell20-235/+96
1997-09-14This is a written from scratch DES implementation. I couldn't find aAndrew Tridgell1-0/+290
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 Allison13-389/+486