docs: fix a typo in history file
[bbaumbach/samba-autobuild/.git] / libgpo / pygpo.c
2023-04-28 David Muldergpupdate: Deprecate libgpo.get_gpo_list
2023-04-28 David Muldergpupdate: Implement get_gpo_list in python
2022-12-16 Günther Deschners3-librpc: add ads.idl and convert ads_struct to talloc.
2022-06-27 Samuel Cabreros3:libads: Allocate ads->auth.user_name under ADS_STRUC...
2022-06-27 Samuel Cabreros3:libads: Allocate ads->auth.password under ADS_STRUCT...
2022-06-27 Samuel Cabreros3:libads: Allocate ads->auth.realm under ADS_STRUCT...
2022-06-27 Samuel Cabreros3:libads: Allocate ADS_STRUCT under a talloc context
2022-06-27 Samuel Cabreropygpo: Make ads_ADSType object inherit from pytalloc_Ba...
2021-05-19 Joseph Suttonpython: Ensure reference counts are properly incremented
2021-03-08 David Muldergpo: Don't free talloc pointer held elsewhere
2020-05-08 Gary LockyerFix clang 9 missing-field-initializer warnings
2019-12-04 Douglas Bagnallpygpo: use correct method flags
2019-10-09 Andreas Schneiders3:libnet: Require sealed LDAP SASL connections for...
2019-06-24 Andrew Bartlettpy3: Remove PyStr_FromString() compatability macro
2019-05-16 Noel Powersquash 'cast between incompatible function types' warning
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