summaryrefslogtreecommitdiff
path: root/libgpo/pygpo.c
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-201-3/+14
* 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: Add python libgpo bindingsLuke Morrison2017-11-201-0/+71