summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* Someone sent me a trace showing a client doing a readraw requestJeremy Allison1999-02-031-7/+10
* locking/locking_shm.c: Added printf to help track down negative share mode pr...Jeremy Allison1999-02-011-1/+1
* Added code to let NT do a 'delete on close' request on an openJeremy Allison1999-01-211-80/+96
* As expected, people are complaining about the "32 bit lock message".Jeremy Allison1999-01-171-8/+10
* Changed 'large lock' warning message to debug level 1, not zero, toJeremy Allison1999-01-141-2/+2
* Fixed the *other* typo in the mapping of 64 bit to 32 bit lock ranges :-).Jeremy Allison1999-01-141-1/+1
* fixed a missing IVAL in get_lock_offset(). There was no way that thisAndrew Tridgell1999-01-141-1/+1
* utils/testparm.c: Fixed "passwd program" tests to look for the correct program.Jeremy Allison1999-01-131-2/+2
* configure configure.in: Fixed the compile problem with Solaris 2.6/2.7 andJeremy Allison1999-01-131-4/+10
* Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT respondsJeremy Allison1999-01-121-4/+6
* libsmb/nmblib.c: Fixed bug where odd byte count could cause nmbd toJeremy Allison1999-01-111-10/+30
* Fixed the 16-bit app directory handle problem (this took *way* longerJeremy Allison1999-01-081-134/+128
* Now we're mallocing our directory handles rather then using a staticJeremy Allison1999-01-071-0/+6
* Fixed the blocking locks and change notify code that got broken inJeremy Allison1999-01-061-1/+3
* In reply_lockread.Jeremy Allison1998-12-291-2/+9
* lib/signal.c: Added CatchChildLeaveStatus() call needed in smbd/open.c and sm...Jeremy Allison1998-12-291-15/+55
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-2/+2
* lib/access.c: Added checks for invalid '*' or '?' characters in hosts allow/d...Jeremy Allison1998-12-091-10/+12
* Fixed cases where NT clients may send 64 bit requests even if 64 bitJeremy Allison1998-12-091-10/+54
* configure.in: Fixed setresgid check - should use AC_TRY_RUN not AC_TRY_COMPILE.Jeremy Allison1998-12-081-36/+101
* I have done the evil thing :-).Jeremy Allison1998-11-261-7/+83
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-14/+14
* Fixed the modtime bug that Andrej <borsenkow.msk@sni.de> was moaningJeremy Allison1998-11-171-0/+11
* Fixed O_EXCL problems with printing and oplocks.Jeremy Allison1998-11-161-1/+1
* Added fixes from HEAD into 2.0 branch.Jeremy Allison1998-11-161-1/+1
* include/local.h:Jeremy Allison1998-11-101-6/+13
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-44/+86
* Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1998-10-281-1/+1
* Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1998-10-231-1/+1
* include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1998-10-231-16/+22
* - dce/rpc codeLuke Leighton1998-10-191-1/+1
* Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1998-10-181-15/+52
* check for lp_nt_pipe_support() in open callsAndrew Tridgell1998-10-181-1/+1
* made pass_check_smb() available for dce/rpc use.Luke Leighton1998-10-161-2/+2
* dce/rpcLuke Leighton1998-10-071-0/+4
* implemented unix semantics for rename in smbwrapperAndrew Tridgell1998-10-061-1/+1
* Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1998-09-261-8/+10
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-1/+1
* look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1998-09-231-3/+5
* 3 changes:Andrew Tridgell1998-09-201-2/+4
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-181-1/+1
* fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1998-09-181-1/+1
* include/includes.h:Jeremy Allison1998-09-181-1/+1
* configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1998-09-171-1/+1
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-24/+6
* Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1998-09-111-3/+3
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-10/+10
* Added ssize_t to configure code.Jeremy Allison1998-09-111-148/+215
* Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1998-09-081-3/+3
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-041-2/+8