summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* stpecpy.c: Add string copy function similar to strlcpy(3bsd)strlcpyAlejandro Colomar2022-12-02-0/+79
* strscpy.c: Add string copy function from the Linux kernelAlejandro Colomar2022-12-02-0/+86
* CI: add libbsd and pkg-config dependenciesIker Pedrosa2022-11-28-1/+9
* Fix HAVE_SHADOWGRP configure checkFlorian Weimer2022-11-21-0/+4
* Allow supplementary groups to be added via config fileAndy Zaugg2022-11-18-1/+185
* useradd: check if subid range exists for userIker Pedrosa2022-11-18-2/+2
* Release 4.134.13Serge Hallyn2022-11-08-1/+1
* update changelogSerge Hallyn2022-11-08-0/+29
* Don't warn when failed to open /etc/nsswitch.confSerge Hallyn2022-11-08-1/+0
* useradd: Fix buffer overflow when using a prefixDavid Michael2022-10-24-1/+1
* adduser-old.c: Remove programAlejandro Colomar2022-10-17-301/+1
* Raise limit for passwd and shadow entry lengthIker Pedrosa2022-10-14-5/+22
* lastlog: check for localtime() return valueIker Pedrosa2022-10-07-3/+6
* man: add missing space in useradd.8.xmlIker Pedrosa2022-10-07-1/+1
* fix `usermod -rG x y` while user `y` is not in group `x` will cause user `y` ...xyz2022-10-06-3/+3
* libmisc: minimum id check for system accountsIker Pedrosa2022-10-06-0/+14
* usermod: report error if homedir does not existIker Pedrosa2022-10-06-0/+5
* chage: Fix regression in print_dateXiami2022-10-05-1/+1
* Use libc MAX() and MIN()Alejandro Colomar2022-09-30-8/+1
* Don't test for NULL before calling free(3)Alex Colomar2022-09-29-58/+18
* updated Dutch translationFrans Spiesschaert2022-09-27-54/+18
* lib: use memzero where applicableChristian Göttsche2022-09-27-1/+1
* lib: use strzero where applicableChristian Göttsche2022-09-27-4/+4
* lib/commonio: make lock failures more detailedLuca BRUNO2022-09-15-14/+14
* copy_tree: carefully treat permissionsSamanta Navarro2022-09-14-11/+8
* ci(lint): add shell linter - Differential ShellCheckJan Macku2022-09-12-0/+22
* copy_tree: do not block on fifosSamanta Navarro2022-09-09-4/+4
* copy_tree: use fchmodat instead of chmodSamanta Navarro2022-09-09-1/+1
* useradd: check MLS enablement before setting serange Resolves: https://github...genBTC2022-09-02-13/+16
* shadow: use relaxed usernamesAlexander Kanavin2022-09-02-18/+42
* po: Georgian translationNorwayFun2022-09-02-0/+1
* po: Georgian translationNorwayFun2022-09-02-0/+3041
* useradd: Do not reset non-existent data in {last,fail}logDavid Kalnischkies2022-08-31-2/+4
* Revert "Drop unused function subid_init()"Serge Hallyn2022-08-21-0/+41
* useradd.8.xml: fix default group id from 100 to 1000 according to bbf4b79Tim Biermann2022-08-21-1/+1
* Release 4.12.2 with CVE fix4.12.2Serge Hallyn2022-08-18-1/+6
* Avoid races in copy_tree()Christian Göttsche2022-08-17-112/+218
* Address minor compiler warningsChristian Göttsche2022-08-17-2/+2
* More robust file content copy in copy_tree()Christian Göttsche2022-08-17-4/+54
* Fail if regular file pre-exists in copy_tree()Christian Göttsche2022-08-17-1/+1
* Require symlink supportChristian Göttsche2022-08-17-27/+3
* Avoid races in remove_tree()Christian Göttsche2022-08-17-48/+39
* Avoid races in chown_tree()Christian Göttsche2022-08-17-81/+49
* Release 4.124.12.1Serge Hallyn2022-08-15-1/+5
* uk has no limits.5 translationSerge Hallyn2022-08-12-1/+0
* Add uk to list of man subdirsSerge Hallyn2022-08-12-1/+1
* Release 4.124.12Serge Hallyn2022-08-11-1/+1
* Update changelogSerge Hallyn2022-08-08-0/+9
* libmisc/root_flag: add tips for --root flag only support abspathCeleste Liu2022-08-06-591/+620
* Use function format attribute where applicableChristian Göttsche2022-08-06-11/+7