summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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-102-1/+2
* r6067: Patch from Marcel Müller <mueller@maazl.de> - fix OS/2 EA_FROM_LISTJeremy Allison2007-10-101-10/+2
* r6063: Fix for bug #2533 - ensure SMBsearch unsets UNICODE flags2 bit as this...Jeremy Allison2007-10-101-1/+4
* r6060: It's not quite accurate to say not having write access causes a groupJeremy Allison2007-10-101-8/+9
* r6057: Don't put the assert in the wrong place :-).Jeremy Allison2007-10-101-4/+3
* r6055: Fix algorithm. If any of the primary or supplementary group ids matchJeremy Allison2007-10-101-2/+18
* r6053: Fixup dfs path with the new wildcard parser code split out.Jeremy Allison2007-10-104-30/+25
* r6049: Ensure "dos filetime" checks file ACLs correctly. May fix Excel "read-...Jeremy Allison2007-10-102-50/+109
* r6048: Split out the check_path_syntax into a findfirst/next/wildcard version.Jeremy Allison2007-10-102-26/+136
* r6044: Ensure the old search calls always ask mask_match to translateJeremy Allison2007-10-101-2/+2
* r6022: Fix for bug #2533. Incorrect dir listings from OS/2 clients.Jeremy Allison2007-10-101-7/+0
* r6020: Never do NT status codes with protocols before NT1 as we don't get cli...Jeremy Allison2007-10-101-0/+4
* r6014: rather large change set....Gerald Carter2007-10-101-0/+2
* r6001: Oops. Checing the wrong tagtype - should have been SMB_ACL_GROUP, not ...Jeremy Allison2007-10-101-1/+1
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2007-10-101-2/+2
* r5960: Integer wrap paranoia when reading EA buffers.Jeremy Allison2007-10-101-4/+23
* r5958: BUG 1843: patch from james peach to fix quotas (with no soft limits) o...Gerald Carter2007-10-101-5/+10
* r5952: BUG 2469: patch from Jason Mader to cleanup compiler warning when not ...Gerald Carter2007-10-101-4/+8
* 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
* r5922: Fix for NASTY NASTY bug #2501. All my fault :-(. Brown paper bag time.Jeremy Allison2007-10-101-0/+7
* r5905: Fix two warnings found by AIX. They might actually be bugs on 64-bitVolker Lendecke2007-10-102-2/+3
* r5893: Get us to pass some of the Samba4 EA tests. EA_LIST seems to beJeremy Allison2007-10-102-45/+92
* 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
* r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).Jim McDonough2007-10-101-7/+5
* r5848: Fix inherit owner to chown directories in a porable and secure way (fromJeremy Allison2007-10-101-37/+25
* r5844: Fix typo. Add cast for bug #2464 reported by jason@ncac.gwu.edu.Jeremy Allison2007-10-101-2/+2
* r5843: Removed unused variable - pointed out by jason@ncac.gwu.edu in bugid #...Jeremy Allison2007-10-101-3/+1
* 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
* r5825: Fix one more DISK_FREE call - spotted by Ying Li <ying.li2@hp.com>.Jeremy Allison2007-10-101-0/+3
* r5822: Actually return an error message if disk_free fails ! Pointed out by Y...Jeremy Allison2007-10-103-7/+26
* 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
* r5812: We missed some RESOLVE_DFSPATH calls on pathnames for older calls.Jeremy Allison2007-10-101-0/+7
* r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison2007-10-103-39/+178
* r5757: Fix erroneous debug message - noticed by William Jojo <jojowil@hvcc.edu>.Jeremy Allison2007-10-101-1/+1
* r5731: Get delayed write semantics closer to W2K3. We need to store 2 times.Jeremy Allison2007-10-103-1/+13
* r5720: Attempt to fix bug #2382 (Excel shared workbook stops working). AlsoJeremy Allison2007-10-104-49/+119
* 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-103-9/+9
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2007-10-102-5/+26
* r5632: Fix infinite looping bug found by nasty BlueArc test :-).Jeremy Allison2007-10-101-0/+20
* r5630: This may be a mistake ... needs more cthon investigation.Jeremy Allison2007-10-101-0/+3
* r5623: Horrible band-aid patch to fix Blue-Arc torture tester.Jeremy Allison2007-10-101-1/+7