summaryrefslogtreecommitdiffstats
path: root/source/libgpo
Commit message (Expand)AuthorAgeFilesLines
* s3/gpo_ldap: Fix typo.Karolin Seeger2009-04-071-1/+1
* Revert "Add infrastructure for reading/storing Group Policy state and control...Michael Adam2008-05-081-1058/+0
* Revert "Add Group Policy extension infrastructure."Michael Adam2008-05-083-858/+0
* Revert "Add "registry" Group Policy extension."Michael Adam2008-05-082-646/+0
* Revert "Add gp_get_machine_token()."Michael Adam2008-05-081-25/+0
* Revert "Fix the build w/o ldap."Michael Adam2008-05-081-4/+1
* Revert "Fix gp_find_file() which broke during the pstring removal."Michael Adam2008-05-081-5/+2
* Revert "Bind Group Policy processing closer to the samba registry."Michael Adam2008-05-082-145/+59
* Revert "libgpo: use reg_setkeysecurity() instead of regdb_set_secdesc()."Michael Adam2008-05-081-4/+4
* Revert "libgpo: replace hand-crafted registry initialization by registry_init...Michael Adam2008-05-081-1/+59
* Revert "libgpo: open the registry in gp_init_reg_ctx()."Michael Adam2008-05-081-5/+0
* Revert "fix some extrasemi compile warnings"Michael Adam2008-05-081-1/+1
* Revert "registry: change registry_init_basic() to return WERROR instead of bool"Michael Adam2008-05-081-3/+2
* Revert "gpo: make integer debug print more readable."Michael Adam2008-05-081-4/+2
* Revert "libgpo: fix build warning."Michael Adam2008-05-081-3/+2
* Revert "libgpo: try nicer output when dumping gpo registry values."Michael Adam2008-05-081-1/+1
* Revert "gpo: add scripts plugin."Michael Adam2008-05-081-443/+0
* Revert "libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL."Michael Adam2008-05-081-2/+1
* libgpo: try nicer output when dumping gpo registry values.Günther Deschner2008-04-171-1/+1
* libgpo: Fallback to NTLMSSP fails while pulling policy from SYSVOL.Günther Deschner2008-04-171-1/+2
* libgpo: fix build warning.Günther Deschner2008-04-141-2/+3
* gpo: add scripts plugin.Günther Deschner2008-04-131-0/+443
* gpo: make integer debug print more readable.Günther Deschner2008-04-131-2/+4
* registry: change registry_init_basic() to return WERROR instead of boolMichael Adam2008-04-131-2/+3
* fix some extrasemi compile warningsBjörn Jacke2008-04-101-1/+1
* Fix Coverity ID 453Volker Lendecke2008-03-231-2/+2
* libgpo: open the registry in gp_init_reg_ctx().Michael Adam2008-03-221-0/+5
* libgpo: replace hand-crafted registry initialization by registry_init_basic.Michael Adam2008-03-221-59/+1
* libgpo: use reg_setkeysecurity() instead of regdb_set_secdesc().Michael Adam2008-03-221-4/+4
* Bind Group Policy processing closer to the samba registry.Günther Deschner2008-03-182-59/+145
* Fix gp_find_file() which broke during the pstring removal.Günther Deschner2008-03-031-2/+5
* Fix the build w/o ldap.Günther Deschner2008-02-291-1/+4
* Add gp_get_machine_token().Günther Deschner2008-02-291-0/+25
* Revert "what a wurst."Günther Deschner2008-02-291-25/+0
* what a wurst.Günther Deschner2008-02-291-0/+25
* Add "registry" Group Policy extension.Günther Deschner2008-02-292-0/+646
* Add Group Policy extension infrastructure.Günther Deschner2008-02-293-0/+858
* Add infrastructure for reading/storing Group Policy state and control data in...Günther Deschner2008-02-291-0/+1058
* Pure cosmetics, trying to get my group policy diff smaller.Günther Deschner2008-02-295-37/+26
* 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