index
:
freeipa.git
AD-binds
asn1c-indented
cachetickets
cakeysfix
ccachesess
clisesshandling
coverity
custodia
custodia-review
fix_ber_scanf
fixlogout
getkeytab
ipa-1-0
ipa-1-1
ipa-1-2
ipa-2-1
ipa-2-2
ipasam_getkeytab
kdc-fixes
kdc-pkinit
ldapticketcache
master
master_keytab
mindatefix
mspac
my-master
pwbindexp
pwdpolicy
replica_kdc
review
sessionlogout
setkeytab
sumit
webui-cleanup
webui-details
webui_isolate
wip
FreeIPA patches
Simo Sorce
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ipapython
Commit message (
Expand
)
Author
Age
Files
Lines
*
py3: get_memberofindirect: fix ByteWarnings
Martin Basti
2017-02-08
1
-2
/
+4
*
py3: DN: fix BytesWarning
Martin Basti
2017-02-08
1
-1
/
+1
*
py3: ipaldap: properly encode DNSName to bytes
Martin Basti
2017-02-08
1
-1
/
+1
*
private_ccache: yield ccache name
Fraser Tweedale
2017-01-31
1
-1
/
+1
*
py3: fingerprint_hex_sha256: fix encoding/decoding
Martin Basti
2017-01-31
1
-3
/
+2
*
Principal: validate type of input parameter
Martin Basti
2017-01-31
1
-1
/
+6
*
Use dict comprehension
Martin Basti
2017-01-31
1
-1
/
+3
*
py3: ipaldap: update encode/decode methods
Martin Basti
2017-01-31
1
-34
/
+7
*
py3: decode bytes for json.loads()
Martin Basti
2017-01-24
2
-0
/
+51
*
py3: make_filter_from_attr: use string instead of bytes
Martin Basti
2017-01-24
1
-1
/
+2
*
py3: HTTPResponse has no 'dict' attribute in 'msg'
Martin Basti
2017-01-24
1
-1
/
+1
*
py3: _httplib_request: don't convert string to bytes
Martin Basti
2017-01-24
1
-3
/
+1
*
py3: ipautil: open tempfiles in text mode
Martin Basti
2017-01-24
1
-2
/
+2
*
py3: ldap modlist must have keys as string, not bytes
Martin Basti
2017-01-24
1
-1
/
+2
*
py3: service.py: replace mkstemp by NamedTemporaryFile
Martin Basti
2017-01-24
1
-1
/
+1
*
ipaldap: properly escape raw binary values in LDAP filters
Jan Cholasta
2017-01-24
1
-3
/
+6
*
ipapython: Add dependencies on version.py
Christian Heimes
2017-01-16
1
-0
/
+2
*
Generate sha256 ssh pubkey fingerprints for hosts
Stanislav Laznicka
2017-01-12
1
-6
/
+7
*
Py3: Fix ToASCII method
Martin Basti
2017-01-06
1
-3
/
+8
*
Fix used before assignment bug in host_port_open()
Christian Heimes
2017-01-06
1
-2
/
+2
*
ipa_generate_password algorithm change
Petr Spacek
2017-01-06
1
-30
/
+86
*
Enumerate available options in IPA installer
Abhijeet Kasurde
2017-01-03
1
-0
/
+2
*
Configure Anonymous PKINIT on server install
Simo Sorce
2016-12-12
1
-0
/
+4
*
certdb: accumulate extracted certs as list of PEMs
Fraser Tweedale
2016-12-12
1
-7
/
+8
*
Add function for extracting PEM certs from PKCS #7
Fraser Tweedale
2016-12-12
1
-7
/
+2
*
certdb: fix PKCS#12 import with empty password
Jan Cholasta
2016-12-12
1
-1
/
+1
*
ipautil: check for open ports on all resolved IPs
Tomas Krizek
2016-12-07
1
-10
/
+34
*
Make get_entries() not ignore its limit arguments
Stanislav Laznicka
2016-12-06
1
-1
/
+2
*
Add pylint guard to import of ipaplatform in ipapython.certdb
Christian Heimes
2016-12-02
1
-4
/
+6
*
ipa-replica-conncheck: do not close listening ports until required
Tomas Krizek
2016-12-01
1
-71
/
+0
*
Adjustments for setup requirements
Christian Heimes
2016-11-30
1
-3
/
+1
*
Enhance __repr__ method of Principal
Martin Babinsky
2016-11-30
1
-0
/
+4
*
Build: properly integrate version.py into build system
Petr Spacek
2016-11-29
1
-0
/
+13
*
ipapython: remove hard dependency on ipaplatform
Jan Cholasta
2016-11-29
3
-8
/
+16
*
ipautil: move file encryption functions to installutils
Jan Cholasta
2016-11-29
1
-57
/
+0
*
ipautil: move kinit functions to ipalib.install
Jan Cholasta
2016-11-29
1
-85
/
+0
*
ipautil: move is_fips_enabled() to ipaplatform.tasks
Jan Cholasta
2016-11-29
1
-19
/
+0
*
ipautil: remove the timeout argument of run()
Jan Cholasta
2016-11-29
1
-11
/
+1
*
ipautil: remove get_domain_name()
Jan Cholasta
2016-11-29
2
-155
/
+0
*
ipautil: remove SHARE_DIR and PLUGIN_SHARE_DIR
Jan Cholasta
2016-11-29
1
-3
/
+0
*
certdb: use a temporary file to pass password to pk12util
Jan Cholasta
2016-11-29
1
-3
/
+7
*
certdb: move IPA NSS DB install functions to ipaclient.install
Jan Cholasta
2016-11-29
1
-48
/
+0
*
ipapython: move certmonger and sysrestore to ipalib.install
Jan Cholasta
2016-11-29
2
-1052
/
+0
*
ipapython: move dnssec, p11helper and secrets to ipaserver
Jan Cholasta
2016-11-29
16
-4041
/
+0
*
paths: remove DEV_NULL
Jan Cholasta
2016-11-29
1
-1
/
+1
*
Fix Python 3 bugs discovered by pylint
Christian Heimes
2016-11-25
1
-1
/
+4
*
Python3 pylint fixes
Christian Heimes
2016-11-25
4
-3
/
+8
*
Replace LooseVersion
Christian Heimes
2016-11-24
1
-0
/
+32
*
remove Knob function
Martin Basti
2016-11-22
1
-89
/
+2
*
ipapython and ipatest no longer require lxml
Christian Heimes
2016-11-17
1
-1
/
+0
[next]