The big character set handling changeover!
[kai/samba.git] / source3 / smbd / nttrans.c
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
1998-09-11 Jeremy AllisonOk so with this bugfix 64 bit file access actually...
1998-09-11 Jeremy AllisonAdded ssize_t to configure code.
1998-09-05 Andrew Tridgelltridge the destroyer returns!
1998-09-03 Jeremy AllisonOk - this is the 64 bit widening check in. It changes...
1998-09-01 Jeremy AllisonMore abstraction of file system data types, to move...
1998-08-27 Jeremy AllisonThis is the stat cache code - seems to work fine (needs...
1998-08-21 Jeremy AllisonFixes for the problem in blocking locks with file_fsp...
1998-08-20 Jeremy AllisonTurning on blocking locking code. NB. Blocking lock...
1998-08-19 Jeremy AllisonMakefile.in: Moved blocking lock code into smbd/blockin...
1998-08-17 Jeremy Allisonsmbd/nttrans.c: Fixed bug in split off pipe code.
1998-08-17 Jeremy AllisonFixed bug introduced by the recent changes where the...
1998-08-17 Andrew Tridgellmuch cleaner chain pointer handling for both files...
1998-08-17 Andrew Tridgellsome cleanups from the conversion of Pipes[] to a linke...
1998-08-16 Andrew Tridgell- some tidying up in files.c
1998-08-16 Andrew Tridgellgot rid of the Files[] array completely (previously...
1998-08-16 Andrew Tridgellchanged find_free_file() to file_new().
1998-08-15 Andrew Tridgellthis checkin gets rid of the global Files[] array and...
1998-08-15 Jeremy Allisonconfigure: Changes for extra headers.
1998-08-14 Andrew Tridgellthis is the bug change to using connection_struct*...
1998-08-11 Jeremy Allisoninclude/smb.h: Removed dir_ptr. Not needed.
next