summaryrefslogtreecommitdiff
path: root/src/shared
Commit message (Expand)AuthorAgeFilesLines
* Assorted format fixesZbigniew Jędrzejewski-Szmek2015-01-224-7/+7
* Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek2015-01-221-1/+1
* shared/util: use signed printf format for PIDsZbigniew Jędrzejewski-Szmek2015-01-221-2/+2
* import: introduce new mini-daemon systemd-importd, and make machinectl a clie...Lennart Poettering2015-01-224-0/+288
* log: add new log output mode, that prints to console, but prefixes with syslo...Lennart Poettering2015-01-222-3/+11
* util: Add some missing hidden_file() suffixesMartin Pitt2015-01-211-0/+4
* import: add image verification using gpgLennart Poettering2015-01-212-0/+13
* import: port pull-raw to helper tools implemented for pull-tarLennart Poettering2015-01-202-4/+19
* util: make http url validity checks more generic, and move them to util.cLennart Poettering2015-01-202-13/+32
* networkd: netdev - add ipvlan supportTom Gundersen2015-01-191-0/+12
* nspawn: support dissecting GPT images that contain only a single generic linu...Lennart Poettering2015-01-191-0/+2
* machined: refer to the disk space allocated for an image to "usage" rather th...Lennart Poettering2015-01-192-6/+6
* qcow2: when dissecting qcow2, use btrfs clone ioctls for reflinking blocks to...Lennart Poettering2015-01-192-0/+21
* import-raw: when downloading raw images, generate sparse files if we canLennart Poettering2015-01-192-0/+64
* Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek2015-01-183-8/+8
* Add initialization helper for file_handle_unionZbigniew Jędrzejewski-Szmek2015-01-182-4/+2
* util: replace RUN_WITH_LOCALE with extended locale functionsCristian Rodríguez2015-01-182-31/+11
* missing: add macros for OFD locksMichael Marineau2015-01-171-0/+6
* nspawn,machined: change default container image location from /var/lib/contai...Lennart Poettering2015-01-151-3/+3
* import: rename "gpt" disk image type to "raw"Lennart Poettering2015-01-152-15/+15
* nspawn: add file system locks for controlling access to container imagesLennart Poettering2015-01-144-18/+260
* pty: minor modernizationLennart Poettering2015-01-141-5/+4
* machined: use the FS_IMMUTABLE_FL file flag, if available, to implement a "re...Lennart Poettering2015-01-143-10/+73
* util: the chattr flags field is actually unsigned, judging by kernel sourcesLennart Poettering2015-01-144-9/+17
* ptyfw: add missing error checkLennart Poettering2015-01-141-1/+3
* networkd: make IP forwarding for IPv4 and IPv6 individually configurableLennart Poettering2015-01-132-4/+6
* fw-util: fix errno typo for !HAVE_LIBIPTCDaniel Mack2015-01-131-1/+1
* networkd: add minimal IP forwarding and masquerading support to .network filesLennart Poettering2015-01-132-0/+39
* shared: add minimal firewall manipulation helpers for establishing NAT rules,...Lennart Poettering2015-01-134-6/+443
* fstab-util: fix priority parsing and add testZbigniew Jędrzejewski-Szmek2015-01-111-2/+4
* shared/util: respect buffer boundary on incomplete escape sequencesZbigniew Jędrzejewski-Szmek2015-01-111-14/+19
* Support negated fstab optionsZbigniew Jędrzejewski-Szmek2015-01-111-0/+14
* fstab-util: detect out-of-range pri= assignmentsZbigniew Jędrzejewski-Szmek2015-01-111-0/+3
* Add new function to filter fstab optionsZbigniew Jędrzejewski-Szmek2015-01-115-52/+187
* shared/list: add LIST_APPENDZbigniew Jędrzejewski-Szmek2015-01-111-0/+8
* path-lookup: allow /run to override /etc in generator searchZbigniew Jędrzejewski-Szmek2015-01-111-4/+4
* Implement masking and overriding of generatorsZbigniew Jędrzejewski-Szmek2015-01-114-96/+158
* Simplify execute_directory()Zbigniew Jędrzejewski-Szmek2015-01-112-85/+80
* log: fix log_full_errno() with custom facilitiesDavid Herrmann2015-01-111-1/+1
* logind: unify how we cast between uid_t and pointers for hashmap keysLennart Poettering2015-01-091-0/+8
* machined: when cloning a raw disk image, also set the NOCOW flagLennart Poettering2015-01-083-6/+16
* loginctl: show the 10 most recent log user/session log lines in "loginctl use...Lennart Poettering2015-01-082-6/+7
* path-util: plug leakTom Gundersen2015-01-081-0/+3
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-081-0/+2
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-081-0/+3
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-082-0/+36
* util: upgrade default $TERM from vt102 to vt220 if we have no idea about the ...Lennart Poettering2015-01-071-1/+1
* conf-parse: make syntax logging functions behave more like other log functonsLennart Poettering2015-01-072-7/+8
* ptyfwd: simplify how we handle vhangups a bitLennart Poettering2015-01-072-35/+23
* btrfs-util: rework how we iterate through the results of the TREE_SEARCH resultsLennart Poettering2015-01-071-32/+95