summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* classicupgrade: Avoid needing to quote CN values in an DN, use dn.set_compone...Andrew Bartlett2016-05-111-2/+4
* tests/dcerpc: add tests for string allocation and deletionDouglas Bagnall2016-05-101-0/+133
* tests/dcerpc/array.py: test deletion of arraysDouglas Bagnall2016-05-101-2/+36
* join.py: Fetch the remote DC NTDS GUID earlyAndrew Bartlett2016-05-101-1/+4
* python/join.py: Avoid unchecked print in error pathDouglas Bagnall2016-05-101-1/+4
* tests/dns_forwarder: Add additional testing for no flag recursiveGarming Sam2016-05-031-0/+27
* tests/dns_forwarder: Add an extra test for inactive forwardersGarming Sam2016-05-031-0/+27
* tests/dns_forwarder: remove statically defined IPsGarming Sam2016-05-031-17/+33
* tests/dns: Add additional testing of CNAME handlingGarming Sam2016-05-031-14/+77
* tests/dns_forwarder: Add testing for DNS forwardingGarming Sam2016-05-032-0/+624
* dbcheck: Avoid pathological behaviour in operational moduleGarming Sam2016-04-201-0/+4
* tests/rodc: Check that preload will skip broken usersGarming Sam2016-04-181-1/+35
* rodc: Allow RODC preload to continue with invalid usersGarming Sam2016-04-181-3/+35
* CVE-2015-5370: python/samba/tests: add some dcerpc raw_protocol testsStefan Metzmacher2016-04-121-0/+2623
* CVE-2015-5370: python/samba/tests: add infrastructure to do raw protocol test...Stefan Metzmacher2016-04-121-0/+525
* CVE-2016-2118: python:tests/dcerpc: use [sign] for dnsserver testsStefan Metzmacher2016-04-121-1/+1
* Bug 11818 : obvious missing word When trying to demote a dc, 'remove_dc.remov...Rowland Penny2016-04-011-1/+1
* CVE-2016-0771: tests/dns: Remove dependencies on env variablesGarming Sam2016-03-101-45/+25
* CVE-2016-0771: tests/dns: change samba.tests.dns from being a unittestGarming Sam2016-03-101-8/+39
* CVE-2016-0771: tests: rename test getopt to get_optGarming Sam2016-03-101-0/+0
* CVE-2016-0771: tests/dns: RPC => DNS roundtrip testGarming Sam2016-03-101-13/+189
* CVE-2016-0771: tests/dns: modify tests to check via RPCGarming Sam2016-03-101-106/+160
* CVE-2016-0771: tests/dns: Add some more test cases for TXT recordsGarming Sam2016-03-101-39/+71
* CVE-2016-0771: tests/dns: Correct error code for formerly unrun testGarming Sam2016-03-101-1/+1
* CVE-2016-0771: tests/dns: restore formerly segfaulting testGarming Sam2016-03-101-26/+25
* CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviourGarming Sam2016-03-101-0/+1
* CVE-2016-0771: tests/dns: FORMERR can simply timeout against WindowsGarming Sam2016-03-101-10/+53
* CVE-2016-0771: tests/dns: prepare script for further testingGarming Sam2016-03-101-6/+6
* CVE-2016-0771: tests/dns: Modify dns tests to match new IDLGarming Sam2016-03-101-18/+20
* dbcheck: Check for and remove duplicate values in attributesAndrew Bartlett2016-03-081-0/+26
* dbcheck: Avoid spurious warnings in dbcheck due to objectclass sortingAndrew Bartlett2016-03-081-1/+13
* dbcheck: Fix incorrect/duplicate attrid in replPropertMetaDataAndrew Bartlett2016-03-081-19/+101
* pidl: Fix our python reference handlingAndrew Bartlett2016-03-082-6/+179
* Remove posixAccount from samdb.pyRowland Penny2016-03-071-1/+0
* samba-tool: Support preloading multiple usersAndrew Bartlett2016-02-252-22/+131
* python: Allow optional multi-value arguements for samba-tool commandsAndrew Bartlett2016-02-251-2/+3
* test:docs: remove unused param_table/get_param_table_full()Michael Adam2016-02-081-64/+0
* python:tests/core: add tests for arcfour_encrypt() and string_to_byte_array()Stefan Metzmacher2016-02-031-0/+16
* python:samba/netcmd/domain: make use of the generic arcfour_encrypt() and str...Stefan Metzmacher2016-02-031-18/+5
* python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher2016-02-031-16/+3
* python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher2016-02-031-0/+16
* python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher2016-02-031-0/+8
* samldb: ensure subnets have proper net rangesDouglas Bagnall2015-12-241-0/+24
* samba-tool: add sites subnet subcommandsDouglas Bagnall2015-12-243-2/+360
* samba-tool tests: Add command line tests for sitesDouglas Bagnall2015-12-241-0/+57
* python/sites: Rework site DN constructionAndrew Bartlett2015-12-241-12/+22
* samba.sites: reduce code duplication in Exception classesDouglas Bagnall2015-12-241-16/+1
* samba.sites: improve grammar in an error messageDouglas Bagnall2015-12-241-1/+1
* samba-tool sites: use -H to set URL with standard handlingDouglas Bagnall2015-12-241-14/+19
* sambatool sites: PEP8/flake8 improvementsDouglas Bagnall2015-12-242-4/+6