summaryrefslogtreecommitdiff
path: root/libgpo
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
* auth: Make more liberal use of SID index constantsJoseph Sutton2023-02-081-5/+5
* s3-librpc: add ads.idl and convert ads_struct to talloc.Günther Deschner2022-12-161-3/+3
* gpo: GPME doesn't permit nesting of admx categories in builtinDavid Mulder2022-11-041-3/+1
* gpo: Install the GNOME Settings admx templatesDavid Mulder2022-11-041-1/+6
* gp: Move GNOME admx templatesDavid Mulder2022-11-043-0/+0
* 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
* libgpo/admx/en-US/samba.adml spelling: authencication paramterMichael Tokarev2022-06-101-2/+2
* gp: Add Firewalld ADMX templatesDavid Mulder2021-11-012-0/+98
* Revert "gp: Add Firewalld ADMX templates"Andreas Schneider2021-10-252-121/+23
* gp: Add Firewalld ADMX templatesDavid Mulder2021-10-252-23/+121
* Added russian translate fileAlenka Glukhovskaya2021-09-082-0/+5513
* gpo: Enable Scripts ADMX for User PolicyDavid Mulder2021-08-131-4/+4
* 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