summaryrefslogtreecommitdiff
path: root/source3/smbd/server.c
AgeCommit message (Expand)AuthorFilesLines
1997-12-20loadparm.c: Added fix for veto oplock files bug from Charles Hoch <hoch@hplcg...Jeremy Allison1-0/+9
1997-12-14give out file handles differently on each new connection because of aAndrew Tridgell1-10/+29
1997-12-12Fixed bug reported by Gert-Jan Vons <Gert-Jan.Vons@ocegr.fr>Jeremy Allison1-0/+12
1997-12-02changing the comment in find_new_file() to say why a base of 1 is usedAndrew Tridgell1-2/+1
1997-12-02asyncdns.c: Removed warning when compiling with -DSYNC_DNS.Jeremy Allison1-1/+3
1997-11-30clientgen.c: Added cli_mv() (used in a recent torture test).Jeremy Allison1-20/+34
1997-11-29added a sent_oplock_break element to Files[] as a paranoia check so weAndrew Tridgell1-6/+18
1997-11-28there was a bug in my oplock bugfix :-)Andrew Tridgell1-3/+3
1997-11-28fixed a very nasty oplock bug. We could send oplock break requests onAndrew Tridgell1-3/+4
1997-11-18ipc.c: Changed reply_trans to use receive_next_smb() to copeJeremy Allison1-0/+26
1997-11-17loadparm.c : Added "veto oplock files" parameter.Jeremy Allison1-5/+11
1997-11-11Left global_oplock_break set while request to break oplock isJeremy Allison1-4/+5
1997-11-11auto-create the locks directory on startupAndrew Tridgell1-0/+4
1997-11-10Rolled back tree state to 11:59pm 8th November 1997 EST toJeremy Allison1-57/+36
1997-11-09attempting to mark up 32 bit error codes, needed for NT domains.Luke Leighton1-36/+57
1997-11-07Modified Files:Christopher R. Hertel1-1/+1
1997-11-06following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1-0/+6
1997-11-06local.h: Added OPLOCK_BREAK_TIMEOUT_FUDGEFACTOR.Jeremy Allison1-34/+46
1997-11-03Rolling back the filesJeremy Allison1-14/+9
1997-11-02Christian Lademann's contribution: new capabilities in smb.conf.Luke Leighton1-9/+14
1997-11-01re-initialise the timezone on each new connection. This means youAndrew Tridgell1-0/+3
1997-10-30Makefile:Luke Leighton1-0/+3
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