5e3b5ba676
* execute missing tests * make sure /etc/shadow remain owned by group shadow after each test execution * make sure /nonexistent is not created after each test execution
nekral-guest2012-02-04 16:10:02 +00:00
1bd5acfa3f
* debian/login.defs: Set the default encryption method to SHA512. Closes: #657717nekral-guest2012-01-28 19:05:05 +00:00
a10d121ff7
* debian/control: depends on dpkg-dev (>= 1.16.1~) for including /usr/share/dpkg/buildflags.mk * debian/control: Standards-Version: bumped to 3.9.2. No changes.
nekral-guest2012-01-28 18:57:31 +00:00
c1eecc94ec
* NEWS, configure.in, man/da/Makefile.am, man/Makefile.am: Build manpages with more than 50% translated messages. * man/fr/Makefile.am: Add missing manpages: chgpasswd.8, groupmems.8, nologin.8, sulogin.8. * man/de/Makefile.am: Add missing manpages: chage.1, chgpasswd.8, chpasswd.8, expiry.1, faillog.5, faillog.8, getspnam.3, gpasswd.1, groupadd.8, groupdel.8, groupmems.8, groupmod.8, grpck.8, grpconv.8, grpunconv.8, gshadow.5, lastlog.8, login.defs.5, logoutd.8, newusers.8, nologin.8, pwck.8, pwconv.8, pwunconv.8, sg.1, shadow.3, shadow.5, suauth.5, useradd.8, userdel.8, usermod.8, limits.5, login.access.5, porttime.5, id.1, sulogin.8 * man/zh_CN/Makefile.am: Add missing manpages: chgpasswd.8, groupmems.8, nologin.8, sulogin.8 * man/pl/Makefile.am, man/sv/Makefile.am, man/it/Makefile.am: Translate only manpages with more than 50% translated messages. * man/po/da.po: Do not translate names of manpages (newusers, limits, groups)
nekral-guest2012-01-28 16:53:23 +00:00
36018131dd
* debian/rules: Do not hard-code CFLAGS and LDFLAGS. Build with all hardening flags set. Closes: #657010nekral-guest2012-01-24 22:23:06 +00:00
f35045dcf1
* Raisethe security issue at the top of the debian changelog. * Refreshed patches
nekral-guest2012-01-24 19:36:45 +00:00
2c24c012bd
* lib/prototypes.h, lib/Makefile.am, po/POTFILES.in, libmisc/copydir.c, lib/selinux.c: Move set_selinux_file_context() and reset_selinux_file_context() from libmisc/copydir.c to lib/selinux.c. * lib/commonio.c: Use set_selinux_file_context() and reset_selinux_file_context() instead of using the existing database SELinux context to set the context for the newly created files.
nekral-guest2011-12-09 22:13:02 +00:00
cc8be680ca
* src/vipw.c: Do not use a hardcoded program name in the usage message.
nekral-guest2011-12-09 21:35:57 +00:00
360f12cd44
* src/usermod.c, man/usermod.8.xml: usermod -Z "" removes the SELinux user mapping for the modified user. * src/useradd.c: Zflg is #defined as user_selinux non empty.
nekral-guest2011-11-21 22:02:15 +00:00
e570b8ded4
* libmisc/copydir.c: Ignore errors to copy ACLs if the operation is not supported.
nekral-guest2011-11-21 19:34:22 +00:00
5f5b7d56a6
Remove data files generated by the tests.
nekral-guest2011-11-20 14:52:44 +00:00
bd4a6c9966
* src/passwd.c: Add missing cast. * lib/commonio.c: Avoid multiple statements per line. * lib/commonio.c: Ignore fclose return value when the file was open read only or was not changed, or if an error is already reported.
nekral-guest2011-11-19 22:00:00 +00:00
4049c0e69e
* src/chage.c: Cast 3rd date_to_str parameter to a time_t
nekral-guest2011-11-19 21:56:10 +00:00
05823ad867
* lib/selinux.c: vasprintf requires _GNU_SOURCE to be defined before including stdio.h.
nekral-guest2011-11-19 21:55:00 +00:00
82d767d121
* libmisc/root_flag.c, src/gpasswd.c, src/chsh.c: Add splint annotations. * src/pwconv.c, src/pwunconv.c, src/grpconv.c, src/grpunconv.c: Ignore return value of spw_rewind, pw_rewind, sgr_rewind, and gr_rewind. * lib/commonio.h: Both head and tail cannot be owned. Set tail as dependent. * src/expiry.c: Ignore return value of expire (). * src/expiry.c: The catch_signals function does not use its sig parameter. * src/userdel.c: Last audit_logger parameter is a shadow_audit_result, use SHADOW_AUDIT_FAILURE instead of 0.
nekral-guest2011-11-19 21:51:52 +00:00
6e2c6ffdf7
* src/faillog.c: The fail_max field is a short, use a short also for the max argument of setmax / setmax_one. * src/faillog.c: Fail with an error message when faillog fails to write to the faillog database.
nekral-guest2011-11-19 21:44:34 +00:00
89c37173e1
* debian/patches/506_relaxed_usernames: Also forbid names containing a comma.
nekral-guest2011-11-19 15:09:54 +00:00
7ab1a77227
* debian/patches/901_testsuite_gcov: Do not revert the locale when testing with gcov to avoid coverage false negatives. This does not impact the debian binary package, only the test package.
nekral-guest2011-11-19 15:01:22 +00:00
5762d08f4f
* man/gpasswd.1.xml: Document the difference between the -r and -R options.
nekral-guest2011-11-19 14:34:59 +00:00
61bb0aa943
* man/useradd.8.xml, man/groupadd.8.xml, man/usermod.8.xml, man/groupmod.8.xml: Avoid hardcoded values, and reference instead the configuration options (e.g. UID_MIN) * man/groupmod.8.xml, man/usermod.8.xml: Add missing reference to login.defs * man/login.defs.d/UID_MAX.xml, man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/GID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml: Document the default values.
nekral-guest2011-11-19 14:33:53 +00:00