summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove braces from DEBUG statementsPavel Březina2016-06-1811-31/+31
* 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-1013-20/+205
* LDAP: Decorate the hot paths in the LDAP provider with systemtap probesJakub Hrozek2016-06-107-0/+367
* STAP: Add helper functions to for human-readable account request representationJakub Hrozek2016-06-102-0/+68
* SYSDB: Add systemtap probes to track sysdb transactionsJakub Hrozek2016-06-103-0/+44
* SYSDB: Track transaction nesting in sysdb_ctxJakub Hrozek2016-06-102-3/+10
* BUILD: Add build infrastructure for systemtap scriptsJakub Hrozek2016-06-104-0/+45
* UTIL: Add a PROBE macro into probes.hJakub Hrozek2016-06-101-0/+44
* pam-srv-tests: Increase cached_auth_timeoutLukas Slebodnik2016-06-101-2/+2
* nss-idmap: add sss_nss_getnamebycert()Sumit Bose2016-06-095-3/+92
* NSS: add SSS_NSS_GETNAMEBYCERT requestSumit Bose2016-06-093-0/+266
* 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
* libwbclient: wbcSidsToUnixIds() don't fail on errorsSumit Bose2016-06-071-8/+7
* GPO: Add "polkit-1" to ad_gpo_map_allowStephen Gallagher2016-06-032-1/+8
* LDAP: Try also the AD access control for IPA usersJakub Hrozek2016-06-031-0/+15
* Do not leak fds in case of failures setting up a child processJakub Hrozek2016-05-318-93/+132
* AD: Do not leak file descriptors during machine password renewalJakub Hrozek2016-05-311-13/+15
* sysdb: add sysdb_{add,replace,delete}_ulong()Fabiano Fidêncio2016-05-315-31/+44
* sysdb: move add_ulong() convenience to sysdb.cFabiano Fidêncio2016-05-312-13/+13
* sysdb: add sysdb_{add,replace,delete}_string()Fabiano Fidêncio2016-05-315-37/+51
* sysdb: move add_string() convenience to sysdb.cFabiano Fidêncio2016-05-312-13/+13
* IPA: use forest name when looking up the Global CatalogSumit Bose2016-05-241-1/+1
* AD: Do not schedule the machine renewal task if adcli is not executableJakub Hrozek2016-05-191-0/+9
* UTIL: exit() the forked process if exec()-ing a child process failsJakub Hrozek2016-05-199-96/+85
* TOOLS: Fix warning maybe-uninitializedLukas Slebodnik2016-05-121-0/+1
* RESPONDER: Removing of redudant functionPetr Cech2016-05-112-31/+0
* RESPONDER: Removing ncache from sudo_ctxPetr Cech2016-05-113-15/+3
* RESPONDER: Removing ncache from pam_ctxPetr Cech2016-05-114-21/+8