summaryrefslogtreecommitdiffstats
path: root/source3/libgpo/gpo_ldap.c
Commit message (Expand)AuthorAgeFilesLines
* Add ads convenience functions to samba 4. Move gpo_ldap.c to root libgpo.Wilco Baan Hofman2009-04-201-866/+0
* s3/gpo_ldap: Fix typo.Karolin Seeger2009-04-071-1/+1
* s3:libads Make ads_get_dn() take a talloc contextAndrew Bartlett2009-04-061-3/+3
* Add wrapper str_list_make_v3() to replace the old S3 behavior ofJeremy Allison2008-11-061-3/+3
* Bind Group Policy processing closer to the samba registry.Günther Deschner2008-03-181-1/+1
* Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner2008-02-291-6/+6
* str_list_free is not needed anymoreVolker Lendecke2008-02-041-10/+3
* Always pass a TALLOC_CTX to str_list_make and str_list_copyVolker Lendecke2008-02-041-3/+3
* Convert add_sid_to_array() add_sid_to_array_unique() to return NTSTATUS.Michael Adam2008-01-091-6/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-4/+4
* r24573: Fix build without LDAP. Thanks Volker for pointing this out.Günther Deschner2007-10-101-7/+7
* r24413: Minor edits for libgpo.Günther Deschner2007-10-101-149/+225
* r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner2007-10-101-9/+3
* r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that alrea...Günther Deschner2007-10-101-27/+23
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23770: Some minor cleanups in libgpoGünther Deschner2007-10-101-48/+60
* r22802: Add dummy gpo_apply_security_filtering() call.Günther Deschner2007-10-101-3/+10
* r22801: Pass down the token to add_gplink_to_gpo_list().Günther Deschner2007-10-101-4/+14
* r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the toke...Günther Deschner2007-10-101-0/+62
* r22797: We are only interested in the DACL of the security descriptor, so sea...Günther Deschner2007-10-101-4/+7
* r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in preparat...Günther Deschner2007-10-101-1/+4
* r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison2007-10-101-8/+20
* r19484: Fix Coverity #329Volker Lendecke2007-10-101-1/+1
* r18983: Add some comments for the LDAP based GPO routines.Günther Deschner2007-10-101-38/+49
* r18982: Move the gpo related functions to "libgpo".Günther Deschner2007-10-101-0/+682