Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix access to ldap configuration files on non-controller (workstation) systemsr14.0.6 | Timothy Pearson | 2019-03-08 | 1 | -3/+13 |
| | | | | (cherry picked from commit b2d89e08d03d6f50ee68bc0f07bafd2acb184575) | ||||
* | Properly set umask on login | Timothy Pearson | 2019-03-08 | 1 | -2/+4 |
| | | | | (cherry picked from commit 10472c4c2b98b22c0d8309e3f21ae2df32a6538a) | ||||
* | 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 (cherry picked from commit 81b65a2d55757651f28fe31e7d41e3bb11f3ad76) | ||||
* | 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> (cherry picked from commit 77563f4f4cb7daee00a988fc673b672f3f935680) | ||||
* | Added controlled conversions to char* instead of automatic ascii conversions. | Slávek Banko | 2019-02-04 | 1 | -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 Banko | 2019-02-04 | 1 | -0/+5 |
| | | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 545658deaf7143c0eb60f5adaff635da9ab17ec3) | ||||
* | Update CMake rules | Slávek Banko | 2019-02-04 | 1 | -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 system | gregory guy | 2019-02-04 | 3 | -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.2 | Timothy Pearson | 2015-10-24 | 1 | -28/+32 |
| | | | | | Fix minor issues with comments (cherry picked from commit 3fdd5c964ae9d1be5d17feef88a421771fe884cd) | ||||
* | Fix incorrect login causing PAM fatal error message | Timothy Pearson | 2015-09-05 | 1 | -1/+1 |
| | | | | (cherry picked from commit 8b16aef38dc56c728b6330b3fa54a90a797fb3ec) | ||||
* | Fix security hole when Kerberos credential caching is enabled | Timothy Pearson | 2014-06-07 | 1 | -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 robust | Timothy Pearson | 2014-01-07 | 1 | -1/+37 |
| | |||||
* | Fix LDAP CA root file configuration | Timothy Pearson | 2014-01-06 | 2 | -3/+14 |
| | |||||
* | Look for CA file in correct location on bonded machines | Timothy Pearson | 2014-01-06 | 1 | -11/+11 |
| | |||||
* | Add missing LDFLAGS causing FTBFS | Francois Andriot | 2013-08-23 | 1 | -1/+1 |
| | |||||
* | Do not replicate olcGlobal by default | Timothy Pearson | 2013-07-16 | 2 | -3/+5 |
| | |||||
* | Fix incorrect certificate CA file in ldap client configuration | Timothy Pearson | 2013-07-11 | 1 | -1/+1 |
| | |||||
* | Use shared realm certificate file name to allow syncrepl to work | Timothy Pearson | 2013-07-11 | 1 | -6/+6 |
| | |||||
* | Use more precise syncrepl configuration | Timothy Pearson | 2013-07-11 | 1 | -2/+2 |
| | |||||
* | Fix failure to use provided error string handler in getRealmCAMaster | Timothy Pearson | 2013-07-02 | 1 | -1/+1 |
| | |||||
* | Fix syncrepl retry timeout and enable hdb replication | Timothy Pearson | 2013-07-02 | 1 | -18/+45 |
| | |||||
* | Properly set up syncrepl | Timothy Pearson | 2013-07-02 | 1 | -81/+85 |
| | |||||
* | Add missing data fields to LDAPMasterReplicationInfo structure | Timothy Pearson | 2013-07-01 | 2 | -1/+121 |
| | |||||
* | Add a number of methods to enable multi-master replication | Timothy Pearson | 2013-06-27 | 2 | -105/+626 |
| | |||||
* | Fix failure when long Kerberos commands are used | Timothy Pearson | 2013-06-26 | 1 | -12/+13 |
| | | | | This failure was due to an obscure ASCII sequence used in the output of kadmin | ||||
* | Fix cron script failure | Timothy Pearson | 2013-06-11 | 1 | -2/+4 |
| | |||||
* | Cleanup output clutter. | Darrell Anderson | 2013-05-06 | 1 | -39/+39 |
| | |||||
* | Add paged search capability | Timothy Pearson | 2013-04-23 | 2 | -48/+307 |
| | |||||
* | Add ability to control PAM options including credential caching and home ↵ | Timothy Pearson | 2013-04-12 | 2 | -4/+75 |
| | | | | directory creation | ||||
* | Reload OpenLDAP when certificate file changes | Timothy Pearson | 2013-03-29 | 1 | -0/+5 |
| | |||||
* | Set proper permissions on root certificate files | Timothy Pearson | 2013-03-29 | 1 | -3/+10 |
| | |||||
* | Add exportKeytabForPrincipal method | Timothy Pearson | 2013-03-23 | 2 | -4/+126 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtdeldap | Timothy Pearson | 2013-03-23 | 2 | -4/+24 |
|\ | |||||
| * | Set executable flag on cron scripts | Timothy Pearson | 2013-03-21 | 2 | -4/+24 |
| | | |||||
* | | Add new machine add method | Timothy Pearson | 2013-03-23 | 2 | -0/+143 |
|/ | | | | Add stubs for machine and service modification methods | ||||
* | Fix kinit and ktutil log output | Timothy Pearson | 2013-03-21 | 1 | -2/+2 |
| | |||||
* | Move core code from the bonding utility to this library | Timothy Pearson | 2013-03-21 | 2 | -26/+236 |
| | |||||
* | Fix FBTFS | Timothy Pearson | 2013-03-01 | 1 | -4/+2 |
| | |||||
* | Fix unusual glitch caused by inadvertent double application of a patch | Timothy Pearson | 2013-03-01 | 1 | -14/+0 |
| | |||||
* | Move bonding routines into core library | Timothy Pearson | 2013-02-28 | 2 | -0/+186 |
| | |||||
* | Remove user from member groups before deletion | Timothy Pearson | 2013-02-28 | 1 | -0/+14 |
| | |||||
* | Remove incorrect module flag from Makefile.am | Timothy Pearson | 2013-02-28 | 1 | -1/+1 |
| | |||||
* | Fix FTBFS with older OpenLDAP versions | Timothy Pearson | 2013-02-16 | 1 | -1/+4 |
| | |||||
* | Rename additional header files to avoid conflicts with KDE4 | Timothy Pearson | 2013-02-15 | 3 | -4/+4 |
| | |||||
* | Rename common header files for consistency with class renaming | Timothy Pearson | 2013-02-14 | 2 | -2/+2 |
| | |||||
* | Do not use GUI dialog to prompt for password when operating in CLI mode | Timothy Pearson | 2013-02-13 | 1 | -8/+24 |
| | |||||
* | Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/libtdeldap | Timothy Pearson | 2013-02-13 | 1 | -7/+7 |
|\ | |||||
| * | Fix klist failure | Timothy Pearson | 2013-02-13 | 1 | -7/+7 |
| | | |||||
* | | Obtain user name and realm from SASL on GSSAPI authentication success | Timothy Pearson | 2013-02-13 | 1 | -2/+34 |
|/ | |||||
* | Update library to allow usage from command line applications | Timothy Pearson | 2013-02-13 | 2 | -24/+64 |
| |