summaryrefslogtreecommitdiff
path: root/libgpo/pygpo.c
Commit message (Expand)AuthorAgeFilesLines
* gpupdate: Deprecate libgpo.get_gpo_listDavid Mulder2023-04-281-0/+5
* gpupdate: Implement get_gpo_list in pythonDavid Mulder2023-04-281-10/+176
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-161-3/+3
* s3:libads: Allocate ads->auth.user_name under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-7/+12
* s3:libads: Allocate ads->auth.password under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-10/+21
* s3:libads: Allocate ads->auth.realm under ADS_STRUCT talloc contextSamuel Cabrero2022-06-271-7/+11
* s3:libads: Allocate ADS_STRUCT under a talloc contextSamuel Cabrero2022-06-271-4/+7
* pygpo: Make ads_ADSType object inherit from pytalloc_BaseObjectSamuel Cabrero2022-06-271-2/+3
* python: Ensure reference counts are properly incrementedJoseph Sutton2021-05-191-1/+1
* gpo: Don't free talloc pointer held elsewhereDavid Mulder2021-03-081-1/+0
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-4/+4
* pygpo: use correct method flagsDouglas Bagnall2019-12-041-1/+1
* s3:libnet: Require sealed LDAP SASL connections for joiningAndreas Schneider2019-10-091-1/+1
* py3: Remove PyStr_FromString() compatability macroAndrew Bartlett2019-06-241-3/+3
* squash 'cast between incompatible function types' warningNoel Power2019-05-161-4/+9
* pygpo: take ownership of password pointerKristján Valur2019-03-071-3/+3
* pygpo: Safer handling of memory for ads_ptr.Kristján Valur2019-03-071-27/+37
* pygpo: Fix module initialization.Kristján Valur2019-03-071-16/+19
* pygpo: keep a reference to python credentials in the ADS struct to keep the i...Kristján Valur2019-03-071-5/+8
* pygpo: More python exception cleanup.Kristján Valur2019-03-071-52/+51
* pygpo: Fix error handing when getting gpo unix path.Kristján Valur2019-03-071-6/+4
* pygpo: Proper exception exit in py_ads_connect().Kristján Valur2019-03-071-17/+18
* pygpo: Replace the use of SystemError with RuntimeError.Kristján Valur2019-03-071-12/+12
* lib: Pass mem_ctx to cache_path()Volker Lendecke2018-08-171-1/+1
* pygpo: Fix a talloc_tos() leak in py_gpo_get_unix_pathVolker Lendecke2018-08-171-4/+3
* python.gpo.ADS_STRUCT: check type of loadparm argumentDouglas Bagnall2018-05-031-1/+8
* pygpo: Fix CID 1422263 Resource leakVolker Lendecke2018-04-041-2/+1
* libgpo: port samba.gpo to python3David Mulder2018-03-231-9/+21
* libgpo: Fix the build --without-adsVolker Lendecke2018-02-061-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