summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
1999-11-19- bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1-0/+1
1999-07-15more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1-2/+10
1999-07-12Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1-0/+1
1999-04-27rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1-0/+1
1999-04-04Use VFS operations for file I/O.Tim Potter1-11/+15
1998-12-08adding srvsvc pipe.Luke Leighton1-0/+1
1998-11-23unix instance of group database APILuke Leighton1-2/+2
1998-11-20Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1-0/+3
1998-11-19Sync up with 2.0 code.Jeremy Allison1-7/+73
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-2/+2
1998-10-23include/smb.h: Added #defines for lots of things - makes our code a *lot* eas...Jeremy Allison1-16/+26
1998-10-22libsmb/smbdes.c: #ifdef'ed out code prior to removal.Jeremy Allison1-32/+60
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