summaryrefslogtreecommitdiffstats
path: root/source/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* configure configure.in: Fixed the compile problem with Solaris 2.6/2.7 andJeremy Allison1999-01-131-2/+3
* Fixed biffer too small error to have 0xC0000000 OR'ed into it justJeremy Allison1999-01-121-1/+2
* Implemented NT_QUERY_SECURITY_DESCRIPTOR in the same way that NT respondsJeremy Allison1999-01-121-12/+79
* fixed two compiler warningsAndrew Tridgell1999-01-101-2/+1
* Fixed change notify for Visual C++.Jeremy Allison1999-01-091-28/+118
* Fixed bug in nttrans call where parameter buffer was not beingJeremy Allison1998-12-301-0/+2
* config.guess: UNIXWARE fix.Jeremy Allison1998-12-031-20/+28
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
* smbd/nttrans.c: Added 'only print once' semantics for unimplemented NT SMB ca...Jeremy Allison1998-11-191-5/+71
* 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