summaryrefslogtreecommitdiffstats
path: root/ipapython
Commit message (Expand)AuthorAgeFilesLines
* Remove forgotten print from DN.__str__ implementationMartin Basti2016-08-191-6/+1
* Increase default length of auto generated passwordsMartin Basti2016-08-031-1/+2
* ipapython: Extend kinit_password to support principal canonicalizationMilan KubĂ­k2016-07-291-1/+10
* Use copy when replacing files to keep SELinux contextMartin Basti2016-07-221-1/+5
* Fix session cookiesFlorence Blanc-Renaud2016-07-221-7/+8
* Create server and host certs with DNS altnameFraser Tweedale2016-07-191-1/+8
* Fix internal errors in host-add and other commands caused by DNS resolutionPetr Spacek2016-07-012-68/+93
* Remove unused is_local(), interface, and defaultnet from CheckedIPAddressPetr Spacek2016-07-011-9/+0
* ipalib: introduce Principal parameterMartin Babinsky2016-07-011-1/+5
* ipapython module for Kerberos principal manipulation and parsingMartin Babinsky2016-07-011-0/+208
* Do not allow installation in FIPS modeFlorence Blanc-Renaud2016-06-291-0/+19
* Use NSS for name->resolution in IPA installerPetr Spacek2016-06-291-1/+1
* ipaldap: turn LDAP filter utility functions into class methodsFraser Tweedale2016-06-291-16/+19
* plugable: support plugin versioningJan Cholasta2016-06-281-0/+5
* pylint: fix: multiple-statementsJan Barta2016-06-211-1/+2
* ldap: fix handling of binary data in search filtersJan Cholasta2016-06-211-1/+6
* Fix minor typosYuri Chornoivan2016-06-201-1/+1
* Fix minor typosYuri Chornoivan2016-06-161-1/+1
* installer: index() raises ValueErrorDavid Kupka2016-06-131-2/+2
* Fix resolve_rrsets: RRSet is not hashableMartin Basti2016-06-091-2/+2
* add context to exception on LdapEntry decode errorFlorence Blanc-Renaud2016-06-091-2/+10
* Add custodia store for lightweight CA key replicationFraser Tweedale2016-06-091-0/+56
* Optionally add service name to Custodia key DNsFraser Tweedale2016-06-091-5/+22
* Allow CustodiaClient to be used by arbitrary principalsFraser Tweedale2016-06-081-7/+13
* DNS upgrade: change global forwarding policy in LDAP to "only" if private IPs...Petr Spacek2016-05-301-0/+18
* Add function ipapython.dnsutil.related_to_auto_empty_zone()Petr Spacek2016-05-301-0/+30
* Move IP address resolution from ipaserver.install.installutils to ipapython.d...Petr Spacek2016-05-301-0/+59
* Move check_zone_overlap() from ipapython.ipautil to ipapython.dnsutilPetr Spacek2016-05-302-35/+35
* ipaldap: Convert dict items to list before iteratingPetr Viktorin2016-05-301-1/+1
* ipapython.secrets.kem: Use ConfigParser from six.movesPetr Viktorin2016-05-301-2/+2
* ipaldap: Keep attribute names as text, not bytesPetr Viktorin2016-05-301-2/+2
* Remove unused variable and finally block in SchemaCacheMartin Basti2016-05-121-5/+0
* Removed custom implementation of CalledProcessErrorAbhijeet Kasurde2016-05-101-15/+2
* Add function ipapython.dnsutil.inside_auto_empty_zone()Petr Spacek2016-04-281-0/+25
* Use shared sanity check and tests ipapython.dnsutil.is_auto_empty_zone()Petr Spacek2016-04-281-2/+14
* Move function is_auto_empty_zone() into ipapython.dnsutilPetr Spacek2016-04-282-7/+7
* Add assert_absolute_dnsname() helper to ipapython.dnsutilPetr Spacek2016-04-281-0/+19
* Move automatic empty zone list into ipapython.dnsutil and make it reusablePetr Spacek2016-04-282-53/+60
* Remove function ipapython.ipautil.host_exists()Petr Spacek2016-04-281-14/+0
* sysrestore: Iterate over a list of dict keysPetr Viktorin2016-04-281-1/+1
* Always set hostnameMartin Basti2016-04-261-12/+0
* Use netifaces module instead of 'ip' commandMartin Basti2016-04-141-17/+18
* differentiate between limit types when LDAP search exceeds configured limitsMartin Babinsky2016-04-131-18/+50
* Fix: catch Exception instead of more specific exception typesMartin Basti2016-03-221-2/+2
* Pylint: remove unnecessary-semicolonMartin Basti2016-03-221-1/+1
* Pylint: import max one module per lineMartin Basti2016-03-221-1/+2
* pylint: remove bare exceptMartin Basti2016-03-224-18/+13
* certdb: never use the -r option of certutilJan Cholasta2016-03-161-10/+8
* ipapython.sysrestore: Use str methods instead of functions from the string mo...Petr Viktorin2016-03-031-6/+6
* Move get_ipa_basedn from ipautil to ipadiscoveryPetr Viktorin2016-03-031-41/+0