summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-0698-14/+343
* chsh: keep struct options in .rodataKarel Zak2015-01-061-1/+1
* chsh: simplify get_shell_list()Karel Zak2015-01-061-8/+5Star
* newgrp: set function arguments read-only when possibleSami Kerola2015-01-051-3/+3
* newgrp: move shell determination closer where it is usedSami Kerola2015-01-051-5/+3Star
* newgrp: simplify if else clausesSami Kerola2015-01-051-7/+4Star
* chsh: fail get_shell_list() check when /etc/shells cannot be openedSami Kerola2015-01-051-5/+3Star
* chsh: simplify check_shell()Sami Kerola2015-01-051-33/+16Star
* chsh: rewrite function interacting with user to get path to new shellSami Kerola2015-01-051-24/+19Star
* chsh: clean up parse_argv()Sami Kerola2015-01-051-8/+3Star
* chsh: allow user to set shell to /bin/sh if none is setSami Kerola2015-01-051-2/+5
* chsh: set few variables read-only and rename one of themSami Kerola2015-01-051-19/+13Star
* chsh: use getline() to support arbitrarily long linesSami Kerola2015-01-051-7/+8
* chfn, chsh: share illegal_passwd_chars() functionSami Kerola2015-01-055-25/+53
* chsh: remove function prototypesSami Kerola2015-01-051-147/+143Star
* cfdisk: improve Dump dialogKarel Zak2015-01-051-9/+6Star
* cfdisk: improve menu clean functionKarel Zak2015-01-051-7/+8
* cfdisk: detect too small partition sizesKarel Zak2015-01-051-6/+15
* chfn: fix compilation without libuserKarel Zak2014-12-191-1/+1
* more: fix compiler warningsKarel Zak2014-12-191-2/+2
* Merge remote-tracking branch 'sami/2014wk49'Karel Zak2014-12-194-330/+332
|\
| * chfn: make command to obey login.defs CHFN_RESTRICT instructionsSami Kerola2014-12-192-8/+81
| * chfn: remove set_changed_data() and add add_missing()Sami Kerola2014-12-191-40/+39Star
| * chfn: rename prompt() to ask_new_field()Sami Kerola2014-12-191-6/+7
| * chfn: move new and old finger structs to chfn control structSami Kerola2014-12-191-89/+76Star
| * chfn: clean up parse_argv()Sami Kerola2014-12-191-30/+18Star
| * chfn: add minimalistic struct chfn_controlSami Kerola2014-12-191-8/+13
| * chfn: simplify parse_passwd() by using strsep()Sami Kerola2014-12-191-36/+15Star
| * chfn: fix usage() regressionSami Kerola2014-12-191-2/+2
| * chfn: use xasprintf() rather than bunch of strlen() and malloc() callsSami Kerola2014-12-191-6/+3Star
| * chfn: rewrite prompt() to use strutilsSami Kerola2014-12-191-39/+20Star
| * chfn: remove function prototypesSami Kerola2014-12-191-142/+134Star
| * lslogins: use hardcoded paths from pathnames.hSami Kerola2014-12-192-2/+3
| * lslogins: add space to systemd journal header and messageSami Kerola2014-12-191-10/+7Star
| * lslogins: reject unknown time format argumentsSami Kerola2014-12-191-21/+19Star
| * lslogins: fix short optionsSami Kerola2014-12-191-3/+2Star
| * lslogins: tell why command failedSami Kerola2014-12-191-1/+1
| * lslogins: make journald last logs time stamps to honor --time-formatSami Kerola2014-12-191-4/+3Star
| * lslogins: allow changing password changed and expiration time formatsSami Kerola2014-12-191-2/+8
* | ipcs: fix shmctl() usageKarel Zak2014-12-193-15/+17
* | tests: don't check the current ipcs limitsKarel Zak2014-12-193-12/+8Star
* | more: blacklist unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-4/+11
* | ipcs: fix two data type errors [AddressSanitizer]Sami Kerola2014-12-191-2/+2
* | lscpu: blacklist vmware_bdoor() AddressSanitizer checkSami Kerola2014-12-191-1/+1
* | include/c: define UL_ASAN_BLACKLIST address_sanitizer function attributeSami Kerola2014-12-191-0/+17
* | strutils: fix unsigned integer overflows [AddressSanitizer]Sami Kerola2014-12-191-3/+6
* | fdisk: (sgi) fix unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-1/+3
* | lib: fix crc32 and crc64 interger overflows [AddressSanitizer]Sami Kerola2014-12-192-2/+5
* | cal: fix signed integer overflow [AddressSanitizer]Sami Kerola2014-12-193-320/+322
* | lib/mbalign: fix unsigned integer overflow [AddressSanitizer]Sami Kerola2014-12-191-1/+1
|/