summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
1998-10-20smbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta2. That redirectorJeremy Allison1-1/+44
1998-10-18check for lp_nt_pipe_support() in open callsAndrew Tridgell1-1/+1
1998-10-09basic client-side ntcreateX function (hard-wired values except filename)Luke Leighton1-1/+1
1998-09-30Implemented directory-relative opens for NT opens.Jeremy Allison1-4/+78
1998-09-23nttrans.c:Luke Leighton1-0/+1
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-3/+1
1998-09-18gto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks by introducing aAndrew Tridgell1-25/+5
1998-09-18fixed a usage of off_t that should have been SMB_OFF_TAndrew Tridgell1-1/+1
1998-09-17configure configure.in: Added checks for statvfs64. Last bit of 64 bit wideni...Jeremy Allison1-2/+1
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-4/+5
1998-09-14Mapped correct open modes for READ_CONTROL access.Jeremy Allison1-2/+3
1998-09-14Fixed problems people were having with creating profileJeremy Allison1-2/+4
1998-09-11Ok so with this bugfix 64 bit file access actually seems to work :-).Jeremy Allison1-4/+18
1998-09-11Added ssize_t to configure code.Jeremy Allison1-6/+6
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+3
1998-09-03Ok - this is the 64 bit widening check in. It changes the configureJeremy Allison1-6/+6
1998-09-01More abstraction of file system data types, to move to a 64Jeremy Allison1-7/+7
1998-08-27This is the stat cache code - seems to work fine (needs heavyJeremy Allison1-2/+2
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1-1/+9
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-1/+1
1998-08-19Makefile.in: Moved blocking lock code into smbd/blocking.c for link purposes.Jeremy Allison1-3/+2
1998-08-17smbd/nttrans.c: Fixed bug in split off pipe code.Jeremy Allison1-0/+4
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1-170/+169
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-5/+2
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-21/+22
1998-08-16- some tidying up in files.cAndrew Tridgell1-1/+1
1998-08-16got rid of the Files[] array completely (previously I'd just made itAndrew Tridgell1-1/+1
1998-08-16changed find_free_file() to file_new().Andrew Tridgell1-2/+2
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-64/+59
1998-08-15configure: Changes for extra headers.Jeremy Allison1-1/+2
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-350/+367
1998-08-11include/smb.h: Removed dir_ptr. Not needed.Jeremy Allison1-41/+31
1998-08-11Makefile.in: Added CHECK target back in (at Herb's request). AddedJeremy Allison1-1/+13
1998-08-09this gets smbd compiling and linking correctly with the new layout.Andrew Tridgell1-5/+6
1998-08-05Fixed memory leak when freeing ChangeNotify structures.Jeremy Allison1-6/+6
1998-08-04nttrans.c: Fix change_notify. Queue processing code wasn't changing toJeremy Allison1-17/+42
1998-08-04loadparm.c: Added "debug timestamp" synonym for Chris.Jeremy Allison1-23/+2
1998-08-03First implementation of ChangeNotify - this version only checksJeremy Allison1-19/+285
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-4/+4
1998-07-30Makefile.in: Moved UBIQX stuff into UTILOBJ.Jeremy Allison1-85/+135
1998-07-23locking.c: Added lock type to is_locked() and do_lock()Jeremy Allison1-6/+6
1998-07-17Code added to fix the renaming of a directory under NT SMB calls.Jeremy Allison1-22/+59
1998-07-17nttrans.c: Added FILE_EXECUTE to required permissions checked.Jeremy Allison1-0/+2
1998-07-17local.h: Added NTFS define if HAVE_NT_SMBS is defined.Jeremy Allison1-4/+10
1998-07-16Makefile: Added nttrans.oJeremy Allison1-209/+279
1998-07-14loadparm.c:Jeremy Allison1-1/+2
1998-07-11nntrans.c: Fully implemented transact rename.Jeremy Allison1-3/+16
1998-07-11nttrans.c: More NT SMB stuff.Jeremy Allison1-8/+10
1998-07-09NT SMB trans reply code.Jeremy Allison1-1/+214
1998-07-08Implementing more NT SMB functionality.Jeremy Allison1-82/+332