summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)AuthorFilesLines
2014-02-03conf-parser: warn when we open configuration files with weird access bitsLennart Poettering3-0/+22
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2-3/+3
2014-01-30shared: net - use u32ctz to compute prefixlenTom Gundersen1-10/+1
2014-01-30util: add u32ctz() call for determining ctz of uint32_tLennart Poettering1-0/+12
2014-01-30sd-dhcp-client/net-util: make netmask_to_prefixlen genericTom Gundersen2-0/+18
2014-01-30net-util: verify the address familyTom Gundersen1-6/+14
2014-01-30utmp: make sure we don't write the utmp reboot record twice on each bootLennart Poettering1-33/+26
2014-01-28Base mkostemp_safe on mkostempZbigniew Jędrzejewski-Szmek2-33/+6
2014-01-28Get rid of write_safeZbigniew Jędrzejewski-Szmek1-18/+0
2014-01-28always use the same code for creating temporary filesLennart Poettering2-6/+7
2014-01-28util: pick slightly safer open() flags when creating temporary filesLennart Poettering1-2/+5
2014-01-28util: define O_TMPFILE on x86/x86-64, where the generic value is usedLennart Poettering1-0/+16
2014-01-28util: pass original flags value to mkostemp(), in open_tmpfile()Lennart Poettering1-3/+5
2014-01-28util: simplify mkostemp_safe()Lennart Poettering1-12/+19
2014-01-28util: introduce new dev_urandom() call that is like random_bytes() but doesn'...Lennart Poettering2-13/+26
2014-01-28util: modernize loop_read() and loop_write() a bitLennart Poettering1-52/+23
2014-01-27manager: add systemd.show_status=auto modeZbigniew Jędrzejewski-Szmek4-0/+59
2014-01-27journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek4-11/+63
2014-01-27Replace mkostemp+unlink with open(O_TMPFILE)Zbigniew Jędrzejewski-Szmek2-0/+24
2014-01-27bus: add API calls for connecting to starter busLennart Poettering1-8/+10
2014-01-27resolve: update sd-resolve to match the other APIs in style and functionalityLennart Poettering1-2/+5
2014-01-22DEFINE_STRING_TABLE_LOOKUP: return _INVALID_* rather than assert on NULL stringTom Gundersen1-1/+2
2014-01-20exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering3-9/+13
2014-01-12core: clean up environment block for --user instances a bitLennart Poettering2-1/+39
2014-01-11journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek1-0/+7
2014-01-08No need to canonicalize fixed pathsZbigniew Jędrzejewski-Szmek2-3/+3
2014-01-05shared/install: use char** convention for strvsZbigniew Jędrzejewski-Szmek2-14/+14
2014-01-05strv: multiple cleanupsSimon Peeters3-195/+52
2014-01-05shared: util.c: unify split and split_quotedSimon Peeters2-67/+36
2014-01-05util.c: use read_one_line_file where possibleSimon Peeters1-33/+15
2014-01-05shared: procfs_file_alloca: handle pid==0Simon Peeters4-43/+17
2014-01-04Revert "net-util: add support for Type=ethernet"Tom Gundersen1-1/+1
2014-01-03net-util: add support for Type=ethernetTom Gundersen1-1/+1
2014-01-02Introduce cleanup functions for cap_freeZbigniew Jędrzejewski-Szmek2-18/+18
2014-01-02Use format patterns for usec_t, pid_t, nsec_t, usec_tZbigniew Jędrzejewski-Szmek2-1/+20
2014-01-02Move bus path definitions to def.hZbigniew Jędrzejewski-Szmek1-0/+12
2014-01-02networkd: improve loggingTom Gundersen1-35/+10
2013-12-31sleep-config: fix double freeZbigniew Jędrzejewski-Szmek1-18/+20
2013-12-30sleep-config: Dereference pointer before check for NULLStefan Beller1-1/+1
2013-12-28shared: add simplistic XML parser for usage in the D-Bus policy language comp...Lennart Poettering2-0/+250
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek4-21/+33
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek3-14/+27
2013-12-25bus: rename message "serial" to "cookie"Lennart Poettering3-8/+8
2013-12-25shared: fix getpeername_pretty() for AF_UNIX socketsLennart Poettering1-1/+1
2013-12-25unit: include peer identity in description of per-connection socket-activated...Lennart Poettering1-6/+2
2013-12-24sleep-config: fix useless check for swapfile typeDave Reisner1-7/+3
2013-12-24bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering2-16/+37
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-1/+1
2013-12-24util: don't accept an empty peer label as validLennart Poettering1-0/+5
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering3-3/+66