Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace Qt with TQt | Michele Calgaro | 2023-11-07 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 3fc205a1515aea834d81cd2bce4ab9adeb5ab49b) | ||||
* | Fix crash if empty certificate is provided in PKI list | Timothy Pearson | 2020-06-03 | 1 | -0/+8 |
| | |||||
* | Fix access to ldap configuration files on non-controller (workstation) systems | Timothy Pearson | 2019-03-07 | 1 | -3/+13 |
| | |||||
* | Properly set umask on login | Timothy Pearson | 2019-03-07 | 1 | -2/+4 |
| | |||||
* | Correctly set permissions on LDAP configuration file to only allow owner / ↵ | Timothy Pearson | 2019-02-21 | 1 | -0/+5 |
| | | | | group, since this file contains a multi-master replication password in plain text | ||||
* | Added controlled conversions to char* instead of automatic ascii conversions. | Slávek Banko | 2019-02-04 | 1 | -42/+42 |
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | Update CMake rules | Slávek Banko | 2019-02-04 | 1 | -0/+2 |
| | | | | | | | | | | + Prefer Heimdal during Kerberos detection. + Add a check whether the Kerberos is Heimdal. + Add a check whether the compiler supports the option -fpermissive. + Add an option for the user to specify SYSTEM_CA_STORE_REGENERATE_COMMAND. + Set the library version to 1.0.0. Signed-off-by: Slávek Banko <[email protected]> | ||||
* | conversion to the cmake building system | gregory guy | 2019-02-04 | 1 | -8/+9 |
| | | | | Signed-off-by: gregory guy <[email protected]> | ||||
* | Remove invalid specification of crlhours in CRL generator when crldays was ↵ | Timothy Pearson | 2018-12-04 | 1 | -2/+2 |
| | | | | already given | ||||
* | More changes for bug 2961. | Michele Calgaro | 2018-12-02 | 1 | -10/+14 |
| | | | | Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | Adapted to new KPasswordEdit::password() signature. This relates to bug | Michele Calgaro | 2018-11-27 | 1 | -7/+7 |
| | | | | | | 2961. Signed-off-by: Michele Calgaro <[email protected]> | ||||
* | OpenSSL 1.1.0 and later use a builtin OID database that conficts with our ↵ | Timothy Pearson | 2018-07-17 | 1 | -6/+58 |
| | | | | | | explicit OID definitions Attempt to detect OpenSSL verisons prior to 1.1.0, and only add explicit OID definitions for those older versions | ||||
* | Fix invalid OpenSSL command syntax | Timothy Pearson | 2018-07-17 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtdeldap | Timothy Pearson | 2016-09-22 | 1 | -0/+8 |
|\ | |||||
| * | Create the PKCS#11 configuration directory if it does not exist before ↵ | Timothy Pearson | 2016-09-21 | 1 | -0/+8 |
| | | | | | | | | attempting to write the configuration file into it | ||||
* | | Remove invalid PAM option | Timothy Pearson | 2016-09-22 | 1 | -1/+1 |
|/ | |||||
* | Add method to get PKCS enablement status | Timothy Pearson | 2016-09-06 | 1 | -0/+11 |
| | |||||
* | Quote filenames when generating or modifying certificates via OpenSSL | Timothy Pearson | 2016-09-06 | 1 | -11/+11 |
| | |||||
* | Add missing object classes during user creation | Timothy Pearson | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Fixup prior commit | Timothy Pearson | 2016-09-04 | 1 | -1/+1 |
| | |||||
* | Close cert file handle if already open before opening for write | Timothy Pearson | 2016-09-04 | 1 | -2/+6 |
| | | | | Fixup missing newlines in printf warnings from last commit | ||||
* | Don't abort on chown() failure for certificate files | Timothy Pearson | 2016-09-04 | 1 | -4/+2 |
| | |||||
* | Fix missing stirng placeholder in warning message | Timothy Pearson | 2015-12-29 | 1 | -1/+1 |
| | |||||
* | Fix memory leak on bind failure | Timothy Pearson | 2015-10-23 | 1 | -19/+23 |
| | | | | Fix minor issues with comments | ||||
* | Revert "Fix memory leak on certificate request attempt" | Timothy Pearson | 2015-10-23 | 1 | -2/+0 |
| | | | | | | Unfortunately this did not fix the leak as I originally thought. This reverts commit 2e9737f1184064e01b7ee0a9504d601d74ba4bf2. | ||||
* | Fix memory leak on certificate request attempt | Timothy Pearson | 2015-10-23 | 1 | -0/+2 |
| | |||||
* | Properly report certificate retrieval failures to calling application | Timothy Pearson | 2015-10-02 | 1 | -19/+20 |
| | |||||
* | Remove any chance of passwords persisting in deallocated main memory after ↵ | Timothy Pearson | 2015-10-01 | 1 | -1/+2 |
| | | | | application termination | ||||
* | Fix FTBFS on ancient Heimdal versions | Timothy Pearson | 2015-09-30 | 1 | -0/+4 |
| | |||||
* | Add deactivated krb5 PKCS login line | Timothy Pearson | 2015-09-29 | 1 | -3/+18 |
| | |||||
* | Write out remaining appdefaults entries on client | Timothy Pearson | 2015-09-29 | 1 | -3/+6 |
| | |||||
* | Allow Kerberos ticket init via cryptographic card | Timothy Pearson | 2015-09-29 | 1 | -5/+76 |
| | |||||
* | Write missing appdefaults section on client machines | Timothy Pearson | 2015-09-29 | 1 | -0/+15 |
| | |||||
* | Add PKI subject mapping to user principals | Timothy Pearson | 2015-09-29 | 1 | -1/+90 |
| | | | | Fix long-standing inability to clear user principal attribute fields | ||||
* | Convert the last methods using the kadmin utility to the Heimdal C API | Timothy Pearson | 2015-09-29 | 1 | -68/+129 |
| | |||||
* | Move keytab export to native Heimdal API | Timothy Pearson | 2015-09-29 | 1 | -356/+240 |
| | |||||
* | Convert service add to C API | Timothy Pearson | 2015-09-28 | 1 | -126/+12 |
| | |||||
* | Remove dead code from prior commit | Timothy Pearson | 2015-09-28 | 1 | -121/+0 |
| | |||||
* | Convert machine add to kadmin API | Timothy Pearson | 2015-09-28 | 1 | -90/+246 |
| | |||||
* | Fix local kadmin access | Timothy Pearson | 2015-09-28 | 1 | -14/+95 |
| | |||||
* | Start to move away from using the kadmin binary to using the kadmin client API | Timothy Pearson | 2015-09-27 | 1 | -91/+109 |
| | |||||
* | Fix a few minor issues with PKI certificate generation | Timothy Pearson | 2015-09-24 | 1 | -3/+12 |
| | |||||
* | Minor fixup to cert generation code | Timothy Pearson | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | Extend PKCS certificate generation routines | Timothy Pearson | 2015-09-19 | 1 | -32/+44 |
| | | | | This breaks the ABI | ||||
* | Add PKCS methods | Timothy Pearson | 2015-09-18 | 1 | -4/+104 |
| | |||||
* | Clean up revoked certificates when done updating CRL | Timothy Pearson | 2015-09-04 | 1 | -0/+14 |
| | |||||
* | Fix up certificate expiry detection | Timothy Pearson | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | Add certificate store attribute access method | Timothy Pearson | 2015-09-03 | 1 | -0/+68 |
| | |||||
* | Add additional CRL manipulation methods | Timothy Pearson | 2015-09-03 | 1 | -34/+105 |
| | |||||
* | Store CRL expiry in LDAP | Timothy Pearson | 2015-09-03 | 1 | -0/+37 |
| |