summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* python: This function converts days to a relative (ie negative) NTTIMEAndrew Bartlett2017-11-201-3/+3
* gpo: Apply kerberos settingsDavid Mulder2017-11-201-1/+31
* gpo: Always enforce policy, even if unchangedDavid Mulder2017-11-201-6/+39
* gpo: Add GPO unapplyDavid Mulder2017-11-201-25/+216
* gpo: Add gpo testsDavid Mulder2017-11-201-2/+5
* gpoupdate: Rewrite samba_gpoupdateDavid Mulder2017-11-201-154/+35
* gpo: Make the gpclass more easily extensibleDavid Mulder2017-11-201-17/+35
* gpo: Make the gpoupdate script much more reliableDavid Mulder2017-11-201-21/+25
* gpo: Initial commit for GPO workLuke Morrison2017-11-202-0/+333
* python: tests: Add tests for samba.posix_eadb moduleLumir Balhar2017-11-081-1/+29
* python: Port tests of samba.messaging to Python 3 compatible form.Lumir Balhar2017-10-232-1/+8
* python: use communicate to fix Popen deadlockJoe Guo2017-10-191-6/+8
* python: add a failed test to show Popen deadlockJoe Guo2017-10-191-0/+105
* tests: Add a blackbox test for smbcontrolGary Lockyer2017-10-191-0/+50
* dbcheck: Allow removal of one-way links to missing objectsAndrew Bartlett2017-10-191-2/+20
* tests: Improve tests of samba.registry Python moduleLumir Balhar2017-10-181-5/+20
* selftest: Rename ntlmauth tests to ntlmdisabledTim Beale2017-09-261-6/+6
* provision: Add a fixed objectGUID to the tmp DB used for LDAP backend schema ...Andrew Bartlett2017-09-231-1/+5
* provision: make clear that the tmp ldb is running in @IDXGUID modeAndrew Bartlett2017-09-231-0/+3
* selftest: Avoid a build started just before midnight failingMartin Schwenke2017-09-191-1/+1
* python:provision: Do not change the owner of the sam.ldb.d dirAndreas Schneider2017-09-161-3/+0
* python:provision: Change the group of the 'binddns dir' tooAndreas Schneider2017-09-161-0/+8
* samba:provision: Give a hint to copy the krb5.conf and not symlink itAndreas Schneider2017-09-161-0/+3
* s4-provision: Ensure the dummy main-domain DB used for DLZ has an @INDEXLISTAndrew Bartlett2017-09-141-0/+4
* selftest: Check re-opening sam.ldb corrects the @ATTRIBUTES and @INDEXLISTAndrew Bartlett2017-09-141-0/+53
* python: Allow debug classes to be specified on the command line for python toolsAndrew Bartlett2017-09-071-3/+3
* drs repl: Only print raw DRS replication traffic at level 9Andrew Bartlett2017-09-073-4/+8
* selftest: Avoid a build started just before midnight failingAndrew Bartlett2017-09-071-1/+4
* python: Add tests for check_access function from samba.security.Lumir Balhar2017-09-061-0/+26
* python:samba: Use 'binddns dir' in samba-tool and samba_upgradednsAndreas Schneider2017-09-053-26/+67
* python:samba: Remove code to change groupAndreas Schneider2017-09-051-10/+0
* dynconfig: Change permission of the private dir to 0700Andreas Schneider2017-09-051-1/+1
* drs_utils: Add GET_TGT support to 'samba-tool drs replicate --local'Tim Beale2017-08-181-35/+66
* tests: replace traffic_summary test with python blackbox testGary Lockyer2017-08-173-0/+5084
* scripts: Scripts to replay and generate samba trafficGary Lockyer2017-08-1712-0/+4219
* blackbox tests: method to check specific exit codesGary Lockyer2017-08-171-3/+12
* samba-tool dns query: Allow '*' in namesGary Lockyer2017-08-151-1/+2
* samba-tool dns: Test support of DNS wild card in namesGary Lockyer2017-08-151-0/+67
* dnsserver: Tests for dns wildcard entriesGary Lockyer2017-08-151-0/+288
* python:tests: Add test for warn_pwd_expireAndreas Schneider2017-08-072-0/+112
* python:tests: Do not overwrite exit codeAndreas Schneider2017-08-071-1/+0
* python: Fix incorrect kdc.conf parameter name in kerberos.pyMarc Muehlfeld2017-08-071-1/+1
* tests samba_tool: fix flapping user-virtualCryptSHA testGary Lockyer2017-08-071-3/+11
* dsdb: Fix dsdb_next_callback to correctly use ldb_module_done() etcAndrew Bartlett2017-08-011-0/+23
* drs_utils: HWM in 'samba-tool drs replicate --local' always zeroTim Beale2017-07-281-6/+6
* drs: support sync-forced for 'samba-tool drs replicate --local'Tim Beale2017-07-282-4/+11
* selftest: Add and use new helper function get_creds_ccache_name()Andrew Bartlett2017-07-281-0/+7
* python/getopt: Add --krb5-ccache (for samba-tool etc) to match the C binariesAndrew Bartlett2017-07-281-0/+7
* pycredentials: Add set_named_ccache()Andrew Bartlett2017-07-281-0/+9
* selftest: Add tests for credentials.get_named_ccache()Andrew Bartlett2017-07-281-0/+103