summaryrefslogtreecommitdiff
path: root/python/samba
AgeCommit message (Expand)AuthorFilesLines
2016-03-08dbcheck: Check for and remove duplicate values in attributesAndrew Bartlett1-0/+26
2016-03-08dbcheck: Avoid spurious warnings in dbcheck due to objectclass sortingAndrew Bartlett1-1/+13
2016-03-08dbcheck: Fix incorrect/duplicate attrid in replPropertMetaDataAndrew Bartlett1-19/+101
2016-03-08pidl: Fix our python reference handlingAndrew Bartlett2-6/+179
2016-03-07Remove posixAccount from samdb.pyRowland Penny1-1/+0
2016-02-25samba-tool: Support preloading multiple usersAndrew Bartlett2-22/+131
2016-02-25python: Allow optional multi-value arguements for samba-tool commandsAndrew Bartlett1-2/+3
2016-02-08test:docs: remove unused param_table/get_param_table_full()Michael Adam1-64/+0
2016-02-03python:tests/core: add tests for arcfour_encrypt() and string_to_byte_array()Stefan Metzmacher1-0/+16
2016-02-03python:samba/netcmd/domain: make use of the generic arcfour_encrypt() and str...Stefan Metzmacher1-18/+5
2016-02-03python:samba/join.py: make use of the generic arcfour_encrypt() and string_to...Stefan Metzmacher1-16/+3
2016-02-03python:samba: add a generic arcfour_encrypt() helper functionStefan Metzmacher1-0/+16
2016-02-03python:samba: add a generic string_to_byte_array() helper functionStefan Metzmacher1-0/+8
2015-12-24samldb: ensure subnets have proper net rangesDouglas Bagnall1-0/+24
2015-12-24samba-tool: add sites subnet subcommandsDouglas Bagnall3-2/+360
2015-12-24samba-tool tests: Add command line tests for sitesDouglas Bagnall1-0/+57
2015-12-24python/sites: Rework site DN constructionAndrew Bartlett1-12/+22
2015-12-24samba.sites: reduce code duplication in Exception classesDouglas Bagnall1-16/+1
2015-12-24samba.sites: improve grammar in an error messageDouglas Bagnall1-1/+1
2015-12-24samba-tool sites: use -H to set URL with standard handlingDouglas Bagnall1-14/+19
2015-12-24sambatool sites: PEP8/flake8 improvementsDouglas Bagnall2-4/+6
2015-12-24s4:samba-tool domain raise tool - make it aware of newer domain function levelsMatthias Dieter Wallnöfer1-8/+31
2015-12-24s4:samba-tool domain raise tool - handle Windows 2000 mode AD domains correctlyMatthias Dieter Wallnöfer1-16/+23
2015-12-15Fix bug 10881 Wrong keytab permissions when joining additional DC with BIND b...Andrew Bartlett1-0/+10
2015-12-15python: Give a more helpful error message when we do not have an smb.confAndrew Bartlett1-1/+1
2015-12-07samba-tool: user create examples show 'add' instead of 'create'Rowland Penny1-4/+4
2015-12-06samba-tool: fsmo.py throws an uncaught exception if noRowland Penny1-1/+2
2015-11-23samba-tool: replace use of os.popenUri Simchoni1-3/+11
2015-11-21samba-tool:provision: fix bug 11600Rowland Penny1-6/+5
2015-11-06Fix various spelling errorsMathieu Parent1-1/+1
2015-10-29KCC: kcc.import_ldif doesn't need credsDouglas Bagnall2-5/+4
2015-10-29KCC: remove NTDSConnection API methods that are never usedDouglas Bagnall1-6/+0
2015-10-29KCC: whitespace for pep8Douglas Bagnall1-2/+0
2015-10-29KCC: fix pep8 line length in load_ip_transport()Douglas Bagnall1-3/+4
2015-10-29KCC: Correct capitalisation of KCCErrorDouglas Bagnall1-1/+1
2015-10-29KCC: raise KCCError, not Exception, in multiple placesDouglas Bagnall1-42/+41
2015-10-29KCC: NTDSConnection.load_connection() requires objectGUIDDouglas Bagnall1-1/+4
2015-10-29KCC: remove debug print statements from intrasite and intersiteDouglas Bagnall1-2/+0
2015-10-29KCC: load samdb before calling kcc.run()Douglas Bagnall1-11/+10
2015-10-29KCC: load the object GUID with --import-ldifDouglas Bagnall1-1/+1
2015-10-29KCC: avoid logging alarming things about exected eventsDouglas Bagnall1-4/+4
2015-10-29KCC: more debug info when --import-ldif goes badlyDouglas Bagnall1-4/+5
2015-10-29KCC: default to not loading new samdb when we already have oneDouglas Bagnall1-10/+15
2015-10-29KCC: fix typo in error pathDouglas Bagnall1-1/+1
2015-10-29KCC: better explain our confusion in colour_vertices commentDouglas Bagnall1-1/+1
2015-10-29KCC: clarify debugging messages in bridgehead finding codeDouglas Bagnall1-8/+7
2015-10-29KCC: keep track of IP transport for dsa.new_connection()Douglas Bagnall2-3/+3
2015-10-29KCC: set system flags for new intrasite connectionsDouglas Bagnall1-1/+4
2015-10-29KCC: correctly use dsa.new_connection() system_flags argumentDouglas Bagnall1-2/+3
2015-10-29KCC: Use detect_failed in create_connectionsGarming Sam1-1/+1