summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-08-20 18:17:16 +0200
committerBalint Reczey <balint@balintreczey.hu>2022-08-20 18:17:16 +0200
commit675b462b64b213647d0f5c56b1e8440be5890c8a (patch)
tree1cd63eec7594d03a622575136c61d8c813f59503 /ChangeLog
parent0c04b92a9afe5e09a20307d8a5ec98d97ed00f47 (diff)
downloadshadow-675b462b64b213647d0f5c56b1e8440be5890c8a.tar.gz
New upstream version 4.12.2+dfsg1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog69
1 files changed, 69 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6cc8f60..e28d9847 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2022-08-15 Serge Hallyn <serge@hallyn.com>
+
+ * Address CVE-2013-4235 (TOCTTOU when copying directories)
+ (Christian Göttsche)
+
+2022-08-15 Serge Hallyn <serge@hallyn.com>
+
+ * Fix uk manpages
+
+2022-08-08 Serge Hallyn <serge@hallyn.com>
+
+ * Add absolute path hint to --root (Celeste Liu)
+ * Various cleanups (Christian Göttsche)
+ * Fix Ubuntu release used in CI tests (Jeremy Whiting)
+ * add -F options to useradd (and tests) (Masatake YAMATO)
+ * useradd manpage updates (Masatake YAMATO and Alexander Zhang))
+ * Check for ownerid (not just username) in subid ranges (Iker Pedrosa)
+
+2022-07-04 Serge Hallyn <serge@hallyn.com>
+
+ * Declare file local functions static (Christian Göttsche)
+ * Use strict prototypes (Christian Göttsche)
+ * Do not drop const qualifier for Basename (Christian Göttsche)
+ * Constify various pointers (Christian Göttsche)
+ * Don't return uninitialized memory (Christian Göttsche)
+ * Don't let compiler optimize away memory cleaning (Christian Göttsche)
+ * Remove many obsolete compatibility checks and defines (Alejandro Colomar)
+ * Modify ID range check in useradd (Iker Pedrosa)
+ * Use "extern "C"" to make libsubid easier to use from C++ (Alois Wohlschlager)
+ * French translation updates (bubu)
+ * Fix s/with-pam/with-libpam/ (serge)
+ * Spanish translation updates (Fernando)
+ * French translation fixes (Balint Reczey)
+ * Default max group name length to 32 (Jami Kettunen)
+ * Fix PAM service files without-selinux (Ali Riza KESKIN)
+ * Improve manpages (Markus Hiereth)
+ - groupadd, useradd, usermod
+ - groups and id
+ - pwck
+ * Add fedora to CI builds (Iker Pedrosa)
+ * Fix condition under which pw_dir check happens (Ed Neville)
+ * logoutd: switch to strncat (Steve Grubb)
+ * AUTHORS: improve markdown output (Iker Pedrosa)
+ * Handle ERANGE errors correctly (Niko)
+ * Check for fopen NULL return (juyin)
+ * Split get_salt() into its own fn juyin)
+ * Get salt before chroot to ensure /dev/urandom. (juyin)
+ * Chpasswd code cleanup (juyin)
+ * Work around git safe.directory enforcement (serge)
+ * Alphabetize order in usermod help (Matheus Marques)
+ * Erase password copy on error branches (Christian Göttsche)
+ * Suggest using --badname if needed (Iker Pedrosa)
+ * Update translation files (Iker Pedrosa)
+ * Correct badnames option to badname (Iker Pedrosa)
+ * configure: replace obsolete autoconf macros (Christian Göttsche)
+ * tests: replace egrep with grep -E (Sam James)
+ * Update Ukrainian translations (Yuri Chornoivan)
+ * Cleanups (Iker Pedrosa)
+ - Remove redeclared variable
+ - Remove commented out code and FIXMEs
+ - Add header guards
+ - Initialize local variables
+ * CI updates (Iker Pedrosa)
+ - Create github workflow to install dependencies
+ - Enable CodeQL
+ - Update actions version
+ * libmisc: use /dev/urandom as fallback if other methods fail (Xi Ruoyao)
+
+
2022-01-02 Serge Hallyn <serge@hallyn.com>
* build: include lib/shadowlog_internal.h in dist tarballs (Sam James)