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