summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
1997-10-27change the default file permissions on the SHARE_MEM_FILE* toAndrew Tridgell1-1/+1
1997-10-27also disable read prediction in 1.9.18Andrew Tridgell1-1/+8
1997-10-25Makefile :Luke Leighton1-4/+4
1997-10-23Big change to make nmbd code more readable/understandable.Jeremy Allison1-0/+2
1997-10-21WHATSNEW.txt: Updated for alpha3.Jeremy Allison1-2/+2
1997-10-21chgpasswd.c:Jeremy Allison1-70/+150
1997-10-21damn, I spelt EACCES wrong.Andrew Tridgell1-1/+1
1997-10-21check for EPERM or EACCESS in file_utime()Andrew Tridgell1-1/+6
1997-10-21don't check lp_alternate_permissions() in the new utime workaroundAndrew Tridgell1-14/+12
1997-10-21fix the order of become_uid() and become_gid() in become_root(). ThisAndrew Tridgell1-8/+1
1997-10-21rewrote the password server code using the new clientgen.c clientAndrew Tridgell1-82/+76
1997-10-20loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1-8/+64
1997-10-20a major share modes reorganisation.Andrew Tridgell1-17/+13
1997-10-15ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1-5/+11
1997-10-10Makefile:Luke Leighton1-5/+17
1997-10-09local.h: Fix spelling mistake :-).Jeremy Allison1-1/+1
1997-10-09bracket some macrosAndrew Tridgell1-0/+4
1997-10-08Makefile: Split definitions for SGI4,5,6.Jeremy Allison1-2/+18
1997-10-08ipc.c: Added ERROR_MORE_DATA error if client buffer too small.Jeremy Allison1-2/+11
1997-10-07locking.c: Added fix for race condition in slow share mode code.Jeremy Allison1-0/+29
1997-10-06client.c: Changed shadowed variable.Jeremy Allison1-26/+0
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 Allison1-57/+17
1997-10-03add "static" to a couple of functions that are only used locally.Andrew Tridgell1-7/+6
1997-10-03proto.h: Updated.Jeremy Allison1-28/+46
1997-10-02change a debug level in reply.cAndrew Tridgell1-1/+1
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 Allison1-27/+172
1997-09-30dir.c: more pstrcpys.Jeremy Allison1-76/+380
1997-09-26Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1-88/+139
1997-09-26Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1-18/+18
1997-09-25Makefile: Removed earlier errors.Jeremy Allison1-58/+65
1997-09-23Checkin to sync up oplock development code so that NTJeremy Allison1-86/+182
1997-09-14This commit does 3 main things:Andrew Tridgell1-12/+0
1997-09-05client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1-0/+6
1997-09-04Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1-12/+10
1997-09-03nameannounce.cJeremy Allison1-2/+14
1997-09-02reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1-3/+28
1997-08-28mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1-1/+1
1997-08-27doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1-3/+3
1997-08-20Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1-4/+21
1997-08-20Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1-0/+1
1997-08-19Makefile: Changed for HPUX10 tidyup.Samba Release Account1-25/+29
1997-08-17connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1-22/+19
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 Account1-22/+43