1
0
mirror of https://github.com/samba-team/samba.git synced 2025-06-17 15:17:09 +03:00

17 Commits

Author SHA1 Message Date
Volker Lendecke
0a911d38b8 Use sid_string_talloc where we have a tmp talloc ctx 2007-12-15 22:09:36 +01:00
Volker Lendecke
1fab16ffb8 Remove some statics 2007-11-27 14:18:47 +01:00
Günther Deschner
0a96a11f01 r23869: Protect against partial security descriptors.
Guenther
2007-10-10 12:28:36 -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
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
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
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
3925e85812 r23820: Display security_ace_object in LDAP security descriptors for debugging.
Guenther
2007-10-10 12:28:30 -05:00
Andrew Tridgell
b0132e94fc r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text 2007-10-10 12:28:22 -05:00
Jeremy Allison
407e6e695b r23779: Change from v2 or later to v3 or later.
Jeremy.
2007-10-10 12:28:20 -05:00
Günther Deschner
e138cbc876 r22798: Add the "apply group policy" access bit (as seen in type 0x05 ALLOWED OBJECT
ACEs).

Guenther
2007-10-10 12:21:58 -05:00
Jelmer Vernooij
b41c52b9db r18745: Use the Samba4 data structures for security descriptors and security descriptor
buffers.

Make security access masks simply a uint32 rather than a structure
with a uint32 in it.
2007-10-10 12:00:54 -05:00
Andrew Bartlett
3a7458f947 Merge from HEAD - make Samba compile with -Wwrite-strings without additional
warnings.  (Adds a lot of const).

Andrew Bartlett
-
Gerald Carter
3de09e5cf1 syncing up with HEAD. Seems to be a lot of differences creeping in
(i ignored the new SAMBA stuff, but the rest of this looks like it should
have been merged already).
-
Andrew Tridgell
03ac082dcb updated the 3.0 branch from the head branch - ready for alpha18 -
Tim Potter
e66bdf1229 Stomped on some header file version numbers that have crept back in. -
Andrew Tridgell
98196e79b7 forgotten file, oops -