nsswitch: Fix usage information of test_wbinfo_name_lookup.sh
[gd/samba-autobuild/.git] / libgpo / pygpo.c
2019-03-07 Kristján Valurpygpo: take ownership of password pointer
2019-03-07 Kristján Valurpygpo: Safer handling of memory for ads_ptr.
2019-03-07 Kristján Valurpygpo: Fix module initialization.
2019-03-07 Kristján Valurpygpo: keep a reference to python credentials in the...
2019-03-07 Kristján Valurpygpo: More python exception cleanup.
2019-03-07 Kristján Valurpygpo: Fix error handing when getting gpo unix path.
2019-03-07 Kristján Valurpygpo: Proper exception exit in py_ads_connect().
2019-03-07 Kristján Valurpygpo: Replace the use of SystemError with RuntimeError.
2018-08-17 Volker Lendeckelib: Pass mem_ctx to cache_path()
2018-08-17 Volker Lendeckepygpo: Fix a talloc_tos() leak in py_gpo_get_unix_path
2018-05-03 Douglas Bagnallpython.gpo.ADS_STRUCT: check type of loadparm argument
2018-04-03 Volker Lendeckepygpo: Fix CID 1422263 Resource leak
2018-03-23 David Mulderlibgpo: port samba.gpo to python3
2018-02-06 Volker Lendeckelibgpo: Fix the build --without-ads
2017-12-15 Garming Samlibgpo: Remedy some longer lines
2017-12-15 Garming Samlibgpo: Tidy up some if statements
2017-12-15 Garming Samlibgpo: typo credentaials -> credentials
2017-12-15 Garming Samlibgpo: Always check for ldap_server argument
2017-11-22 Volker Lendeckelibgpo: Fix CID 1422263 Resource leak
2017-11-21 Volker Lendeckelibgpo: Fix CID 1422262 Explicit null dereferenced
2017-11-21 Garming SamFix formating of sources to be less than 80 lines
2017-11-20 Andrew Bartlettpython: Convert gop.GROUP_POLICY_OBJECT to pytalloc
2017-11-20 Andrew Bartlettpython: Remove talloc_stackframe() held in an object
2017-11-20 David Mulderlibgpo: Setup the stack frame in ads_connect
2017-11-20 Andrew Bartlettpython: Remove Python 2.4 compat macro
2017-11-20 Andrew Bartlettpython: Use py_check_dcerpc_type() to safely check...
2017-11-20 Andrew Bartlettpygpo: Check for errors in gpo.gpo_get_sysvol_gpt_version()
2017-11-20 David Mulderlibgpo: Add libgpo python bindings
2017-11-20 Luke Morrisongpo: Add python libgpo bindings