summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* mmap: Get errno when unlink failsMichal Zidek2014-04-251-0/+1
* refactor calls of sss_parse_namePavel Reichl2014-03-181-2/+1
* sbus: Add the sbus_request_parse_or_finish() methodStef Walter2014-03-141-17/+6
* sbus: Refactor how we export DBus interfacesStef Walter2014-03-141-29/+12
* sbus: Add struct sbus_request to represent a DBus invocationStef Walter2014-03-141-35/+15
* NSS: Fix warning access array with index then checkLukas Slebodnik2014-02-261-3/+3
* sbus: Rework sbus to use interface metadata and vtablesStef Walter2014-02-241-17/+16
* nss: Stop using one DBus interface with totally different methodsStef Walter2014-02-241-1/+1
* NSS: Continue if there is no portJakub Hrozek2014-02-201-1/+1
* Update DEBUG* invocations to use new levelsNikolai Kondrashov2014-02-125-126/+206
* Make DEBUG macro invocations variadicNikolai Kondrashov2014-02-126-495/+495
* NSS: Fix DEBUG formatting of cmdctx->idJakub Hrozek2014-02-111-26/+26
* responder: Use SAFEALIGN macros where appropriate.Michal Zidek2014-02-054-45/+64
* Revert "NSS: add support for subdomain_homedir"Pavel Reichl2014-02-051-8/+0
* NSS: add support for subdomain_homedirPavel Reichl2014-01-151-0/+8
* NSS: Use plain user name when expanding homedirJakub Hrozek2014-01-151-1/+12
* NSS: Don't use printf(3) on user provided strings.Stef Walter2014-01-121-87/+45
* NSS: Fix memory leak in sss_setnetgrentLukas Slebodnik2013-12-101-1/+1
* NSS: Compare bool with false, not 0Jakub Hrozek2013-12-091-2/+2
* nss: check for Well-Known SIDs in SID based requestsSumit Bose2013-11-151-0/+134
* nss: save global name configuration to the nss contextSumit Bose2013-11-152-0/+7
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)Michal Zidek2013-11-151-1/+1
* SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 1)Michal Zidek2013-11-151-6/+6
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_services moduleMichal Zidek2013-11-151-12/+8
* SYSDB: Drop the sysdb_ctx parameter from the sysdb_search moduleMichal Zidek2013-11-152-36/+19
* NSS: Set packet length for initgroupsLukas Slebodnik2013-11-071-0/+7
* free idmapped binary SIDs correctlyPavel Březina2013-11-071-1/+1
* Include ext headers with #include <foo.h> - contPavel Reichl2013-11-041-1/+1
* NSS: Fix parenthesisJakub Hrozek2013-10-301-1/+1
* NSS: Use new safealign macros in NSS responderJakub Hrozek2013-10-291-2/+2
* NSS: Fix service enumerationJakub Hrozek2013-10-291-1/+5
* NSS: Print FQDN for groups with mixed domain membershipJakub Hrozek2013-10-291-9/+64
* Include external headers with #include <foo.h>Jakub Hrozek2013-10-222-7/+9
* nss: wait for initial subdomains request to finishPavel Březina2013-10-171-0/+14
* NSS: Failure to store entry negative cache should not be fatalJakub Hrozek2013-09-251-18/+31
* NSS: Set UID and GID to negative cache after searching all domainsJakub Hrozek2013-09-251-66/+105
* mmap_cache: Use two chains for hash collision.Lukas Slebodnik2013-09-231-18/+48
* Revert "mmap_cache: Skip records which doesn't have same hash"Lukas Slebodnik2013-09-231-34/+2
* nss: Wrong debug message.Michal Zidek2013-09-171-1/+2
* util: add sss_idmap_talloc[_free]Pavel Březina2013-09-171-11/+2
* Add missing new line in DEBUG messageLukas Slebodnik2013-09-161-2/+3
* Fix formating of variables with type defined in stdint.hLukas Slebodnik2013-09-111-6/+7
* Fix formating of variables with type: size_tLukas Slebodnik2013-09-111-1/+1
* mmap_cache: Do not remove record from chain twiceLukas Slebodnik2013-09-091-0/+6
* NSS: Descend into subdomains if enumerate=trueJakub Hrozek2013-08-281-12/+12
* mmap_cache: Use stricter check for hash keys.Lukas Slebodnik2013-08-281-4/+6
* mmap_cache: Skip records which doesn't have same hashLukas Slebodnik2013-08-281-2/+34
* mmap_cache: Use sss_atomic_write_s instead of write.Michal Zidek2013-08-221-2/+11
* mmap_cache: Store corrupted mmap cache before resetMichal Zidek2013-08-191-0/+66
* mmap_cache: Use better checks for corrupted mc in responderMichal Zidek2013-08-191-3/+53