summaryrefslogtreecommitdiff
path: root/source3/smbd/nttrans.c
AgeCommit message (Expand)AuthorFilesLines
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-1/+1
2000-04-23insure caught an uninitialised memory reference - ensure it starts asAndrew Tridgell1-0/+2
2000-04-22This is a *big* checkin that may break some things, but implements theJeremy Allison1-40/+16
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-6/+4
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-32/+8
2000-03-22Correctly convert from little-endian UNICODE to dos_codepage when doingJeremy Allison1-17/+4
2000-03-13include/smb.h:Jeremy Allison1-19/+84
2000-03-09Fixups for Win2K security descriptors from the 2.0.x branch.Jeremy Allison1-26/+60
2000-03-08dded Microsoft Dfs services.Shirish Kalele1-1/+4
2000-03-01Off by one error in detecting Win2k unicode bug.Jeremy Allison1-1/+1
2000-03-01Fix for Win2k unicode bug where doing SMB_NT_TRANSACT_CREATE it usesJeremy Allison1-12/+21
2000-02-29Fixes for strange Win2K attempts to auto-inherit ACLs.Jeremy Allison1-8/+27
2000-02-15Added replacement functions sys_popen and sys_pclose. These are basedJeremy Allison1-4/+2
2000-02-07Jeremy can you check lib/util_unistr.c for codepages support ?Jean-François Micouleau1-0/+1
2000-02-03Mega-VFS merge. Yeah baby!Tim Potter1-11/+14
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-1/+0
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-3/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-161/+1056
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