summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r23911: Revert r23910 to try and fix the build farm. IJeremy Allison2007-07-171-9/+0
| | | | | | | | | need to look at this more closely tomorrow. Stevef's cthon tests definately show we're not matching Windows behaviour (as his tests pass against Windows but not SAMBA_3_2) but this isn't the fix. Jeremy.
* r23910: We used to deny renames on theJeremy Allison2007-07-171-0/+9
| | | | | | | | | source open for non-delete open. Turns out this is not the case. VL please test but this matches Windows behaviour. (I'll add a torture test tomorrow). Jeremy.
* r23909: Get closer to passing the cthon tests for delete open file.Jeremy Allison2007-07-171-3/+6
| | | | | It matters how the target is open. Jeremy.
* r23908: Fix bug with interaction of optimization withJeremy Allison2007-07-171-8/+24
| | | | | | POSIX locking. We can't do lock counts with POSIX, so stop counting if we get a POSIX lock request. Jeremy.
* r23906: Fix POSIX unlink bug found by Steve. If weJeremy Allison2007-07-171-2/+9
| | | | | | used lstat during the open (which we always do for POSIX) then use lstat for the unlink. Jeremy.
* r23904: Remove an unused variable referenceVolker Lendecke2007-07-161-1/+0
|
* r23903: Fix a potential reason for the segfault Steve foundVolker Lendecke2007-07-161-0/+1
|
* r23902: Fix uninitialized read in devicetype noticed by Volker.Jeremy Allison2007-07-161-1/+1
| | | | Jeremy
* r23901: merge from SAMBA_3_2:Stefan Metzmacher2007-07-161-1/+9
| | | | | | LDAP_OPT_SOCKBUF doesn't exists on all platforms metze
* r23899: merge from SAMBA_3_2:Stefan Metzmacher2007-07-163-4/+113
| | | | | | | | rename HAVE_ADS_SASL_WRAPPING -> HAVE_LDAP_SASL_WRAPPING + adding missing file libads/sasl_wrapping.c metze
* r23897: hopefully fix the buildStefan Metzmacher2007-07-161-1/+1
| | | | metze
* r23894: merge from SAMBA_3_2:Stefan Metzmacher2007-07-164-5/+20
| | | | | | | add dummy callbacks for LDAP SASL wrapping, they're not used yet... metze
* r23892: fix compiler warningStefan Metzmacher2007-07-161-1/+2
| | | | metze
* r23889: merge from SAMBA_3_2:Stefan Metzmacher2007-07-168-81/+84
| | | | | | | move elements belonging to the current ldap connection to a substructure. metze
* r23887: merge from SAMBA_3_2:Stefan Metzmacher2007-07-163-8/+14
| | | | | | add ads_disconnect() function metze
* r23885: Fix make test on opi.Volker Lendecke2007-07-161-0/+1
|
* r23884: Fix Coverity ID 379Volker Lendecke2007-07-161-0/+6
|
* r23883: Fix Coverity ID 380Volker Lendecke2007-07-161-0/+2
|
* r23882: Fix Coverity id 389 -- finally (I hope)Volker Lendecke2007-07-161-7/+11
|
* r23879: Fix two memleaks, found by the IBM checkerVolker Lendecke2007-07-151-2/+4
|
* r23878: Fix an error return, found by the IBM checkerVolker Lendecke2007-07-151-0/+1
|
* r23877: Fix two segfaults in (very unlikely) error paths, found by the IBMVolker Lendecke2007-07-151-0/+2
| | | | checker.
* r23874: Some more minor edits for net ads gpo.Günther Deschner2007-07-132-32/+122
| | | | Guenther
* r23873: Make use of ads_find_samaccount().Günther Deschner2007-07-131-36/+3
| | | | Guenther
* r23872: Dump all GPFLAGS in dump_gpo().Günther Deschner2007-07-131-6/+16
| | | | Guenther
* r23871: The snapin handler needs to have the full struct GROUP_POLICY_OBJECT.Günther Deschner2007-07-131-5/+10
| | | | Guenther
* r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct.Günther Deschner2007-07-131-1/+1
| | | | Guenther
* r23869: Protect against partial security descriptors.Günther Deschner2007-07-131-8/+25
| | | | Guenther
* r23866: Fix a 1-byte buffer overrunVolker Lendecke2007-07-131-1/+1
|
* r23865: Fix a type-punned errorVolker Lendecke2007-07-131-1/+1
|
* r23864: merge from SAMBA_3_2:Stefan Metzmacher2007-07-131-2/+13
| | | | | | | handle NT_STATUS_RETRY and always print out the NTSTATUS string before calling ctdb_fatal() metze
* r23861: Fix return code in ads_find_samaccount().Günther Deschner2007-07-131-1/+1
| | | | Guenther
* r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()Jeremy Allison2007-07-134-57/+318
| | | | | | | | | | | calls and converted reply_tcon and reply_tconX to use them - to show the boilerplate usage (valgrind tested). In conjunction with Volker's srvstr_get_path_talloc() work this should allow us to start eliminating all pstrings/fstrings out of the main path processing code. I'll watch the build farm tonight... Jeremy.
* r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.Jeremy Allison2007-07-121-2/+49
| | | | Jeremy.
* r23855: Setting the allocation size updates the modified timeJeremy Allison2007-07-121-12/+29
| | | | | as a write does. Fix bug #4779. Jeremy.
* r23853: Fix a very misleading error message in tdbbackup.Michael Adam2007-07-121-1/+1
| | | | Michael
* r23850: Fix whitespacing in DEBUG output.Michael Adam2007-07-121-1/+1
|
* r23847: As Dr. Volker says, "A pstring a day....".Jeremy Allison2007-07-121-7/+9
| | | | Jeremy.
* r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP mapsJeremy Allison2007-07-111-6/+15
| | | | | correctly. Jeremy.
* r23845: Second part of the fix for #4777. Looks like on AIX opendirJeremy Allison2007-07-111-0/+3
| | | | | | | returns an errno of ELOOP for a symlink of msdfs:server\path\to\link. Cope with this by mapping to a known error NT_STATUS_OBJECT_PATH_NOT_FOUND that we know dfs_path_lookup should ignore. Jeremy.
* r23844: Add patch series from Volker (after review and consultation).Jeremy Allison2007-07-113-132/+273
| | | | | | | | | | | | | | | | | | | | | | | | | | 0001-Save-a-strdup-in-stat_cache_add.patch 0002-Use-ISDOT-and-ISDOTDOT.patch 0003-Move-fname_equal-around.patch 0004-unix_convert-pstring-dirpath-char.patch 0005-Ignore-.o-files.patch 0006-Get-rid-of-pstrings-inside-unix_convert.patch 0007-revert-pstring-unix_convert.patch 0008-Make-name-an-allocated-pstring-inside-unix_convert.patch 0009-Pass-explicit-pstring-to-mangle_check_cache.patch 0010-Don-t-overwrite-orig_path-unnecessarily.patch 0011-Defer-allocating-name.patch 0012-Make-sure-dirpath-is-always-correctly-allocated.patch 0013-Remove-one-pstring-dependency-in-unix_convert.patch 0014-Remove-more-name-pstring-dependencies.patch 0015-Hide-the-nasty-API-of-mangle_check_cache-in-mangle_c.patch 0016-name-does-not-need-to-be-pstring-size-anymore.patch 0017-Make-use-of-ISDOT-and-ISDOTDOT.patch 0018-Remove-pstring-from-stat_cache_lookup.patch 0019-Add-my-copyright.patch To remove pstrings from statcache and unix_convert. Jeremy.
* r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>.Jeremy Allison2007-07-111-1/+2
| | | | | | Doing a DFS traverse through a deep link could fail (not using explorer). Jeremy.
* r23842: Attempt to fix the build with LDAP.Günther Deschner2007-07-111-1/+3
| | | | Guenther
* r23841: Show all acl types when displaying a security descriptor.Günther Deschner2007-07-111-7/+14
| | | | Guenther
* r23840: Fix the build.Günther Deschner2007-07-111-3/+2
| | | | Guenther
* r23839: Try to get the attribute name from schema GUIDs or the display name fromGünther Deschner2007-07-112-7/+48
| | | | | | | | | | | | | extended rights GUID from ad while dumping the security descriptors's aces. This would perform much better with a guid cache, but for the rare cases where it is used net ads search cn=mymachine ntSecurityDescriptor -U user%pass it should be ok for now. Guenther
* r23838: Allow to store schema and config path in ADS_STRUCT config.Günther Deschner2007-07-112-0/+4
| | | | Guenther
* r23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.Günther Deschner2007-07-112-7/+9
| | | | Guenther
* r23836: Add ads_config_path() and ads_get_extended_right_name_by_guid().Günther Deschner2007-07-111-0/+93
| | | | Guenther
* r23835: Pass down a struct GUID to ads_get_attrname_by_guid() directly.Günther Deschner2007-07-111-7/+2
| | | | Guenther