]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2022-12-22  Alejandro ColomarRemove traces of utmpx
2022-12-22  Alejandro ColomarDisable utmpx permanently
2022-12-22  Alejandro ColomarAssume <utmpx.h> always exists
2022-12-21  Alejandro ColomarRemove pwdauth.c
2022-12-19  Michael VetterAdd support for skeleton files from /usr/etc/skel
2022-12-15  Michael VetterFix useradd audit event logging of ID field
2022-12-15  Alejandro ColomarRemove comments that survived the Helicoprion
2022-12-15  Alejandro ColomarPing? :)
2022-12-15  Alejandro ColomarRemove preprocessor conditionals that are always true
2022-12-15  Alejandro ColomarRemove code conditional on USE_TERMIO
2022-12-15  Alejandro ColomarAssume socket(2) exists
2022-12-15  Alejandro ColomarAssume inet_ntoa(3) exists
2022-12-15  Alejandro ColomarAssume F_* and SEEK_* macros are defined
2022-12-15  Alejandro ColomarRemove code conditional on S_SPLINT_S
2022-12-15  Alejandro ColomarAssume strdup(3) exists
2022-12-15  Alejandro ColomarAssume strcasecmp(3) exists
2022-12-15  Alejandro ColomarAssume rmdir(2) exists
2022-12-15  Alejandro ColomarAssume mkdir(2) exists
2022-12-15  Alejandro ColomarAssume B[0-9]* macros are defined
2022-12-15  Alejandro ColomarAssume SIGTTOU is defined
2022-12-15  Alejandro ColomarAssume SIGTSTP is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_STACK is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_NOFILE is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_FSIZE is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_DATA is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_CPU is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_AS is defined
2022-12-15  Alejandro ColomarAssume RLIMIT_CORE is defined
2022-12-15  Alejandro ColomarAssume getgrgid_r(3) exists
2022-12-15  Alejandro ColomarAssume getgrnam_r(3) exists
2022-12-15  Alejandro ColomarAssume getpwuid_r(3) exists
2022-12-15  Alejandro ColomarAssume getpwnam_r(3) exists
2022-12-15  Alejandro ColomarAssume fsync(2) exists
2022-12-15  Alejandro ColomarAssume fchown(2) exists
2022-12-15  Alejandro ColomarAssume fchmod(2) exists
2022-12-15  Alejandro ColomarAssume l64a(3) exists
2022-12-15  Alejandro ColomarAssume <netdb.h> exists
2022-12-15  Alejandro ColomarRemove preprocessor conditionals that are always true
2022-12-15  Alejandro ColomarAssume <sys/resource.h> exists
2022-12-15  Alejandro ColomarRemove uses of ulimit(3)
2022-12-15  Alejandro ColomarAdd indentation to heavy use of preprocessor conditionals
2022-12-15  Alejandro ColomarRemove unused check for <utime.h>
2022-12-15  Alejandro ColomarRemove unused check for <syslog.h>
2022-12-15  Alejandro ColomarAssume <termios.h> exists
2022-12-15  Alejandro ColomarAssume <utmpx.h> exists
2022-12-15  Alejandro ColomarRemove unused check for <sys/time.h>
2022-12-15  Alejandro ColomarAssume <unistd.h> exists
2022-12-15  Alejandro ColomarRemove unused check for <fcntl.h>
2022-12-12  Alejandro ColomarAssume strstr(3) exists
2022-12-12  Alejandro ColomarAssume snprintf(3) exists
2022-12-12  Alejandro ColomarAssume rename(2) exists
2022-12-12  Alejandro ColomarAssume NULL exists
2022-12-12  Alejandro ColomarAssume strerror(3) exists
2022-12-12  Alejandro ColomarAssume fputs(3) exists
2022-12-12  Alejandro ColomarAssume <locale.h> exists
2022-12-12  Alejandro ColomarRemove unused check for <limits.h>
2022-12-12  Alejandro ColomarAssume <errno.h> exists
2022-12-12  Alejandro ColomarAssume <stdbool.h> exists
2022-12-11  James AddisonAdd '62_usermod_remove_supplementary_groups' test case...
2022-12-11  James AddisonAdd '62_usermod_remove_supplementary_groups' test case...
2022-12-11  James AddisonAdd regression test for 'usermod -rG' -- it should...
2022-12-11  James AddisonPreparation / clarity: rename existing usermod test...
2022-12-05  Guillem Joveragetpass: Hook into build-system
2022-12-05  Alejandro ColomarHide [[gnu::malloc(deallocator)]] in a macro
2022-12-05  Alejandro ColomarReplace the deprecated getpass(3) by our agetpass()
2022-12-05  Alex Colomarlibmisc: agetpass(), erase_pass(): Add functions for...
2022-12-05  Alex ColomarDon't 'else' after a 'noreturn' call
2022-11-28  Iker PedrosaCI: add libbsd and pkg-config dependencies
2022-11-21  Florian WeimerFix HAVE_SHADOWGRP configure check
2022-11-18  Andy ZauggAllow supplementary groups to be added via config file
2022-11-18  Iker Pedrosauseradd: check if subid range exists for user
2022-11-08  Serge HallynRelease 4.13 4.13
2022-11-08  Serge Hallynupdate changelog
2022-11-08  Serge HallynDon't warn when failed to open /etc/nsswitch.conf
2022-10-24  David Michaeluseradd: Fix buffer overflow when using a prefix
2022-10-17  Alejandro Colomaradduser-old.c: Remove program 495/head
2022-10-14  Iker PedrosaRaise limit for passwd and shadow entry length
2022-10-07  Iker Pedrosalastlog: check for localtime() return value
2022-10-07  Iker Pedrosaman: add missing space in useradd.8.xml
2022-10-07  xyzfix `usermod -rG x y` while user `y` is not in group...
2022-10-07  Iker Pedrosalibmisc: minimum id check for system accounts
2022-10-07  Iker Pedrosausermod: report error if homedir does not exist
2022-10-05  Xiamichage: Fix regression in print_date
2022-09-30  Alejandro ColomarUse libc MAX() and MIN()
2022-09-29  Alex ColomarDon't test for NULL before calling free(3)
2022-09-27  Frans Spiesschaertupdated Dutch translation
2022-09-27  Christian Göttschelib: use memzero where applicable
2022-09-27  Christian Göttschelib: use strzero where applicable
2022-09-15  Luca BRUNOlib/commonio: make lock failures more detailed
2022-09-14  Samanta Navarrocopy_tree: carefully treat permissions
2022-09-13  Jan Mackuci(lint): add shell linter - Differential ShellCheck
2022-09-09  Samanta Navarrocopy_tree: do not block on fifos
2022-09-09  Samanta Navarrocopy_tree: use fchmodat instead of chmod
2022-09-03  genBTCuseradd: check MLS enablement before setting serange...
2022-09-03  Alexander Kanavinshadow: use relaxed usernames
2022-09-03  NorwayFunpo: Georgian translation
2022-09-03  NorwayFunpo: Georgian translation
2022-08-31  David Kalnischkiesuseradd: Do not reset non-existent data in {last,fail}log
2022-08-21  Serge HallynRevert "Drop unused function subid_init()"
2022-08-21  Tim Biermannuseradd.8.xml: fix default group id from 100 to 1000...
next