summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python/tests/gensec: add spnego downgrade python testsIsaac Boukris2019-10-161-1/+23
* python/tests/gensec: make it possible to add knownfail tests for gensec.update()Stefan Metzmacher2019-10-161-2/+8
* test_pam_winbind.sh: allow different pam_winbindd config options to be specifiedStefan Metzmacher2019-09-253-14/+22
* tests/pam_winbind.py: allow upn names to be used in USERNAME with an empty DO...Stefan Metzmacher2019-09-253-4/+16
* tests/pam_winbind.py: turn pypamtest.PamTestError into a failureStefan Metzmacher2019-09-253-5/+20
* classicupgrade: fix a a bytes-like object is required, not 'str' errorBjörn Jacke2019-09-241-1/+1
* undoguidx: blackbox testAaron Haslett2019-08-231-0/+107
* tests: Add samba_upgradedns to the list of possible cmdsGarming Sam2019-08-081-0/+1
* netcmd: Allow drs replicate --local to create partitionsGarming Sam2019-08-081-1/+3
* join: Use a specific attribute order for the DsAddEntry nTDSDSA objectTim Beale2019-08-081-7/+16
* samba-tool: add 'import samba.drs_utils' to fsmo.pyBjörn Baumbach2019-08-081-0/+1
* samba-tool: use only one LDAP modify for dns partition fsmo role transferStefan Metzmacher2019-08-081-16/+6
* samba-tool: fix replication after dns partition fsmo role transferStefan Metzmacher2019-08-081-1/+3
* dbcheck: fallback to the default tombstoneLifetime of 180 daysStefan Metzmacher2019-08-081-1/+4
* python/ntacls: use correct "state directory" smb.conf option instead of "stat...Björn Baumbach2019-06-261-1/+3
* samba-tool domain provision: Fix --interactive module in python3Andrew Bartlett2019-06-211-0/+1
* ldap tests: test scheme for referralsGary Lockyer2019-06-211-0/+91
* Merge tag 'samba-4.10.5' into v4-10-testKarolin Seeger2019-06-191-0/+51
|\
| * CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall2019-06-131-0/+26
| * CVE-2019-12435 rpc/dns: avoid NULL deference if zone not found in DnssrvOpera...Douglas Bagnall2019-06-131-0/+25
* | samba-tool dns: use bytes for inet_ntopDouglas Bagnall2019-06-131-2/+3
* | tests/samba-tool: test dns serverinfo/zoneinfoDouglas Bagnall2019-06-131-0/+26
* | python/ntacls: we only need security.SEC_STD_READ_CONTROL in order to get the...Stefan Metzmacher2019-06-131-1/+1
* | python/provision: use provision and relax controls for schema provisionStefan Metzmacher2019-06-131-7/+12
* | s4:provision: split out provision_self_join_modify_schema.ldifStefan Metzmacher2019-06-131-2/+6
* | ldapcmp: ignore 'schemaInfo' if two domains are comparedStefan Metzmacher2019-06-131-1/+1
|/
* pytests/dns: use 2.6 compatible syntaxDouglas Bagnall2019-05-161-1/+1
* netcmd: Fix passwordsettings --max-pwd-age commandTim Beale2019-05-141-2/+12
* netcmd: Add some timestamp conversion helper functionsTim Beale2019-05-141-10/+22
* netcmd: Use python constant for -0x8000000000000000Tim Beale2019-05-141-5/+9
* tests: Add test for setting min/maxPwdAgeTim Beale2019-05-141-0/+38
* dbcheck: fix the err_empty_attribute() checkStefan Metzmacher2019-05-141-1/+1
* py/provision: fix for Python 2.6Douglas Bagnall2019-04-101-1/+1
* CVE-2019-3870 pysmbd: Include tests to show the outside umask has no impactAndrew Bartlett2019-04-052-1/+14
* CVE-2019-3870 tests: Extend smbd tests to check for umask being overwrittenTim Beale2019-04-053-4/+53
* py/logger: use python 2.6 compatible argumentsDouglas Bagnall2019-04-021-1/+1
* py/uptodateness: use 2.6 compatible dictionary constructionDouglas Bagnall2019-04-021-1/+1
* py/kcc_utils: py2.6 compatibilityDouglas Bagnall2019-04-021-2/+2
* py/graph: use 2.6 compatible check for set membershipDouglas Bagnall2019-04-021-1/+1
* dbcheck: use the str() value of the "name" attributeStefan Metzmacher2019-04-021-1/+1
* dbcheck: don't check expired tombstone objects by default anymoreStefan Metzmacher2019-04-022-3/+48
* dbcheck: add --selftest-check-expired-tombstones cmdline optionStefan Metzmacher2019-04-021-1/+6
* python/samba/netcmd: provide SUPPRESS_HELP via Option classStefan Metzmacher2019-04-021-0/+1
* dbcheck: detect the change after deletion bugStefan Metzmacher2019-04-021-0/+110
* dbcheck: add find_repl_attid() helper functionStefan Metzmacher2019-04-021-5/+10
* dbcheck: don't remove dangling one-way links on already deleted objectsStefan Metzmacher2019-04-021-0/+13
* dbcheck: don't move already deleted objects to LostAndFoundStefan Metzmacher2019-04-021-2/+7
* dbcheck: do isDeleted, systemFlags and replPropertyMetaData detection firstStefan Metzmacher2019-04-021-11/+14
* dbcheck: use DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME when renaming deleted objectsStefan Metzmacher2019-04-021-3/+6
* python: dns_hub: Fix indentation of 'raise' on error.Jeremy Allison2019-02-051-3/+1