Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-09-18 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-07-29 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-06-26 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-06-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-06-14 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-06-12 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-06-07 | 1 | -0/+0 |
| | |||||
* | Fix crash if empty certificate is provided in PKI list | Timothy Pearson | 2020-06-03 | 1 | -0/+8 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-05-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-05-24 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-05-17 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-05-11 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-05-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-05-07 | 1 | -0/+0 |
| | |||||
* | Drop automake build support. | gregory guy | 2020-05-02 | 18 | -278/+42 |
| | | | | | | | | | | 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> | ||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-04-08 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-04-04 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2020-03-23 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-12-08 | 1 | -0/+0 |
| | |||||
* | Switch all submodules to https. | Slávek Banko | 2019-12-08 | 1 | -2/+2 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-06-12 | 1 | -0/+0 |
| | |||||
* | Fix heimdal detection on multiarch systems | Slávek Banko | 2019-06-02 | 1 | -1/+15 |
| | | | | | | in case the pkg-config file is not available. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-04-02 | 1 | -0/+0 |
| | |||||
* | Fix detection of older Heimdal versions | Slávek Banko | 2019-03-26 | 1 | -3/+24 |
| | | | | | | because paths may be inaccurate in pkg-config. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | 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 | ||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/admin to latest HEAD | Automated System | 2019-02-19 | 1 | -0/+0 |
| | |||||
* | cmake: Add missing CheckSymbolExists include. | Slávek Banko | 2019-02-04 | 1 | -0/+1 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | Use common CMake tests. | Slávek Banko | 2019-02-04 | 1 | -6/+3 |
| | | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz> | ||||
* | 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 | 2 | -43/+43 |
| | | | | | | 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 | 4 | -6/+26 |
| | | | | | | | | | | + 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 | 6 | -9/+225 |
| | | | | Signed-off-by: gregory guy <g-gregory@gmx.fr> | ||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-02-03 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-01-28 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-01-13 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2019-01-12 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2018-12-10 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/admin to latest HEAD | Automated System | 2018-12-09 | 1 | -0/+0 |
| | |||||
* | 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> | ||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2018-12-02 | 1 | -0/+0 |
| | |||||
* | Reset submodule main/libraries/libtdeldap/cmake to latest HEAD | Automated System | 2018-11-29 | 1 | -0/+0 |
| | |||||
* | 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> | ||||
* | Reset submodule main/libraries/libtdeldap/admin to latest HEAD | Automated System | 2018-10-08 | 1 | -0/+0 |
| |