summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* ipa-kdb: convert test to cmockaSumit Bose2015-07-081-3/+3
| | | | Reviewed-By: Tomas Babej <tbabej@redhat.com>
* ipa-kdb: fix unit testsSumit Bose2014-09-261-0/+1
| | | | Reviewed-By: Jakub Hrozek <jhrozek@redhat.com>
* BUILD: Fix portability of NSS in file ipa_pwd.cLukas Slebodnik2014-01-281-1/+3
| | | | Tested-by: Timo Aaltonen <tjaalton@ubuntu.com>
* Use libunistring ulc_casecmp() on unicode stringsNathaniel McCallum2013-07-181-0/+1
| | | | https://fedorahosted.org/freeipa/ticket/3772
* Remove build warningsMartin Kosek2013-03-291-1/+1
| | | | | | Fix rpm build warnings report in Fedora 19 build. https://fedorahosted.org/freeipa/ticket/3500
* Add unit test for get_authz_data_types()Sumit Bose2013-03-081-0/+29
| | | | https://fedorahosted.org/freeipa/ticket/2960
* ipa-kdb: read SID blacklist from LDAPMartin Kosek2013-02-121-0/+2
| | | | | | | | | | | | SIDs in incoming MS-PAC were checked and filtered with a fixed list of well-known SIDs. Allow reading the SID blacklist from LDAP (ipaNTSIDBlacklistIncoming and ipaNTSIDBlacklistOutgoing) and add the list to mspac adtrust structure. Use the hardcoded SID list only if the LDAP SID list is not configured. LIMITATION: SID blacklist list is not used yet. https://fedorahosted.org/freeipa/ticket/3289
* ipa-kdb: add AS auditing supportSimo Sorce2012-02-141-0/+1
| | | | Fixes: https://fedorahosted.org/freeipa/ticket/2334
* ipa-kdb: Add delgation access control supportSimo Sorce2011-12-081-0/+1
|
* ipa-kdb: Remove unused CFLAGS/LIBS from MakefilesSimo Sorce2011-12-021-2/+0
|
* Add support for generating PAC for AS requests for user principalsSimo Sorce2011-11-071-0/+3
|
* ipa-kdb: add password policy supportSimo Sorce2011-08-261-1/+2
| | | | Use default policy for new principals created by kadmin
* ipa-kdb: implement change_pwd functionSimo Sorce2011-08-261-0/+1
|
* ipa-kdb: implement function to retrieve password policiesSimo Sorce2011-08-261-0/+1
|
* ipa-kdb: Get/Store Master Key directly from LDAPSimo Sorce2011-08-261-0/+1
|
* ipa-kdb: add functions to change principalsSimo Sorce2011-08-261-0/+5
|
* ipa-kdb: functions to get principalSimo Sorce2011-08-261-0/+1
|
* ipa-kdb: add common utility ldap wrapper functionsSimo Sorce2011-08-261-0/+1
|
* ipa-kdb: initialize module functionsSimo Sorce2011-08-261-0/+1
| | | | | Initialize module also on ipadb_create invocation. This is what kdb5_util expects.
* ipa-kdb: add exports fileSimo Sorce2011-08-261-1/+4
| | | | limit exported symbols only to the ones actually needed by krb5kdc
* ipa-kdb: Initial plugin skeletonSimo Sorce2011-08-261-0/+43