summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2022-11-10 16:24:06 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-11-10 16:24:06 +0100
commit3987cc788047570ecf10707dfc8958780d85c73c (patch)
tree109724175f07436696f51b14b5abbd3f4d704d6d /ChangeLog
parent8ead740677d19e48690d4f144ab090b83d47059f (diff)
downloadshadow-3987cc788047570ecf10707dfc8958780d85c73c.tar.gz
New upstream version 4.13+dfsg1upstream/4.13+dfsg1upstream
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog31
1 files changed, 28 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index f4780751..cee7dfdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,31 @@
-2022-08-22 Serge Hallyn <serge@hallyn.com>
-
- * Revert the removal of subid_init as pointed out by Balint.
+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>