summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)AuthorFilesLines
2014-06-06bus: add basic dbus1 policy parserLennart Poettering1-1/+1
2014-06-04core: rename ReadOnlySystem= to ProtectSystem= and add a third value for also...Lennart Poettering1-2/+2
2014-06-03core: add new ReadOnlySystem= and ProtectedHome= settings for service unitsLennart Poettering1-0/+2
2014-05-25test-path-util: add tests for path_make_relative()Tanu Kaskinen1-0/+22
2014-05-25test-unit-file: skip if unit_file_get_list returns permission deniedCristian Rodríguez1-0/+6
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek4-11/+12
2014-05-15udev: do not skip the execution of RUN when renaming a network device failsKay Sievers1-3/+2
2014-05-13shared: add ring bufferDavid Herrmann1-0/+135
2014-05-13shared: add ALIGN_POWER2 macroDavid Herrmann1-0/+31
2014-04-24service: rename StartLimitAction enum to FailureActionMichael Olbrich1-1/+1
2014-04-16test-path-util: fix running with separate build dirZbigniew Jędrzejewski-Szmek1-4/+4
2014-04-13udev: remove seqnum API and all assumptions about seqnumsKay Sievers1-24/+0
2014-04-12path-util: also check for existence of binary when given absolute pathZbigniew Jędrzejewski-Szmek1-0/+2
2014-04-12fsck: Search for fsck.type in PATHMike Gilbert1-0/+11
2014-04-03sd-rtnl: fix broken test cases and add support for tunnelSusant Sahani1-6/+4
2014-03-25sd-rtnl: add support for tunnel attributesSusant Sahani1-0/+154
2014-03-25time: support @ syntax for denoting times since the UNIX epoch 1970-1-1Lennart Poettering1-0/+1
2014-03-24util: replace close_pipe() with new safe_close_pair()Lennart Poettering1-1/+1
2014-03-19util: add new FOREACH_STRING() macro as syntactic sugar to iterate through a ...Lennart Poettering1-0/+20
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-1/+1
2014-03-14timedated: use builtins for integer log and expZbigniew Jędrzejewski-Szmek1-0/+12
2014-03-14util: add hexdump() call to create pretty hexdumps of dataLennart Poettering1-0/+20
2014-03-14logind: automatically remove SysV + POSIX IPC objects when the users owning t...Lennart Poettering1-0/+32
2014-03-12macro: make sure we can use IN_SET() also with complex function calls as firs...Lennart Poettering1-1/+0
2014-03-02Disallow sizes with increasing unit sizeZbigniew Jędrzejewski-Szmek1-4/+15
2014-03-02Allow fractional parts in disk sizesZbigniew Jędrzejewski-Szmek1-5/+37
2014-02-24virt: make Virtualization an anonymous enumThomas Hindoe Paaboel Andersen1-1/+1
2014-02-23core: clean up some confusing regarding SI decimal and IEC binary suffixes fo...Lennart Poettering1-16/+16
2014-02-21replace tabs with spaces in some filesJason St. John1-2/+2
2014-02-21core: add new ConditionArchitecture() that checks the architecture returned b...Lennart Poettering1-0/+52
2014-02-20macro: add nice macro for disabling -Wnonnull temporarilyLennart Poettering1-4/+8
2014-02-19make gcc shut upLennart Poettering4-5/+5
2014-02-17core: rework cgroup mask propagationLennart Poettering1-11/+37
2014-02-12syscallfilter: port to libseccompRonny Chevalier1-3/+0
2014-02-12test: fix "make check"Lennart Poettering1-16/+0
2014-02-11util: drop parse_user_at_host() since its unused nowLennart Poettering1-16/+0
2014-02-08core: do not print invalid utf-8 in error messagesZbigniew Jędrzejewski-Szmek1-0/+17
2014-01-31use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH1-2/+2
2014-01-28Get rid of write_safeZbigniew Jędrzejewski-Szmek1-6/+6
2014-01-28always use the same code for creating temporary filesLennart Poettering4-16/+24
2014-01-27journal: guarantee async-signal-safety in sd_journald_sendvZbigniew Jędrzejewski-Szmek2-0/+77
2014-01-20exec: introduce PrivateDevices= switch to provide services with a private /devLennart Poettering1-0/+1
2014-01-05strv: multiple cleanupsSimon Peeters1-49/+28
2013-12-28shared: add simplistic XML parser for usage in the D-Bus policy language comp...Lennart Poettering1-0/+83
2013-12-26Use enums to make it obvious what boolean params meanZbigniew Jędrzejewski-Szmek1-13/+13
2013-12-26systemctl: allow globbing in commands which take multiple unit namesZbigniew Jędrzejewski-Szmek1-2/+2
2013-12-24bus: properly shift cgroup data returned from kdbus by the container's root b...Lennart Poettering1-0/+16
2013-12-24log: log_error() and friends add a newline after each line anyway, so avoid i...Lennart Poettering1-4/+4
2013-12-22Fix extraction of _SYSTEMD_USER_UNITZbigniew Jędrzejewski-Szmek1-3/+16
2013-12-22shared: switch our hash table implementation over to SipHashLennart Poettering1-2/+6