summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
1997-10-19pipes.c pipesrvsvc.c :Luke Leighton1-80/+0
1997-10-18put the NT_STATUS_ALLOTTED_SPACE_EXCEEDED error in instead of 0x99.Luke Leighton1-1/+2
1997-10-17Simply moved the #include for ubi_dLinkList.h from within dir.c toChristopher R. Hertel1-2/+0
1997-10-16Added Michael Johnsons' PAM modifications <johnsonm@redhat.com>John Terpstra1-12/+12
1997-10-16Made changes to the dir cache functions:Christopher R. Hertel1-83/+121
1997-10-15ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison6-22/+106
1997-10-15smb.h smbparse.c pipenetlog.c :Luke Leighton1-1/+24
1997-10-15added srvsvc basic pipe, straight from paul's code. does NETSHAREENUMLuke Leighton2-0/+84
1997-10-15force the salt to be a maximum of 2 characters long in callsAndrew Tridgell1-0/+1
1997-10-13split pipes.c down into util, netlog and ntlsa.Luke Leighton1-1135/+1
1997-10-13debugging... no idea what i'm doing.Luke Leighton1-9/+10
1997-10-13debug info addedLuke Leighton1-0/+4
1997-10-13checked in a file with a compile error. oops!Luke Leighton1-1/+0
1997-10-13byteorder.h :Luke Leighton1-292/+54
1997-10-12getting somewhere.Luke Leighton2-51/+65
1997-10-12updated rpc header reply: callid wrong; alloc hint a uint32 not a uint16.Luke Leighton1-21/+15
1997-10-12ipc.c:Luke Leighton2-50/+52
1997-10-12added debugging macros (suitable eventually for use in tcpdump, hopefully)Luke Leighton1-20/+25
1997-10-12remove { and } from the list of illegal characters in filenames. TheAndrew Tridgell1-1/+1
1997-10-10added api_lsa_sam_logon() and api_sam_logoff(). that's it. lots ofLuke Leighton1-170/+216
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