summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
1998-11-17Fixed NT modify timestamp issue.Jeremy Allison1-0/+11
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+3
1998-11-16O_EXCL fixes for printing files & oplocks.Jeremy Allison1-1/+1
1998-11-15change ROUNDUP to SMB_ROUNDUP to prevent conflicts with system macrosAndrew Tridgell1-1/+1
1998-11-10include/local.h:Jeremy Allison1-6/+13
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1-44/+86
1998-10-28Fix from thwartedefforts@wonky.org (slightly modified) toJeremy Allison1-1/+1
1998-10-23Reasonably large change to give us *exactly* correct NT delete on close seman...Jeremy Allison1-1/+1
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-16/+22
1998-10-19- dce/rpc codeLuke Leighton1-1/+1
1998-10-18Fixed sys_lseek and seek_file calls so all returnsJeremy Allison1-15/+52
1998-10-18check for lp_nt_pipe_support() in open callsAndrew Tridgell1-1/+1
1998-10-16made pass_check_smb() available for dce/rpc use.Luke Leighton1-2/+2
1998-10-07dce/rpcLuke Leighton1-0/+4
1998-10-06implemented unix semantics for rename in smbwrapperAndrew Tridgell1-1/+1
1998-09-26Fixed the problem with reply_getatr() being passed a "" name in reply_getatr,Jeremy Allison1-8/+10
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-1/+1
1998-09-23look at the CAP_NT_SMBS bit in the client capabilities to determine ifAndrew Tridgell1-3/+5
1998-09-203 changes:Andrew Tridgell1-2/+4
1998-09-18Fixed problems with premature kernel oplock checkin code.Jeremy Allison1-1/+1
1998-09-18fixed a typo (LLARGE_SMB_OFF_T instead of LARGE_SMB_OFF_T)Andrew Tridgell1-1/+1
1998-09-18include/includes.h:Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-1/+1
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-24/+6
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-3/+3
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-10/+10
1998-09-11Added ssize_t to configure code.Jeremy Allison1-148/+215
1998-09-08Added back groupname map stuff removed by Andrew's "slash 'n' burn"Jeremy Allison1-3/+3
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1-2/+8
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-26/+28
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-30/+30
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-2/+2
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-19/+25
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-7/+29
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-8/+20
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-31/+22
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-2/+2
1998-08-16changed find_free_file() to file_new().Andrew Tridgell1-7/+7
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-323/+249
1998-08-15configure: Changes for extra headers.Jeremy Allison1-4/+3
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-953/+832
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-21/+34
1998-08-04loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1-0/+2
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-105/+113
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-62/+78
1998-07-29locking.c: Print messages when we downgrade a lock.Jeremy Allison1-0/+3
1998-07-28loadparm.c: Added strict sync parameter.Jeremy Allison1-8/+8
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-13/+14
1998-07-22Fixed bug found by Richard Sharpe. After increasing files_struct size byJeremy Allison1-2/+2
1998-07-17Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1-14/+41