]> git.ipfire.org Git - thirdparty/shadow.git/shortlog
thirdparty/shadow.git
2023-10-27  Serge HallynAdd keys/ directory with public keys for maintainers 825/head
2023-10-26  Michael Vetterman: document --prefix option in chage, chpasswd and...
2023-10-22  Christian Göttschelibmisc/copydir: do not forget errors from directory...
2023-10-20  Serge HallynImprove the login.defs unknown item error message
2023-10-20  Alejandro Colomarautogen.sh: Prepare CFLAGS before ./configure
2023-10-20  Alejandro Colomarlib/: Add missing #include <config.h>
2023-10-20  Alejandro Colomarautogen.sh: CFLAGS: Add -Werror=implicit-function-decla...
2023-10-20  Alejandro Colomarlib/, src/: Use xasprintf() instead of its pattern
2023-10-20  Alejandro Colomarlib/, src/: Use asprintf(3) instead of strlen(3)+malloc...
2023-10-20  Alejandro Colomarlib/copydir.c: Use goto to reduce a conditional branch
2023-10-20  Alejandro Colomartests/unit/test_xasprintf.c: Test x[v]asprintf()
2023-10-20  Alejandro Colomarlib/sprintf.[ch]: Add x[v]asprintf()
2023-10-20  Alejandro Colomarlib/copydir.c: Invert conditional to reduce nesting
2023-10-16  Dimitri John... Fix badname option to be singular just like useradd.
2023-10-16  Dimitri John... Fix mixed-whitespace
2023-10-04  Iker PedrosaRemove TODO
2023-10-04  Iker PedrosaRemove shadow.spec.in
2023-10-04  Iker PedrosaRemove .travis.yml
2023-10-04  Iker Pedrosadoc: remove WISHLIST
2023-10-04  Iker Pedrosadoc: remove README.platforms
2023-10-04  Iker Pedrosadoc: remove cracklib26.diff
2023-10-04  Iker Pedrosadoc: remove console.c.spec.txt
2023-10-04  Iker Pedrosacontrib: remove udbachk.tgz
2023-10-04  Iker Pedrosacontrib: remove shadow-anonftp.patch
2023-10-04  Iker Pedrosacontrib: remove groupmems.shar
2023-10-04  Iker Pedrosacontrib: remove atudel
2023-10-04  Iker PedrosaCI: remove .builds folder
2023-10-03  Johannes Segitzuseradd: Set proper SELinux labels for def_usrtemplate
2023-09-29  Iker Pedrosadoc: add unit tests
2023-09-29  Iker PedrosaCI: build and run unit tests
2023-09-29  Iker Pedrosatests: happy path for active_sessions_count()
2023-09-29  Iker Pedrosaconfigure: add cmocka for unit tests
2023-09-29  Christian Göttschefaillog: check for overflows
2023-09-15  Iker Pedrosautmp: call prepare_utmp() even if utent is NULL
2023-09-04  Vasil Velichkovgroupadd: Improve error message when opening group...
2023-09-04  Alejandro Colomarlib/mempcpy.[ch]: Remove our definition of mempcpy(3)
2023-09-04  Alejandro Colomarlib/pwauth.c: Replace getpass(3) by agetpass()
2023-09-04  Alejandro Colomarlib/agetpass.h: Move prototypes to dedicated header
2023-09-04  Alejandro Colomarlib/pwauth.c: Simplify empty string
2023-09-04  Alejandro Colomarlib/pwauth.c: Remove dead code
2023-09-04  Alejandro Colomarlib/pwauth.c: Remove dead code
2023-09-04  Alejandro Colomarautogen.sh: Support out-of-tree builds
2023-09-01  Alejandro Colomarzustr2stp.h: Assert some assumptions about the size
2023-09-01  Alejandro Colomarstrlcpy.[ch]: Add strlcpy_()
2023-09-01  Alejandro ColomarUse bzero(3) instead of its pattern
2023-09-01  Alejandro ColomarUse CALLOC() instead of its pattern
2023-09-01  Alejandro ColomarUse STRLCPY() instead of its pattern
2023-09-01  Alejandro Colomardefines.h: Remove definition of STRFCPY()
2023-09-01  Alejandro Colomarpasswd: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomargpasswd: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarlogin: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarsu: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarsulogin: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarchsh: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarchfn: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarchage: Replace STRFCPY() by STRLCPY()
2023-09-01  Alejandro Colomarstrlcpy.h: Add STRLCPY() macro
2023-09-01  Alejandro ColomarUse ZUSTR2STP() instead of its pattern
2023-09-01  Alejandro Colomarzustr2stp.h: Add ZUSTR2STP() macro
2023-09-01  Alejandro ColomarCall zustr2stp() where appropriate
2023-09-01  Alejandro Colomarzustr2stp.[ch]: Add zustr2stp()
2023-09-01  Alejandro Colomarlibmisc: Fix wrong #include
2023-09-01  Alejandro ColomarUse MEMZERO() instead of its pattern
2023-09-01  Alejandro Colomarmemzero.h: Add MEMZERO() macro
2023-09-01  Alejandro Colomarsizeof.h: Add SIZEOF_ARRAY() macro
2023-09-01  Alejandro Colomarsizeof.h: Make NITEMS() and derivative macros safe...
2023-09-01  Alejandro Colomarmust_be.h: Add must_be_array() macro
2023-09-01  Alejandro Colomarmust_be.h: Add must_be() macro
2023-09-01  Alejandro Colomarsizeof.h: Move sizeof()-related macros to their own...
2023-09-01  Alejandro Colomarmemzero.h: Remove no-op assignment
2023-09-01  Alejandro Colomarmemzero.[ch]: Define memzero() and strzero() as inline...
2023-09-01  Alejandro Colomarmemzero.h: Remove outdated comments
2023-09-01  Alejandro Colomarmemzero.h: Move memzero() and strzero() to their own...
2023-08-31  Alejandro Colomarlib: Merge libmisc into libshadow
2023-08-30  Alejandro Colomarlib, libmisc: Move source files to lib (where their...
2023-08-21  Christian GöttscheAvoid usage of sprintf
2023-08-21  Christian Göttschecommonio: check for path truncations
2023-08-21  Christian Göttschelib/btrfs: avoid NULL-dereference
2023-08-21  Christian Göttschelib/commonio: drop dead store
2023-08-21  Christian Göttschelogin: use strlcpy to always NUL terminate
2023-08-21  Christian Göttschelib: avoid dropping const qualifier during cast
2023-08-21  Christian GöttscheDrop unnecessary cast to same type
2023-08-21  Christian GöttscheDeclare usage and failure handler noreturn
2023-08-21  Christian Göttschelib/tcbfuncs: operate on file descriptor rather than...
2023-08-19  Alejandro Colomarlibmisc/write_full.c: Improve write_full()
2023-08-18  Heiko BeckerReplace __{BEGIN,END}_DECLS with #ifdef __cplusplus
2023-08-16  Serge Hallynrelease 4.14.0 4.14.0
2023-08-14  Serge Hallynpre-release 4.14.0-rc5 4.14.0-rc5
2023-08-14  Serge Hallynconfigure.ac: check for strlcpy
2023-08-14  Michael VetterRemove intree website
2023-08-13  Serge Hallyn4.14.0-rc4 pre-release 4.14.0-rc4
2023-08-13  Serge HallynReleases: add etc/shadow-maint to distfiles
2023-08-10  Serge Hallyn4.14.0-rc3 4.14.0-rc3
2023-08-10  Iker Pedrosalibmisc: include freezero
2023-08-10  Iker Pedrosalibmisc: add freezero source code
2023-08-10  Iker Pedrosalibmisc: add readpassphrase source code
2023-08-10  Iker Pedrosaconfigure: add `with-libbsd` option
2023-08-10  Iker Pedrosaman: include `shadow-man.xsl` in tarball
2023-08-10  Iker Pedrosaman: include `its.rules` in tarball
2023-08-07  Iker Pedrosaautogen: enable lastlog build
next