summaryrefslogtreecommitdiffstats
path: root/src/libtdeldap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix crash if empty certificate is provided in PKI listTimothy Pearson2020-06-031-0/+8
* 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 / gr...Timothy Pearson2019-02-211-0/+5
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-02-041-42/+42
* Update CMake rulesSlávek Banko2019-02-041-0/+2
* conversion to the cmake building systemgregory guy2019-02-041-8/+9
* Remove invalid specification of crlhours in CRL generator when crldays was al...Timothy Pearson2018-12-041-2/+2
* More changes for bug 2961.Michele Calgaro2018-12-021-10/+14
* Adapted to new KPasswordEdit::password() signature. This relates to bugMichele Calgaro2018-11-271-7/+7
* OpenSSL 1.1.0 and later use a builtin OID database that conficts with our exp...Timothy Pearson2018-07-171-6/+58
* 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 attemp...Timothy Pearson2016-09-211-0/+8
* | Remove invalid PAM optionTimothy Pearson2016-09-221-1/+1
|/
* Add method to get PKCS enablement statusTimothy Pearson2016-09-061-0/+11
* 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
* Don't abort on chown() failure for certificate filesTimothy Pearson2016-09-041-4/+2
* Fix missing stirng placeholder in warning messageTimothy Pearson2015-12-291-1/+1
* Fix memory leak on bind failureTimothy Pearson2015-10-231-19/+23
* Revert "Fix memory leak on certificate request attempt"Timothy Pearson2015-10-231-2/+0
* 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 ap...Timothy Pearson2015-10-011-1/+2
* Fix FTBFS on ancient Heimdal versionsTimothy Pearson2015-09-301-0/+4
* 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-291-5/+76
* Write missing appdefaults section on client machinesTimothy Pearson2015-09-291-0/+15
* Add PKI subject mapping to user principalsTimothy Pearson2015-09-291-1/+90
* Convert the last methods using the kadmin utility to the Heimdal C APITimothy Pearson2015-09-291-68/+129
* Move keytab export to native Heimdal APITimothy Pearson2015-09-291-356/+240
* Convert service add to C APITimothy Pearson2015-09-281-126/+12
* Remove dead code from prior commitTimothy Pearson2015-09-281-121/+0
* Convert machine add to kadmin APITimothy Pearson2015-09-281-90/+246
* Fix local kadmin accessTimothy Pearson2015-09-281-14/+95
* Start to move away from using the kadmin binary to using the kadmin client APITimothy Pearson2015-09-271-91/+109
* 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-191-32/+44
* Add PKCS methodsTimothy Pearson2015-09-181-4/+104
* Clean up revoked certificates when done updating CRLTimothy Pearson2015-09-041-0/+14
* Fix up certificate expiry detectionTimothy Pearson2015-09-041-1/+1
* Add certificate store attribute access methodTimothy Pearson2015-09-031-0/+68
* Add additional CRL manipulation methodsTimothy Pearson2015-09-031-34/+105
* Store CRL expiry in LDAPTimothy Pearson2015-09-031-0/+37
* Add CRL generationTimothy Pearson2015-09-031-30/+188