r6149: Fixes bugs #2498 and 2484.
[samba.git] / source / smbd /
2007-10-10 Derrell Lipmanr6149: Fixes bugs #2498 and 2484.
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 Allisonr6124: Fix for bug #2242 from Tom Lackemann <cessnatomn...
2007-10-10 Jeremy Allisonr6122: Added "hack" fix for broken SMB_INFO_VOLUME...
2007-10-10 Jeremy Allisonr6106: Fix bug #2551. It turns out that the incoming...
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 Allisonr6063: Fix for bug #2533 - ensure SMBsearch unsets...
2007-10-10 Jeremy Allisonr6060: It's not quite accurate to say not having write...
2007-10-10 Jeremy Allisonr6057: Don't put the assert in the wrong place :-).
2007-10-10 Jeremy Allisonr6055: Fix algorithm. If any of the primary or suppleme...
2007-10-10 Jeremy Allisonr6053: Fixup dfs path with the new wildcard parser...
2007-10-10 Jeremy Allisonr6049: Ensure "dos filetime" checks file ACLs correctly...
2007-10-10 Jeremy Allisonr6048: Split out the check_path_syntax into a findfirst...
2007-10-10 Jeremy Allisonr6044: Ensure the old search calls always ask mask_matc...
2007-10-10 Jeremy Allisonr6022: Fix for bug #2533. Incorrect dir listings from...
2007-10-10 Jeremy Allisonr6020: Never do NT status codes with protocols before...
2007-10-10 Gerald Carterr6014: rather large change set....
2007-10-10 Jeremy Allisonr6001: Oops. Checing the wrong tagtype - should have...
2007-10-10 Gerald Carterr5961: final round of compiler warning fixes based...
2007-10-10 Jeremy Allisonr5960: Integer wrap paranoia when reading EA buffers.
2007-10-10 Gerald Carterr5958: BUG 1843: patch from james peach to fix quotas...
2007-10-10 Gerald Carterr5952: BUG 2469: patch from Jason Mader to cleanup...
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 Allisonr5922: Fix for NASTY NASTY bug #2501. All my fault...
2007-10-10 Volker Lendecker5905: Fix two warnings found by AIX. They might actual...
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 Jim McDonoughr5854: Fix coredump when OS/2 checks for long file...
2007-10-10 Jeremy Allisonr5848: Fix inherit owner to chown directories in a...
2007-10-10 Jeremy Allisonr5844: Fix typo. Add cast for bug #2464 reported by...
2007-10-10 Jeremy Allisonr5843: Removed unused variable - pointed out by jason...
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 Allisonr5825: Fix one more DISK_FREE call - spotted by Ying...
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 Allisonr5812: We missed some RESOLVE_DFSPATH calls on pathname...
2007-10-10 Jeremy Allisonr5792: Added new parameter "inherit owner". If set...
2007-10-10 Jeremy Allisonr5757: Fix erroneous debug message - noticed by William...
2007-10-10 Jeremy Allisonr5731: Get delayed write semantics closer to W2K3....
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 Allisonr5632: Fix infinite looping bug found by nasty BlueArc...
2007-10-10 Jeremy Allisonr5630: This may be a mistake ... needs more cthon inves...
2007-10-10 Jeremy Allisonr5623: Horrible band-aid patch to fix Blue-Arc torture...
2007-10-10 Jeremy Allisonr5616: Forgot about the sticky bit on directories ...
2007-10-10 Gerald Carterr5608: BUG 2399 - removing dead code (not finished...
2007-10-10 Jeremy Allisonr5607: Fix for bug #2399 - ensure we use SMB_VFS_STAT...
2007-10-10 Jeremy Allisonr5548: Stop lying about allocation sizes to Windows...
2007-10-10 Jeremy Allisonr5530: Keep the TRANS call up to date with the NTCreate...
2007-10-10 Jeremy Allisonr5524: Don't do share mode checks on can_delete if...
2007-10-10 Jeremy Allisonr5513: Fix for bug #2201 - use same logic with "delete...
2007-10-10 Jeremy Allisonr5510: Optimisation to only do can_delete check if...
2007-10-10 Jeremy Allisonr5508: Typo - ZERO_STRUCT -> ZERO_STRUCTP.
2007-10-10 Jeremy Allisonr5497: Fix for DIR1 failures in build farm. It struck...
2007-10-10 Jeremy Allisonr5355: Fill in the access check code for POSIX ACLs...
2007-10-10 Günther Deschnerr5349: After talking with Jerry, reverted the addition...
2007-10-10 Jeremy Allisonr5343: Fix for bug#1525. Timestamps interpreted incorre...
2007-10-10 Jeremy Allisonr5324: In order to process DELETE_ACCESS correctly...
2007-10-10 Jeremy Allisonr5290: Fix for bug #2323 - plaintext problem with WinXP.
2007-10-10 Herb Lewisr5287: fix build problem when HAVE_POSIX_ACL not defined
2007-10-10 Jeremy Allisonr5268: Fix bug #2310, only do 16-bit normalization...
2007-10-10 Stefan Metzmacherr5225: fix mem leak and debug message
2007-10-10 Jeremy Allisonr5183: Ensure we correctly set the per-connection ...
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 Gerald Carterr5157: BUG 2266: conditionally include rpc/nettype...
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 Allisonr5100: We should only care about case-sensitivity when...
2007-10-10 Volker Lendecker5098: Next round build-fixing
2007-10-10 Volker Lendecker5096: Attempt to fix the build
2007-10-10 Jeremy Allisonr5069: Ensure we return the correct errors for old...
2007-10-10 Jeremy Allisonr5063: Shamelessly steal the Samba4 logic (and some...
2007-10-10 Jeremy Allisonr5014: Split out the request to send an async level...
2007-10-10 Jeremy Allisonr5002: Ensure we can't remove a level II oplock without...
2007-10-10 Günther Deschnerr4925: Migrate Account Policies to passdb (esp. replica...
2007-10-10 Günther Deschnerr4847: Hand over a acb_mask to pdb_setsampwent in load_...
2007-10-10 Jeremy Allisonr4830: Fix for problem noticed by Guy Harris <gharris...
2007-10-10 Gerald Carterr4736: small set of merges from rtunk to minimize the...
2007-10-10 Alexander Bokovoyr4704: Fix encoding while receiving of a message which...
2007-10-10 Gerald Carterr4539: patch from Rob -- adding real printcap name...
2007-10-10 Andrew Bartlettr4337: Produce a slightly different error message is...
2007-10-10 Jeremy Allisonr4330: Fix for bug found by Rob Foehl <rwf@loonybin...
2007-10-10 Jeremy Allisonr4301: One more *alloc -> SMB_MALLOC (not compiled...
2007-10-10 Jeremy Allisonr4295: Don't include header len in data write debug.
2007-10-10 Jeremy Allisonr4293: Fix inspired by debug trace from Rob Foehl ...
2007-10-10 Jeremy Allisonr4212: Ensure we only look at the bottom bit of large_r...
next