summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpext/scripts.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes s/emtpy/empty/Mathieu Parent2019-09-011-1/+1
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* s3-gpo: Build scripts, security and registry CSE with --enable-developerGünther Deschner2017-05-091-0/+2
* s3-gpo: Fix build of scripts CSEGünther Deschner2017-05-091-17/+22
* s3-libgpo: Fix the build of the group policy CSEsGünther Deschner2017-04-241-1/+1
* libgpo: apply some const.Günther Deschner2017-01-061-2/+2
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner2016-09-281-1/+1
* gpo: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-7/+17
* libgpo: apply some const.Günther Deschner2014-01-071-5/+5
* libgpo: only use libgpo/gpext/gpext.h where really needed.Günther Deschner2014-01-071-0/+1
* libgpo: remove extension_guid and snapin_guid (the tool guid) from the proces...Günther Deschner2014-01-071-4/+2
* libgpo: allow to pass down deleted and changed gpo list to CSE plugins.Günther Deschner2014-01-071-27/+45
* libgpo: prefix some more calls with gpext_.Günther Deschner2014-01-071-7/+7
* libgpo: rename debug_gpext_header to gpext_debug_header.Günther Deschner2014-01-071-1/+1
* libgpo/CSE/scripts: fix a build warning.Günther Deschner2014-01-071-1/+1
* libgpo: clean up CSE module api, remove unrequired references to ads_struct.Günther Deschner2013-12-181-2/+1
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-3/+3
* registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner2011-03-301-0/+1
* s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam2010-09-221-1/+1
* s3-libgpo: fix the build of scripts client side extension.Günther Deschner2010-09-211-0/+1
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-3/+3
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-3/+5
* s3-registry: only include registry headers when really needed.Günther Deschner2010-05-181-0/+1
* s3-libgpo: move group policy protos to where they belong.Günther Deschner2010-05-171-1/+3
* libgpo: fix the build of gpext plugins.Günther Deschner2009-04-201-3/+3
* Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman2009-04-201-3/+7
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-1/+1
* libgpo: fix invalid cast in scripts CSE.Günther Deschner2008-09-261-1/+1
* gpo: add scripts plugin.Günther Deschner2008-04-131-0/+443