]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
update changelog
authorSerge Hallyn <serge@hallyn.com>
Tue, 8 Nov 2022 16:28:10 +0000 (10:28 -0600)
committerSerge Hallyn <serge@hallyn.com>
Tue, 8 Nov 2022 16:28:10 +0000 (10:28 -0600)
ChangeLog

index e28d98477a2345c0890737f3f9632190e0df90b7..cee7dfdcf97e2fb56108e036278b459c348953be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2022-11-08  Serge Hallyn <serge@hallyn.com>
+
+       * useradd.8: fix default group ID (Tim Biermann)
+       * Revert drop of subid_init() (Serge Hallyn)
+       * Georgian translation (NorwayFun)
+       * useradd: Avoid taking unneeded space: do not reset non-existent data
+         in lastlog (David Kalnischkies)
+       * relax username restrictions (Alexander Kanavin)
+       * selinux: check MLS enabled before setting serange (genBTC)
+       * copy_tree: use fchmodat instead of chmod (Samanta Navarro)
+       * copy_tree: don't block on FIFOs (Samanta Navarro)
+       * add shell linter (Jan Macku)
+       * copy_tree: carefully treat permissions (Samanta Navarro)
+       * lib/commonio: make lock failures more detailed (Luca BRUNO)
+       * lib: use strzero and memzero where applicable (Christian Göttsche)
+       * Update Dutch translation (Frans Spiesschaert)
+       * Don't test for NULL before calling free (Alex Colomar)
+       * Use libc MAX() and MIN() (Alejandro Colomar)
+       * chage: Fix regression in print_date (Xiami)
+       * usermod: report error if homedir does not exist (Iker Pedrosa)
+       * libmisc: minimum id check for system accounts (Iker Pedrosa)
+       * fix usermod -rG x y wrongly adding a group (xyz)
+       * man: add missing space in useradd.8.xml (Iker Pedrosa)
+       * lastlog: check for localtime() return value (Iker Pedrosa)
+       * Raise limit for passwd and shadow entry length (Iker Pedrosa)
+       * Remove adduser-old.c (Alejandro Colomar)
+       * useradd: Fix buffer overflow when using a prefix (David Michael)
+       * Don't warn when failed to open /etc/nsswitch.conf (Serge Hallyn)
+
 2022-08-15  Serge Hallyn <serge@hallyn.com>
 
        * Address CVE-2013-4235 (TOCTTOU when copying directories)