summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-172-2/+2
* Merge branch 'mbsencode' of https://github.com/yontalcar/util-linuxKarel Zak2018-01-121-5/+4Star
|\
| * lib/mbsalign: Fix escaping nonprintable multibyte charactersVaclav Dolezal2018-01-111-1/+1
| * lib/mbsalign: escape "\x" when HAVE_WIDECHAR not definedVaclav Dolezal2017-12-221-4/+3Star
* | include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* | lib/sha1: use proper WORDS_BIGENDIAN macroKarel Zak2018-01-021-6/+3Star
|/
* lib/mbsalign: encode \x to \xecxKarel Zak2017-12-201-2/+8
* Merge branch 'gpt-part-name' of https://github.com/yontalcar/util-linuxKarel Zak2017-12-201-2/+2
|\
| * lib/mbsalign: encode backslash to prevent ambiguityVaclav Dolezal2017-11-291-2/+2
* | lib/md5: use ul_/UL_ prefixKarel Zak2017-12-121-13/+13
* | lib/sha1: fix indentionKarel Zak2017-12-121-232/+195Star
* | lib/sha1: use ul_/UL_prefix for symbolsKarel Zak2017-12-121-17/+17
* | lib/timeutils.c: warn format_iso_time() overflowJ William Piggott2017-12-101-6/+9
* | lib/timeutils.c:strxxx_iso: do not wrap tm_yearJ William Piggott2017-12-091-4/+5
* | lib/timeutils.c:strxxx_iso: test conversion errorsJ William Piggott2017-12-091-6/+18
* | lib/timeutils.c: bug fix Segmentation faultJ William Piggott2017-12-091-4/+4
|/
* lib/signames: remove unused functionSami Kerola2017-11-281-5/+0Star
* lib/mbsalign: add mbs_invalid_encode()Karel Zak2017-11-221-0/+80
* lib: Add simple crc32c() functionJohn Groves2017-11-162-0/+103
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-17/+15Star
* lib/timeutils: add get_gmtoff()J William Piggott2017-11-101-2/+66
* md5: declare byteReverse as staticLuca Ceresoli2017-11-081-2/+2
* lib/mangle: return size of the decoded bufferKarel Zak2017-11-011-2/+4
* lib/path: make path_set_prefix() independent on cpu_set_tKarel Zak2017-10-231-15/+14Star
* lib/signames: fix redefinition of 'sys_signame' on OSXKarel Zak2017-10-231-12/+12
* lib/signames: remove signame array from header fileKarel Zak2017-10-231-1/+115
* signames: Make input char buffers constNiklas Hambüchen2017-10-141-2/+2
* kill: Extract signal names into signames.h/signames.cNiklas Hambüchen2017-10-142-1/+97
* lib/pager: check open() return code [coverity scan]Karel Zak2017-10-111-0/+2
* lib/mbsedit: check wctomb() return code [coverity scan]Karel Zak2017-10-111-0/+2
* losetup: fix conflicting types for ‘loopcxt_set_blocksize’Karel Zak2017-10-041-2/+6
* lib/randutils: remove superfluous continueKarel Zak2017-10-021-6/+3Star
* losetup: Add support for logical block sizeStanislav Brabec2017-09-271-0/+50
* setproctitle: fix out of boundary accessTobias Stoeckmann2017-09-261-5/+6
* lib/pwdutils: add xgetlogin()Karel Zak2017-09-181-3/+35
* login: add xgetpwnam()Karel Zak2017-09-182-0/+69
* libuuid: add support for hash-based UUIDsPhilip Prindeville2017-09-052-1/+298
* lib/match: make match_fstype() case insensitiveKarel Zak2017-08-311-2/+2
* misc: fix some printf format stringsRuediger Meier2017-08-161-2/+4
* lib/randutils: reset lose counterKarel Zak2017-08-141-1/+1
* lib/randutils: improve getrandom() usageKarel Zak2017-08-141-18/+46
* lib/randutils.c: More paranoia in getrandom() call.Christopher James Halse Rogers2017-08-081-1/+1
* lib/randutils.c: Fall back gracefully when kernel doesn't support getrandom(2).Christopher James Halse Rogers2017-08-081-18/+26
* parse-date: fix printf formatRuediger Meier2017-07-181-1/+1
* libblkid: don't use CDROM_GET_CAPABILITY ioctl for DM devicesKarel Zak2017-07-121-7/+11
* Merge branch 'path-fixes' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-292-17/+40
|\
| * misc: avoid some dead initialization warningsRuediger Meier2017-06-291-1/+2
| * lsmem: fix, using freed memoryRuediger Meier2017-06-291-3/+3
| * lib/path: add error handling to path_vcreate()Ruediger Meier2017-06-291-9/+25
| * lib/path: fix crash, pathbuf overflowRuediger Meier2017-06-271-4/+10