summaryrefslogtreecommitdiff
path: root/src/shared
AgeCommit message (Expand)Author
2014-10-25mac: also rename use_{smack,selinux,apparmor}() calls so that they share the ...Lennart Poettering
2014-10-25mac: rename apis with mac_{selinux/smack}_ prefixWaLyong Cho
2014-10-25src/shared/util.h: import realloc_multiply() from upstreamAnthony G. Basile
2014-10-25label: rearrange mandatory access control(MAC) apisWaLyong Cho
2014-10-25shared/log: add log_trace as compile-time optional debuggingZbigniew Jędrzejewski-Szmek
2014-10-22strv: add an additional overflow check when enlarging strv()sLennart Poettering
2014-10-13src/shared/util.c: remove unneeded error check, following upstreamAnthony G. Basile
2014-10-13src/shared/util.c: final cosmetic changeAnthony G. Basile
2014-10-13src/shared/util.c: more cosmetic changesAnthony G. Basile
2014-10-13src/shared/util.c: cosmetic changes to more easily follow upstreamAnthony G. Basile
2014-09-30Do not format USEC_INFINITY as NULLZbigniew Jędrzejewski-Szmek
2014-09-18src: minor code cleanupAnthony G. Basile
2014-09-18src/shared: import upstream code needed for recent commitsAnthony G. Basile
2014-09-15src/shared/set.h: remove unnecessary function declarationAnthony G. Basile
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-02src/shared/label.c: include selinux headersAmadeusz Sławiński
2014-08-27shared: make container_of() use unique variable namesDavid Herrmann
2014-08-22util: change return value of startswith() to non-consteudev/v1.10Lennart Poettering
2014-08-22util: change return value of startswith() to non-constLennart Poettering
2014-08-17src/shared/mkdir.h: add missing func prototypeAnthony G. Basile
2014-08-14src/shared/path-util.c: revert change from realpath to canonicalize_file_nameAnthony G. Basile
2014-08-14src/shared: some stylistic changesAnthony G. Basile
2014-08-14src/shared: import more code cleanups from upstreamAnthony G. Basile
2014-08-14src/shared: import many code cleanups from upstreamAnthony G. Basile
2014-08-13src/shared/cgroup-util.c: code cleanup following upstreamAnthony G. Basile
2014-08-12udev: modernize net_id builtin a bitLennart Poettering
2014-08-05src/shared: refactor shared codeAnthony G. Basile
2012-11-17Rename src/shared to src/include, a saner nameAnthony G. Basile
2012-11-17src/test: disable for now to get a full buildAnthony G. Basile
2012-11-17src/udev: continue restoring needed depsAnthony G. Basile
2012-11-16src/udev: restore needed deps from src/shareAnthony G. Basile
2012-11-16src/udev/log.c: remove log_parse_environment()Anthony G. Basile
2012-11-16src/udev/Makefile.am: work towards fixing up udev buildAnthony G. Basile
2012-11-15src/libudev: successfully buildsAnthony G. Basile
2012-11-15Final step of revamping the build systemAnthony G. Basile
2012-11-15Isolation of udev code from remaining systemdAnthony G. Basile
2012-11-14shared: add API for replacing @FOO@ style variables in stringsLennart Poettering
2012-11-14util: add strreplace() to replace a substring by another stringLennart Poettering
2012-11-14specifier: minor modernizationsLennart Poettering
2012-11-14polkit: fix type on comparisonLennart Poettering
2012-11-13shared/socket-util: kill gcc warning about uninitialized variableZbigniew Jędrzejewski-Szmek
2012-11-12util: nicer tree drawingsMichal Schmidt
2012-11-12use the same email address everywhereKay Sievers
2012-11-11timedatectl: properly print 30 minutes DST transitionsKay Sievers
2012-11-09dbus: when verifying PK privs, bypass PK if uid=0 of clientLennart Poettering
2012-11-06Revert "Implement SocketUser= and SocketGroup= for [Socket]"Dave Reisner
2012-11-05Implement SocketUser= and SocketGroup= for [Socket]Dave Reisner
2012-11-04shared: add is_efiboot()Kay Sievers
2012-11-02util : fallback to plain ASCII drawing if locale is not UTF-8Michal Schmidt
2012-11-02util: add is_locale_utf8()Michal Schmidt