summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Drop automake build support.gregory guy2020-05-041-13/+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> (cherry picked from commit edec9f9049b58e8b3cd0ca2c4560857404fdcc5a)
* Fix access to ldap configuration files on non-controller (workstation) systemsr14.0.6Timothy Pearson2019-03-081-3/+13
| | | | (cherry picked from commit b2d89e08d03d6f50ee68bc0f07bafd2acb184575)
* Properly set umask on loginTimothy Pearson2019-03-081-2/+4
| | | | (cherry picked from commit 10472c4c2b98b22c0d8309e3f21ae2df32a6538a)
* 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 (cherry picked from commit 81b65a2d55757651f28fe31e7d41e3bb11f3ad76)
* 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 <slavek.banko@axis.cz> (cherry picked from commit 77563f4f4cb7daee00a988fc673b672f3f935680)
* Added controlled conversions to char* instead of automatic ascii conversions.Slávek Banko2019-02-041-60/+60
| | | | | | | The definition of -UTQT_NO_ASCII_CAST is no longer needed. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit ed622a01c5f199a186ced3870f8a27ac294c6988)
* Add includes to UI files to resolve FTBFS.Slávek Banko2019-02-041-0/+5
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 545658deaf7143c0eb60f5adaff635da9ab17ec3)
* Update CMake rulesSlávek Banko2019-02-041-2/+3
| | | | | | | + Set the library version to 1.0.0. (partially cherry picked from commit 08fd4a51ed2390a7af803faca81108e0a6a91c0f) Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* conversion to the cmake building systemgregory guy2019-02-043-7/+50
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 6d8d495faf0a8670d1657ec4dc0fb84f3e3d249a)
* Fix memory leak on bind failurer14.0.3r14.0.2Timothy Pearson2015-10-241-28/+32
| | | | | Fix minor issues with comments (cherry picked from commit 3fdd5c964ae9d1be5d17feef88a421771fe884cd)
* Fix incorrect login causing PAM fatal error messageTimothy Pearson2015-09-051-1/+1
| | | | (cherry picked from commit 8b16aef38dc56c728b6330b3fa54a90a797fb3ec)
* Fix security hole when Kerberos credential caching is enabledTimothy Pearson2014-06-071-1/+1
| | | | The prior PAM stack configuration, while unfortunately present in many online examples, allows storing of an arbitrary cached password for non-Kerberos users by simply entering it twice
* Make bonding and unbonding methods slightly more robustTimothy Pearson2014-01-071-1/+37
|
* Fix LDAP CA root file configurationTimothy Pearson2014-01-062-3/+14
|
* Look for CA file in correct location on bonded machinesTimothy Pearson2014-01-061-11/+11
|
* Add missing LDFLAGS causing FTBFSFrancois Andriot2013-08-231-1/+1
|
* Do not replicate olcGlobal by defaultTimothy Pearson2013-07-162-3/+5
|
* Fix incorrect certificate CA file in ldap client configurationTimothy Pearson2013-07-111-1/+1
|
* Use shared realm certificate file name to allow syncrepl to workTimothy Pearson2013-07-111-6/+6
|
* Use more precise syncrepl configurationTimothy Pearson2013-07-111-2/+2
|
* Fix failure to use provided error string handler in getRealmCAMasterTimothy Pearson2013-07-021-1/+1
|
* Fix syncrepl retry timeout and enable hdb replicationTimothy Pearson2013-07-021-18/+45
|
* Properly set up syncreplTimothy Pearson2013-07-021-81/+85
|
* Add missing data fields to LDAPMasterReplicationInfo structureTimothy Pearson2013-07-012-1/+121
|
* Add a number of methods to enable multi-master replicationTimothy Pearson2013-06-272-105/+626
|
* Fix failure when long Kerberos commands are usedTimothy Pearson2013-06-261-12/+13
| | | | This failure was due to an obscure ASCII sequence used in the output of kadmin
* Fix cron script failureTimothy Pearson2013-06-111-2/+4
|
* Cleanup output clutter.Darrell Anderson2013-05-061-39/+39
|
* Add paged search capabilityTimothy Pearson2013-04-232-48/+307
|
* Add ability to control PAM options including credential caching and home ↵Timothy Pearson2013-04-122-4/+75
| | | | directory creation
* Reload OpenLDAP when certificate file changesTimothy Pearson2013-03-291-0/+5
|
* Set proper permissions on root certificate filesTimothy Pearson2013-03-291-3/+10
|
* Add exportKeytabForPrincipal methodTimothy Pearson2013-03-232-4/+126
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtdeldapTimothy Pearson2013-03-232-4/+24
|\
| * Set executable flag on cron scriptsTimothy Pearson2013-03-212-4/+24
| |
* | Add new machine add methodTimothy Pearson2013-03-232-0/+143
|/ | | | Add stubs for machine and service modification methods
* Fix kinit and ktutil log outputTimothy Pearson2013-03-211-2/+2
|
* Move core code from the bonding utility to this libraryTimothy Pearson2013-03-212-26/+236
|
* Fix FBTFSTimothy Pearson2013-03-011-4/+2
|
* Fix unusual glitch caused by inadvertent double application of a patchTimothy Pearson2013-03-011-14/+0
|
* Move bonding routines into core libraryTimothy Pearson2013-02-282-0/+186
|
* Remove user from member groups before deletionTimothy Pearson2013-02-281-0/+14
|
* Remove incorrect module flag from Makefile.amTimothy Pearson2013-02-281-1/+1
|
* Fix FTBFS with older OpenLDAP versionsTimothy Pearson2013-02-161-1/+4
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-153-4/+4
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-2/+2
|
* Do not use GUI dialog to prompt for password when operating in CLI modeTimothy Pearson2013-02-131-8/+24
|
* Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtdeldapTimothy Pearson2013-02-131-7/+7
|\
| * Fix klist failureTimothy Pearson2013-02-131-7/+7
| |
* | Obtain user name and realm from SASL on GSSAPI authentication successTimothy Pearson2013-02-131-2/+34
|/