summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp
Commit message (Expand)AuthorAgeFilesLines
* IFP: Add wildcard requestsJakub Hrozek2015-07-155-0/+456
* IFP: add FindByCertificate method for User objectsSumit Bose2015-06-197-2/+129
* IFP: Fix warnings with enabled optimisationLukas Slebodnik2015-06-191-2/+2
* IFP: Export nodesPavel Březina2015-06-185-22/+199
* IFP: Implement org.freedesktop.sssd.infopipe.Cache[.Object]Pavel Březina2015-06-1811-0/+708
* IFP: deprecate GetUserAttrPavel Březina2015-05-221-0/+3
* IFP: add org.freedesktop.sssd.infopipe.Groups.GroupPavel Březina2015-05-227-0/+658
* IFP: add org.freedesktop.sssd.infopipe.GroupsPavel Březina2015-05-227-0/+369
* IFP: add org.freedesktop.sssd.infopipe.Users.UserPavel Březina2015-05-2212-34/+846
* IFP: add org.freedesktop.sssd.infopipe.UsersPavel Březina2015-05-227-0/+493
* responders: reset ncache after domains are discovered during startupJakub Hrozek2015-04-091-1/+1
* cache_req: parse input name if neededPavel Březina2015-03-131-1/+1
* cache_req: add support for user by uidPavel Březina2015-03-131-2/+2
* cache_req: preparations for different input typePavel Březina2015-03-131-1/+23
* 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
* 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-231-12/+3
* IFP: use new cache interfacePavel Březina2015-01-091-320/+45
* IFP: Return group names with the right caseJakub Hrozek2014-12-081-4/+14
* Add parse_attr_list_ex() helper functionSumit Bose2014-11-052-116/+4
* IFP: Fix typo in debug messageSumit Bose2014-10-301-1/+1
* RESPONDERS: Set default value for umaskPavel Reichl2014-10-291-0/+2
* responders: Do not initialize pipe fd if already presentMichal Zidek2014-10-221-1/+1
* SSSD: Add the options to specify a UID and GID to run asJakub Hrozek2014-10-201-1/+5
* IFP: support viewsPavel Březina2014-10-201-21/+46
* IFP: Suppress 'git diff' noiseMichal Zidek2014-09-081-159/+159
* IFP: Use the override_space optionJakub Hrozek2014-08-131-2/+51
* IFP: Fix lookups with fully-qualified namesJakub Hrozek2014-08-111-2/+2
* IFP: touch config when changing debug level temporarilyPavel Březina2014-07-091-0/+13
* BUILD: Add the DBus service activationJakub Hrozek2014-07-081-0/+4
* IFP: Provide a SBUS method to reconnect to sysbusJakub Hrozek2014-07-081-0/+37
* IFP: Return a specific value on failure connecting to the system busJakub Hrozek2014-07-081-2/+6
* IFP: Fix DEBUG messagesJakub Hrozek2014-07-081-7/+9
* IFP: Implement SSSD componentsPavel Březina2014-05-287-1/+1604
* IFP: Implement domain gettersPavel Březina2014-05-286-0/+859
* IFP: Add ListDomains and FindDomainByNameJakub Hrozek2014-05-286-0/+342
* SBUS: Implement org.freedesktop.DBus.Properties.GetAll for primitive typesJakub Hrozek2014-05-271-1/+28
* IFP: Support multiple interfaces on sysbusJakub Hrozek2014-05-231-18/+29
* IFP: Allow Set, Get and GetAll from DBus.PropertiesJakub Hrozek2014-05-221-0/+10
* IFP: Add a utility function to reply with an object pathPavel Březina2014-05-222-0/+48