chiark / gitweb /
sd-login: fix memleak when output argument is NULL
[elogind.git] / src / basic /
2017-07-25 Yu Watanabetime-util: make parse_timestamp() set 0 if the input...
2017-07-25 Zbigniew Jędrzejew... basic/log: use getenv instead of secure_getenv
2017-07-25 Benjamin Robinbasic: Fix build warning in random-util (#6284)
2017-07-25 Peter Huttererudev: move the KEY_* defines to missing.h (#6278)
2017-07-25 Christian Hessecore: link user keyring to session keyring (#6275)
2017-07-25 Zbigniew Jędrzejew... Parse "timeout=0" as infinity in various generators...
2017-07-25 Zbigniew Jędrzejew... Be slightly more verbose in error message
2017-07-25 Lennart Poetteringlogind: make use of EVIOCSMASK input ioctl to mask...
2017-07-25 Lennart Poetteringcore: make IOSchedulingClass= and IOSchedulingPriority...
2017-07-25 Zbigniew Jędrzejew... Copy defines for renameat2 from casync (#6181)
2017-07-25 Zbigniew Jędrzejew... basic/random-util: do not fall back to /dev/urandom...
2017-07-25 Zbigniew Jędrzejew... basic/env-util: when serializing, actually use escaping
2017-07-25 Zbigniew Jędrzejew... manager: just warn about an invalid environment entry
2017-07-25 Lennart Poetteringtime-util: add new call usec_shift_clock() for converti...
2017-07-25 Lennart Poetteringtime-util: rename usec_sub() to usec_sub_signed() and...
2017-07-25 Evgeny Vereshchaginlog: pass the correct length to vsnprintf (#6168)
2017-07-25 Lennart Poetteringcore: make NotifyAccess= and FileDescriptorStoreMax...
2017-07-25 Zbigniew Jędrzejew... basic/rm-rf: allow a symlink to / to be removed
2017-07-25 Zbigniew Jędrzejew... basic/path-util: allow flags for path_equal_or_files_same
2017-07-25 Waldemar BrodkorbMake IDN support conditional
2017-07-25 Zbigniew Jędrzejew... Use "dollar-single-quotes" to escape shell-sensitive...
2017-07-25 Zbigniew Jędrzejew... basic/time-util: make parsing of dual_timestamp more...
2017-07-25 Alexey Brodkinarchitecture: add Synopsys DesignWare ARC cores support...
2017-07-25 Timothée Raviercore: open /proc/self/mountinfo early to allow mounts...
2017-07-25 Matija Skalatimesync/timesyncd-manager: fix format-specifier issues
2017-07-25 Ronny Chevalierenv-util: fix memory leak (#5962)
2017-07-25 Zbigniew Jędrzejew... tree-wide: drop assert.h includes
2017-07-25 Zbigniew Jędrzejew... tree-wide: when %m is used in log_*, always specify...
2017-07-25 Zbigniew Jędrzejew... basic/fileio: extend atomic file writing with timestamp...
2017-07-25 Gary TierneyRevert "selinux: split up mac_selinux_have() from mac_s...
2017-07-25 Franck Buicore: introduce cg_mask_from_string()/cg_mask_to_string()
2017-07-25 Franck Buiparse-util: introduce parse_dev() helper
2017-07-25 Zbigniew Jędrzejew... tmpfiles: use safe_glob()
2017-07-25 Zbigniew Jędrzejew... basic: add readdir_no_dot and safe_glob functions
2017-07-25 Susant SahaniAdd Geneve netlink properties to missing.h
2017-07-25 Zbigniew Jędrzejew... shared/extract-word: replace enum with unsigned int...
2017-07-25 Zbigniew Jędrzejew... basic/log: expose log_dispatch
2017-07-25 Zbigniew Jędrzejew... tree-wide: mark log_struct with _printf_ and fix fallout
2017-07-25 Zbigniew Jędrzejew... basic/log: fix _printf_ annotation on log_object_internalv
2017-07-25 Zbigniew Jędrzejew... basic/random-util: add new header for getrandom()
2017-07-25 Zbigniew Jędrzejew... basic/missing.h: drop inclusion of macro.h
2017-07-25 Zbigniew Jędrzejew... basic/def.h: drop TTY_GID definition
2017-07-25 Jan Synacekbasic: forbid rm_rf() to remove paths ending with ...
2017-07-25 Matija Skalafix includes
2017-07-25 Susant Sahanimissing.h: add vxlan netlink properties
2017-07-25 Zbigniew Jędrzejew... basic/log: split max log level into multiple "realms"
2017-07-21 Sven EdenPrep v233.3: Add HAVE_UTMP information to basic/build.h
2017-07-21 Sven EdenPrep v233.3: Remove stray character.
2017-07-19 Sven EdenPrep v233.3: Unmask various functions for future covera...
2017-07-18 Sven EdenPrep v233.2: Mask unneeded functions and definitions...
2017-07-17 Sven EdenPrep v233: Add missing updates from upstream in src...
2017-07-17 Sven EdenPrep v233: Add missing includes in src/basic
2017-07-17 Sven EdenPrep v233: Unmask now needed functions in src/basic
2017-07-17 Sven EdenPrep v233: Add missing files from upstream and rename...
2017-07-17 Lennart PoetteringRevert "util: Fine tune running_in_chroot() a bit"...
2017-07-17 Lennart Poetteringmount-util: accept that name_to_handle_at() might fail...
2017-07-17 Susant Sahanisocket-util: introduce address_label_valid
2017-07-17 AsciiWolfFix missing space in comments (#5439)
2017-07-17 Lennart Poetteringcgroup: rework cg_all_unified()
2017-07-17 Lennart Poetteringcgroup: rename cg_update_unified() → cg_unified_update()
2017-07-17 Lennart Poetteringcgroup: rename cg_unified() → cg_unified_controller()
2017-07-17 Lennart Poetteringcgroup: change cg_unified() to possibly return errors...
2017-07-17 Lennart Poetteringcgroup-util: check unified_cache before invoking streq()
2017-07-17 Zbigniew Jędrzejew... cgroup-util: fix the case of default=unified, unified...
2017-07-17 Zbigniew Jędrzejew... cgroup-util: cache all cg_is_*_wanted answers, disable...
2017-07-17 stuart-mclarenFix check for signal in set (#5416)
2017-07-17 Lennart PoetteringRevert "basic/strv: allow NULLs to be inserted into...
2017-07-17 Lennart Poetteringlog: never log into foreign fd #2 in PID 1 or its pre...
2017-07-17 Lennart Poetteringbootctl: create loader.conf only if it doesn't exist yet
2017-07-17 Zbigniew Jędrzejew... basic/fileio: use IN_SET
2017-07-17 Zbigniew Jędrzejew... basic/fileio: fix memleak when discarding an invalid...
2017-07-17 Lennart Poetteringcopy: a plain unlink() works here too
2017-07-17 Zbigniew Jędrzejew... cgroup-util: fix the reversed return value of cg_is_uni...
2017-07-17 Zbigniew Jędrzejew... core/mount-setup: if unified hierarchy is not supported...
2017-07-17 Zbigniew Jędrzejew... Rename cg_is_unified_elogind_controller_wanted to cg_is...
2017-07-17 Zbigniew Jędrzejew... build.h: include default cgroup hierarchy setting in...
2017-07-17 Zbigniew Jędrzejew... pid1: add ./configure switch to select default cgroup...
2017-07-17 Zbigniew Jędrzejew... Tighten checking for variable validity
2017-07-17 Lennart Poetteringmissing: add renameat2() definition for 64bit arm ...
2017-07-17 Benjamin Robinvirt: Update cache if the detected vm is virtualbox...
2017-07-17 Lennart Poetteringhostname-util: default to the compile time default...
2017-07-17 Christian Hessevirt: swap order of cpuid and dmi again, but properly...
2017-07-17 Christian Hessevirt: detect qemu/kvm as 'kvm'
2017-07-17 Lennart Poetteringmachined: when copying files from/to userns containers...
2017-07-17 Lennart Poetteringcopy: change the various copy_xyz() calls to take a...
2017-07-17 Zbigniew Jędrzejew... core/manager: split out creation of serialization fd...
2017-07-17 Zbigniew Jędrzejew... Allow braceless variables to be expanded
2017-07-17 Zbigniew Jędrzejew... env-util,fileio: immediately replace variables in load_...
2017-07-17 Zbigniew Jędrzejew... basic/fileio: add helper function for a set of two...
2017-07-17 Zbigniew Jędrzejew... basic/dirent-util: allow suffix to be omitted for diren...
2017-07-17 Zbigniew Jędrzejew... treewide: replace homegrown memory_erase with explicit_...
2017-07-17 Benjamin Robintime-util: Fix overflow check introduce in commit f9778...
2017-07-17 Lennart Poetteringtime-util: add overflow checking to monotonic timestamp...
2017-07-17 Lennart Poetteringtime-util: when formatting usec_t as raw integers use...
2017-07-17 Lennart Poetteringtime-util: when converting to time_t do something usefu...
2017-07-17 Lennart Poetteringtime-util: refuse formatting/parsing times that we...
2017-07-17 Lennart Poetteringtime: time_t is signed, and mktime() is happy to return...
2017-07-17 Lennart Poetteringhexdecoct: use typesafe new() instead of malloc()
2017-07-17 Lennart Poetteringfs-util: unify code we use to check if dirent's d_name...
2017-07-17 3chas3util-lib: Fix chase_symlinks() with absolute symlinks...
next