r15018: Merge Volker's ipc/trans2/nttrans changes over
[tprouty/samba.git] / source / smbd / trans2.c
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14986: Fix OS/2 directory delete bug found by kukks.
2007-10-10 Jeremy Allisonr14387: Try and fix the coverity issues (#53, #54)...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13675: * patch from Bjoern JACKE <samba@j3e.de> to...
2007-10-10 Jeremy Allisonr13563: Fix bug #3526 found and diagnosed by corinna...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr12877: Stop passing structs around in smb messages...
2007-10-10 Jeremy Allisonr12376: Second patch from Martin Koeppe <mkoeppe@gmx.de>
2007-10-10 Jeremy Allisonr12250: Patch from Martin Koeppe <mkoeppe@gmx.de> for...
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr11511: A classic "friday night check-in" :-). This...
2007-10-10 Jeremy Allisonr11428: Fix bug #3192 by actually hooking up the dfree...
2007-10-10 Jeremy Allisonr11420: Fix issue pointed out by Dina Fine <dina@exanet...
2007-10-10 Jeremy Allisonr11389: Attempt to fix bug #3212 - ignore bogus OS...
2007-10-10 Jeremy Allisonr11232: Added ab's POSIX statvfs vfs call. Sorry for...
2007-10-10 Gerald Carterr10921: BUG 3070: fix crash bug in qfsinfo when retriev...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr10182: Starting to stamp out warnings on a 64-bit...
2007-10-10 Jeremy Allisonr9246: Patch from Marcel samba.10.maazl@spamgourmet...
2007-10-10 Jeremy Allisonr8959: Make msdfs code talloc based. Fix leaks.
2007-10-10 Jeremy Allisonr8552: Warning fix from jason@ncac.gwu.edu.
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr7893: Add in the extra parameters to opendir() to...
2007-10-10 Jeremy Allisonr7842: With the patch I sent Steve yesterday this gives...
2007-10-10 Jeremy Allisonr7821: Don't check permissions for setting POSIX pathna...
2007-10-10 Jeremy Allisonr7798: CIFSFS client assumes wcnt == 10 for successful...
2007-10-10 Jeremy Allisonr7796: Prepare for client setting capabilities to selec...
2007-10-10 Jeremy Allisonr7412: Now we're not memset'ing ensure we're valgrind...
2007-10-10 Jeremy Allisonr7191: Squeezing out more unnecessary memset's gets...
2007-10-10 Jeremy Allisonr7190: I *love* valgrind/cachegrind.....
2007-10-10 Jeremy Allisonr6979: Tidyups.
2007-10-10 Jeremy Allisonr6715: We don't need to wrap the setfsinfo call in...
2007-10-10 Jeremy Allisonr6631: More typo's. Sorry.
2007-10-10 Jeremy Allisonr6625: Remove another global variable left over from...
2007-10-10 Jeremy Allisonr6302: OS/2 fix from Marcel Müller <mueller@maazl.de...
2007-10-10 Jeremy Allisonr6297: Fix bug in our trans2 secondary processing....
2007-10-10 Jeremy Allisonr6269: With help from Marcel Müller <mueller@maazl...
2007-10-10 Jeremy Allisonr6261: Tidyup message str printf. Ensure tvs struct...
2007-10-10 Jeremy Allisonr6258: Fix found by OS/2 set_ea call. When setting...
2007-10-10 Gerald Carterr6242: after talking to jeremy, we can actually consolidate
2007-10-10 Gerald Carterr6237: fix my breakage of WinXP sp2 msdfs support.
2007-10-10 Herb Lewisr6225: get rid of warnings from my compiler about neste...
2007-10-10 Jeremy Allisonr6203: Fix attribute return on creating a directory...
2007-10-10 Jeremy Allisonr6199: Only do the strange DOS error for openX, not...
2007-10-10 Jeremy Allisonr6174: Fixup T2 open call - we were returning 2 bytes...
2007-10-10 Jeremy Allisonr6172: Tidy up error processing significantly. Remove...
2007-10-10 Jeremy Allisonr6163: Well I never, all this time the t2open code...
2007-10-10 Jeremy Allisonr6146: Added OS/2 EA support in trans2_open and trans2_...
2007-10-10 Jeremy Allisonr6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir...
2007-10-10 Jeremy Allisonr6138: Refactor length reading out of EA code so we...
2007-10-10 Jeremy Allisonr6122: Added "hack" fix for broken SMB_INFO_VOLUME...
2007-10-10 Jeremy Allisonr6082: Fix for bugid #2541. Fixes from Guenter Kukkukk...
2007-10-10 Jeremy Allisonr6069: Fix for bug #2541. Ensure we recognise LANMAN2...
2007-10-10 Jeremy Allisonr6067: Patch from Marcel Müller <mueller@maazl.de>...
2007-10-10 Jeremy Allisonr6053: Fixup dfs path with the new wildcard parser...
2007-10-10 Jeremy Allisonr5960: Integer wrap paranoia when reading EA buffers.
2007-10-10 Jeremy Allisonr5936: Fix bugs in earlier work in progress commit...
2007-10-10 Jeremy Allisonr5933: We were handling setting of EA's incorrectly...
2007-10-10 Jeremy Allisonr5893: Get us to pass some of the Samba4 EA tests....
2007-10-10 Jeremy Allisonr5874: Work in progress. EA list infolevel.
2007-10-10 Jeremy Allisonr5872: Restructure ea list code to start to fix the...
2007-10-10 Jeremy Allisonr5864: Stop using 'INFO' names on find calls. Getting...
2007-10-10 Jeremy Allisonr5844: Fix typo. Add cast for bug #2464 reported by...
2007-10-10 Jeremy Allisonr5836: Correct fix for OS/2 bug #2335. The error return...
2007-10-10 Jeremy Allisonr5833: Revert change for bug #2335. Tested with a Win9x...
2007-10-10 Jim McDonoughr5831: Along with jra's recent checkins, fix dir/xcopy...
2007-10-10 Jeremy Allisonr5822: Actually return an error message if disk_free...
2007-10-10 Jeremy Allisonr5816: Catch the "." resume name case also.
2007-10-10 Jeremy Allisonr5813: Fix bug found by Jim McDonough <jmcd@us.ibm...
2007-10-10 Jeremy Allisonr5720: Attempt to fix bug #2382 (Excel shared workbook...
2007-10-10 Gerald Carterr5707: BUG 2425: remove ubran legend wrt to win98 and...
2007-10-10 Jeremy Allisonr5700: Fix problems where we're not pointing to the...
2007-10-10 Jeremy Allisonr5637: Actually test and fix the crash bugs (sorry:-).
2007-10-10 Jeremy Allisonr5636: Re-add the allocation size - parameterized by...
2007-10-10 Jeremy Allisonr5548: Stop lying about allocation sizes to Windows...
2007-10-10 Jeremy Allisonr5513: Fix for bug #2201 - use same logic with "delete...
2007-10-10 Jeremy Allisonr5343: Fix for bug#1525. Timestamps interpreted incorre...
2007-10-10 Herb Lewisr5287: fix build problem when HAVE_POSIX_ACL not defined
2007-10-10 Gerald Carterr5165: BUG 2295: always use get_local_machine_name...
2007-10-10 Jeremy Allisonr5160: First cut at refactoring of directory code to...
2007-10-10 Jeremy Allisonr5154: Tidy up interface a little.
2007-10-10 Jeremy Allisonr5152: Restructure the directory handling code, stop...
2007-10-10 Jeremy Allisonr5063: Shamelessly steal the Samba4 logic (and some...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr4007: Fix bug #2088 - ensure inherit permissions is...
2007-10-10 Jeremy Allisonr3946: Fix for bugid #2085 reported by Jason Mader...
2007-10-10 Jeremy Allisonr3895: Fix for bug #2045. May also fix other timestamp...
2007-10-10 Jeremy Allisonr3889: Only set mtime from pending_modtime if it's...
2007-10-10 Jeremy Allisonr3859: Ensure if num_acls is set to 0xFFFF this field...
2007-10-10 Jeremy Allisonr3814: At least use a proper constant name (aRONLY...
2007-10-10 Volker Lendecker3811: Believe it or not, but this patch seems to be...
2007-10-10 Jeremy Allisonr3794: Added set posix acl functionality into the UNIX...
2007-10-10 Jeremy Allisonr3714: Getfacl now seems to work on files and directori...
2007-10-10 Jeremy Allisonr3713: Implementation of get posix acls in UNIX extensi...
2007-10-10 Jeremy Allisonr3674: Stefan Esser <s.esser@e-matters.de> pointed...
2007-10-10 Jeremy Allisonr3663: Fix too tight checking of incoming secondary...
2007-10-10 Jeremy Allisonr3642: Extend vfs to add seekdir/telldir/rewinddir...
2007-10-10 Jeremy Allisonr3225: Fix correct use of resume name. Cope with the...
next