summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-10-23mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-10-23label: rearrange mandatory access control(MAC) apisWaLyong Cho
2014-10-23shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek
2014-10-23socket-util: use IP address when hostname is not foundZbigniew Jędrzejewski-Szmek
2014-10-23systemd-upload: print paths in help()Zbigniew Jędrzejewski-Szmek
2014-10-22machine: validate machine names using machine_name_is_valid() instead of stri...Lennart Poettering
2014-10-22resolved: simplify detection of packets from the loopback deviceLennart Poettering
2014-10-21strv: use realloc_multiply() to check for multiplication overflowMichal Schmidt
2014-10-21strv: add an additional overflow check when enlarging strv()sLennart Poettering
2014-10-21shared: remove unused functionsRonny Chevalier
2014-10-21util: avoid duplication of TIME_T_MAXRonny Chevalier
2014-10-17systemd: continue switch-root even if umount failsZbigniew Jędrzejewski-Szmek
2014-10-17environment: append unit_id to error messages regarding EnvironmentFileLukas Nykryn
2014-10-17missing: remove fanotifyZbigniew Jędrzejewski-Szmek
2014-10-15selinux: fix potential double free crash in child processMichal Sekletar
2014-10-09util: avoid double close of fdThomas Hindoe Paaboel Andersen
2014-10-08time: functions named "internal" really shouldn't be exportedLennart Poettering
2014-10-08systemctl: add add-wants and add-requires verbsLukas Nykryn
2014-10-08unit: move UnitDependency to unit-nameLukas Nykryn
2014-10-07core: don't allow enabling if unit is maskedJan Synacek
2014-10-05build-sys: use linux/memfd.h if availableZbigniew Jędrzejewski-Szmek
2014-10-05ask-password: Add --echo to enable echoing the user inputDavid Sommerseth
2014-10-03pty: optimize read loopDavid Herrmann
2014-10-03fileio-label: return error when writing failsZbigniew Jędrzejewski-Szmek
2014-10-03journalctl: make --utc work everywhereJan Synacek
2014-10-02virt: detect that we are running inside the docker containerMichal Sekletar
2014-10-02Fix order and document user unit dirsZbigniew Jędrzejewski-Szmek
2014-10-02Rename user_runtime to user_runtime_dirZbigniew Jędrzejewski-Szmek
2014-10-02add a transient user unit directorySteven Allen
2014-10-02journalctl: add --utc optionJan Synacek
2014-10-02barrier: fix up constructor error handlingDavid Herrmann
2014-10-01Remove repeated includesThomas Hindoe Paaboel Andersen
2014-10-01shared: util - use nicer idiom to silence CoverityZbigniew Jędrzejewski-Szmek
2014-09-30shared: util - use nicer idiom to silence CoverityTom Gundersen
2014-09-29util: silence coverityTom Gundersen
2014-09-29Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek
2014-09-26make utmp/wtmp support configurableEmil Renner Berthing
2014-09-25shared: path-util - try to make PATH_FORECH_PREFIX look less wrongTom Gundersen
2014-09-25localectl: print warning when there are options given on kernel cmdlineMichal Sekletar
2014-09-25fileio: make parse_env_file() return number of parsed itemsMichal Sekletar
2014-09-23Fix warning about unused variable with !SELINUXZbigniew Jędrzejewski-Szmek
2014-09-22util: avoid non-portable __WORDSIZEEmil Renner Berthing
2014-09-22exit-status.c: bring EXIT_BUS_ENDPOINT label in line with othersZbigniew Jędrzejewski-Szmek
2014-09-22util: add alloca_align()David Herrmann
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar
2014-09-19shared: wtmp-utmp - don't clear store_wtmp in utmp_put_dead_process()Tom Gundersen
2014-09-19shared/sparse-endian.h: add missing byteswap.h includeEmil Renner Berthing
2014-09-19shared/label.h: add missing stdio.h includeEmil Renner Berthing
2014-09-19pty: include linux/ioctl.h for TIOCSIGDavid Herrmann
2014-09-18shared: conf-parser - don't leak memory on error in DEFINE_CONFIG_PARSE_ENUMVTom Gundersen