Andrew Bartlett
2050187673
s3:libads Make ads_get_dn() take a talloc context
...
Also remove ads_memfree(), which was only ever a wrapper around
SAFE_FREE, used only to free the DN from ads_get_ds().
This actually makes libgpo more consistant, as it mixed a talloc and a
malloc based string on the same element.
Andrew Bartlett
Signed-off-by: Günther Deschner <gd@samba.org>
2009-04-06 15:54:41 +02:00
Jeremy Allison
8b4b5c3a92
Add wrapper str_list_make_v3() to replace the old S3 behavior of
...
str_list_make(). From Dan Sledz <dan.sledz@isilon.com>:
In samba 3.2 passing NULL or an empty string returned NULL.
In master, it now returns a list of length 1 with the first string set
to NULL (an empty list).
Jeremy.
2008-11-06 18:53:00 -08:00
Günther Deschner
e8bd75ec73
Bind Group Policy processing closer to the samba registry.
...
Guenther
(This used to be commit e9c56250eb
)
2008-03-18 21:31:24 +01:00
Günther Deschner
f12770079b
Pure cosmetics, trying to get my group policy diff smaller.
...
Gunther
(This used to be commit d7346e9360
)
2008-02-29 14:53:13 +01:00
Volker Lendecke
b361956942
str_list_free is not needed anymore
...
(This used to be commit feddc1447d
)
2008-02-04 21:05:41 +01:00
Volker Lendecke
2762b9a975
Always pass a TALLOC_CTX to str_list_make and str_list_copy
...
(This used to be commit e2c9fc4cf5
)
2008-02-04 20:57:49 +01:00
Michael Adam
f3603d5a5a
Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.
...
Michael
(This used to be commit 6b2b9a60ef
)
2008-01-09 01:47:10 +01:00
Jeremy Allison
30191d1a57
RIP BOOL. Convert BOOL -> bool. I found a few interesting
...
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
(This used to be commit f35a266b3c
)
2007-10-18 17:40:25 -07:00
Günther Deschner
18e6f9c6aa
r24573: Fix build without LDAP. Thanks Volker for pointing this out.
...
Guenther
(This used to be commit 1bae53e39f
)
2007-10-10 12:30:07 -05:00
Günther Deschner
444fd1e848
r24413: Minor edits for libgpo.
...
Guenther
(This used to be commit 5dc791f4cf
)
2007-10-10 12:29:42 -05:00
Günther Deschner
bed567bffc
r24024: Minor cleanup in ads_parse_gp_ext().
...
Guenther
(This used to be commit 57aa0acb84
)
2007-10-10 12:28:57 -05:00
Günther Deschner
db4099884a
r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that already has
...
S-1-5-11 in the token.
Guenther
(This used to be commit 83c734690a
)
2007-10-10 12:28:42 -05:00
Andrew Tridgell
153cfb9c83
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
...
(This used to be commit 87c91e4362
)
2007-10-10 12:28:27 -05:00
Jeremy Allison
d824b98f80
r23779: Change from v2 or later to v3 or later.
...
Jeremy.
(This used to be commit 407e6e695b
)
2007-10-10 12:28:20 -05:00
Günther Deschner
5512dacbca
r23770: Some minor cleanups in libgpo
...
(including some valgrind errors, uninitialized vars, etc.)
Guenther
(This used to be commit 1a2878db2d
)
2007-10-10 12:23:55 -05:00
Günther Deschner
4c48a3d30c
r22802: Add dummy gpo_apply_security_filtering() call.
...
Guenther
(This used to be commit 61982d8422
)
2007-10-10 12:21:59 -05:00
Günther Deschner
aec3df5ce8
r22801: Pass down the token to add_gplink_to_gpo_list().
...
Guenther
(This used to be commit 2c2e212bc5
)
2007-10-10 12:21:59 -05:00
Günther Deschner
83564b43e3
r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the tokenGroup attribute.
...
Guenther
(This used to be commit e4e8f84060
)
2007-10-10 12:21:59 -05:00
Günther Deschner
9c170fce26
r22797: We are only interested in the DACL of the security descriptor, so search with
...
the SD_FLAGS control.
Guenther
(This used to be commit 648df57e53
)
2007-10-10 12:21:57 -05:00
Günther Deschner
95bc08e954
r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in preparation of
...
adding GPO security filtering for libgpo).
Guenther
(This used to be commit b376a39fbf
)
2007-10-10 12:21:57 -05:00
Jeremy Allison
56a5d05b8b
r22590: Make TALLOC_ARRAY consistent across all uses.
...
That should be it....
Jeremy.
(This used to be commit 603233a98b
)
2007-10-10 12:19:49 -05:00
Volker Lendecke
16e98a60d1
r19484: Fix Coverity #329
...
(This used to be commit c3f860e55d
)
2007-10-10 12:15:38 -05:00
Günther Deschner
031506eb51
r18983: Add some comments for the LDAP based GPO routines.
...
Guenther
(This used to be commit 2c21ee684c
)
2007-10-10 12:14:53 -05:00
Günther Deschner
73f4ac012a
r18982: Move the gpo related functions to "libgpo".
...
Guenther
(This used to be commit 1308a84271
)
2007-10-10 12:14:53 -05:00