summaryrefslogtreecommitdiffstats
path: root/source/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed NT modify timestamp issue.Jeremy Allison1998-11-171-0/+11
* - group database API. oops and oh dear, the threat has been carried out:Luke Leighton1998-11-171-1/+3
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-161-1/+1
* change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1998-11-151-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
* Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1998-09-031-26/+28
* More abstraction of file system data types, to move to a 64Jeremy Allison1998-09-011-30/+30
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-2/+2
* This is the stat cache code - seems to work fine (needs heavyJeremy Allison1998-08-271-19/+25
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-7/+29
* Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1998-08-191-8/+20
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-31/+22
* got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1998-08-161-2/+2
* changed find_free_file() to file_new().Andrew Tridgell1998-08-161-7/+7
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-323/+249
* configure: Changes for extra headers.Jeremy Allison1998-08-151-4/+3
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-953/+832
* include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1998-08-111-21/+34
* loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1998-08-041-0/+2
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-105/+113
* Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1998-07-301-62/+78
* locking.c: Print messages when we downgrade a lock.Jeremy Allison1998-07-291-0/+3
* loadparm.c: Added strict sync parameter.Jeremy Allison1998-07-281-8/+8
* locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1998-07-231-13/+14
* Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1998-07-221-2/+2
* Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1998-07-171-14/+41