1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
Commit Graph

22688 Commits

Author SHA1 Message Date
Günther Deschner
4b5c4b4fff r23872: Dump all GPFLAGS in dump_gpo().
Guenther
2007-10-10 12:28:36 -05:00
Günther Deschner
9dc8ec0e19 r23871: The snapin handler needs to have the full struct GROUP_POLICY_OBJECT.
Guenther
2007-10-10 12:28:36 -05:00
Günther Deschner
f60ad2ccff r23870: Use GPO_LINK_TYPE in GROUP_POLICY_OBJECT struct.
Guenther
2007-10-10 12:28:36 -05:00
Günther Deschner
0a96a11f01 r23869: Protect against partial security descriptors.
Guenther
2007-10-10 12:28:36 -05:00
Volker Lendecke
2ed83d36fe r23866: Fix a 1-byte buffer overrun 2007-10-10 12:28:36 -05:00
Volker Lendecke
a40d3a566a r23865: Fix a type-punned error 2007-10-10 12:28:35 -05:00
Stefan Metzmacher
48ece3c21e r23863: handle NT_STATUS_RETRY and always print out the NTSTATUS string
before calling ctdb_fatal()

metze
2007-10-10 12:28:35 -05:00
Günther Deschner
684fcf39dc r23861: Fix return code in ads_find_samaccount().
Guenther
2007-10-10 12:28:35 -05:00
Jeremy Allison
b4eff3f680 r23858: Added srvstr_pull_buf_talloc() and srvstr_pull_talloc()
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.
2007-10-10 12:28:35 -05:00
Jeremy Allison
6ba12b6cb9 r23856: Add Jiri.Sasek@Sun.COM;s fix from Axel Apitz for ZFS ACLs.
Jeremy.
2007-10-10 12:28:35 -05:00
Jeremy Allison
ed0e2174a8 r23855: Setting the allocation size updates the modified time
as a write does. Fix bug #4779.
Jeremy.
2007-10-10 12:28:35 -05:00
Michael Adam
3a2a032a44 r23853: Fix a very misleading error message in tdbbackup.
Michael
2007-10-10 12:28:34 -05:00
Michael Adam
918aad0d8b r23850: Fix whitespacing in DEBUG output. 2007-10-10 12:28:34 -05:00
Jeremy Allison
8adf81696a r23847: As Dr. Volker says, "A pstring a day....".
Jeremy.
2007-10-10 12:28:34 -05:00
Jeremy Allison
f2cf4b6b9d r23846: Belt-and-braces on the msdfs bug. Ensure ELOOP maps
correctly.
Jeremy.
2007-10-10 12:28:34 -05:00
Jeremy Allison
d4a7411c48 r23845: Second part of the fix for #4777. Looks like on AIX opendir
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.
2007-10-10 12:28:34 -05:00
Jeremy Allison
ea6ef36889 r23844: Add patch series from Volker (after review and consultation).
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.
2007-10-10 12:28:34 -05:00
Jeremy Allison
cd93f0cb00 r23843: Fix bug #4777, reported by Bill Marshall <bmarsh@us.ibm.com>.
Doing a DFS traverse through a deep link could fail (not using
explorer).
Jeremy.
2007-10-10 12:28:33 -05:00
Günther Deschner
efd817ae11 r23842: Attempt to fix the build with LDAP.
Guenther
2007-10-10 12:28:33 -05:00
Günther Deschner
06418a63a0 r23841: Show all acl types when displaying a security descriptor.
Guenther
2007-10-10 12:28:33 -05:00
Günther Deschner
07bce67121 r23840: Fix the build.
Guenther
2007-10-10 12:28:33 -05:00
Günther Deschner
b36913433e r23839: Try to get the attribute name from schema GUIDs or the display name from
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
2007-10-10 12:28:33 -05:00
Günther Deschner
1d5b08326f r23838: Allow to store schema and config path in ADS_STRUCT config.
Guenther
2007-10-10 12:28:33 -05:00
Günther Deschner
ad0a6d5703 r23837: Pass ADS_STRUCT and TALLOC_CTX down to ads_disp_sd.
Guenther
2007-10-10 12:28:32 -05:00
Günther Deschner
4d62f1191b r23836: Add ads_config_path() and ads_get_extended_right_name_by_guid().
Guenther
2007-10-10 12:28:32 -05:00
Günther Deschner
a4d5206d0b r23835: Pass down a struct GUID to ads_get_attrname_by_guid() directly.
Guenther
2007-10-10 12:28:32 -05:00
Günther Deschner
311bbbafa6 r23834: Allow to pass an ADS_STRUCT pointer down to the dump function callback in
libads.

Guenther
2007-10-10 12:28:32 -05:00
Günther Deschner
3effd1c346 r23833: Document ads_find_samaccount().
Guenther
2007-10-10 12:28:31 -05:00
Alexander Bokovoy
800cf5c81c r23831: Fix vfs_readahead: transparent modules should always pass through 2007-10-10 12:28:31 -05:00
Günther Deschner
a84fd83006 r23829: Add ads_get_attrname_by_guid().
Guenther
2007-10-10 12:28:31 -05:00
Michael Adam
b636f8cdad r23828: Add entry and exit debug statments to tdb_validate
at a lower debug level.

Michael
2007-10-10 12:28:31 -05:00
Günther Deschner
e3d6dabcb9 r23827: Fix schema dump.
Guenther
2007-10-10 12:28:31 -05:00
Günther Deschner
d832014a6f r23826: Fix gpo security filtering by matching the security descriptor ace's for the
extended apply group policy right.

Guenther
2007-10-10 12:28:31 -05:00
Günther Deschner
c254c5e254 r23825: Add ".." command as an alias to "cd ..".
Guenther
2007-10-10 12:28:30 -05:00
Günther Deschner
cdec09956c r23824: Add ls alias for lazy typers like me.
Guenther
2007-10-10 12:28:30 -05:00
Volker Lendecke
17b875ae5b r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>
Thanks!

Volker
2007-10-10 12:28:30 -05:00
Michael Adam
9794b94ebf r23822: Clean some debugging output (as well in content and
amount as in source code formatting...)

Michael
2007-10-10 12:28:30 -05:00
Günther Deschner
3925e85812 r23820: Display security_ace_object in LDAP security descriptors for debugging.
Guenther
2007-10-10 12:28:30 -05:00
Michael Adam
9415ea0fde r23819: It is currently unnecessary to pass the extended validation status
from the validating child process down to the parent though the
pipe. All the parent evaluates is the overall success, so the exit
status should do.

Michael
2007-10-10 12:28:30 -05:00
Günther Deschner
0f0200c43c r23818: support LDAP_SERVER_SEARCH_OPTIONS_OID in adssearch.
Guenther
2007-10-10 12:28:29 -05:00
Günther Deschner
3f0ac6a27f r23817: Dump some more guids in adssearch.pl.
Guenther
2007-10-10 12:28:29 -05:00
Michael Adam
ef40ef6764 r23814: Fix a couple of comments and debug messages. 2007-10-10 12:28:29 -05:00
Volker Lendecke
3b811134c0 r23813: Remove unused global variable 2007-10-10 12:28:29 -05:00
Volker Lendecke
84b8a56fe9 r23808: Make us a bit more C++ friendly. Thanks to Constantine Vetoshev
<gepardcv@yahoo.com> for checking.
2007-10-10 12:28:29 -05:00
Andrew Tridgell
e5d18768a0 r23804: here too 2007-10-10 12:28:28 -05:00
Andrew Tridgell
256301a21a r23802: fixed URL in XML 2007-10-10 12:28:28 -05:00
Andrew Tridgell
87c91e4362 r23801: The FSF has moved around a lot. This fixes their Mass Ave address. 2007-10-10 12:28:27 -05:00
Andrew Tridgell
727a6cf2cb r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
2007-10-10 12:28:26 -05:00
Andrew Tridgell
43cd589773 r23799: updated old Franklin Street FSF addresses to new URL 2007-10-10 12:28:26 -05:00
Andrew Tridgell
c676a97114 r23798: updated old Temple Place FSF addresses to new URL 2007-10-10 12:28:26 -05:00