summaryrefslogtreecommitdiffstats
path: root/source/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* r6146: Added OS/2 EA support in trans2_open and trans2_mkdir. Fixed in nttran...Jeremy Allison2007-10-101-5/+90
* r6141: Fix OS/2 EA's for NTcreate. OpenX and mkdir to follow.Jeremy Allison2007-10-101-53/+60
* r6138: Refactor length reading out of EA code so we can read lengthJeremy Allison2007-10-101-15/+22
* r6122: Added "hack" fix for broken SMB_INFO_VOLUME level - used by OS/2Jeremy Allison2007-10-101-1/+7
* r6082: Fix for bugid #2541. Fixes from Guenter Kukkukk <guenter.kukkukk@kukku...Jeremy Allison2007-10-101-0/+2
* r6069: Fix for bug #2541. Ensure we recognise LANMAN2.1 as OS/2 and select LA...Jeremy Allison2007-10-101-1/+1
* r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison2007-10-101-10/+2
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2007-10-101-1/+1
* r5960: Integer wrap paranoia when reading EA buffers.Jeremy Allison2007-10-101-4/+23
* r5936: Fix bugs in earlier work in progress commit. Closer to properly suppor...Jeremy Allison2007-10-101-2/+2
* r5933: We were handling setting of EA's incorrectly - we should be able to setJeremy Allison2007-10-101-128/+325
* r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison2007-10-101-45/+87
* r5874: Work in progress. EA list infolevel.Jeremy Allison2007-10-101-8/+75
* r5872: Restructure ea list code to start to fix the EA_LIST calls. This does notJeremy Allison2007-10-101-36/+104
* r5864: Stop using 'INFO' names on find calls. Getting ready to fixup OS/2 EAJeremy Allison2007-10-101-8/+8
* r5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-2/+2
* r5836: Correct fix for OS/2 bug #2335. The error return code in this case is ...Jeremy Allison2007-10-101-2/+8
* r5833: Revert change for bug #2335. Tested with a Win9x client and the originalJeremy Allison2007-10-101-2/+2
* r5831: Along with jra's recent checkins, fix dir/xcopy of empty dirs on OS/2....Jim McDonough2007-10-101-2/+2
* r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison2007-10-101-3/+10
* r5816: Catch the "." resume name case also.Jeremy Allison2007-10-101-3/+5
* r5813: Fix bug found by Jim McDonough <jmcd@us.ibm.com>Jeremy Allison2007-10-101-1/+9
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2007-10-101-32/+48
* r5707: BUG 2425: remove ubran legend wrt to win98 and the DFS_PATHNAMES capab...Gerald Carter2007-10-101-1/+1
* r5700: Fix problems where we're not pointing to the start of entry for aJeremy Allison2007-10-101-10/+11
* r5637: Actually test and fix the crash bugs (sorry:-).Jeremy Allison2007-10-101-6/+6
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-101-1/+22
* r5548: Stop lying about allocation sizes to Windows clients. It was a niceJeremy Allison2007-10-101-20/+0
* r5513: Fix for bug #2201 - use same logic with "delete readonly"Jeremy Allison2007-10-101-4/+6
* r5343: Fix for bug#1525. Timestamps interpreted incorrectly on 64-bit time_t ...Jeremy Allison2007-10-101-18/+3
* r5287: fix build problem when HAVE_POSIX_ACL not definedHerb Lewis2007-10-101-0/+6
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter2007-10-101-3/+2
* r5160: First cut at refactoring of directory code to handle non-wildcardJeremy Allison2007-10-101-6/+9
* r5154: Tidy up interface a little.Jeremy Allison2007-10-101-3/+1
* r5152: Restructure the directory handling code, stop using void * pointersJeremy Allison2007-10-101-7/+6
* r5063: Shamelessly steal the Samba4 logic (and some code :-) for directoryJeremy Allison2007-10-101-76/+18
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-20/+20
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-101-2/+2
* r3946: Fix for bugid #2085 reported by Jason Mader <jason@ncac.gwu.edu>. Use ...Jeremy Allison2007-10-101-1/+1
* r3895: Fix for bug #2045. May also fix other timestamp bugs with ExcelJeremy Allison2007-10-101-7/+13
* r3889: Only set mtime from pending_modtime if it's not already zero...Jeremy Allison2007-10-101-1/+1
* r3859: Ensure if num_acls is set to 0xFFFF this field is ignored.Jeremy Allison2007-10-101-27/+40
* r3814: At least use a proper constant name (aRONLY :-) not a number.Jeremy Allison2007-10-101-2/+2
* r3811: Believe it or not, but this patch seems to be necessary. If someone se...Volker Lendecke2007-10-101-2/+11
* r3794: Added set posix acl functionality into the UNIX extensions code.Jeremy Allison2007-10-101-0/+38
* r3714: Getfacl now seems to work on files and directories. Next do setfaclJeremy Allison2007-10-101-0/+1
* r3713: Implementation of get posix acls in UNIX extensions. Passes valgrind.Jeremy Allison2007-10-101-3/+194
* r3674: Stefan Esser <s.esser@e-matters.de> pointed out that the max dataJeremy Allison2007-10-101-48/+46
* r3663: Fix too tight checking of incoming secondary trans2 requests.Jeremy Allison2007-10-101-2/+2
* r3642: Extend vfs to add seekdir/telldir/rewinddir. Yes I know I have toJeremy Allison2007-10-101-7/+9