summaryrefslogtreecommitdiff
path: root/src/hostname
AgeCommit message (Expand)Author
2014-05-15sd-bus: introduce sd_bus_slot objects encapsulating callbacks or vtables atta...Lennart Poettering
2014-04-23hostnamectl: read kernel name and release from remoteDjalal Harouni
2014-04-23hostnamed: expose KernelName and KernelRelease on the busDjalal Harouni
2014-03-11hostnamectl: read OS pretty_name and cpe_name from remoteDjalal Harouni
2014-03-11hostnamed: expose OperatingSystemPrettyName and OperatingSystemCPEName on the...Djalal Harouni
2014-03-11hostnamed: minor improvements in context_write_data_other()Djalal Harouni
2014-02-25hostnamectl: read virtualization/architecture from remote sideLennart Poettering
2014-02-24hostnamed: correct error messageMichal Sekletar
2014-02-24virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen
2014-02-21hostnamectl: should the sanitized arch, not the native uname() oneLennart Poettering
2014-02-19make gcc shut upLennart Poettering
2013-12-19bus: fix exit-on-idle for driverdLennart Poettering
2013-12-13event: rework sd-event exit logicLennart Poettering
2013-12-12bus: remove explicit activator-specific flags, the kdbus supports it nowKay Sievers
2013-12-12bus: add SD_BUS_NAME_REPLACE_EXISTING to all activatable services, fix one fl...Kay Sievers
2013-12-12bus: instead of exposing the dbus1 flags when acquiring a name use our own th...Lennart Poettering
2013-12-11event: hook up sd-event with the service watchdog logicLennart Poettering
2013-12-10bus: introduce "trusted" bus concept and encode access control in object vtablesLennart Poettering
2013-12-04Fix typo: SetChasis -> SetChassisDavid Coppa
2013-12-03bus: make sd_bus_request_name() and sd_bus_release_name() behave more like ot...Lennart Poettering
2013-11-21bus: rework message handlers to always take an error argumentLennart Poettering
2013-11-21hostnamed: modernizationsLennart Poettering
2013-11-21bus: let's simplify things by getting rid of unnecessary bus parametersLennart Poettering
2013-11-12bus: introduce concept of a default bus for each thread and make use of it ev...Lennart Poettering
2013-11-12bus: introduce concept of a "default" event loop per-thread and make use of i...Lennart Poettering
2013-11-07clients: try to follow roughly the same order in --help texts for common optionsLennart Poettering
2013-11-07bus: log message parsing errors everywhere with a generalized bus_log_parse_e...Lennart Poettering
2013-11-07polkit: don't spawn local client if we access a remote systemLennart Poettering
2013-11-07consistently use "int" when retrieving "bool" from bus messagesKay Sievers
2013-11-06clients: unify how we invoke getopt_long()Lennart Poettering
2013-11-06clients: various simplificationsLennart Poettering
2013-11-06Revert "hostnamed: prevent it from crashing if the chassis is unknown"Kay Sievers
2013-11-06hostnamed: prevent it from crashing if the chassis is unknownThomas Hindoe Paaboel Andersen
2013-11-05bus: update bus_map_all_properties()Kay Sievers
2013-11-04hostnamectl: H requires an argument, P is no longer usedThomas Hindoe Paaboel Andersen
2013-11-02hostnamectl: port to sd-busSimon Peeters
2013-10-22bus: avoid 'bool' storage when retrieving 'b' from the messageKay Sievers
2013-10-18bus: automatically flush bus queue when we exit the event loopLennart Poettering
2013-10-18hostnamed: port over from libdbus to libsystemd-busLennart Poettering
2013-10-13Fix write-only use of a few variablesZbigniew Jędrzejewski-Szmek
2013-09-11Allow tabs in environment filesZbigniew Jędrzejewski-Szmek
2013-08-14hostnamectl: show only specific hostname when requestedZbigniew Jędrzejewski-Szmek
2013-06-09Allow for the use of @ in remote host callsDaniel Wallace
2013-05-23Fix --no-ask-passwordJan Janssen
2013-05-21man: Document missing optionsJan Janssen
2013-05-07hostnamectl: suppress outputting of pretty hostname field in status if emptyLennart Poettering
2013-05-07hostname: only suppress setting of pretty hostname if it is non-equal to the ...Lennart Poettering
2013-04-05Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek
2013-04-03hostnamectl: if somebody invokes 'hostnamectl set-hostname' with a valid inte...Lennart Poettering
2013-04-03shared: rework env file readerLennart Poettering