summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpo_ldap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-06Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison1-3/+3
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-03-18Bind Group Policy processing closer to the samba registry.Günther Deschner1-1/+1
Guenther (This used to be commit e9c56250eb7a2dc4e69962c5b48875834941ccfc)
2008-02-29Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner1-6/+6
Gunther (This used to be commit d7346e9360ffa97e44fa781293d32c707436193b)
2008-02-04str_list_free is not needed anymoreVolker Lendecke1-10/+3
(This used to be commit feddc1447d585fd108d22a36bccc576fa81197ef)
2008-02-04Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke1-3/+3
(This used to be commit e2c9fc4cf5f0ff725330fa44f53782db65fca37e)
2008-01-09Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam1-6/+12
Michael (This used to be commit 6b2b9a60ef857ec31da5fea631535205fbdede4a)
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-4/+4
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 f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
2007-10-10r24573: Fix build without LDAP. Thanks Volker for pointing this out.Günther Deschner1-7/+7
Guenther (This used to be commit 1bae53e39f86a9b3b277578a71b906ca1cd0e4fa)
2007-10-10r24413: Minor edits for libgpo.Günther Deschner1-149/+225
Guenther (This used to be commit 5dc791f4cfdee2bc350c1e65aeed5705c1745356)
2007-10-10r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner1-9/+3
Guenther (This used to be commit 57aa0acb84a41a24ea89950bcb51b5ffc68b4564)
2007-10-10r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that ↵Günther Deschner1-27/+23
already has S-1-5-11 in the token. Guenther (This used to be commit 83c734690ab09a0fe103ee9fdb855fbdd31db39c)
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell1-2/+1
(This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r23770: Some minor cleanups in libgpoGünther Deschner1-48/+60
(including some valgrind errors, uninitialized vars, etc.) Guenther (This used to be commit 1a2878db2d2fcdc53fa74fea48b82a1903e6a1f1)
2007-10-10r22802: Add dummy gpo_apply_security_filtering() call.Günther Deschner1-3/+10
Guenther (This used to be commit 61982d842288d880c24bc4808811452547c0b622)
2007-10-10r22801: Pass down the token to add_gplink_to_gpo_list().Günther Deschner1-4/+14
Guenther (This used to be commit 2c2e212bc592b387e23f5b058c72b0ccadda6748)
2007-10-10r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the ↵Günther Deschner1-0/+62
tokenGroup attribute. Guenther (This used to be commit e4e8f840605dfdf92ca60cc8fc6a4c85336565fb)
2007-10-10r22797: We are only interested in the DACL of the security descriptor, so ↵Günther Deschner1-4/+7
search with the SD_FLAGS control. Guenther (This used to be commit 648df57e53ddabe74052e816b8eba95180736208)
2007-10-10r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in ↵Günther Deschner1-1/+4
preparation of adding GPO security filtering for libgpo). Guenther (This used to be commit b376a39fbf42a6a541fd311418c4a980b9fd4b9e)
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-8/+20
That should be it.... Jeremy. (This used to be commit 603233a98bbf65467c8b4f04719d771c70b3b4c9)
2007-10-10r19484: Fix Coverity #329Volker Lendecke1-1/+1
(This used to be commit c3f860e55da8877131f149ca213b311c215e8a6e)
2007-10-10r18983: Add some comments for the LDAP based GPO routines.Günther Deschner1-38/+49
Guenther (This used to be commit 2c21ee684c4197899f2314e99b891ce771b1fd65)
2007-10-10r18982: Move the gpo related functions to "libgpo".Günther Deschner1-0/+682
Guenther (This used to be commit 1308a842716bc3bd1a9853b9b206dc7308a8c1dd)