| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add systemd PAM module to common-sessionr14.1.5 | Timothy Pearson | 2025-10-22 | 1 | -0/+1 |
| | | | | | This is required for DBUS and related services to function properly | ||||
| * | Add group support | Timothy Pearson | 2025-10-22 | 1 | -3/+8 |
| | | |||||
| * | Update for OpenLDAP 2.5 | Timothy Pearson | 2025-10-22 | 1 | -5/+5 |
| | | | | | OpenLDAP 2.5 switches from HDB to MDB. Update schema to match. | ||||
| * | Add initial Kerberos password change support | Timothy Pearson | 2025-10-22 | 1 | -0/+174 |
| | | |||||
| * | Add support for nslcd | Timothy Pearson | 2025-10-22 | 1 | -0/+38 |
| | | | | | | nslcd is required on newer versions of Debian, and uses its own configuration file instead of /etc/ldap.conf | ||||
| * | Add jpegPhoto LDAP attribute to LDAPUserInfo object | Timothy Pearson | 2025-10-22 | 1 | -1/+5 |
| | | |||||
| * | Clear binary attribute data on modify if replacement binary data length is 0 | Timothy Pearson | 2025-10-22 | 1 | -0/+8 |
| | | |||||
| * | Fix OpenSSL command line arguments | Timothy Pearson | 2025-10-22 | 1 | -5/+5 |
| | | |||||
| * | Replace TRUE/FALSE with boolean values true/falser14.1.4 | Michele Calgaro | 2025-04-03 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6933039a32b176e1b209bbf0df441f38720f55bf) | ||||
| * | Replace Qt with TQt | Michele Calgaro | 2023-11-07 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (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 <slavek.banko@axis.cz> | ||||
| * | 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 <slavek.banko@axis.cz> | ||||
| * | conversion to the cmake building system | gregory guy | 2019-02-04 | 1 | -8/+9 |
| | | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
| * | 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 <michele.calgaro@yahoo.it> | ||||
| * | Adapted to new KPasswordEdit::password() signature. This relates to bug | Michele Calgaro | 2018-11-27 | 1 | -7/+7 |
| | | | | | | | 2961. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | 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 |
| | | |||||
