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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ipa-kra-install must create directory if it does not exist
Florence Blanc-Renaud
2017-02-02
1
-0
/
+4
*
py3: tests_xmlrpc: do not call str() on bytes
Martin Basti
2017-02-02
2
-3
/
+3
*
private_ccache: yield ccache name
Fraser Tweedale
2017-01-31
1
-1
/
+1
*
py3: normalize_certificate: support both bytes and unicode
Martin Basti
2017-01-31
1
-6
/
+15
*
py3: strip_header: support both bytes and unicode
Martin Basti
2017-01-31
1
-6
/
+10
*
py3: fingerprint_hex_sha256: fix encoding/decoding
Martin Basti
2017-01-31
1
-3
/
+2
*
py3: fix CSR encoding inside framework
Martin Basti
2017-01-31
2
-2
/
+4
*
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: can_read: attributelevelrights is already string
Martin Basti
2017-01-31
1
-1
/
+1
*
py3: get_effective_rights: values passed to ldap must be bytes
Martin Basti
2017-01-31
1
-1
/
+4
*
py3: ipaldap: update encode/decode methods
Martin Basti
2017-01-31
1
-34
/
+7
*
py3: rpcserver fix undefined variable
Martin Basti
2017-01-31
1
-1
/
+2
*
py3: WSGI executioners must return bytes in list
Martin Basti
2017-01-31
1
-10
/
+12
*
py3: session: fix r/w ccache data
Martin Basti
2017-01-31
1
-6
/
+5
*
Py3: Fix undefined variable
Martin Basti
2017-01-31
1
-1
/
+1
*
py3: rpcserver: decode input because json requires string
Martin Basti
2017-01-31
1
-1
/
+1
*
py3: session.py decode server name to str
Martin Basti
2017-01-31
1
-1
/
+1
*
Use proper logging for error messages
Martin Basti
2017-01-31
1
-4
/
+6
*
wait_for_entry: use only DN as parameter
Martin Basti
2017-01-31
2
-5
/
+3
*
tests: Add tests for CSR autogeneration
Ben Lipton
2017-01-31
13
-28
/
+492
*
csrgen: Use data_sources option to define which fields are rendered
Ben Lipton
2017-01-31
13
-77
/
+75
*
csrgen: Add a CSR generation profile for user certificates
Ben Lipton
2017-01-31
4
-0
/
+41
*
csrgen: Add CSR generation profile for caIPAserviceCert
Ben Lipton
2017-01-31
6
-0
/
+73
*
csrgen: Add code to generate scripts that generate CSRs
Ben Lipton
2017-01-31
13
-0
/
+623
*
ipa-ca-install: do not fail without --subject-base and --ca-subject
Jan Cholasta
2017-01-31
1
-3
/
+4
*
Explicitly handle quoting/unquoting of NSSNickname directive
Martin Babinsky
2017-01-25
2
-4
/
+14
*
Delegate directive value quoting/unquoting to separate functions
Martin Babinsky
2017-01-25
1
-27
/
+43
*
installutils: improve directive value parsing in `get_directive`
Martin Babinsky
2017-01-25
1
-2
/
+17
*
Fix the installutils.set_directive docstring
Martin Babinsky
2017-01-25
1
-5
/
+8
*
cert: fix search limit handling in cert-find
Jan Cholasta
2017-01-24
1
-4
/
+17
*
dogtag: search past the first 100 certificates
Jan Cholasta
2017-01-24
1
-1
/
+1
*
py3: decode bytes for json.loads()
Martin Basti
2017-01-24
5
-6
/
+59
*
dogtag.py: fix exception logging of JSON data
Martin Basti
2017-01-24
1
-4
/
+8
*
py3: convert_attribute_members: don't use bytes as parameter for DN
Martin Basti
2017-01-24
1
-1
/
+1
*
py3: make_filter_from_attr: use string instead of bytes
Martin Basti
2017-01-24
1
-1
/
+2
*
py3: __add_acl: use standard ipaldap methods
Martin Basti
2017-01-24
1
-8
/
+5
*
py3: add_entry_to_group: attribute name must be string not bytes
Martin Basti
2017-01-24
1
-1
/
+1
*
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: cainstance: replace mkstemp with NamedTemporaryFile
Martin Basti
2017-01-24
1
-24
/
+25
*
py3: write CA/KRA config into file opened in text mode
Martin Basti
2017-01-24
2
-2
/
+2
*
py3: CA/KRA: config parser requires string
Martin Basti
2017-01-24
2
-2
/
+4
*
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: open temporary ldif file in text mode
Martin Basti
2017-01-24
1
-2
/
+3
*
py3: service.py: replace mkstemp by NamedTemporaryFile
Martin Basti
2017-01-24
2
-4
/
+5
*
py3: create_cert_db: write to file in a compatible way
Martin Basti
2017-01-24
1
-3
/
+3
*
ipaldap: properly escape raw binary values in LDAP filters
Jan Cholasta
2017-01-24
1
-3
/
+6
*
_resolve_records: fix assert, nameserver_ip can be none
Martin Basti
2017-01-24
1
-1
/
+1
[prev]
[next]