.. |
.indent.pro
|
[svn-upgrade] Integrating new upstream version, shadow (4.0.8)
|
2007-10-07 11:46:07 +00:00 |
chage.c
|
* libmisc/pam_pass.c: Define do_pam_passwd() as static and add its prototype.
|
2008-01-05 13:37:32 +00:00 |
chfn.c
|
* libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h>
|
2008-01-05 16:33:43 +00:00 |
chgpasswd.c
|
The crypt_method string always points to a constant string. Add the const qualifier.
|
2008-01-06 12:26:20 +00:00 |
chpasswd.c
|
The crypt_method string always points to a constant string. Add the const qualifier.
|
2008-01-06 12:26:20 +00:00 |
chsh.c
|
* libmisc/pwdcheck.c: Do not include <pwd.h>. Include <shadow.h>
|
2008-01-05 16:33:43 +00:00 |
expiry.c
|
* libmisc/obscure.c: Tag the `old' parameter of palindrome(),
|
2008-01-06 13:20:25 +00:00 |
faillog.c
|
Do not use tabulations in Usage strings.
|
2007-11-24 22:41:24 +00:00 |
gpasswd.c
|
Avoid implicit conversions to booleans.
|
2007-12-27 21:56:45 +00:00 |
groupadd.c
|
Fix typo in comment: s/find_new_uid/find_new_gid/
|
2008-01-22 22:59:06 +00:00 |
groupdel.c
|
* lib/prototypes.h, configure.in, libmisc/Makefile.am,
|
2007-11-18 23:15:26 +00:00 |
groupmems.c
|
Assume optarg and optind are declared in <getopt.h>.
|
2008-01-06 12:52:23 +00:00 |
groupmod.c
|
Add option --password to groupadd and groupmod (similar to useradd and usermod).
|
2008-01-05 14:17:43 +00:00 |
groups.c
|
* lib/prototypes.h, configure.in, libmisc/Makefile.am,
|
2007-11-18 23:15:26 +00:00 |
grpck.c
|
Remove prototypes for __gr_del_entry(), __gr_get_head(),
|
2008-01-06 12:09:38 +00:00 |
grpconv.c
|
Added the subversion svn:keywords property (Id) for proper identification.
|
2007-11-10 23:46:11 +00:00 |
grpunconv.c
|
Added the subversion svn:keywords property (Id) for proper identification.
|
2007-11-10 23:46:11 +00:00 |
id.c
|
* lib/prototypes.h, configure.in, libmisc/Makefile.am,
|
2007-11-18 23:15:26 +00:00 |
lastlog.c
|
* src/lastlog.c: Remove statbuf, not used.
|
2008-01-01 14:38:47 +00:00 |
login_nopam.c
|
* src/login_nopam.c: Use an ANSI prototype for resolve_hostname()
|
2008-01-06 12:07:42 +00:00 |
login.c
|
* libmisc/obscure.c: Tag the `old' parameter of palindrome(),
|
2008-01-06 13:20:25 +00:00 |
logoutd.c
|
Added the subversion svn:keywords property (Id) for proper identification.
|
2007-11-10 23:46:11 +00:00 |
Makefile.am
|
* lib/Makefile.am: Do not link libshadow.la with the intl, crypt,
|
2008-01-06 14:19:32 +00:00 |
newgrp.c
|
* NEWS, src/newgrp.c: Fix segfault when an user returns to an
|
2008-01-21 23:33:43 +00:00 |
newusers.c
|
* src/newusers.c: Compilation fix for PAM support (pamh needs to be
|
2007-12-31 04:57:54 +00:00 |
nologin.c
|
Make a proper prototype for the main() function declaration. (add void)
|
2008-01-05 13:51:43 +00:00 |
passwd.c
|
Avoid setting the password to a const empty string, but set the first char to \0. This avoids a warning.
|
2008-01-06 19:26:58 +00:00 |
pwck.c
|
Remove prototypes for __pw_del_entry(), __pw_get_head(), __spw_del_entry(), and __spw_get_head().
|
2008-01-06 13:00:17 +00:00 |
pwconv.c
|
Added the subversion svn:keywords property (Id) for proper identification.
|
2007-11-10 23:46:11 +00:00 |
pwunconv.c
|
Remove prototype of l64a() (not used in pwunconv).
|
2008-01-06 12:12:30 +00:00 |
su.c
|
* libmisc/obscure.c: Tag the `old' parameter of palindrome(),
|
2008-01-06 13:20:25 +00:00 |
suauth.c
|
* Remove prototype of check_su_auth(). It is redundant with prototypes.h.
|
2008-01-06 13:30:18 +00:00 |
sulogin.c
|
* libmisc/obscure.c: Tag the `old' parameter of palindrome(),
|
2008-01-06 13:20:25 +00:00 |
useradd.c
|
Apply Christian's recommendation:
|
2008-01-23 22:31:38 +00:00 |
userdel.c
|
Do not use tabulations in Usage strings.
|
2007-11-24 22:41:24 +00:00 |
usermod.c
|
Check that the new fields set with -u, -s, -l, -g, -f, -e, -d, and -c
|
2008-01-23 21:50:27 +00:00 |
vipw.c
|
Compilation fix for non-gshadow support.
|
2007-12-30 21:39:57 +00:00 |