summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
...
* cache_req: return ERR_INTERNAL if more than one entry is foundPavel Březina2015-03-131-1/+1
* cache_req: parse input name if neededPavel Březina2015-03-133-25/+119
* cache_req: add support for group by idPavel Březina2015-03-132-0/+58
* cache_req: remove default branch from switchesPavel Březina2015-03-131-20/+4
* cache_req: add support for group by namePavel Březina2015-03-132-0/+56
* cache_req: add support for user by uidPavel Březina2015-03-133-9/+117
* cache_req: preparations for different input typePavel Březina2015-03-133-100/+310
* NSS: Handle ENOENT when doing initgroups by UPNJakub Hrozek2015-03-121-18/+28
* PAM: check return value of confdb_get_stringPavel Reichl2015-02-271-0/+6
* PAM: print the pam status as string, tooJakub Hrozek2015-02-252-4/+7
* PAM: warn all services about account expirationPavel Reichl2015-02-231-2/+17
* PAM: new option pam_account_expired_messagePavel Reichl2015-02-231-4/+10
* PAM: do not reject abruptlyPavel Reichl2015-02-231-0/+53
* RESPONDERS: Warn to syslog about colliding objectsLukas Slebodnik2015-02-182-0/+18
* sbus: add constant to represent subtreePavel Březina2015-02-172-2/+2
* IFP: simplify object path constant namesPavel Březina2015-02-176-17/+15
* sbus codegen: do not prefix getters with iface namePavel Březina2015-02-173-57/+57
* IFP: unify generated interfaces namesPavel Březina2015-02-178-214/+213
* IFP: move interface definitions from ifpsrv.c into separate filePavel Březina2015-02-173-76/+112
* sbus: use hard coded getters instead of generatedPavel Březina2015-02-171-420/+23
* fill_id() fix LE/BE issue with wrong data typeSumit Bose2015-01-301-4/+6
* add missing '\n' in debug messagesPavel Reichl2015-01-271-9/+10
* ifp: fix potential memory leak in check_and_get_component_from_path()Pavel Březina2015-01-231-0/+4
* sbus: add sbus_opath_get_object_name()Pavel Březina2015-01-232-22/+13
* sbus: move common opath functions from ifp to sbus codePavel Březina2015-01-234-206/+14
* sbus: unify naming of handler data variablePavel Březina2015-01-231-26/+26
* sbus: add object path to sbus requestPavel Březina2015-01-232-14/+8
* sbus: use 'path/*' to represent a D-Bus fallbackPavel Březina2015-01-232-2/+2
* sbus: add new iface via sbus_conn_register_iface()Pavel Březina2015-01-232-19/+4
* nss: fix SID lookupsSumit Bose2015-01-231-1/+9
* nss: Add original DN and memberOf to origbyname requestSumit Bose2015-01-201-0/+4
* nss: refactor fill_orig()Sumit Bose2015-01-201-67/+66
* nss: make fill_orig() multi-value awareSumit Bose2015-01-201-20/+68
* UTIL: Unify the fd_nonblocking implementationJakub Hrozek2015-01-151-24/+1
* IFP: use new cache interfacePavel Březina2015-01-091-320/+45
* responders: enable views in cache requestPavel Březina2015-01-091-3/+9
* responders: new interface for cache requestPavel Březina2015-01-092-0/+626
* SYSDB: sysdb_search_object_by_sid returns ENOENTPavel Reichl2014-12-172-25/+27
* NSS: nss_cmd_getbysid_search return ENOENTPavel Reichl2014-12-171-8/+8
* RESPONDER: Log failures to resolve user names in csv_string_to_uid_arrayJakub Hrozek2014-12-131-0/+3
* PAM: Domain names are case-insensitiveJakub Hrozek2014-12-131-2/+2
* IFP: Return group names with the right caseJakub Hrozek2014-12-081-4/+14
* sss_atomic_write_s() return value is signedJakub Hrozek2014-12-031-4/+4
* Fix: always check return value of unlink()Pavel Reichl2014-11-281-2/+12
* PAM: Move is_uid_trusted from pam_ctx to preqJakub Hrozek2014-11-252-12/+13
* PAM: Check for trusted domain before sending the request to BEJakub Hrozek2014-11-251-41/+26
* PAM: Make pam_forwarder_parse_data staticJakub Hrozek2014-11-241-1/+1
* NSS: Fix warning enumerated type mixed with another typeLukas Slebodnik2014-11-102-4/+4
* Add ssh pubkey to origbyname requestSumit Bose2014-11-051-0/+2
* Views: apply user SSH public key overrideSumit Bose2014-11-051-29/+94