summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* ERRORS: Add ERR_TERMINATEDPavel Březina2016-06-202-0/+2
* ERRORS: Add ERR_OFFLINEPavel Březina2016-06-202-0/+2
* SBUS: Print debug message when handler failsPavel Březina2016-06-201-0/+2
* SBUS: Add data provider errorsPavel Březina2016-06-201-0/+4
* SBUS: Add sbus_conn_register_iface_mapPavel Březina2016-06-203-18/+29
* Rename dp_backend.h to backend.hPavel Březina2016-06-2042-41/+41
* Rename dp_dyndns.c to be_dyndns.cPavel Březina2016-06-203-2/+2
* Rename dp_dyndns.h to be_dyndns.hPavel Březina2016-06-2013-12/+12
* Rename dp_refresh.c to be_refresh.cPavel Březina2016-06-202-1/+1
* Rename dp_refresh.h to be_refresh.hPavel Březina2016-06-206-5/+5
* Rename dp_ptask to be_ptaskPavel Březina2016-06-2013-16/+16
* Remove braces from DEBUG statementsPavel Březina2016-06-1811-31/+31
* SPEC: Run sssd as privileged userLukas Slebodnik2016-06-171-1/+7
* pam-srv-tests: Fix warning unused-functionLukas Slebodnik2016-06-171-0/+2
* DEBUG: Add `debug` alias for debug_levelStephen Gallagher2016-06-166-1/+34
* ssh: skip invalid certificatesSumit Bose2016-06-161-45/+134
* Add underlying diagnostic message for SSL errors.Graham Leggett2016-06-161-1/+18
* TEST: New tests for negative caching of localsPetr Cech2016-06-104-0/+711
* RESPONDERS: Negative caching of local usersPetr Cech2016-06-1014-20/+209
* BUILD: Enable systemtap during RPM build and CIJakub Hrozek2016-06-103-0/+21
* CI: Exclude files in /tmp during coverage runsLukas Slebodnik2016-06-101-1/+1
* CONTRIB: Add a systemstap script to measure nested group code performanceJakub Hrozek2016-06-102-0/+334
* CONTRIB: Add a systemtap script to analyze the performance of the 'id' commandJakub Hrozek2016-06-102-0/+170
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-108-0/+373
* STAP: Add helper functions to for human-readable account request representationJakub Hrozek2016-06-103-0/+72
* SYSDB: Add systemtap probes to track sysdb transactionsJakub Hrozek2016-06-105-1/+48
* SYSDB: Track transaction nesting in sysdb_ctxJakub Hrozek2016-06-102-3/+10
* BUILD: Add build infrastructure for systemtap scriptsJakub Hrozek2016-06-106-2/+90
* UTIL: Add a PROBE macro into probes.hJakub Hrozek2016-06-102-0/+45
* pam-srv-tests: Increase cached_auth_timeoutLukas Slebodnik2016-06-101-2/+2
* nss-idmap: add sss_nss_getnamebycert()Sumit Bose2016-06-097-8/+97
* NSS: add SSS_NSS_GETNAMEBYCERT requestSumit Bose2016-06-094-0/+269
* IPA: allow lookups by cert in sub-domains on the clientSumit Bose2016-06-093-9/+41
* sss_override: add certificate supportSumit Bose2016-06-094-11/+42
* nss: return user certificate base64 encodedSumit Bose2016-06-091-5/+20
* AD: read user certificate if availableSumit Bose2016-06-091-1/+1
* ipa: save cert as blob in the cacheSumit Bose2016-06-091-2/+17
* nss: include certificates in full result listSumit Bose2016-06-091-0/+2
* ipa: add support for certificate overridesSumit Bose2016-06-094-0/+33
* cache_req: use overide aware call for lookup by certificateSumit Bose2016-06-091-2/+2
* sysdb: add searches by certificate with overridesSumit Bose2016-06-093-1/+180
* sysdb: add sysdb_attrs_add_base64_blob()Sumit Bose2016-06-093-0/+60
* p11: add PKCS11_LOGIN_TOKEN_NAME environment variableSumit Bose2016-06-092-1/+38
* PAM: add pam_sss option allow_missing_nameSumit Bose2016-06-092-4/+64
* p11: add OCSP default responder optionsSumit Bose2016-06-096-4/+242
* p11: add no_verification optionSumit Bose2016-06-0910-45/+126
* p11: add missing man page entry and config APISumit Bose2016-06-093-0/+30
* AD: use krb5_keytab for subdomain initializationSumit Bose2016-06-095-17/+26
* RESPONDER: Fix error check in cache_req.cJakub Hrozek2016-06-091-1/+3
* AD_PROVIDER: Fix constant char *Petr Cech2016-06-071-1/+1