summaryrefslogtreecommitdiff
path: root/src/hostname
Commit message (Expand)AuthorAgeFilesLines
* hostnamed: expose KernelVersion on the busDjalal Harouni2014-05-191-1/+5
* sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering2014-05-151-1/+1
* hostnamectl: read kernel name and release from remoteDjalal Harouni2014-04-231-3/+8
* hostnamed: expose KernelName and KernelRelease on the busDjalal Harouni2014-04-231-0/+12
* hostnamectl: read OS pretty_name and cpe_name from remoteDjalal Harouni2014-03-111-12/+10
* hostnamed: expose OperatingSystemPrettyName and OperatingSystemCPEName on the...Djalal Harouni2014-03-111-0/+11
* hostnamed: minor improvements in context_write_data_other()Djalal Harouni2014-03-111-3/+3
* hostnamectl: read virtualization/architecture from remote sideLennart Poettering2014-02-251-16/+31
* hostnamed: correct error messageMichal Sekletar2014-02-241-1/+1
* virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen2014-02-241-1/+1
* hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering2014-02-211-1/+4
* make gcc shut upLennart Poettering2014-02-191-1/+1
* bus: fix exit-on-idle for driverdLennart Poettering2013-12-191-1/+1
* event: rework sd-event exit logicLennart Poettering2013-12-131-2/+0
* bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers2013-12-121-1/+1
* bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers2013-12-121-1/+1
* bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering2013-12-121-1/+1
* event: hook up sd-event with the service watchdog logicLennart Poettering2013-12-111-0/+2
* bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering2013-12-101-5/+5
* Fix typo: SetChasis -> SetChassisDavid Coppa2013-12-041-1/+1
* bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering2013-12-031-6/+1
* bus: rework message handlers to always take an error argumentLennart Poettering2013-11-211-48/+35
* hostnamed: modernizationsLennart Poettering2013-11-211-9/+5
* bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering2013-11-211-20/+20
* bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering2013-11-121-1/+1
* bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering2013-11-121-1/+1
* clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering2013-11-071-4/+4
* bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering2013-11-071-1/+1
* polkit: don't spawn local client if we access a remote systemLennart Poettering2013-11-071-4/+13
* consistently use "int" when retrieving "bool" from bus messagesKay Sievers2013-11-071-3/+3
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-8/+6
* clients: various simplificationsLennart Poettering2013-11-061-1/+1
* Revert "hostnamed: prevent it from crashing if the chassis is unknown"Kay Sievers2013-11-061-3/+0
* hostnamed: prevent it from crashing if the chassis is unknownThomas Hindoe Paaboel Andersen2013-11-061-0/+3
* bus: update bus_map_all_properties()Kay Sievers2013-11-051-7/+8
* hostnamectl: H requires an argument, P is no longer usedThomas Hindoe Paaboel Andersen2013-11-041-1/+1
* hostnamectl: port to sd-busSimon Peeters2013-11-021-259/+97
* bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers2013-10-221-3/+3
* bus: automatically flush bus queue when we exit the event loopLennart Poettering2013-10-181-1/+0
* hostnamed: port over from libdbus to libsystemd-busLennart Poettering2013-10-181-374/+308
* Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek2013-10-131-0/+2
* Allow tabs in environment filesZbigniew Jędrzejewski-Szmek2013-09-111-1/+2
* hostnamectl: show only specific hostname when requestedZbigniew Jędrzejewski-Szmek2013-08-141-25/+81
* Allow for the use of @ in remote host callsDaniel Wallace2013-06-091-2/+3
* Fix --no-ask-passwordJan Janssen2013-05-231-3/+3
* man: Document missing optionsJan Janssen2013-05-211-0/+1
* hostnamectl: suppress outputting of pretty hostname field in status if emptyLennart Poettering2013-05-071-4/+8
* hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering2013-05-071-27/+8
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-2/+1
* hostnamectl: if somebody invokes 'hostnamectl set-hostname' with a valid inte...Lennart Poettering2013-04-032-9/+29