summaryrefslogtreecommitdiff
path: root/source3/libgpo
AgeCommit message (Expand)AuthorFilesLines
2007-12-07Remove next_token - all uses must now be next_token_talloc.Jeremy Allison1-16/+5
2007-12-05Remove some globalsVolker Lendecke1-2/+2
2007-11-15Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2-11/+26
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison3-9/+9
2007-10-10r25325: Rename some defines.Günther Deschner1-3/+3
2007-10-10r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison1-1/+1
2007-10-10r24783: Remove unused off_t type.Günther Deschner1-2/+1
2007-10-10r24573: Fix build without LDAP. Thanks Volker for pointing this out.Günther Deschner3-16/+13
2007-10-10r24550: Attempt to fix the non-LDAP buildVolker Lendecke1-0/+4
2007-10-10r24416: Some more minor edits for libgpo, mostly reformatting and moving of f...Günther Deschner6-116/+370
2007-10-10r24413: Minor edits for libgpo.Günther Deschner4-616/+442
2007-10-10r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner1-9/+3
2007-10-10r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ...Günther Deschner1-19/+2
2007-10-10r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that alrea...Günther Deschner2-47/+35
2007-10-10r23920: Fix debug statement.Günther Deschner1-1/+1
2007-10-10r23874: Some more minor edits for net ads gpo.Günther Deschner1-5/+34
2007-10-10r23873: Make use of ads_find_samaccount().Günther Deschner1-36/+3
2007-10-10r23872: Dump all GPFLAGS in dump_gpo().Günther Deschner1-6/+16
2007-10-10r23871: The snapin handler needs to have the full struct GROUP_POLICY_OBJECT.Günther Deschner1-5/+10
2007-10-10r23826: Fix gpo security filtering by matching the security descriptor ace's ...Günther Deschner1-19/+48
2007-10-10r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell6-12/+6
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison6-6/+6
2007-10-10r23770: Some minor cleanups in libgpoGünther Deschner3-128/+181
2007-10-10r23354: Fix build warning.Günther Deschner1-1/+2
2007-10-10r22928: Use better success error code.Günther Deschner1-8/+8
2007-10-10r22803: Add some more flesh to the GPO security filtering (still very basic).Günther Deschner1-1/+151
2007-10-10r22802: Add dummy gpo_apply_security_filtering() call.Günther Deschner2-3/+40
2007-10-10r22801: Pass down the token to add_gplink_to_gpo_list().Günther Deschner1-4/+14
2007-10-10r22800: Add GPO_SID_TOKEN and an LDAP function to get tokensids from the toke...Günther Deschner1-0/+62
2007-10-10r22797: We are only interested in the DACL of the security descriptor, so sea...Günther Deschner1-4/+7
2007-10-10r22796: Add security descriptor to GROUP_POLICY_OBJECT structure (in preparat...Günther Deschner1-1/+4
2007-10-10r22590: Make TALLOC_ARRAY consistent across all uses.Jeremy Allison1-8/+20
2007-10-10r22484: Check for the talloc_strdup to succeed.Günther Deschner1-0/+1
2007-10-10r20610: Fix a Solaris warningVolker Lendecke1-1/+1
2007-10-10r19484: Fix Coverity #329Volker Lendecke1-1/+1
2007-10-10r19189: No display name is normal for some GPOs.Günther Deschner1-5/+3
2007-10-10r19012: Fix an uninitialized variableVolker Lendecke1-1/+2
2007-10-10r19003: Finally activate "net ads gpo".Günther Deschner1-13/+13
2007-10-10r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner2-47/+228
2007-10-10r18988: Check and refresh expired GPOs.Günther Deschner1-1/+124
2007-10-10r18986: Add some more GPO download helper functions.Günther Deschner1-0/+237
2007-10-10r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser.Günther Deschner1-18/+239
2007-10-10r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupidGünther Deschner1-91/+0
2007-10-10r18983: Add some comments for the LDAP based GPO routines.Günther Deschner2-40/+53
2007-10-10r18982: Move the gpo related functions to "libgpo".Günther Deschner3-0/+1376