summaryrefslogtreecommitdiffstats
path: root/source3/smbd/nttrans.c
Commit message (Expand)AuthorAgeFilesLines
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-1/+1
* insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell2000-04-231-0/+2
* This is a *big* checkin that may break some things, but implements theJeremy Allison2000-04-221-40/+16
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-6/+4
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-32/+8
* Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison2000-03-221-17/+4
* include/smb.h:Jeremy Allison2000-03-131-19/+84
* Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison2000-03-091-26/+60
* dded Microsoft Dfs services.Shirish Kalele2000-03-081-1/+4
* Off by one error in detecting Win2k unicode bug.Jeremy Allison2000-03-011-1/+1
* Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison2000-03-011-12/+21
* Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison2000-02-291-8/+27
* Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison2000-02-151-4/+2
* Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau2000-02-071-0/+1
* Mega-VFS merge. Yeah baby!Tim Potter2000-02-031-11/+14
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-1/+0
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-161/+1056
* - bug in nmbd registering DOMAIN_NAME<1c> to WINS server; recursionLuke Leighton1999-11-191-0/+1
* more dfs stuff. this looks like it's going to be more appropriate to useLuke Leighton1999-07-151-2/+10
* Jean-Francois Micouleau's rewritten DFS patch, originally written byLuke Leighton1999-07-121-0/+1
* rpc_parse/parse_misc.c : defined a new BUFFER5 structJean-François Micouleau1999-04-271-0/+1
* Use VFS operations for file I/O.Tim Potter1999-04-041-11/+15
* adding srvsvc pipe.Luke Leighton1998-12-081-0/+1
* unix instance of group database APILuke Leighton1998-11-231-2/+2
* Instrumented hack fix with debug level 10 statements just in case :-).Jeremy Allison1998-11-201-0/+3
* Sync up with 2.0 code.Jeremy Allison1998-11-191-7/+73
* - 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