summaryrefslogtreecommitdiffstats
path: root/source3/smbd/server.c
Commit message (Expand)AuthorAgeFilesLines
...
* chgpasswd.c:Jeremy Allison1997-10-211-70/+150
* damn, I spelt EACCES wrong.Andrew Tridgell1997-10-211-1/+1
* check for EPERM or EACCESS in file_utime()Andrew Tridgell1997-10-211-1/+6
* don't check lp_alternate_permissions() in the new utime workaroundAndrew Tridgell1997-10-211-14/+12
* fix the order of become_uid() and become_gid() in become_root(). ThisAndrew Tridgell1997-10-211-8/+1
* rewrote the password server code using the new clientgen.c clientAndrew Tridgell1997-10-211-82/+76
* loadparm.c: Changed 'interfaces only' parameter to 'bind interfaces only'. AddedJeremy Allison1997-10-201-8/+64
* a major share modes reorganisation.Andrew Tridgell1997-10-201-17/+13
* ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1997-10-151-5/+11
* Makefile:Luke Leighton1997-10-101-5/+17
* local.h: Fix spelling mistake :-).Jeremy Allison1997-10-091-1/+1
* bracket some macrosAndrew Tridgell1997-10-091-0/+4
* Makefile: Split definitions for SGI4,5,6.Jeremy Allison1997-10-081-2/+18
* ipc.c: Added ERROR_MORE_DATA error if client buffer too small.Jeremy Allison1997-10-081-2/+11
* locking.c: Added fix for race condition in slow share mode code.Jeremy Allison1997-10-071-0/+29
* client.c: Changed shadowed variable.Jeremy Allison1997-10-061-26/+0
* 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-031-57/+17
* add "static" to a couple of functions that are only used locally.Andrew Tridgell1997-10-031-7/+6
* proto.h: Updated.Jeremy Allison1997-10-031-28/+46
* change a debug level in reply.cAndrew Tridgell1997-10-021-1/+1
* 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-011-27/+172
* dir.c: more pstrcpys.Jeremy Allison1997-09-301-76/+380
* Syncing up current oplock work in progress. #ifdef'ed outJeremy Allison1997-09-261-88/+139
* Adding Andrews buffer overflow fixes into the main branch.Jeremy Allison1997-09-261-18/+18
* Makefile: Removed earlier errors.Jeremy Allison1997-09-251-58/+65
* Checkin to sync up oplock development code so that NTJeremy Allison1997-09-231-86/+182
* This commit does 3 main things:Andrew Tridgell1997-09-141-12/+0
* client.c: Made sure myhostname was initialised before substitutions.Jeremy Allison1997-09-051-0/+6
* Fixed up determination of client type for PROTOCOL_NT1. Uses clientJeremy Allison1997-09-041-12/+10
* nameannounce.cJeremy Allison1997-09-031-2/+14
* reply.c: Removed unused variables. Caught by gcc -Wall -WerrorJeremy Allison1997-09-021-3/+28
* mangle.c: Fixed bug that caused string to run off the end of the mangled map.Jeremy Allison1997-08-281-1/+1
* doing that irritating compiler clash warning with the protos for standard_subSamba Release Account1997-08-271-3/+3
* Changes to allow Samba to return the same error code as Windows NT.Samba Release Account1997-08-201-4/+21
* Fix suggested by "Christian Groessler" <chris@fast-ag.de>Samba Release Account1997-08-201-0/+1
* Makefile: Changed for HPUX10 tidyup.Samba Release Account1997-08-191-25/+29
* connecting to IPC$ goes under the guest account. the IPC$ share shouldSamba Release Account1997-08-171-22/+19
* loadparm.c: Changed default create mask to 755 to support MAP_ARCHIVE.Samba Release Account1997-07-241-1/+1
* Makefile: Added UNIXWARE 2.x with shadow passwords from fja@extratech.comSamba Release Account1997-07-241-22/+43
* Removed lp_killunused() call from server main loop. ThisSamba Release Account1997-07-221-3/+0
* charset.c: Split charset_initialise() into 2 - a charset_initialise() andSamba Release Account1997-07-181-2/+18
* Makefile: Added krb5 option from Nathan Neulinger <nneul@umr.edu>Samba Release Account1997-07-171-2/+2
* local.h: Removed ununsed SHARE_MODES_XXX defines. Upped SMBD_RELOAD_CHECKSamba Release Account1997-07-141-20/+0
* counter loop % usage only worked if counters were an exact multiple ofSamba Release Account1997-07-131-3/+28