summaryrefslogtreecommitdiff
path: root/src/hostname
Commit message (Expand)AuthorAgeFilesLines
* 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
* shared: rework env file readerLennart Poettering2013-04-031-1/+1
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-1/+1
* hostnamed: pretty_string_is_safe() already exists in string_has_cc(), so use ...Lennart Poettering2013-03-221-14/+1
* Use bus_maybe_send_reply() where applicableColin Walters2013-03-181-1/+1
* hostnamed: allow more special characters in pretty hostnameNathaniel Chen2013-03-051-1/+14
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-142-3/+6
* env: considerably beef up environment cleaning logicLennart Poettering2013-02-111-0/+1
* build-sys: drop all distribution specfic checksLennart Poettering2013-01-041-1/+0
* polkit: add "imply" rules to a number of polkit actionsLennart Poettering2012-12-311-0/+1
* hostnamed: make chassis type configurable via /etc/machine-infoLennart Poettering2012-12-242-26/+156
* hostnamectl: fix parsing of --no-ask-passwordLennart Poettering2012-11-151-0/+4
* enable localization for common *ctl commandsDave Reisner2012-11-121-0/+2
* hostnamectl: do not choke on set-hostname with no argumentKay Sievers2012-10-291-1/+1