summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fix crash if empty certificate is provided in PKI listTimothy Pearson2020-06-031-0/+8
|
* Drop automake build support.gregory guy2020-05-021-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 <[email protected]>
* Fix access to ldap configuration files on non-controller (workstation) systemsTimothy Pearson2019-03-071-3/+13
|
* Properly set umask on loginTimothy Pearson2019-03-071-2/+4
|
* Correctly set permissions on LDAP configuration file to only allow owner / ↵Timothy Pearson2019-02-211-0/+5
| | | | group, since this file contains a multi-master replication password in plain text
* Add KDE_EXPORT to public library symbols.Slávek Banko2019-02-042-15/+15
| | | | | | This allows build with gcc hidden visibility. Signed-off-by: Slávek Banko <[email protected]>
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-02-041-42/+42
| | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <[email protected]>
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-02-041-0/+5
| | | | Signed-off-by: Slávek Banko <[email protected]>
* Update CMake rulesSlávek Banko2019-02-042-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 <[email protected]>
* conversion to the cmake building systemgregory guy2019-02-043-9/+53
| | | | Signed-off-by: gregory guy <[email protected]>
* Remove invalid specification of crlhours in CRL generator when crldays was ↵Timothy Pearson2018-12-041-2/+2
| | | | already given
* More changes for bug 2961.Michele Calgaro2018-12-022-15/+21
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* Adapted to new KPasswordEdit::password() signature. This relates to bugMichele Calgaro2018-11-271-7/+7
| | | | | | 2961. Signed-off-by: Michele Calgaro <[email protected]>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <[email protected]>
* OpenSSL 1.1.0 and later use a builtin OID database that conficts with our ↵Timothy Pearson2018-07-172-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 syntaxTimothy Pearson2018-07-171-4/+4
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtdeldapTimothy Pearson2016-09-221-0/+8
|\
| * Create the PKCS#11 configuration directory if it does not exist before ↵Timothy Pearson2016-09-211-0/+8
| | | | | | | | attempting to write the configuration file into it
* | Remove invalid PAM optionTimothy Pearson2016-09-221-1/+1
|/
* Add method to get PKCS enablement statusTimothy Pearson2016-09-062-0/+12
|
* Quote filenames when generating or modifying certificates via OpenSSLTimothy Pearson2016-09-061-11/+11
|
* Add missing object classes during user creationTimothy Pearson2016-09-041-1/+1
|
* Fixup prior commitTimothy Pearson2016-09-041-1/+1
|
* Close cert file handle if already open before opening for writeTimothy Pearson2016-09-041-2/+6
| | | | Fixup missing newlines in printf warnings from last commit
* Don't abort on chown() failure for certificate filesTimothy Pearson2016-09-041-4/+2
|
* Fix krb5 library detectionSlávek Banko2016-03-151-2/+2
| | | | | | This resolves FTBFS with heimdal-krb5 Signed-off-by: Slávek Banko <[email protected]>
* Fix missing stirng placeholder in warning messageTimothy Pearson2015-12-291-1/+1
|
* Fix memory leak on bind failureTimothy Pearson2015-10-231-19/+23
| | | | Fix minor issues with comments
* Revert "Fix memory leak on certificate request attempt"Timothy Pearson2015-10-231-2/+0
| | | | | | Unfortunately this did not fix the leak as I originally thought. This reverts commit 2e9737f1184064e01b7ee0a9504d601d74ba4bf2.
* Fix memory leak on certificate request attemptTimothy Pearson2015-10-231-0/+2
|
* Properly report certificate retrieval failures to calling applicationTimothy Pearson2015-10-021-19/+20
|
* Remove any chance of passwords persisting in deallocated main memory after ↵Timothy Pearson2015-10-011-1/+2
| | | | application termination
* Use correct permissive flagTimothy Pearson2015-09-301-1/+2
|
* Fix FTBFS on ancient Heimdal versionsTimothy Pearson2015-09-302-0/+5
|
* Add deactivated krb5 PKCS login lineTimothy Pearson2015-09-291-3/+18
|
* Write out remaining appdefaults entries on clientTimothy Pearson2015-09-291-3/+6
|
* Allow Kerberos ticket init via cryptographic cardTimothy Pearson2015-09-294-9/+91
|
* Write missing appdefaults section on client machinesTimothy Pearson2015-09-292-0/+16
|
* Add PKI subject mapping to user principalsTimothy Pearson2015-09-291-1/+90
| | | | Fix long-standing inability to clear user principal attribute fields
* Convert the last methods using the kadmin utility to the Heimdal C APITimothy Pearson2015-09-292-68/+131
|
* Move keytab export to native Heimdal APITimothy Pearson2015-09-292-357/+241
|
* Convert service add to C APITimothy Pearson2015-09-282-126/+13
|
* Remove dead code from prior commitTimothy Pearson2015-09-281-121/+0
|
* Convert machine add to kadmin APITimothy Pearson2015-09-282-92/+248
|
* Fix local kadmin accessTimothy Pearson2015-09-283-15/+97
|
* Start to move away from using the kadmin binary to using the kadmin client APITimothy Pearson2015-09-273-92/+118
|
* Fix a few minor issues with PKI certificate generationTimothy Pearson2015-09-241-3/+12
|
* Minor fixup to cert generation codeTimothy Pearson2015-09-191-1/+1
|
* Extend PKCS certificate generation routinesTimothy Pearson2015-09-192-36/+48
| | | | This breaks the ABI
* Add PKCS methodsTimothy Pearson2015-09-182-4/+107
|