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
/
daemons
Commit message (
Expand
)
Author
Age
Files
Lines
*
ipa-kdb: reduce LDAP operations timeout to 30 seconds
Alexander Bokovoy
2018-11-16
1
-1
/
+1
*
ipapwd_pre_mod: NULL ptr deref
Christian Heimes
2018-11-01
1
-1
/
+1
*
ipadb_mspac_get_trusted_domains: NULL ptr deref
Christian Heimes
2018-11-01
1
-0
/
+6
*
has_krbprincipalkey: avoid double free
Christian Heimes
2018-11-01
1
-1
/
+5
*
Don't abuse strncpy() length limitation
Christian Heimes
2018-10-24
2
-2
/
+2
*
Fix ipadb_multires resource handling
Christian Heimes
2018-10-24
2
-5
/
+10
*
Fix ressource leak in daemons/ipa-slapi-plugins/ipa-cldap/ipa_cldap_netlogon....
Thomas Woerner
2018-10-23
1
-0
/
+4
*
Py3: Replace six.moves imports
Christian Heimes
2018-10-05
1
-2
/
+1
*
Add cmocka unit tests for ipa otpd queue code
Robbie Harwood
2018-08-31
2
-0
/
+224
*
Clear next field when returnining list elements in queue.c
Robbie Harwood
2018-08-31
1
-0
/
+7
*
Generate scripts from templates
Christian Heimes
2018-08-23
1
-3
/
+13
*
Rename Python scripts and add dynamic shebang
Christian Heimes
2018-08-23
3
-3
/
+3
*
ipasam: do not use RC4 in FIPS mode
Alexander Bokovoy
2018-08-13
1
-4
/
+19
*
Move fips_enabled to a common library to share across different plugins
Alexander Bokovoy
2018-08-13
1
-23
/
+1
*
ipa-extdom-extop: Update licenses to GPLv3 or later with exceptions
Alexander Bokovoy
2018-08-13
2
-28
/
+58
*
In IPA 4.4 when updating userpassword with ldapmodify does not update krbPass...
Thierry Bordaz
2018-08-03
1
-4
/
+0
*
Cleanup shebang and executable bit
Christian Heimes
2018-07-05
2
-1
/
+0
*
Fix elements not being removed in otpd_queue_pop_msgid()
Robbie Harwood
2018-05-31
1
-1
/
+1
*
Don't try to set Kerberos extradata when there is no principal
Rob Crittenden
2018-05-27
1
-1
/
+2
*
Hardening of topology plugin to prevent erronous deletion of a replica agreement
Thierry Bordaz
2018-04-27
1
-4
/
+8
*
Log errors from NSS during FIPS OTP key import
Robbie Harwood
2018-03-14
1
-2
/
+14
*
Fix OTP validation in FIPS mode
Nathaniel McCallum
2018-03-12
1
-2
/
+45
*
Silence GCC warning in ipa_extdom
Christian Heimes
2018-02-23
1
-2
/
+2
*
Silence GCC warning in ipa-kdb
Christian Heimes
2018-02-23
1
-0
/
+2
*
Have all the scripts run in python 3 by default
Stanislav Laznicka
2018-02-15
4
-4
/
+4
*
User must not be able to delete his last active otp token
Florence Blanc-Renaud
2018-02-15
1
-8
/
+24
*
ipa-kdb: update trust information in all workers
Sumit Bose
2018-02-08
1
-13
/
+20
*
ipa-kdb: use magic value to check if ipadb is used
Sumit Bose
2018-02-08
3
-1
/
+4
*
DNSSEC code cleanup
Christian Heimes
2018-02-07
2
-55
/
+87
*
Decode ODS commands
Christian Heimes
2018-02-07
1
-7
/
+14
*
py3 dnssec: convert hexlify to str
Tomas Krizek
2018-02-07
2
-18
/
+20
*
Give ODS socket a bit of time
Christian Heimes
2018-01-23
1
-4
/
+8
*
Include ipa_krb5.h without util prefix
Christian Heimes
2017-12-20
1
-1
/
+1
*
ipa-extdom-extop: refactor nsswitch operations
Alexander Bokovoy
2017-11-30
9
-165
/
+983
*
ipa-kdb: override krb5.conf when testing KDC code in cmocka
Alexander Bokovoy
2017-11-29
2
-0
/
+4
*
libotp: add libraries after objects
Christian Heimes
2017-11-21
1
-1
/
+1
*
389-ds-base crashed as part of ipa-server-intall in ipa-uuid
Thierry Bordaz
2017-11-08
1
-3
/
+9
*
ipa-kdb: support KDB DAL version 7.0
Robbie Harwood
2017-10-26
3
-3
/
+14
*
ipa-kdb: reinit trusted domain data for enterprise principals
Sumit Bose
2017-10-13
1
-0
/
+11
*
NULL LDAP context in call to ldap_search_ext_s during search
Thierry Bordaz
2017-07-24
1
-0
/
+6
*
logging: do not log into the root logger
Jan Cholasta
2017-07-14
3
-31
/
+33
*
logging: do not reference loggers in arguments and attributes
Jan Cholasta
2017-07-14
2
-102
/
+129
*
logging: use the actual root logger as the root logger
Jan Cholasta
2017-07-14
2
-10
/
+7
*
logging: do not configure any handlers by default
Jan Cholasta
2017-07-14
2
-12
/
+8
*
ipa-sam: use smbldap_set_bind_callback for Samba 4.7 or later
Alexander Bokovoy
2017-07-11
1
-0
/
+4
*
ipa-sam: use own private structure, not ldapsam_privates
Alexander Bokovoy
2017-07-11
1
-432
/
+470
*
install: do not assume /etc/krb5.conf.d exists
Jan Cholasta
2017-06-28
2
-11
/
+0
*
ipa_pwd_extop: do not generate NT hashes in FIPS mode
Sumit Bose
2017-06-21
1
-13
/
+40
*
ipa-sam: replace encode_nt_key() with E_md4hash()
Sumit Bose
2017-06-21
1
-25
/
+2
*
ipa-kdb: use canonical principal in certauth plugin
Sumit Bose
2017-06-07
1
-1
/
+1
[next]
Otomatik - 152.19.134.196
CloudFlare DNS
Türk Telekom DNS
Google DNS
Open DNS
OSZAR »