summaryrefslogtreecommitdiffstats
path: root/src/responder/ifp
Commit message (Expand)AuthorAgeFilesLines
* 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
* IFP: Add utility functions to escape and unescape object pathsJakub Hrozek2014-05-222-1/+134
* Remove unused parameter from ifp_user_get_groups_replyLukas Slebodnik2014-05-201-4/+2
* Remove unused parameter from ifp_user_get_attr_handle_replyLukas Slebodnik2014-05-201-4/+4
* IFP: Add a GetGroupsList methodJakub Hrozek2014-05-146-14/+225
* IFP: Per-attribute ACL for usersJakub Hrozek2014-05-134-2/+194
* IFP: Add GetUserAttrs callJakub Hrozek2014-05-136-0/+597
* IFP: Initialize negative cache timeoutJakub Hrozek2014-05-132-0/+17
* IFP: use a list of allowed_uids for authenticationJakub Hrozek2014-05-134-1/+75
* IFP: Add utility functionsJakub Hrozek2014-05-132-0/+149
* SBUS: Add SBUS_CONN_TYPE_SYSBUSJakub Hrozek2014-05-131-1/+1
* sbus: Add type-safe DBus method handlers and finish functionsStef Walter2014-04-193-3/+11
* SBUS: Generate introspection from the interface meta structureJakub Hrozek2014-04-151-0/+3
* IFP: do not create client socketPavel Březina2014-04-041-1/+1
* IFP: Connect to the system busJakub Hrozek2014-04-047-1/+265
* IFP: Re-add the InfoPipe serverJakub Hrozek2014-04-043-0/+294