4f275ec75b
* man/it/Makefile.am: Activate all manpages.
nekral-guest
2012-02-11 18:29:17 +00:00
1528ae16a0
* man/po/it.po: Updated after review.
nekral-guest
2012-02-11 18:28:04 +00:00
d069726634
* man/po/it.po: Updated to 1173t.
nekral-guest
2012-02-11 09:31:17 +00:00
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-guest
2012-02-04 16:10:02 +00:00
7ca179b885
Add 24 tests for the --root options
nekral-guest
2012-02-04 16:07:22 +00:00
c71d787454
2012-01-28 Innocent De Marchi <tangram.peces@gmail.com> * po/ca.po: Updated to 557t.
nekral-guest
2012-01-28 19:13:08 +00:00
1bd5acfa3f
* debian/login.defs: Set the default encryption method to SHA512. Closes: #657717
nekral-guest
2012-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-guest
2012-01-28 18:57:31 +00:00
36018131dd
* debian/rules: Do not hard-code CFLAGS and LDFLAGS. Build with all hardening flags set. Closes: #657010
nekral-guest
2012-01-24 22:23:06 +00:00
f35045dcf1
* Raisethe security issue at the top of the debian changelog. * Refreshed patches
nekral-guest
2012-01-24 19:36:45 +00:00
4efcee14e4
2012-01-23 Thomas Vasileiou <thomas-v@wildmail.com> * po/el.po: Updated to 553t.
nekral-guest
2012-01-23 22:29:33 +00:00
b2b259a985
German translation update
bubulle
2012-01-19 19:37:36 +00:00
1640d73997
2012-01-18 Bjørn Steensrud <bjornst@skogkatt.homelinux.org> * po/nb.po: Updated to 557t. Thanks also to Hans Fredrik Nordhaug.
nekral-guest
2012-01-18 21:08:28 +00:00
1b4d4b6708
2012-01-16 NAKANO Takeo <nakano@webmasters.gr.jp> * po/ja.po: Updated to 557t 2012-01-16 Simon Brandmair <sbrandmair@gmx.net> * man/po/de.po: Updated to 1173t.
nekral-guest
2012-01-18 21:01:50 +00:00
22591a77b2
New entry for vipw.
nekral-guest
2012-01-15 21:26:56 +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-guest
2011-12-09 22:13:02 +00:00
cc8be680ca
* src/vipw.c: Do not use a hardcoded program name in the usage message.
nekral-guest
2011-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-guest
2011-11-21 22:02:15 +00:00
e570b8ded4
* libmisc/copydir.c: Ignore errors to copy ACLs if the operation is not supported.
nekral-guest
2011-11-21 19:34:22 +00:00
5f5b7d56a6
Remove data files generated by the tests.
nekral-guest
2011-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-guest
2011-11-19 22:00:00 +00:00
4049c0e69e
* src/chage.c: Cast 3rd date_to_str parameter to a time_t
nekral-guest
2011-11-19 21:56:10 +00:00
05823ad867
* lib/selinux.c: vasprintf requires _GNU_SOURCE to be defined before including stdio.h.
nekral-guest
2011-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-guest
2011-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-guest
2011-11-19 21:44:34 +00:00
89c37173e1
* debian/patches/506_relaxed_usernames: Also forbid names containing a comma.
nekral-guest
2011-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-guest
2011-11-19 15:01:22 +00:00
5762d08f4f
* man/gpasswd.1.xml: Document the difference between the -r and -R options.
nekral-guest
2011-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-guest
2011-11-19 14:33:53 +00:00
2f1e13ff7a
Ignore the generated POTFILES file.
nekral-guest
2011-11-19 14:29:20 +00:00
653d22c3e9
* src/gpasswd.c: Change of group password enforces gshadow password. Set /etc/group password to "x".
nekral-guest
2011-11-19 14:27:48 +00:00