trying to get HEAD building again. If you want the code
[tprouty/samba.git] / source3 / smbd / trans2.c
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-05-07 Jeremy AllisonSMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAM...
2003-04-24 Jim McDonoughFix length in findfirst2 responses, fix os/2 clients
2003-04-04 Jeremy AllisonRe-fix regression noticed by Tom Schaefer <tom@umsl...
2003-03-16 Andrew Bartlett - Make ReadDirName return a const char*.
2003-03-07 Jeremy AllisonUse ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed...
2003-03-07 Jeremy AllisonFound at Connectathon, .NET RC1 arranges trans/trans2...
2003-02-11 Jeremy AllisonFix delete on close semantics to match W2K. I (think...
2003-01-14 Andrew Tridgellquery_alt_name takes a forced unicode string in win2000...
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-04 Jeremy AllisonNeed brackets around macro args. Spotted by Patrick...
2002-12-04 Jeremy AllisonMissed the removal of the incorrect ifdef.
2002-12-04 Jeremy AllisonFix for 64 bit issues with oplocks and allocation size.
2002-11-12 Jeremy AllisonRemoved global_myworkgroup, global_myname, global_mysco...
2002-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-09-09 Jeremy AllisonMerged Steve French's fix for OS/2 EA return error...
2002-09-09 Jeremy AllisonPatch from Steve French to fix difference in responses to
2002-08-23 Jeremy AllisonMerged initial allocation code for IFSTEST fix.
2002-08-21 Jeremy AllisonFix longstanding bug in Win2k clients by clearing the...
2002-08-19 Tim PotterAdded comment about our implementation of the trans2
2002-07-29 Andrew Tridgellintroduced a get_file_size() macro in trans2.c to make...
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...
next