index
:
freeipa.git
become-ipa-4-0-4
cstopology
datetime-ui
doc
framework
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-0
ipa-2-1
ipa-2-2
keytab-4419
keytab-4419-2
master
menu
otp-usability
otptests
patternfly
plugin-apibrowser
readme
review
sync-token
test_realmdomains
trustdomains-3-3
views_ui
webui-cleanup
Unnamed repository; edit this file 'description' to name the repository.
Petr Vobornik
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipalib
/
util.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generate same API.txt under Python 2 and 3
Christian Heimes
2018-02-15
1
-0
/
+38
*
Fix pylint warnings inconsistent-return-statements
Christian Heimes
2017-12-18
1
-1
/
+12
*
If the cafile is not present or readable then raise an exception
Rob Crittenden
2017-12-04
1
-0
/
+4
*
View plugin/command help in pager
Aleksei Slaikovskii
2017-11-16
1
-0
/
+41
*
Use namespace-aware meta importer for ipaplatform
Christian Heimes
2017-11-15
1
-3
/
+4
*
Prevent installation with single label domains
Aleksei Slaikovskii
2017-11-09
1
-1
/
+8
*
Remove pkcs10 module contents
Stanislav Laznicka
2017-10-25
1
-0
/
+17
*
Fixing tox and pylint errors
Felipe Barreto
2017-10-23
1
-6
/
+6
*
Changing how commands handles error when it can't connect to IPA server
Felipe Volpone
2017-08-11
1
-0
/
+14
*
py3: fixing zonemgr_callback
Felipe Volpone
2017-07-27
1
-1
/
+1
*
Create a Certificate parameter
Stanislav Laznicka
2017-07-27
1
-1
/
+2
*
logging: do not log into the root logger
Jan Cholasta
2017-07-14
1
-11
/
+5
*
logging: do not reference loggers in arguments and attributes
Jan Cholasta
2017-07-14
1
-12
/
+11
*
logging: remove object-specific loggers
Jan Cholasta
2017-07-14
1
-10
/
+12
*
Remove network and broadcast address warnings
Martin Basti
2017-06-20
1
-20
/
+0
*
Only warn when specified server IP addresses don't match intf
Martin Basti
2017-06-06
1
-0
/
+14
*
cert-show: writable files does not mean dirs
Stanislav Laznicka
2017-05-10
1
-1
/
+1
*
Remove the cachedproperty class
Stanislav Laznicka
2017-05-02
1
-34
/
+0
*
Don't use weak ciphers for client HTTPS connections
Stanislav Laznicka
2017-03-09
1
-1
/
+5
*
Remove NSSConnection from the Python RPC module
Stanislav Laznicka
2017-03-01
1
-1
/
+143
*
DNSSEC: forwarders validation improvement
Martin Basti
2017-02-08
1
-2
/
+1
*
_resolve_records: fix assert, nameserver_ip can be none
Martin Basti
2017-01-24
1
-1
/
+1
*
Generate sha256 ssh pubkey fingerprints for hosts
Stanislav Laznicka
2017-01-12
1
-1
/
+1
*
Pylint: fix the rest of unused local variables
Martin Basti
2016-10-11
1
-8
/
+4
*
Pylint: enable check for unused-variables
Martin Basti
2016-09-27
1
-0
/
+2
*
Abstract procedures for IP address warnings
Martin Basti
2016-09-14
1
-1
/
+26
*
harden the check for trust namespace overlap in new principals
Martin Babinsky
2016-07-28
1
-3
/
+7
*
allow multiple dashes in the components of server hostname
Martin Babinsky
2016-07-20
1
-3
/
+10
*
Provide API for management of host, service, and user principal aliases
Martin Babinsky
2016-07-01
1
-0
/
+71
*
IPA API: set krbcanonicalname instead of ipakrbprincipalalias on new entities
Martin Babinsky
2016-06-23
1
-0
/
+11
*
ipaserver module for working with managed topology
Martin Babinsky
2016-06-17
1
-50
/
+0
*
DNS Locations: dnsserver-* commands
Martin Basti
2016-06-17
1
-0
/
+53
*
plugable: allow plugins to be non-classes
Jan Cholasta
2016-06-15
1
-0
/
+26
*
dns: move code shared by client and server to separate module
Jan Cholasta
2016-06-03
1
-0
/
+2
*
Turn verify_host_resolvable() into a wrapper around ipapython.dnsutil
Petr Spacek
2016-05-30
1
-25
/
+7
*
Use root_logger for verify_host_resolvable()
Petr Spacek
2016-05-30
1
-3
/
+5
*
Do not do extra search for ipasshpubkey to generate fingerprints
Martin Basti
2016-04-26
1
-6
/
+34
*
fix suspicious except statements
Martin Basti
2016-03-04
1
-3
/
+3
*
Remove unused imports
Martin Basti
2015-12-23
1
-2
/
+0
*
Removed duplicate domain name validating function
Stanislav Laznicka
2015-12-02
1
-18
/
+17
*
ipa-csreplica-manage: disable connect/disconnect/del with domain level > 0
Martin Basti
2015-11-02
1
-0
/
+5
*
util: Add detect_dns_zone_realm_type helper
Tomas Babej
2015-10-12
1
-0
/
+55
*
Remove uses of the `types` module
Petr Viktorin
2015-10-07
1
-2
/
+1
*
Alias "unicode" to "str" under Python 3
Jan Cholasta
2015-09-17
1
-0
/
+3
*
Replace uses of map()
Petr Viktorin
2015-09-01
1
-2
/
+4
*
Use six.integer_types instead of (long, int)
Petr Viktorin
2015-09-01
1
-1
/
+1
*
Use Python3-compatible dict method names
Petr Viktorin
2015-09-01
1
-1
/
+1
*
Use six.string_types instead of "basestring"
Petr Viktorin
2015-09-01
1
-4
/
+6
*
Port from python-krbV to python-gssapi
Michael Simacek
2015-08-26
1
-12
/
+0
*
DNSSEC: fix forward zone forwarders checks
Martin Basti
2015-08-25
1
-6
/
+7
[next]