summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* python/samba/tests: add test cases for s3/registry init funcsJohn Mulligan2022-05-061-0/+34
* source3/lib/smbconf: add python bindings for init functionsJohn Mulligan2022-05-062-0/+217
* lib/smbconf: add a python function for raising smbconf exceptionsJohn Mulligan2022-05-061-0/+15
* lib/smbconf: move python smbconf type definition to headerJohn Mulligan2022-05-062-8/+37
* s3/lib/smbconf: add talloc_stackframe to smbconf_init_regJohn Mulligan2022-05-061-1/+9
* s3/lib/smbconf: replace uses of talloc_tos with talloc_stackframeJohn Mulligan2022-05-061-3/+6
* python/gp_cert_auto_enroll: removed unused importsDouglas Bagnall2022-05-051-2/+1
* py/gp_cert_auto_enroll_ext: avoid redundant iterationDouglas Bagnall2022-05-051-3/+2
* py/gp_cert_auto_enroll_ext: avoid shadowing loop variableDouglas Bagnall2022-05-051-3/+3
* s3:tests: Reformat test_forceuser_validusers.shAndreas Schneider2022-05-051-8/+8
* s3:tests: Reformat test_force_user_unlink.shAndreas Schneider2022-05-051-15/+16
* s3:tests: Reformat test_force_group_change.shAndreas Schneider2022-05-051-30/+30
* s3:tests: Reformat test_force_create_mode.shAndreas Schneider2022-05-051-29/+29
* s3:tests: Reformat test_force_close_share.shAndreas Schneider2022-05-051-23/+24
* s3:tests: Reformat test_fifo.shAndreas Schneider2022-05-051-35/+35
* s3:tests: Reformat test_failure.shAndreas Schneider2022-05-051-8/+7
* s3:tests: Reformat test_durable_handle_reconnect.shAndreas Schneider2022-05-051-7/+7
* s3:tests: Reformat test_dropbox.shAndreas Schneider2022-05-051-47/+47
* s3:tests: Reformat test_dfree_quota.shAndreas Schneider2022-05-051-109/+113
* s3:tests: Reformat test_dfree_command.shAndreas Schneider2022-05-051-14/+15
* s3:tests: Reformat test_delete_veto_files_only_rmdir.shAndreas Schneider2022-05-051-109/+108
* dsdb: Do not reuse "ret" variable as return code and for memcmp() comparisonAndrew Bartlett2022-05-051-2/+2
* tests/krb5: Allow passing expected etypes to get_keys()Joseph Sutton2022-05-052-8/+8
* tests/passwords: Add tests for password history with simple bindsJoseph Sutton2022-05-052-8/+249
* tests/passwords: Remove unused importsJoseph Sutton2022-05-051-2/+0
* selftest: Run some tests in the ad_dc_no_ntlm environment to show expected be...Andrew Bartlett2022-05-053-9/+27
* selftest: Rework password_lockout_base.py to allow logon_basics test to be ru...Andrew Bartlett2022-05-052-17/+31
* samba-tool user: Consistently return a tupleJoseph Sutton2022-05-051-1/+1
* samba-tool user: Remove unused importsJoseph Sutton2022-05-051-4/+2
* samba-tool tests: Remove unused variableJoseph Sutton2022-05-051-1/+0
* dsdb: Clarify that most errors in make_error_and_update_badPwdCount() are not...Andrew Bartlett2022-05-051-11/+12
* gpo: Add Cert Auto Enroll Advanced ConfigDavid Mulder2022-05-032-14/+183
* gpo: Test Cert Auto Enroll Advanced ConfigDavid Mulder2022-05-033-1/+280
* gpo: Generalize Cert Auto Enroll CA dataDavid Mulder2022-05-031-17/+19
* gpo: Fix crash in Cert Auth Enroll RSOPDavid Mulder2022-05-031-0/+2
* gpo: Certificate Auto Enroll correctly check templatesDavid Mulder2022-05-031-9/+4
* gpo: Correct CA Initilization to obey [MS-CAESO]David Mulder2022-05-031-14/+16
* ctdb-tests: Add backtrace on abort to some testsMartin Schwenke2022-05-033-2/+18
* ctdb-tests: Provide a method to dump the stack on abortMartin Schwenke2022-05-033-1/+66
* build: Add missing ctdb-client dependenciesMartin Schwenke2022-05-031-2/+16
* ctdb-build: Drop unnecessary uses of include/ sub-directoryMartin Schwenke2022-05-031-6/+0
* ctdb-tests: Use test_case() to help document test casesMartin Schwenke2022-05-035-0/+34
* ctdb-locking: Don't pass NULL to tevent_req_is_unix_error()Martin Schwenke2022-05-031-4/+7
* ctdb-mutex: Don't pass NULL to tevent_req_is_unix_error()Martin Schwenke2022-05-031-13/+18
* s3:tests: Reformat test_deadtime.shAndreas Schneider2022-05-031-7/+7
* s3:tests: Reformat test_close_denied_share.shAndreas Schneider2022-05-021-16/+17
* s3:tests: Reformat test_chdir_cache.shAndreas Schneider2022-05-021-16/+22
* s3:tests: Reformat test_async_req.shAndreas Schneider2022-05-021-2/+2
* s3:tests: Reformat test_aio_outstanding.shAndreas Schneider2022-05-021-9/+10
* s3:tests: Reformat test_acl_xattr.shAndreas Schneider2022-05-021-103/+108