summaryrefslogtreecommitdiffstats
path: root/source/libgpo
Commit message (Expand)AuthorAgeFilesLines
* s3/gpo_ldap: Fix typo.Karolin Seeger2009-04-071-1/+1
* More warning fixes for Solaris.Jeremy Allison2009-02-231-4/+4
* s3-libgpo: fix build for security cse.Günther Deschner2008-11-141-1/+1
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-7/+7
* libgpo: fix copyright.Günther Deschner2008-09-271-1/+1
* libgpo: add security CSE skeleton.Günther Deschner2008-09-271-0/+267
* libgpo: fix invalid cast in scripts CSE.Günther Deschner2008-09-261-1/+1
* libgpo: use MODULESDIR instead of LIBDIR for the group policy extensions.Michael Adam2008-08-201-1/+1
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-202-13/+22
* 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
* 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