an initial fix for handling sparse files in smbd
[import/samba-cvsimport.git] / source / smbd / trans2.c
2002-07-29 Andrew Tridgellan initial fix for handling sparse files in smbd
2002-07-18 Jeremy AllisonDon't crash on setfileinfo on printer fsp.
2002-07-17 Jeremy AllisonGone back to explicit queue number passing as snum...
2002-06-26 Andrew Tridgellfixed 3 bugs in jeremys trans2 merge. Hopefully it...
2002-06-24 Jeremy AllisonMerged across trans2.c from SAMBA_2_2. UNIX extensions...
2002-06-21 Jeremy AllisonDon't use uint. It doesn't exist on some platforms...
2002-06-13 Jeremy AllisonMerge in mangle fixes from 2.2.
2002-05-13 Jeremy AllisonFix bug where setting end of file length to 8 was hitti...
2002-05-09 Shirish KaleleSync'ing SAMBA_2_2 with HEAD.
2002-04-13 Andrew Tridgelltwo time handling bugfixes
2002-04-12 Andrew Tridgellfixed the display of the 'size on disk' property of...
2002-04-11 Andrew TridgellThis split the mangling code up to allow for the possib...
2002-04-02 Jeremy AllisonFixed the error bad path for recursive mkdir so mkdir...
2002-03-28 Jeremy AllisonEnsure that setting file length can return disk full...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-20 Jeremy AllisonHEAD only fix for truncate from Alexander Bokovoy ...
2002-03-20 Jeremy AllisonEnsure we get a real fd when opening for set file alloc...
2002-03-20 Jeremy AllisonRemove the "stat open" code - make it inline. This...
2002-03-05 Jeremy AllisonMask off the aDIR on setfileinfo.
2002-03-04 Jeremy AllisonCanonicalise pathnames returned to Windows directory...
2002-02-25 Andrew TridgellThis fixes 4 info levels in a trans2 find_first that...
2002-02-21 Andrew Tridgellthis fixes the security tab on mapped drives for unicod...
2002-02-05 Andrew Tridgellcheck for empty parameters in qpathinfo
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-11 Jeremy AllisonSame fix as went into 2.2 (I'm waiting for jerry to...
2002-01-10 Jeremy AllisonFirst part of UNIX extensions (#ifdefed out) more to...
2001-12-20 Andrew Tridgellfixed long filenames on win98
2001-11-28 Jeremy AllisonEnsure the CAN_WRITE is checked and prevents O_CREAT...
2001-11-23 Jeremy AllisonFixed delete on close bug. Added core dump code to...
2001-11-17 Jeremy AllisonTidyups when I was doing the big merge...
2001-11-12 Jeremy AllisonFixed allocation bug in database prog. Some format...
2001-11-10 Jeremy AllisonUse defined constants not integers.
2001-11-08 Jeremy AllisonOnly 1mb allocate slop.
2001-11-08 Jeremy AllisonMerge overdue changes from 2.2. Fix <4gb write problem.
2001-11-08 Jeremy AllisonAdded more define bits. Fixed error in vol attributes.
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-05 Jeremy AllisonRemoved unneeded set of delete on close in fsp->share_mode.
2001-09-05 Andrew Tridgellwhen you update the share mode in the db you must also...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-08-24 Andrew Tridgellfixed level2 find first for unisys clients
2001-08-23 Jeremy AllisonFix W2K profiles writing to a Samba PDC. Thanks to...
2001-08-10 Tim PotterMore constant conversions.
2001-08-09 Jeremy AllisonFixed wrong placement of allocate code :-(.
2001-08-07 Jeremy AllisonAdded fixes to return correct error codes on space...
2001-08-01 Jeremy AllisonAdded "strict allocate" per share parameter. This cause...
2001-07-28 Jeremy AllisonFix for potential crash bug with bad fid.
2001-07-07 Andrew Tridgellfixed some unicode and LANMAN2 bugs in trans2 find...
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-19 Jeremy AllisonSet support for info levels...
2001-06-18 Jeremy AllisonBest-effort so far implementation of new W2K info levels.
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-06-08 Jeremy AllisonCorrectly make max pathlength 255.
2001-03-30 Jeremy AllisonThis is a big, rather ugly patch. Whilst investigating...
2001-03-28 Jeremy AllisonInsure fix. Don't read 4 bytes from data area unless...
2001-03-23 Jeremy AllisonMade the fixes Andrew suggested to asci string code...
2001-03-23 Jeremy AllisonTwo OS/2 printer fixes from Jim McDonough @ IBM.
2001-03-16 Andrew Tridgelldon't need to force unicode strings in flg2 anymore
2001-03-16 Andrew Tridgellfinished the conversion to unicode of the last of the...
2001-03-14 Andrew Tridgellconverted a bunch more trans2 calls for unicode. This...
2001-03-13 Andrew Tridgellsimpler and more correct srvstr_push()
2001-03-13 Andrew Tridgellconverted findnext to unicode
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-02-22 Jeremy AllisonFixed file descriptor leak in error processing of print...
2001-02-08 Andrew Tridgellreverted *.* patch until someone explains to me what...
2001-02-08 Gerald Cartermerge from SAMBA_2_2
2001-01-23 Jeremy AllisonFix from Kenichi Okuyama for memory leak on Realloc...
2000-12-11 Jeremy AllisonFix for short names not being returned correctly with...
2000-11-16 Jeremy AllisonOk - fixed a bug in our levelII oplock code. We need...
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 AllisonRestructuring of vfs layer to include a "this" pointer...
2000-10-03 Jeremy AllisonFixes for the fact that UNICODE sizes are no always...
2000-10-03 Jeremy Allisonutf-8 and EUC3 patch from Hiroshi Miura Samba User...
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-16 Shirish KaleleThe new msdfs implementation that uses symlinks to...
2000-05-10 Jeremy Allisonlib/util_unistr.c:
2000-05-10 Andrew Tridgellmore merging voodoo
2000-04-30 Andrew Tridgellgo back to ascii in SMB_FIND_FILE_BOTH_DIRECTORY_INFO
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
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 Tridgellfixed two uninitialised memory references
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-04-04 Jeremy AllisonRemoved strange optimisation (paranoia fix maybe ?...
2000-03-28 Jeremy AllisonWin2k will only accept volume labels in UNICODE. Fixed...
2000-03-28 Jeremy AllisonMoved common code to set parameter offset field correct...
2000-03-27 Andrew Tridgellchanged the definition of dos_PutUniCode
2000-03-13 Shirish KaleleCleaning up call_trans2getdfsreferral.
2000-03-13 Shirish KaleleCleaned up call_trans2getdfsreferral for when MS_DFS...
2000-03-13 Jean-François Mico... moved #endif to end of function to compile when dfs...
next