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