summaryrefslogtreecommitdiff
path: root/libgpo
Commit message (Expand)AuthorAgeFilesLines
* docs-xml: remove support for "SMB3_10"Stefan Metzmacher2021-07-151-2/+2
* docs-xml: remove support for "SMB2_24"Stefan Metzmacher2021-07-151-4/+4
* docs-xml: remove support for "SMB2_22"Stefan Metzmacher2021-07-151-2/+2
* gpo: Add GNOME Settings ADMX templatesDavid Mulder2021-06-092-0/+200
* 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
* libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke2020-11-041-4/+2
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-282-0/+2
* gpo: Apply Group Policy Login Prompt MessageDavid Mulder2020-08-272-0/+53
* gpo: Apply Group Policy Message of the dayDavid Mulder2020-08-272-0/+18
* gpo: Add admx files for smb.conf parametersDavid Mulder2020-08-272-0/+7017
* gpo: Apply Group Policy Sudo RightsDavid Mulder2020-08-062-0/+12
* gpo: Move all scripts to a sub-category in samba.admxDavid Mulder2020-08-062-8/+12
* gpo: Apply Group Policy Weekly ScriptsDavid Mulder2020-08-062-0/+12
* gpo: Apply Group Policy Monthly ScriptsDavid Mulder2020-08-062-0/+12
* gpo: Apply Group Policy Hourly ScriptsDavid Mulder2020-08-062-0/+12
* libgpo: only install group policy admx files when building as DCGünther Deschner2020-06-301-1/+2
* gpo: Run Group Policy ScriptsDavid Mulder2020-06-234-0/+47
* s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison2020-06-041-1/+1
* libgpo: Remove unused codeStefan Metzmacher2020-05-263-239/+0
* Fix clang 9 missing-field-initializer warningsGary Lockyer2020-05-081-4/+4
* libgpo: parse_gp_ext: do not crash upon no ext_stringsDouglas Bagnall2020-01-131-1/+3
* pygpo: use correct method flagsDouglas Bagnall2019-12-041-1/+1
* libgpo/gpo_filesync.c: typo fixesBjörn Jacke2019-10-311-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
* make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur2019-04-021-4/+7
* build: Remove bld.gen_python_environments()Andrew Bartlett2019-03-211-6/+5
* 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
* utils:libgpo: re-add libgpo as library, it should not be part of gpextGünther Deschner2019-01-281-4/+11
* libgpo: remove 404 link in commentDouglas Bagnall2019-01-281-1/+0
* libgpo: remove duplicate entry in value tableDouglas Bagnall2019-01-281-4/+0
* libgpo: Use C99 initializer for gp_extension_reg_tableAndreas Schneider2019-01-281-18/+69
* Fix typos and ban the rams from sambatdb-1.3.17Swen Schillig2019-01-101-2/+2
* libgpo: Use dom_sid_str_bufVolker Lendecke2018-12-111-4/+6
* libgpo: Align integer typesVolker Lendecke2018-11-271-1/+1
* libgpo: Use dom_sid_str_bufVolker Lendecke2018-11-271-3/+15
* libgpo: Make sure status is intializedAndreas Schneider2018-11-141-1/+1
* libgpo: Use dom_sid_str_bufVolker Lendecke2018-11-091-11/+4
* 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