nekral-guest
a6336f11f8
* The PAM version now allows chpasswd an user when there are no shadow entries
...
(or maybe PAM behavior changed).
* Document the differences between the 2 versions (PAM will add a shadow entry
and the !PAM version will just update the passwd entry).
This may have to be fixed later, but is not a clear bug.
* Remove unnecessary files
2010-08-27 17:53:14 +00:00
nekral-guest
3b6a675f3f
Use a PAM configuration with the pam_unix md5 option.
2010-08-26 21:31:56 +00:00
nekral-guest
bcd3d8c1b8
Use a PAM configuration without a specific hash option => default to DES.
2010-08-26 21:29:46 +00:00
nekral-guest
7de171da64
Use a PAM configuration with the pam_unix sha256 option.
2010-08-26 21:28:34 +00:00
nekral-guest
fc3fa0e293
Use a pam configuration with the pam_unix sha512 option
2010-08-26 21:27:17 +00:00
nekral-guest
53b2f99d37
Use a default pam configuration using pam_unix sha512 option.
2010-08-26 21:25:48 +00:00
nekral-guest
056347f7a0
The order of groups returned by id has changed.
2010-08-26 21:16:35 +00:00
nekral-guest
80d3925cc1
* Updated for dash
...
* There is no need to send a wrong password. The expect script is already changing the password to a wrong one
* Updated ignore property
2010-08-26 21:11:33 +00:00
nekral-guest
4ff6fdd350
Added missing data files and updated ignore property.
2010-08-26 21:07:25 +00:00
nekral-guest
6fd2918f82
sha512 is now the default pam_unix configuration.
2010-08-26 21:02:41 +00:00
nekral-guest
991d707460
groupmod usage output was changed.
2010-08-26 19:40:23 +00:00
nekral-guest
6268434a34
Error message was updated.
2010-08-26 19:39:20 +00:00
nekral-guest
79bd47d726
* Support for dash
...
* chage usage is sent to stdout instead of stderr
2010-08-26 19:39:01 +00:00
nekral-guest
6a94f65dc6
Updated debug & log information
2010-08-26 19:37:38 +00:00
nekral-guest
f38390ecf8
Support for dash.
2010-08-26 19:36:43 +00:00
nekral-guest
1906527bb8
Support for dash.
2010-08-26 19:34:04 +00:00
nekral-guest
4de1bfac9c
Additional debug information.
2010-08-26 19:32:38 +00:00
nekral-guest
ce8580ca6d
Add the last 2 tests to the default tests.
2010-08-26 19:32:12 +00:00
nekral-guest
78fd15bab1
Added 2 tests for su.
2010-08-26 19:30:52 +00:00
nekral-guest
f32335f6f9
System's default PATH has been updated.
2010-08-26 19:27:03 +00:00
nekral-guest
c7df39a736
Support for dash.
2010-08-26 19:24:28 +00:00
nekral-guest
cc5a9f7708
Fix typo is the log rationale.
2010-08-26 19:18:29 +00:00
nekral-guest
f1bb2c3848
Added support for dash.
2010-08-26 19:16:40 +00:00
nekral-guest
5f632d1a86
Explicitly set PS1 in order to support test environments where the default shell is set to dash.
2010-08-26 19:13:30 +00:00
bubulle
56545b1b78
Mark translation update bugfix
2010-06-24 18:43:55 +00:00
nekral-guest
43c4c62ad7
* debian/control: Do not repeat the Section and Priority fields for the
...
binary packages.
2010-04-05 15:59:06 +00:00
nekral-guest
9530fa372c
* debian/passwd.lintian-overrides: Remove old entries relevant for
...
passwd.config.
2010-04-04 23:14:09 +00:00
nekral-guest
26691d3301
Document the change of Standards-Version.
2010-04-04 23:11:36 +00:00
nekral-guest
a8a28eba99
* debian/control: Standards-Version: bumped to 3.8.4. No changes.
2010-04-02 22:16:29 +00:00
nekral-guest
3cdfbb6cef
* debian/rules, debian/man.insert, debian/man.insert.sed: Hack to avoid bug
...
507673, causing missing apostrophes in the manpages generated by
docbook-xsl.
2010-04-02 22:12:29 +00:00
nekral-guest
250ed8cf16
Document the addition of ttyPZ0..3
2010-04-01 15:41:44 +00:00
nekral-guest
c6e3185f0c
* debian/securetty.linux: Reorganise and synchronise with
...
Documentation/devices.txt
2010-03-30 23:47:25 +00:00
nekral-guest
cd10fe20c5
* debian/login.defs: Updated description of UMASK (used by pam_umask).
2010-03-26 11:51:51 +00:00
nekral-guest
31678f87d9
* New upstream release:
...
- mail checking is no more mentioned in login(1) since it is done by PAM.
Closes : #470059
- The -e (and -c and -m) option was restored in chpasswd (which still uses
PAM by default). Closes : #539354
2010-03-25 19:49:31 +00:00
nekral-guest
b318b6721e
* New upstream release:
...
- Fix interruption of su, newgrp, vipw with Ctrl-Z. Closes: 530231
2010-03-23 13:07:12 +00:00
nekral-guest
0fe9b6b867
* New upstream release:
...
- pwck and grpck stop sorting at the first line which begins with a '+'.
This will avoid messing up with NIS entries. Closes : #567836
2010-03-20 22:10:26 +00:00
nekral-guest
3a91912281
Apply patch already described in the curent changelog:
...
* debian/login.pam: return back to mostly "requisite" for the pam_securetty
PAM module, but ignore PAM_USER_UNKNOWN. This will avoid root from
entering a password, and will also avoid user enumeration attacks.
Mis-typed root login are not protected, only root can be blamed for
mis-typing and entering a password on an insecure line. Users willing to
protect against mis-typed root login can use "requisite", but will be
vulnerable to user enumeration attacks on insecure lines, and should use
pam 1.1.0-4 at least. Closes : #574082 , #531341
2010-03-20 10:57:44 +00:00
nekral-guest
b1286d31fd
- Remove patches applied upstream:
...
+ debian/patches/483_su_fakelogin_wrong_arg0
2010-03-20 10:52:52 +00:00
nekral-guest
5c8a6cd6eb
- Updated patches:
...
+ debian/patches/542_useradd-O_option
2010-03-20 10:45:49 +00:00
nekral-guest
68fdd46a81
* debian/passwd.cron.daily: Handle the backups of the user and group
...
databases so that it can be removed from the standard daily cron job.
Closes : #554170
2010-03-20 10:45:12 +00:00
nekral-guest
76097618c2
- Fixed parsing of gshadow. This fix password support in newgrp.
...
Closes : #569899
2010-03-18 12:18:02 +00:00
nekral-guest
fe99e0edd8
- This also allows, in the chage interactive mode, to specify -1 as the
...
expiration date to disable it. Closes : #573018
2010-03-18 12:10:09 +00:00
nekral-guest
a000373d8d
- Added support for dates already specified as a number of days since
...
Epoch in useradd, usermod and chage. Closes : #562221
2010-03-18 11:56:44 +00:00
bubulle
8c5876cef0
Add bug closure
2010-03-16 08:41:49 +00:00
bubulle
f5e0895b3a
Revert pam_securetty to "requisite"
2010-03-16 06:59:46 +00:00
nekral-guest
da9a0615de
* debian/rules: Added DEB_AUTO_UPDATE_LIBTOOL = pre. Closes : #560633
2010-03-15 10:11:01 +00:00
nekral-guest
1640002065
* debian/login.defs: Improve documentation of USERGROUPS_ENAB.
...
Closes : #572687
2010-03-15 10:06:34 +00:00
nekral-guest
53f2df3ded
- Remove patches applied upstream:
...
+ debian/patches/008_su_no_sanitize_env
2010-03-15 10:00:24 +00:00
nekral-guest
49a95f6c07
- Updated patches:
...
+ debian/patches/523_su_arguments_are_no_more_concatenated_by_default
2010-03-15 09:59:54 +00:00
nekral-guest
3ababb2263
* debian/control: Removed Martin Quinson from the Uploaders, on his request.
2010-01-24 17:30:36 +00:00