summaryrefslogtreecommitdiff
path: root/source3/libgpo/gpext/registry.c
Commit message (Expand)AuthorAgeFilesLines
* libgpo: Fix CID 1438462 Error handling issues (CHECKED_RETURN)Volker Lendecke2018-08-221-2/+12
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* preg: Unpack winreg_Data for parsingGarming Sam2018-08-161-1/+3
* s3-gpo: Fix CID #1405972 Resource leakGünther Deschner2017-05-091-0/+1
* s3-gpo: Build scripts, security and registry CSE with --enable-developerGünther Deschner2017-05-091-0/+2
* s3-libgpo: Fix the build of the group policy CSEsGünther Deschner2017-04-241-1/+1
* gpo: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-5/+15
* libgpo: apply some const.Günther Deschner2014-01-071-3/+3
* libgpo: when running in verbose mode, printout the parsed PReg file.Günther Deschner2014-01-071-0/+4
* 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-21/+38
* 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: 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
* s3-auth Change struct nt_user_token -> struct security_tokenAndrew Bartlett2010-09-111-2/+2
* s3-libgpo: remove handmarshalled PReg parser from registry CSE.Günther Deschner2010-07-071-294/+48
* s3-registry: avoid using registry_value union.Günther Deschner2010-07-021-13/+8
* 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-0/+2
* libgpo: fix the build of gpext plugins.Günther Deschner2009-04-201-1/+2
* Rename dos_errstr() to win_errstr() for consistency with Samba 4.Jelmer Vernooij2008-11-011-2/+2
* s3: fix the build of registry.so gpext.Günther Deschner2008-10-131-2/+2
* Cleanup size_t return values in callers of convert_string_allocateTim Prouty2008-05-201-7/+16
* Add "registry" Group Policy extension.Günther Deschner2008-02-291-0/+634