Skip to content

Commit

Permalink
[svn-upgrade] Integrating new upstream version, shadow (4.0.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekral-guest committed Oct 7, 2007
1 parent 164b557 commit 0ee095a
Show file tree
Hide file tree
Showing 148 changed files with 10,656 additions and 6,401 deletions.
434 changes: 345 additions & 89 deletions ChangeLog

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Makefile.in generated by automake 1.9.3 from Makefile.am.
# Makefile.in generated by automake 1.9.4 from Makefile.am.
# @configure_input@

# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Expand Down
32 changes: 28 additions & 4 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
$Id: NEWS,v 1.85 2004/11/09 03:57:36 kloczek Exp $
$Id: NEWS,v 1.104 2005/01/21 20:55:46 kloczek Exp $

shadow-4.0.6 -> shadow-4.0.7

- updated translations: da, es, fi, it, nl, pl, pt,
- added zh_TW translation (from Debian resources),
- remove unused now files in lib/ directory,
- switch faillog to use getopt_long(),
- added de vigr(8), vipw(8) man pages (from Debian resources),
- added ro, sq translations (from Debian resources),
- fixed large file support in lastlog and faillog:
-- added AC_SYS_LARGEFILE macro to autoconf,
-- use fseeko() instead fseek() and remove casting file ofsets to unsigned
long.
- lastlog:
-- rewrited source code using the same style as in chpasswd.c,
-- open lastlog file after finish parse comman line optiomns
(now --help otput can be displayd for users without lastlog
file read permission),
-- cleanups in lastlog(8) man page using the same style as in
chpasswd(8).
- chpasswd:
-- switch chpasswd to use getopt_long() and adds a --md5 option
(by Ian Gulliver <[email protected]>),
-- rewrited chpasswd(8) man page.

shadow-4.0.5 -> shadow-4.0.6

- su: fix adding of pam_env env variables to enviroment
- su: fixed adding of pam_env env variables to enviroment
(Martin Schlemmer <[email protected]>),
- autoconf: fixed filling MAIL_SPOOL_DIR and MAIL_SPOOL_FILE variables
which was allways empty (Gregorio Guidi <[email protected]>),
Expand Down Expand Up @@ -133,7 +157,7 @@ shadow-4.0.1 => shadow-4.0.2

- resolve many fuzzy translations also all this which may cause problems on
displaing long uid/gid,
- allow use "$" on ending in cereated by useradd usermname accouts for allow
- allow use "$" on ending in cereated by useradd usermname accounts for allow
create machine acounts for samba (thanks to Jerome Borsboom
<[email protected]> for point this problem in 4.0.1),
- fix small but ugly bug in configure.in in libpam_mics library detection.
Expand Down Expand Up @@ -164,7 +188,7 @@ shadow-4.0.0 => shadow-4.0.1
shadow-4.0.0-owl-pam-auth.diff
Merge part with reorder initialize PAM and checkin is chage is runed by
root or not - now chage can be runed from non-root account for checking
by user own accout information (if PAM enabled).
by user own account information (if PAM enabled).
- fixes for handle/print correctly 32bit uid/gid (Thorsten Kukuk <[email protected]>),
- implemented functions for better reloading the nscd cache (per NSS map)
(Thorsten Kukuk <[email protected]>),
Expand Down
2 changes: 1 addition & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ALL:
- add handle create user mail spool in maildir format.

- add handle -n switch in groups and id command for allow query is
group/user with specyfied id/gid exist - this will be very useable
group/user with specified id/gid exist - this will be very useable
on automation in packages for quoery/check is group/user exist in system
or not,

Expand Down
4 changes: 2 additions & 2 deletions aclocal.m4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generated automatically by aclocal 1.9.3 -*- Autoconf -*-
# generated automatically by aclocal 1.9.4 -*- Autoconf -*-

# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
# Free Software Foundation, Inc.
Expand Down Expand Up @@ -40,7 +40,7 @@ AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version="1.9"])
# Call AM_AUTOMAKE_VERSION so it can be traced.
# This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
[AM_AUTOMAKE_VERSION([1.9.3])])
[AM_AUTOMAKE_VERSION([1.9.4])])

# AM_AUX_DIR_EXPAND

Expand Down
5 changes: 4 additions & 1 deletion config.guess
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

timestamp='2004-10-25'
timestamp='2004-11-12'

# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -319,6 +319,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
*:OS/390:*:*)
echo i370-ibm-openedition
exit 0 ;;
*:z/VM:*:*)
echo s390-ibm-zvmoe
exit 0 ;;
*:OS400:*:*)
echo powerpc-ibm-os400
exit 0 ;;
Expand Down
9 changes: 9 additions & 0 deletions config.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H

/* Define to 1 if you have the `fseeko' function. */
#undef HAVE_FSEEKO

/* Define to 1 if you have the `fsync' function. */
#undef HAVE_FSYNC

Expand Down Expand Up @@ -378,6 +381,12 @@
/* Build shadow with SELinux support */
#undef WITH_SELINUX

/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS

/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES

/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES

Expand Down
19 changes: 15 additions & 4 deletions config.sub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
# 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.

timestamp='2004-08-29'
timestamp='2004-11-30'

# This file is (in principle) common to ALL GNU software.
# The presence of a machine in this file suggests that SOME GNU software
Expand Down Expand Up @@ -267,7 +267,7 @@ case $basic_machine in
| tahoe | thumb | tic4x | tic80 | tron \
| v850 | v850e \
| we32k \
| x86 | xscale | xstormy16 | xtensa \
| x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
| z8k)
basic_machine=$basic_machine-unknown
;;
Expand Down Expand Up @@ -343,8 +343,8 @@ case $basic_machine in
| tron-* \
| v850-* | v850e-* | vax-* \
| we32k-* \
| x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \
| xtensa-* \
| x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
| xstormy16-* | xtensa-* \
| ymp-* \
| z8k-*)
;;
Expand Down Expand Up @@ -489,6 +489,10 @@ case $basic_machine in
basic_machine=m88k-motorola
os=-sysv3
;;
djgpp)
basic_machine=i586-pc
os=-msdosdjgpp
;;
dpx20 | dpx20-*)
basic_machine=rs6000-bull
os=-bosx
Expand Down Expand Up @@ -1029,6 +1033,10 @@ case $basic_machine in
basic_machine=hppa1.1-winbond
os=-proelf
;;
xbox)
basic_machine=i686-pc
os=-mingw32
;;
xps | xps100)
basic_machine=xps100-honeywell
;;
Expand Down Expand Up @@ -1297,6 +1305,9 @@ case $os in
-kaos*)
os=-kaos
;;
-zvmoe)
os=-zvmoe
;;
-none)
;;
*)
Expand Down
Loading

0 comments on commit 0ee095a

Please sign in to comment.