summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpext/scripts.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-01Spelling fixes s/emtpy/empty/Mathieu Parent1-1/+1
2018-08-17lib: Pass mem_ctx to cache_path()Volker Lendecke1-1/+1
2017-05-09s3-gpo: Build scripts, security and registry CSE with --enable-developerGünther Deschner1-0/+2
2017-05-09s3-gpo: Fix build of scripts CSEGünther Deschner1-17/+22
2017-04-24s3-libgpo: Fix the build of the group policy CSEsGünther Deschner1-1/+1
2017-01-06libgpo: apply some const.Günther Deschner1-2/+2
2016-09-28werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in source3/lib...Günther Deschner1-1/+1
2014-10-06gpo: don't leak cache_path onto talloc tosDavid Disseldorp1-7/+17
2014-01-07libgpo: apply some const.Günther Deschner1-5/+5
2014-01-07libgpo: only use libgpo/gpext/gpext.h where really needed.Günther Deschner1-0/+1
2014-01-07libgpo: remove extension_guid and snapin_guid (the tool guid) from the proces...Günther Deschner1-4/+2
2014-01-07libgpo: allow to pass down deleted and changed gpo list to CSE plugins.Günther Deschner1-27/+45
2014-01-07libgpo: prefix some more calls with gpext_.Günther Deschner1-7/+7
2014-01-07libgpo: rename debug_gpext_header to gpext_debug_header.Günther Deschner1-1/+1
2014-01-07libgpo/CSE/scripts: fix a build warning.Günther Deschner1-1/+1
2013-12-18libgpo: clean up CSE module api, remove unrequired references to ads_struct.Günther Deschner1-2/+1
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-3/+3
2011-03-30registry: create and use shared libcli/registry/util_reg.h header.Günther Deschner1-0/+1
2010-09-22s3:registry: remove unneeded TALLOC_CTX argument from reg_deletekey_recursiveMichael Adam1-1/+1
2010-09-21s3-libgpo: fix the build of scripts client side extension.Günther Deschner1-0/+1
2010-09-11s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett1-3/+3
2010-07-02s3-registry: avoid using registry_value union.Günther Deschner1-3/+5
2010-05-18s3-registry: only include registry headers when really needed.Günther Deschner1-0/+1
2010-05-17s3-libgpo: move group policy protos to where they belong.Günther Deschner1-1/+3
2009-04-20libgpo: fix the build of gpext plugins.Günther Deschner1-3/+3
2009-04-20Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build workWilco Baan Hofman1-3/+7
2008-11-01Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij1-1/+1
2008-09-26libgpo: fix invalid cast in scripts CSE.Günther Deschner1-1/+1
2008-04-13gpo: add scripts plugin.Günther Deschner1-0/+443