summaryrefslogtreecommitdiff
path: root/bus/activation.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-06CVE-2014-7824: set fd rlimit to 64k for the system dbus-daemonSimon McVittie1-1/+27
2014-06-05CVE-2014-3477: deliver activation errors correctly, fixing Denial of ServiceAlban Crequy1-7/+20
2013-11-12Merge branch 'dbus-1.6'Simon McVittie1-1/+1
2013-11-12fixed memory freeing if error during listing servicesRadoslaw Pajak1-1/+1
2013-11-01DBusBabysitter: change executable to log_nameChengwei Yang1-1/+3
2013-10-09launch-helper: fix error code parsingChengwei Yang1-0/+5
2013-08-29_dbus_get_tmpdir: be thread-safeSimon McVittie1-1/+7
2013-06-28tests to embedded tests: replaced in dbus-daemonChengwei Yang1-2/+2
2013-06-05When "activating" systemd, handle its special case betterChengwei Yang1-5/+14
2013-06-05When "activating" systemd, handle its special case betterChengwei Yang1-5/+14
2012-02-07Merge branch 'socket-set-33337'Simon McVittie1-1/+11
2011-09-21Merge branch 'more-unused-39231'Simon McVittie1-2/+6
2011-09-21Merge branch 'dbus-1.4'Simon McVittie1-4/+7
2011-09-21update_desktop_file_entry: initialize return value properly, and actually ret...Simon McVittie1-1/+2
2011-09-21update_desktop_file_entry: if the service name already existed, set errorSimon McVittie1-1/+4
2011-09-21update_desktop_file_entry: don't leak file_path on one particular OOMSimon McVittie1-2/+1
2011-09-19Use {}, not semicolon, when the statement of an "if" does nothingSimon McVittie1-2/+6
2011-08-05Remove various never-used variablesSimon McVittie1-3/+0
2011-06-13Add a stub _dbus_loop_toggle_watch and call it where neededSimon McVittie1-1/+11
2011-06-13bus-activation: separate the "finished" callback from the watch callbackSimon McVittie1-23/+11
2011-06-13DBusLoop: remove second layer of watch callbacks where possibleSimon McVittie1-4/+4
2011-06-13DBusLoop: remove a layer of pointless abstraction around timeoutsSimon McVittie1-16/+2
2011-04-26activation: Use _dbus_system_log for activation informationColin Walters1-8/+60
2011-04-08activation: Strip out code to compare by Exec=Colin Walters1-18/+4
2011-02-16update_desktop_file_entry: stylistic fixes based on Colin's reviewSimon McVittie1-20/+23
2011-02-16update_desktop_file_entry: unify cleanup code for success and failure casesSimon McVittie1-18/+17
2011-02-16update_desktop_file_entry: don't double-free strings if added to entry before...Simon McVittie1-0/+11
2011-02-16update_desktop_file_entry: free @exec on errorSimon McVittie1-0/+1
2011-02-16update_desktop_file_entry: make scope of exec_tmp as short as possibleSimon McVittie1-3/+4
2011-02-16update_desktop_file_entry: use _dbus_strdup for something we'll dbus_freeSimon McVittie1-1/+1
2010-07-09activation: optionally, use systemd for system bus activationLennart Poettering1-187/+362
2010-04-21Patch relocating "exec" variable and position of service filesFridrich Štrba1-3/+7
2010-03-19Consistently include <config.h> in all C source files and never in header files.Marcus Brinkmann1-0/+2
2010-03-19Dispatch post-activation messages to anyone interestedWill Thompson1-14/+6
2010-01-28Don't drop pending activations when reloading configurationColin Walters1-40/+64
2010-01-28Ignore exit code zero from activated servicesColin Walters1-28/+55
2009-07-14Bug 21161 - Update the FSF addressTobias Mueller1-1/+1
2009-01-06Avoid possible use of uninitialized variablePeter Breitenlohner1-1/+1
2008-07-15Fix leaks in bus_activation_get_environment error pathsRay Strode1-2/+5
2008-07-12Store what environment to activate with on activation objectRay Strode1-18/+212
2007-07-262007-07-26 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+4
2007-07-242007-07-24 Havoc Pennington <hp@redhat.com>Havoc Pennington1-3/+8
2007-07-242007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes1-2/+56
2007-07-242007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes1-0/+54
2007-07-242007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes1-1/+34
2007-07-242007-07-24 Richard Hughes <richard@hughsie.com>Richard Hughes1-4/+1
2007-07-142007-07-13 Havoc Pennington <hp@redhat.com>Havoc Pennington1-1/+1
2007-06-152007-06-15 Havoc Pennington <hp@redhat.com>Havoc Pennington1-0/+2
2007-03-07* bus/activation.c: win32 compile fix.Ralf Habacker1-1/+0
2007-03-04* bus/activation.c: (bus_activation_activate_service):Ralf Habacker1-0/+2