summaryrefslogtreecommitdiff
path: root/libgpo
Commit message (Expand)AuthorAgeFilesLines
* libgpo: Fix the build --without-adsVolker Lendecke2018-05-241-0/+5
* libgpo: Remedy some longer linesGarming Sam2017-12-151-23/+41
* libgpo: Tidy up some if statementsGarming Sam2017-12-151-16/+32
* libgpo: typo credentaials -> credentialsGarming Sam2017-12-151-1/+1
* libgpo: Always check for ldap_server argumentGarming Sam2017-12-151-1/+3
* libgpo: Fix CID 1422263 Resource leakVolker Lendecke2017-11-221-0/+2
* libgpo: Fix CID 1422262 Explicit null dereferencedVolker Lendecke2017-11-211-1/+5
* Fix formating of sources to be less than 80 linesGarming Sam2017-11-211-28/+58
* python: Convert gop.GROUP_POLICY_OBJECT to pytallocAndrew Bartlett2017-11-201-82/+51
* python: Remove talloc_stackframe() held in an objectAndrew Bartlett2017-11-201-11/+15
* libgpo: Setup the stack frame in ads_connectDavid Mulder2017-11-201-0/+9
* python: Remove Python 2.4 compat macroAndrew Bartlett2017-11-201-4/+0
* python: Use py_check_dcerpc_type() to safely check for credentialsAndrew Bartlett2017-11-202-4/+16
* pygpo: Check for errors in gpo.gpo_get_sysvol_gpt_version()Andrew Bartlett2017-11-201-1/+11
* libgpo: Add libgpo python bindingsDavid Mulder2017-11-201-2/+387
* gpo: fix the building of gpext to only onceGarming Sam2017-11-201-7/+6
* gpo: Add python libgpo bindingsLuke Morrison2017-11-205-5/+1461
* Revert "libgpo: remove unused libgpo wscript_build."Garming Sam2017-11-201-0/+7
* lib: gpo: Put enforced GPOs at the end of the list.Lutz Justen2017-09-231-8/+57
* lib: gpo: Fixes issue with GPOPTIONS_BLOCK_INHERITANCE.Lutz Justen2017-09-231-63/+77
* lib: gpo: Changes order to match GPO application order.Lutz Justen2017-09-231-12/+12
* CVE-2017-12150: libgpo: make use of SMB_SIGNING_REQUIRED in gpo_connect_server()Stefan Metzmacher2017-09-201-1/+1
* lib: Give util_paths.c its own headerVolker Lendecke2017-06-241-0/+1
* s3: libgpo: Allow skipping GPO objects that don't have the expected LDAP attr...Jeremy Allison2017-03-161-6/+21
* libgpo: Fix error check in gp_inifile_init_context_direct()Günther Deschner2017-01-201-2/+2
* libgpo: allow empty values in gp inifile parsing code.Günther Deschner2017-01-061-4/+5
* libgpo: default to empty values if none are thereGünther Deschner2017-01-061-1/+1
* libgpo: deal with non utf16-le ini files.Günther Deschner2017-01-061-14/+18
* libgpo: apply some const.Günther Deschner2017-01-062-7/+7
* libgpo: add gp_inifile_enum_section()Günther Deschner2017-01-062-0/+79
* libgpo: add gp_inifile_init_context_direct()Günther Deschner2017-01-062-1/+56
* werror: replace WERR_INVALID_PARAM with WERR_INVALID_PARAMETER in libgpo/gpex...Günther Deschner2016-09-281-2/+2
* libgpo: accept more boolean matches in gp_inifile_getbool().Günther Deschner2016-09-111-2/+4
* libgpo: Correctly use the 'server' parameter after parsing it out of the GPO ...Jeremy Allison2016-08-101-1/+1
* libgpo: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-1/+1
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* samba: pass down size_t instead of int to add_string_to_array().Günther Deschner2014-11-171-1/+1
* libgpo: replace dup_sec_desc() usageDavid Disseldorp2014-05-281-1/+7
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-8/+32
* libgpo: apply some const.Günther Deschner2014-01-075-13/+13
* libgpo: only use libgpo/gpext/gpext.h where really needed.Günther Deschner2014-01-072-2/+1
* libgpo: allow to pass down a list of deleted GPOs in gpo_process_gpo_list().Günther Deschner2014-01-072-4/+6
* libgpo: remove some unused code and remove that important FIXME note.Günther Deschner2014-01-071-93/+0
* libgpo: directly call gpext_process_extension() from gpo_process_gpo_list.Günther Deschner2014-01-071-41/+5
* libgpo: implement CSE filtering in gpext_process_extension().Günther Deschner2014-01-073-6/+18
* libgpo: remove gpext_process_gpo_list_with_extension in favor of gpext_proces...Günther Deschner2014-01-072-19/+0
* libgpo: remove extension_guid and snapin_guid (the tool guid) from the proces...Günther Deschner2014-01-072-6/+2
* libgpo: allow to pass down deleted and changed gpo list to CSE plugins.Günther Deschner2014-01-073-39/+71
* libgpo/gpext: add new gpext_check_gpo_for_gpext_presence() helper function.Günther Deschner2014-01-071-0/+46
* libgpo: add gpo_copy().Günther Deschner2014-01-072-0/+55