summaryrefslogtreecommitdiff
path: root/python
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:samba-tool domain raise tool - make it aware of newer domain function levelsMatthias Dieter Wallnöfer2015-12-241-8/+31
* s4:samba-tool domain raise tool - handle Windows 2000 mode AD domains correctlyMatthias Dieter Wallnöfer2015-12-241-16/+23
* Fix bug 10881 Wrong keytab permissions when joining additional DC with BIND b...Andrew Bartlett2015-12-151-0/+10
* python: Give a more helpful error message when we do not have an smb.confAndrew Bartlett2015-12-151-1/+1
* samba-tool: user create examples show 'add' instead of 'create'Rowland Penny2015-12-071-4/+4
* samba-tool: fsmo.py throws an uncaught exception if noRowland Penny2015-12-061-1/+2
* samba-tool: replace use of os.popenUri Simchoni2015-11-231-3/+11
* samba-tool:provision: fix bug 11600Rowland Penny2015-11-211-6/+5
* Fix various spelling errorsMathieu Parent2015-11-061-1/+1
* KCC: kcc.import_ldif doesn't need credsDouglas Bagnall2015-10-292-5/+4
* KCC: remove NTDSConnection API methods that are never usedDouglas Bagnall2015-10-291-6/+0
* KCC: whitespace for pep8Douglas Bagnall2015-10-291-2/+0
* KCC: fix pep8 line length in load_ip_transport()Douglas Bagnall2015-10-291-3/+4
* KCC: Correct capitalisation of KCCErrorDouglas Bagnall2015-10-291-1/+1
* KCC: raise KCCError, not Exception, in multiple placesDouglas Bagnall2015-10-291-42/+41
* KCC: NTDSConnection.load_connection() requires objectGUIDDouglas Bagnall2015-10-291-1/+4
* KCC: remove debug print statements from intrasite and intersiteDouglas Bagnall2015-10-291-2/+0
* KCC: load samdb before calling kcc.run()Douglas Bagnall2015-10-291-11/+10
* KCC: load the object GUID with --import-ldifDouglas Bagnall2015-10-291-1/+1
* KCC: avoid logging alarming things about exected eventsDouglas Bagnall2015-10-291-4/+4
* KCC: more debug info when --import-ldif goes badlyDouglas Bagnall2015-10-291-4/+5
* KCC: default to not loading new samdb when we already have oneDouglas Bagnall2015-10-291-10/+15
* KCC: fix typo in error pathDouglas Bagnall2015-10-291-1/+1
* KCC: better explain our confusion in colour_vertices commentDouglas Bagnall2015-10-291-1/+1
* KCC: clarify debugging messages in bridgehead finding codeDouglas Bagnall2015-10-291-8/+7
* KCC: keep track of IP transport for dsa.new_connection()Douglas Bagnall2015-10-292-3/+3
* KCC: set system flags for new intrasite connectionsDouglas Bagnall2015-10-291-1/+4
* KCC: correctly use dsa.new_connection() system_flags argumentDouglas Bagnall2015-10-291-2/+3
* KCC: Use detect_failed in create_connectionsGarming Sam2015-10-291-1/+1
* KCC: remove useless comments and simplify get_dsa_for_implied_replica()Douglas Bagnall2015-10-291-32/+9
* KCC: stop --forget-intersite-links forgetting local linksDouglas Bagnall2015-10-291-1/+3
* KCC: simplify get_dsa_for_implied_replica(), using IP invariantDouglas Bagnall2015-10-291-7/+1
* KCC: Share commit wrapper between forget_ntdsconn and intrasiteDouglas Bagnall2015-10-291-16/+5
* KCC: pull apart remove_unneeded_ntdsconn(), fixing intersiteDouglas Bagnall2015-10-291-110/+113
* KCC: shift common is_generated() check out of branchesDouglas Bagnall2015-10-291-5/+3
* samba-tool domain demote: Add support for removing by NTDS GUIDAndrew Bartlett2015-10-263-34/+96