| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add systemd PAM module to common-session | Timothy Pearson | 2025-10-17 | 1 | -0/+1 |
| | | | | | This is required for DBUS and related services to function properly | ||||
| * | Add group support | Timothy Pearson | 2025-10-17 | 2 | -3/+9 |
| | | |||||
| * | Update for OpenLDAP 2.5 | Timothy Pearson | 2025-10-17 | 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-17 | 8 | -0/+546 |
| | | |||||
| * | Add support for nslcd | Timothy Pearson | 2025-10-17 | 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-17 | 2 | -1/+6 |
| | | |||||
| * | Clear binary attribute data on modify if replacement binary data length is 0 | Timothy Pearson | 2025-10-17 | 1 | -0/+8 |
| | | |||||
| * | Fix OpenSSL command line arguments | Timothy Pearson | 2025-10-17 | 1 | -5/+5 |
| | | |||||
| * | Use TDESimpleConfig | Michele Calgaro | 2025-07-12 | 3 | -18/+18 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace TRUE/FALSE with boolean values true/false | Michele Calgaro | 2025-04-02 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Use tdestandarddirs.h | Michele Calgaro | 2025-02-25 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Use tdeprocess.h | Michele Calgaro | 2024-12-02 | 1 | -1/+1 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT | Michele Calgaro | 2024-05-05 | 2 | -15/+15 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Qt with TQt | Michele Calgaro | 2023-11-07 | 1 | -2/+2 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Replace Q_OBJECT with TQ_OBJECT | Michele Calgaro | 2023-07-20 | 3 | -3/+3 |
| | | | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> | ||||
| * | Updated to use new standalone tdehw library. | Slávek Banko | 2021-05-09 | 1 | -0/+1 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Fix crash if empty certificate is provided in PKI list | Timothy Pearson | 2020-06-03 | 1 | -0/+8 |
| | | |||||
| * | Drop automake build support. | gregory guy | 2020-05-02 | 1 | -15/+0 |
| | | | | | | | | | | | Add basic cmake build instructions. Add basic README file. Delete empty folders doc and po. Delete empty files ChangeLog, NEWS and TODO. Some cosmetics. Signed-off-by: gregory guy <gregory-tde@laposte.net> | ||||
| * | 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 | ||||
| * | Add KDE_EXPORT to public library symbols. | Slávek Banko | 2019-02-04 | 2 | -15/+15 |
| | | | | | | | This allows build with gcc hidden visibility. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | 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> | ||||
| * | Add includes to UI files to resolve FTBFS. | Slávek Banko | 2019-02-04 | 1 | -0/+5 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | Update CMake rules | Slávek Banko | 2019-02-04 | 2 | -2/+6 |
| | | | | | | | | | | | + 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 | 3 | -9/+53 |
| | | | | | 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 | 2 | -15/+21 |
| | | | | | 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> | ||||
| * | LIB_QT -> LIB_TQT conversion to align to updated admin module | Michele Calgaro | 2018-09-17 | 1 | -1/+1 |
| | | | | | 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 | 2 | -6/+59 |
| | | | | | | | 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 | 2 | -0/+12 |
| | | |||||
| * | 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 krb5 library detection | Slávek Banko | 2016-03-15 | 1 | -2/+2 |
| | | | | | | | This resolves FTBFS with heimdal-krb5 Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
| * | 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 | ||||
| * | Use correct permissive flag | Timothy Pearson | 2015-09-30 | 1 | -1/+2 |
| | | |||||
| * | Fix FTBFS on ancient Heimdal versions | Timothy Pearson | 2015-09-30 | 2 | -0/+5 |
| | | |||||
