chiark / gitweb /
sd-bus: factor out creds item iterator
[elogind.git] / src / machine /
2014-09-15 Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-08 Dave Reisnermachined: remove redundant sd_notify
2014-08-21 Lennart Poetteringnotify: send STOPPING=1 from our daemons
2014-08-14 Eelco Dolstramachine_kill(): Don't kill the unit when killing the...
2014-08-11 Lennart Poetteringnetworkd: add minimal client tool "networkd" to query...
2014-08-04 Lennart Poetteringmachined: fix address API signatures
2014-08-04 Lennart Poetteringmachine: make sure unpriviliged "machinectl status...
2014-08-04 Lennart Poetteringbus: always explicitly close bus from main programs
2014-08-04 Zbigniew Jędrzejew... Unify parse_argv style
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-19 Zbigniew Jędrzejew... machinectl: make sure we are not reading an unitialized...
2014-07-18 Lennart Poetteringchange type for address family to "int"
2014-07-18 Lennart Poetteringshared: rename PROTO_ADDRESS_SIZE() to FAMILY_ADDRESS_S...
2014-07-10 Lennart Poetteringmachinectl: show network interface name for containers
2014-07-10 Lennart Poetteringmachined: allow registering host-side network interface...
2014-07-10 Lennart Poetteringmachined: when querying addresses of a container, use...
2014-07-10 Lennart Poetteringshared: split out in_addr related calls from socket...
2014-07-10 Lennart Poetteringmachined: various modernizations when enumerating conta...
2014-07-06 Tom Gundersenmachine: don't return uninitialized variable
2014-07-03 Lennart Poetteringmachine: properly distuingish created and registered...
2014-07-03 Lennart Poetteringmachinectl: show /etc/os-release information of contain...
2014-07-03 Lennart Poetteringmachined: don't force terminate registered machines
2014-07-02 Lennart Poetteringsd-bus: support connecting to remote hosts, directly...
2014-06-12 Lennart Poetteringmachine: minor modernizations
2014-05-22 Lennart Poetteringmachine: escape fields we store in /run, so that they...
2014-05-18 Lennart Poetteringmachined: make sure GetMachineAddresses() is available...
2014-05-18 Lennart Poetteringmachined: add logic to query IP addresses of containers
2014-05-15 Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-05-14 Lennart Poetteringsd-bus: introduce sd_bus_slot objects encapsulating...
2014-03-24 Lennart Poetteringutil: replace close_pipe() with new safe_close_pair()
2014-03-18 Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-03-18 Lennart Poetteringmachinectl: reimplement machinectl's "reboot" verb...
2014-03-18 Lennart Poetteringmachined: fix Kill() bus call on machine objects when...
2014-03-11 Lennart Poetteringbus: replace sd_bus_label_{escape,unescape}() by new...
2014-03-04 Zbigniew Jędrzejew... Introduce strv_consume which takes ownership
2014-02-19 Lennart Poetteringapi: in constructor function calls, always put the...
2014-02-19 Jason A. Donenfeldsd-bus: the bus returned should be the first arg
2014-02-19 Lennart Poetteringmake gcc shut up
2014-02-18 Thomas Hindoe Paab... machinectl: remove unused --no-ask-password
2014-02-18 Thomas Hindoe Paab... machinectl: add bash completion
2014-02-12 Lennart Poetteringmachinectl: add new "machinectl reboot" call
2014-02-11 Lennart Poetteringmachined: fix enumeration of existing machines on restart
2014-02-11 Lennart Poetteringmachined: optionally, allow registration of pre-existin...
2014-02-07 Lennart Poetteringmachined: since we can now somewhat reliable get notifi...
2014-02-06 Zbigniew Jędrzejew... Update some message formats
2013-12-23 Lennart Poetteringmachinectl: fix success check when getting pty from...
2013-12-23 Lennart Poetteringbus: when getting a kdbus connection into a container...
2013-12-22 Lennart Poetteringbus: decorate the various object vtables with SD_BUS_VT...
2013-12-19 Lennart Poetteringmachined: implement exit-on-idle
2013-12-19 Djalal Harounimachinectl: show_properties() already logs the error
2013-12-17 Lennart Poetteringbus: when entering an existing namespace to connect...
2013-12-14 Lennart Poetteringbus: when connecting to a container's kdbus instance...
2013-12-12 Kay Sieversbus: remove explicit activator-specific flags, the...
2013-12-12 Kay Sieversbus: add SD_BUS_NAME_REPLACE_EXISTING to all activatabl...
2013-12-12 Lennart Poetteringbus: instead of exposing the dbus1 flags when acquiring...
2013-12-11 Lennart Poetteringevent: hook up sd-event with the service watchdog logic
2013-12-10 Lennart Poetteringbus: introduce "trusted" bus concept and encode access...
2013-12-09 Zbigniew Jędrzejew... Help output spring cleaning
2013-12-03 Lennart Poetteringbus: make sd_bus_request_name() and sd_bus_release_name...
2013-11-28 Lennart Poetteringbus: add new sd_bus_creds object to encapsulate process...
2013-11-27 Lennart Poetteringservice: add the ability for units to join other unit...
2013-11-22 Lennart Poetteringbus: also add error parameter to object find and enumer...
2013-11-21 Lennart Poetteringlogind,machined,run: properly invoke StartTransientUnit...
2013-11-21 Lennart Poetteringbus: rework message handlers to always take an error...
2013-11-21 Lennart Poetteringbus: let's simplify things by getting rid of unnecessar...
2013-11-21 Lennart Poetteringbus: add API calls to escape string components of objec...
2013-11-20 Lennart Poetteringcore: convert PID 1 to libsystemd-bus
2013-11-11 Lennart Poetteringbus: introduce concept of a default bus for each thread...
2013-11-11 Lennart Poetteringbus: introduce concept of a "default" event loop per...
2013-11-11 Lennart Poetteringbus: rename sd_bus_send_with_reply_and_block() to sd_bu...
2013-11-08 Lennart Poetteringmachinectl: close bus to container early
2013-11-07 Lennart Poetteringmachinectl: show list headers even if we pipe, since...
2013-11-07 Lennart Poetteringbus: log message parsing errors everywhere with a gener...
2013-11-07 Lennart Poetteringpolkit: don't spawn local client if we access a remote...
2013-11-07 Kay Sieversmachine: add missing header include
2013-11-07 Kay Sieversmachine: move symbols referenced by shared code from...
2013-11-07 Simon Peetersbus: make bus_print_all_properties work for non machine...
2013-11-06 Lennart Poetteringmachinectl: we need glibc's socket.h, not our own
2013-11-06 Zbigniew Jędrzejew... machinectl: use initialization instead of zeroing
2013-11-06 Lennart Poetteringclients: unify how we invoke getopt_long()
2013-11-06 Lennart Poetteringclients: various simplifications
2013-11-06 Lennart Poetteringmachined: keep track of the initial leader PID of a...
2013-11-05 Lennart Poetteringlogind: add virtual object paths that always can be...
2013-11-05 Lennart Poetteringlogind: automatically determine client side PID if...
2013-11-05 Kay Sieversbus: update bus_map_all_properties()
2013-11-05 Lennart Poetteringmachined: simplifications
2013-11-01 Thomas Hindoe Paab... machinectl: fix warning when compiling with -Og
2013-10-31 Lennart Poetteringmachinectl: add new command to spawn a getty inside...
2013-10-30 Lennart Poetteringrun: add support for executing commands remotely via...
2013-10-30 Lennart Poetteringmachinectl: we don't really just show information,...
2013-10-30 Lennart Poetteringbus: add API call to create bus connection to the syste...
2013-10-30 Lennart Poetteringbus: move ssh support into public API of libsystem-bus
2013-10-30 Marc-Antoine Perennoumachinectl: privileged option is gone
2013-10-30 Tom Gundersenmachinectl: port to sd-bus
2013-10-30 Lennart Poetteringmachined: port over to libsystemd-bus
2013-10-14 Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-10-13 Zbigniew Jędrzejew... bus: fix access to unitialized variable in error path
2013-09-26 Zbigniew Jędrzejew... Move functions around to fix underlinking in test-machi...
2013-09-17 Zbigniew Jędrzejew... Remove six unused variables and add annotation
2013-07-26 Lennart Poetteringlogind: update the session state file before we send...
next