Removed version number from file header.
[kai/samba.git] / source3 / smbd / nttrans.c
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-20 Andrew BartlettThis is the current patch from Luke Leighton <lckl...
2002-01-04 Jeremy AllisonRe-wrote the guts of the rename_internals code to cope...
2001-12-20 Tim PotterGrr - numbers printed in hexadecimal should be preceede...
2001-12-18 Jeremy AllisonReturn NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if...
2001-11-23 Jeremy AllisonFixed delete on close bug. Added core dump code to...
2001-11-15 Jeremy AllisonFix detection of RedHat 7.2.
2001-11-13 Jeremy AllisonFormatting fixes only.
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-12 Jeremy AllisonMade nt acl support a local parameter for w2ksp2 profil...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-12 Andrew Tridgell- enable MSDFS by default, there seems no reason not...
2001-09-04 Andrew Tridgellthe next stage in the NTSTATUS/WERROR change. smbd...
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-10 Gerald Cartermerge from 2.2
2001-08-06 Jeremy AllisonAdded Gerald's lanman printing only change to HEAD.
2001-07-30 Jeremy Allisonuint -> uint32.
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-07-04 Andrew TridgellThe big character set handling changeover!
2001-07-04 Jeremy AllisonEnsure we correctly round down to 2 second boundary...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-26 Jeremy AllisonEnsure get/set NT ACL code is redirected through vfs.
2001-03-16 Andrew Tridgellconverted the nttrans code to unicode on the wire
2001-03-13 Andrew Tridgellthis patch does a number of things:
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2001-02-12 Jeremy AllisonFix for DACL/SACL masking typo - spotted by medha@pezma...
2001-02-12 Jeremy AllisonMerge ... JohnR's changes to appliance-head, JF's chang...
2001-01-31 Jeremy Allisonlib/system.c: Fix for pw caching.
2001-01-24 Jeremy Allisonsmbd/lanman.c: Fix for calling qsort with 0 number.
2000-11-24 Jeremy AllisonThis should fix Office failing to print to "FILE:".
2000-10-19 Jeremy AllisonOk - this is a big patch - and it may break smbd a...
2000-10-11 Herb Lewischanges to sync with 2.2. tree
2000-10-06 Jeremy AllisonFixed error return messages needed for NTTrans CreateDi...
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-05 Jeremy AllisonVector get_nt_acl/set_nt_acl via vfs. POSIX ACL support...
2000-09-20 Jeremy AllisonFix to allow a timestamp of zero to cause an instantane...
2000-08-01 Jeremy AllisonTidyup removing many of the 0xC0000000 | NT_STATUS_XXX...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-06-12 Andrew Tridgellsplit all the change notify code out into a separate...
2000-06-09 Jeremy Allison(Correct) fix for desired_access being zero in map_shar...
2000-06-08 Jeremy AllisonFix for map_share_mode to allow desired access of zero...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-03 Jeremy Allisonrpc_client/cli_lsarpc.c: Removed unused variable.
2000-05-31 Jeremy AllisonChanged interface to set_nt_acl slightly.
2000-05-31 Jeremy AllisonFixed interface between new ACLS and nttrans code.
2000-05-27 Luke Leightonprs_give_memory in wrong place, also poss. was losing...
2000-05-27 Luke Leightonfixed nttrans.c
2000-05-26 Shirish KaleleChanged MS_DFS to WITH_MSDFS throughout.
2000-05-23 Jeremy AllisonDid a proper fix for the file access on IPC$. Denied...
2000-05-23 Jeremy AllisonFixed bug where file access was allowed on IPC$ share.
2000-05-18 Shirish KaleleAdded the NETDFS pipe to allow remote administration...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-24 Jeremy AllisonNow that fsp's are created on successful file open...
2000-04-23 Andrew Tridgellinsure caught an uninitialised memory reference - ensur...
2000-04-22 Jeremy AllisonThis is a *big* checkin that may break some things...
2000-04-11 Andrew Tridgellfinally got sick of the "extern int Client" code and...
2000-04-10 Andrew Tridgellthe bulk of the changes to get rid of fd_ptr and move...
2000-03-22 Jeremy AllisonCorrectly convert from little-endian UNICODE to dos_cod...
2000-03-13 Jeremy Allisoninclude/smb.h:
2000-03-09 Jeremy AllisonFixups for Win2K security descriptors from the 2.0...
2000-03-08 Shirish Kaleledded Microsoft Dfs services.
2000-03-01 Jeremy AllisonOff by one error in detecting Win2k unicode bug.
2000-03-01 Jeremy AllisonFix for Win2k unicode bug where doing SMB_NT_TRANSACT_C...
2000-02-29 Jeremy AllisonFixes for strange Win2K attempts to auto-inherit ACLs.
2000-02-15 Jeremy AllisonAdded replacement functions sys_popen and sys_pclose...
2000-02-07 Jean-François Mico... Jeremy can you check lib/util_unistr.c for codepages...
2000-02-03 Tim PotterMega-VFS merge. Yeah baby!
2000-01-25 Jeremy AllisonFirst set of speed improvements from Ying Chen <ying...
2000-01-14 Jeremy AllisonAdded "inherit permissions" patch.
1999-12-13 Andrew Tridgellfirst pass at updating head branch to be to be the...
1999-11-19 Luke Leighton- bug in nmbd registering DOMAIN_NAME<1c> to WINS serve...
1999-07-15 Luke Leightonmore dfs stuff. this looks like it's going to be more...
1999-07-12 Luke LeightonJean-Francois Micouleau's rewritten DFS patch, original...
1999-04-27 Jean-François Mico... rpc_parse/parse_misc.c : defined a new BUFFER5 struct
1999-04-04 Tim PotterUse VFS operations for file I/O.
1998-12-08 Luke Leightonadding srvsvc pipe.
1998-11-23 Luke Leightonunix instance of group database API
1998-11-20 Jeremy AllisonInstrumented hack fix with debug level 10 statements...
1998-11-19 Jeremy AllisonSync up with 2.0 code.
1998-11-17 Luke Leighton- group database API. oops and oh dear, the threat...
1998-10-23 Jeremy Allisoninclude/smb.h: Added #defines for lots of things -...
1998-10-22 Jeremy Allisonlibsmb/smbdes.c: #ifdef'ed out code prior to removal.
1998-10-20 Jeremy Allisonsmbd/nttrans.c smbd/trans2.c: First fixes for NT5.0beta...
1998-10-18 Andrew Tridgellcheck for lp_nt_pipe_support() in open calls
1998-10-09 Luke Leightonbasic client-side ntcreateX function (hard-wired values...
1998-09-30 Jeremy AllisonImplemented directory-relative opens for NT opens.
1998-09-23 Luke Leightonnttrans.c:
1998-09-23 Jeremy AllisonFirst cut at kernel oplocks. This should have no effect...
1998-09-18 Andrew Tridgellgto ri of a bunch more #ifdef LARGE_SMB_OFF_T checks...
1998-09-18 Andrew Tridgellfixed a usage of off_t that should have been SMB_OFF_T
1998-09-17 Jeremy Allisonconfigure configure.in: Added checks for statvfs64...
1998-09-17 Jeremy Allisonconfigure configure.in: Added tests for fseek64 and...
1998-09-14 Jeremy AllisonMapped correct open modes for READ_CONTROL access.
1998-09-14 Jeremy AllisonFixed problems people were having with creating profile
next