summaryrefslogtreecommitdiff
path: root/source/libgpo
Commit message (Expand)AuthorAgeFilesLines
* Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner2008-04-125-37/+26
* Fix Coverity ID 453Volker Lendecke2008-03-271-2/+2
* 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
* Correctly talloc ctx->remote_path in libgpo (thanks Michael for the pointer).Günther Deschner2008-01-081-2/+2
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-2/+2
* Remove next_token - all uses must now be next_token_talloc.Jeremy Allison2007-12-071-16/+5
* Remove some globalsVolker Lendecke2007-12-051-2/+2
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-152-11/+26
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-183-9/+9
* r25325: Rename some defines.Günther Deschner2007-10-101-3/+3
* r25165: Use talloc_asprintf_append_buffer with an unmodifiedJeremy Allison2007-10-101-1/+1
* r24783: Remove unused off_t type.Günther Deschner2007-10-101-2/+1
* r24573: Fix build without LDAP. Thanks Volker for pointing this out.Günther Deschner2007-10-103-16/+13
* r24550: Attempt to fix the non-LDAP buildVolker Lendecke2007-10-101-0/+4
* r24416: Some more minor edits for libgpo, mostly reformatting and moving of f...Günther Deschner2007-10-106-116/+370
* r24413: Minor edits for libgpo.Günther Deschner2007-10-104-616/+442
* r24024: Minor cleanup in ads_parse_gp_ext().Günther Deschner2007-10-101-9/+3
* r23929: Deleting gpo_sd_check_trustee_in_sid_token() as nt_token_check_sid() ...Günther Deschner2007-10-101-19/+2
* r23921: Remove GPO_SID_TOKEN struct and use nt_user_token instead, that alrea...Günther Deschner2007-10-102-47/+35
* r23920: Fix debug statement.Günther Deschner2007-10-101-1/+1
* r23874: Some more minor edits for net ads gpo.Günther Deschner2007-10-101-5/+34
* r23873: Make use of ads_find_samaccount().Günther Deschner2007-10-101-36/+3
* r23872: Dump all GPFLAGS in dump_gpo().Günther Deschner2007-10-101-6/+16
* r23871: The snapin handler needs to have the full struct GROUP_POLICY_OBJECT.Günther Deschner2007-10-101-5/+10
* r23826: Fix gpo security filtering by matching the security descriptor ace's ...Günther Deschner2007-10-101-19/+48
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-106-12/+6
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-106-6/+6
* r23770: Some minor cleanups in libgpoGünther Deschner2007-10-103-128/+181
* r23354: Fix build warning.Günther Deschner2007-10-101-1/+2
* r22928: Use better success error code.Günther Deschner2007-10-101-8/+8
* r22803: Add some more flesh to the GPO security filtering (still very basic).Günther Deschner2007-10-101-1/+151
* r22802: Add dummy gpo_apply_security_filtering() call.Günther Deschner2007-10-102-3/+40
* 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
* r22484: Check for the talloc_strdup to succeed.Günther Deschner2007-10-101-0/+1
* r20610: Fix a Solaris warningVolker Lendecke2007-10-101-1/+1
* r19484: Fix Coverity #329Volker Lendecke2007-10-101-1/+1
* r19189: No display name is normal for some GPOs.Günther Deschner2007-10-101-5/+3
* r19012: Fix an uninitialized variableVolker Lendecke2007-10-101-1/+2
* r19003: Finally activate "net ads gpo".Günther Deschner2007-10-101-13/+13
* r19002: Add a very simple synchronisation function to download the full GPO.Günther Deschner2007-10-102-47/+228
* r18988: Check and refresh expired GPOs.Günther Deschner2007-10-101-1/+124
* r18986: Add some more GPO download helper functions.Günther Deschner2007-10-101-0/+237
* r18985: Add parse_gpt_ini() to parse GPT.INI files using iniparser.Günther Deschner2007-10-101-18/+239
* r18984: Removing ads_gpo_get_sysvol_gpt_version() which was just doing stupidGünther Deschner2007-10-101-91/+0