Prefix VFS API macros with SMB_ for consistency and to avoid problems with VFS_ macro...
[tprouty/samba.git] / source / smbd / trans2.c
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-12 Alexander BokovoyWrap into WITH_QUOTAS yet another place in trans2
2003-05-12 Alexander BokovoySmall fix for HAVE_SYS_QUOTAS usage, spotted by build...
2003-05-12 Alexander BokovoySmall fix for HAVE_SYS_QUOTAS usage, spotted by build...
2003-05-12 Alexander BokovoyAdd NT quota support. Patch from Stefan (metze) Metzemacher
2003-05-11 Alexander BokovoyFix VFS layer:
2003-05-07 Jeremy AllisonSMB_QUERY_FILE_ALT_NAME_INFO and SMB_FILE_ALTERNATE_NAM...
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-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-04-04 Jeremy AllisonRe-fix regression noticed by Tom Schaefer <tom@umsl...
2003-03-18 Andrew BartlettMerge whitespace to match HEAD.
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-17 Andrew BartlettMerge from HEAD:
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 AllisonUse ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed...
2003-03-07 Jeremy AllisonFound at Connectathon, .NET RC1 arranges trans/trans2...
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-02-11 Jeremy AllisonFix delete on close semantics to match W2K. I (think...
2003-01-14 Andrew Tridgellmerge alt_name patch from head
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-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 AllisonNeed brackets around macro args. Spotted by Patrick...
2002-12-04 Jeremy AllisonMissed the removal of the incorrect ifdef.
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-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-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-10-23 Jeremy AllisonFirst cut of new ACL mapping code from Andreas Gruenbac...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
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...
next