summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2014-07-10shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering
2014-07-10nss-myhostname: move local address listing logic into shared, so that we can ...Lennart Poettering
2014-07-10nss-myhostname: only export the NSS entry point symbols, nothing elseLennart Poettering
2014-07-10machined: various modernizations when enumerating container addressesLennart Poettering
2014-07-10nss-myhostname: following the usual naming scheme for .c/.h filesLennart Poettering
2014-07-10nss-myhostname: various modernizationsLennart Poettering
2014-07-10resolved: properly free network monitorLennart Poettering
2014-07-10event: pull in sd-event.h from event-util.hLennart Poettering
2014-07-09sysusers: don't allow control characters in gecos fieldsLennart Poettering
2014-07-09sysusers: don't allow user names longer than UT_NAMESIZELennart Poettering
2014-07-09timedated: manage systemd-timesyncd directly instead of lists of alternativesKay Sievers
2014-07-09hostnamed: add a new chassis type for watchesLennart Poettering
2014-07-08journal/compress: improve xz compression performanceJon Severinsson
2014-07-08fix #ifdefRonny Chevalier
2014-07-08accelerometer: Don't wait for new data from the sensorBastien Nocera
2014-07-08load-fragment: ConditionFirstBoot wants a bool string, not a pathMichal Schmidt
2014-07-08systemctl: fix visual alignment for lines prefixed with color dotsMichal Schmidt
2014-07-08logind: allow switching to unused VTs via SwitchTo()David Herrmann
2014-07-07Fix typoZbigniew Jędrzejewski-Szmek
2014-07-07fstab-generator: fix trivial leakZbigniew Jędrzejewski-Szmek
2014-07-07journal/compress: fix calls to decompress_blobZbigniew Jędrzejewski-Szmek
2014-07-07resolved: make use of union in_addr_union in resolved, tooLennart Poettering
2014-07-07networkd: simplify signal handling of SIGTERM/SIGINTLennart Poettering
2014-07-07resolved: make sure SIGTER/SIGINT actually can be caught and processedLennart Poettering
2014-07-07resolved: let config_parse() open the configuration file for usLennart Poettering
2014-07-07shared: fix format string for usec_t typeLennart Poettering
2014-07-07escape: beef up new systemd-escape toolLennart Poettering
2014-07-07add new systemd-escape toolMichael Biebl
2014-07-07dropin: add format attribute and fix a wrong callerThomas Hindoe Paaboel Andersen
2014-07-07fstab-generator: add comma when removed option is in the middleZbigniew Jędrzejewski-Szmek
2014-07-07networkd: add support for modeSusant Sahani
2014-07-07networkd veth: Make kind assertSusant Sahani
2014-07-07firstboot: get rid of firstboot generator again, introduce ConditionFirstBoot...Lennart Poettering
2014-07-07firstboot: follow lock protocol when changing /etc/shadowLennart Poettering
2014-07-07base-filesystem.c: terminate string array elements with \0Harald Hoyer
2014-07-07service: flush status text and errno values each time a service is startedLennart Poettering
2014-07-07systemctl: show StatusErrno value in "systemctl status"Lennart Poettering
2014-07-07service: don't accept negative ERRNO= notification messagesLennart Poettering
2014-07-07service: minor modernizationLennart Poettering
2014-07-07core: Added support for ERRNO NOTIFY_SOCKET message parsing, and added Status...Miguel Angel Ajo
2014-07-07firstboot: change /etc/shadow access mode to 000Lennart Poettering
2014-07-07dhcp-network: make clear that we are ANDing Fragment offset field with maskMichal Sekletar
2014-07-07dhcp-network: ignore IP packets with More Fragments (MF) flag setMichal Sekletar
2014-07-07firstboot: add new component to query basic system settings on first boot, or...Lennart Poettering
2014-07-07architecture: add string table entries for mips-le archs which were missingLennart Poettering
2014-07-07fileio: simplify write_env_file()Lennart Poettering
2014-07-07util: don't consider tabs special in string_has_cc() anymoreLennart Poettering
2014-07-07shared: make timezone and locale enumeration and validation genericLennart Poettering
2014-07-07main: explain our /etc empty check a bit in a commentLennart Poettering
2014-07-07util: consider 0x7F a control chracter (which it is: DEL)Lennart Poettering