Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/dist/openpam Import feterita from www.openpam.org



details:   https://anonhg.NetBSD.org/src/rev/9ee1919ca1cb
branches:  trunk
changeset: 574327:9ee1919ca1cb
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Feb 26 20:44:47 2005 +0000

description:
Import feterita from www.openpam.org

diffstat:

 dist/openpam/HISTORY                            |     22 +-
 dist/openpam/MANIFEST                           |      9 +-
 dist/openpam/Makefile.am                        |      2 +-
 dist/openpam/Makefile.in                        |    522 +-
 dist/openpam/RELNOTES                           |      6 +-
 dist/openpam/aclocal.m4                         |   7350 +++++++-
 dist/openpam/bin/Makefile.in                    |    333 +-
 dist/openpam/bin/su/Makefile.in                 |    467 +-
 dist/openpam/config.h.in                        |      5 +-
 dist/openpam/configure                          |  18970 ++++++++++++++++++++-
 dist/openpam/configure.ac                       |     99 +
 dist/openpam/depcomp                            |    355 +-
 dist/openpam/doc/Makefile.in                    |    333 +-
 dist/openpam/doc/man/Makefile.am                |      1 +
 dist/openpam/doc/man/Makefile.in                |    284 +-
 dist/openpam/doc/man/openpam.man                |      5 +-
 dist/openpam/doc/man/openpam_free_envlist.3     |     74 +
 dist/openpam/doc/man/pam.man                    |      9 +-
 dist/openpam/include/Makefile.in                |    333 +-
 dist/openpam/include/security/Makefile.in       |    308 +-
 dist/openpam/include/security/openpam_version.h |      6 +-
 dist/openpam/install-sh                         |    448 +-
 dist/openpam/lib/Makefile.am                    |      9 +-
 dist/openpam/lib/Makefile.in                    |    633 +-
 dist/openpam/lib/openpam_free_envlist.c         |     66 +
 dist/openpam/lib/openpam_log.c                  |     34 +-
 dist/openpam/ltmain.sh                          |   3292 ++-
 dist/openpam/missing                            |    117 +-
 dist/openpam/modules/Makefile.in                |    333 +-
 dist/openpam/modules/pam_deny/Makefile.in       |    455 +-
 dist/openpam/modules/pam_permit/Makefile.in     |    455 +-
 dist/openpam/modules/pam_unix/Makefile.in       |    460 +-
 32 files changed, 30589 insertions(+), 5206 deletions(-)

diffs (truncated from 41787 to 300 lines):

diff -r f5e7e8b5cf49 -r 9ee1919ca1cb dist/openpam/HISTORY
--- a/dist/openpam/HISTORY      Sat Feb 26 20:33:06 2005 +0000
+++ b/dist/openpam/HISTORY      Sat Feb 26 20:44:47 2005 +0000
@@ -1,3 +1,23 @@
+OpenPAM Feterita                                               2005-02-01
+
+ - BUGFIX: Correct numerous markup errors, invalid cross-references,
+   and other issues in the manual pages, with kind assistance from
+   Ruslan Ermilov <ru%freebsd.org@localhost>.
+
+ - BUGFIX: Avoid multiple evaluation of macro arguments in ENTERX()
+   and RETURNX() macros.
+
+ - BUGFIX: Remove an unnecessary and non-portable pointer cast in
+   pam_get_data(3).
+
+ - BUGFIX: Fix identical typos in PAM_ACCT_EXPIRED case in
+   pam_strerror(3) and gendoc.pl.
+
+ - ENHANCE: Minor overhaul of the autoconf / build system.
+
+ - ENHANCE: Add openpam_free_envlist(3).
+
+============================================================================
 OpenPAM Eelgrass                                               2004-02-10
 
  - BUGFIX: Correct array handling bugs in conversation code.
@@ -272,4 +292,4 @@
 
 First (beta) release.
 ============================================================================
-$P4: //depot/projects/openpam/HISTORY#22 $
+$P4: //depot/projects/openpam/HISTORY#23 $
diff -r f5e7e8b5cf49 -r 9ee1919ca1cb dist/openpam/MANIFEST
--- a/dist/openpam/MANIFEST     Sat Feb 26 20:33:06 2005 +0000
+++ b/dist/openpam/MANIFEST     Sat Feb 26 20:44:47 2005 +0000
@@ -1,5 +1,5 @@
 #
-# $P4: //depot/projects/openpam/MANIFEST#18 $
+# $P4: //depot/projects/openpam/MANIFEST#20 $
 #
 CREDITS
 HISTORY
@@ -16,14 +16,11 @@
 config.h.in
 config.sub
 configure
-configure.in
+configure.ac
 depcomp
 install-sh
-ltconfig
 ltmain.sh
 missing
-mkinstalldirs
-stamp-h.in
 bin/
 bin/Makefile.am
 bin/Makefile.in
@@ -41,6 +38,7 @@
 doc/man/openpam.man
 doc/man/openpam_borrow_cred.3
 doc/man/openpam_free_data.3
+doc/man/openpam_free_envlist.3
 doc/man/openpam_get_option.3
 doc/man/openpam_log.3
 doc/man/openpam_nullconv.3
@@ -103,6 +101,7 @@
 lib/openpam_dynamic.c
 lib/openpam_findenv.c
 lib/openpam_free_data.c
+lib/openpam_free_envlist.c
 lib/openpam_get_option.c
 lib/openpam_impl.h
 lib/openpam_load.c
diff -r f5e7e8b5cf49 -r 9ee1919ca1cb dist/openpam/Makefile.am
--- a/dist/openpam/Makefile.am  Sat Feb 26 20:33:06 2005 +0000
+++ b/dist/openpam/Makefile.am  Sat Feb 26 20:44:47 2005 +0000
@@ -1,3 +1,3 @@
 SUBDIRS = lib bin modules doc include
 
-EXTRA_DIST = README CREDITS LICENSE INSTALL MANIFEST RELNOTES
+EXTRA_DIST = CREDITS HISTORY INSTALL LICENSE MANIFEST README RELNOTES
diff -r f5e7e8b5cf49 -r 9ee1919ca1cb dist/openpam/Makefile.in
--- a/dist/openpam/Makefile.in  Sat Feb 26 20:33:06 2005 +0000
+++ b/dist/openpam/Makefile.in  Sat Feb 26 20:44:47 2005 +0000
@@ -1,7 +1,8 @@
-# Makefile.in generated automatically by automake 1.5 from Makefile.am.
+# Makefile.in generated by automake 1.8.5 from Makefile.am.
+# @configure_input@
 
-# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
-# Free Software Foundation, Inc.
+# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
+# 2003, 2004  Free Software Foundation, Inc.
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
@@ -12,103 +13,227 @@
 # PARTICULAR PURPOSE.
 
 @SET_MAKE@
-
-SHELL = @SHELL@
-
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
 VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
 pkgdatadir = $(datadir)/@PACKAGE@
 pkglibdir = $(libdir)/@PACKAGE@
 pkgincludedir = $(includedir)/@PACKAGE@
 top_builddir = .
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
+am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
+install_sh_DATA = $(install_sh) -c -m 644
+install_sh_PROGRAM = $(install_sh) -c
+install_sh_SCRIPT = $(install_sh) -c
 INSTALL_HEADER = $(INSTALL_DATA)
-transform = @program_transform_name@
+transform = $(program_transform_name)
 NORMAL_INSTALL = :
 PRE_INSTALL = :
 POST_INSTALL = :
 NORMAL_UNINSTALL = :
 PRE_UNINSTALL = :
 POST_UNINSTALL = :
-build_alias = @build_alias@
 build_triplet = @build@
-host_alias = @host_alias@
 host_triplet = @host@
-target_alias = @target_alias@
 target_triplet = @target@
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
+       $(srcdir)/Makefile.in $(srcdir)/config.h.in \
+       $(top_srcdir)/configure INSTALL config.guess config.sub \
+       depcomp install-sh ltmain.sh missing
+subdir = .
+ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+am__aclocal_m4_deps = $(top_srcdir)/configure.ac
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
+       $(ACLOCAL_M4)
+am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
+ configure.lineno configure.status.lineno
+mkinstalldirs = $(mkdir_p)
+CONFIG_HEADER = config.h
+CONFIG_CLEAN_FILES =
+SOURCES =
+DIST_SOURCES =
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
+       html-recursive info-recursive install-data-recursive \
+       install-exec-recursive install-info-recursive \
+       install-recursive installcheck-recursive installdirs-recursive \
+       pdf-recursive ps-recursive uninstall-info-recursive \
+       uninstall-recursive
+ETAGS = etags
+CTAGS = ctags
+DIST_SUBDIRS = $(SUBDIRS)
+DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
+distdir = $(PACKAGE)-$(VERSION)
+top_distdir = $(distdir)
+am__remove_distdir = \
+  { test ! -d $(distdir) \
+    || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
+         && rm -fr $(distdir); }; }
+DIST_ARCHIVES = $(distdir).tar.gz
+GZIP_ENV = --best
+distuninstallcheck_listfiles = find . -type f -print
+distcleancheck_listfiles = find . -type f -print
+ACLOCAL = @ACLOCAL@
+AMDEP_FALSE = @AMDEP_FALSE@
+AMDEP_TRUE = @AMDEP_TRUE@
 AMTAR = @AMTAR@
-AS = @AS@
+AR = @AR@
+AUTOCONF = @AUTOCONF@
+AUTOHEADER = @AUTOHEADER@
+AUTOMAKE = @AUTOMAKE@
 AWK = @AWK@
 CC = @CC@
+CCDEPMODE = @CCDEPMODE@
 CFLAGS = @CFLAGS@
+CPP = @CPP@
 CPPFLAGS = @CPPFLAGS@
 CRYPT_LIBS = @CRYPT_LIBS@
+CXX = @CXX@
+CXXCPP = @CXXCPP@
+CXXDEPMODE = @CXXDEPMODE@
+CXXFLAGS = @CXXFLAGS@
+CYGPATH_W = @CYGPATH_W@
+DEFS = @DEFS@
 DEPDIR = @DEPDIR@
-DLLTOOL = @DLLTOOL@
 DL_LIBS = @DL_LIBS@
+ECHO = @ECHO@
+ECHO_C = @ECHO_C@
+ECHO_N = @ECHO_N@
+ECHO_T = @ECHO_T@
+EGREP = @EGREP@
 EXEEXT = @EXEEXT@
+F77 = @F77@
+FFLAGS = @FFLAGS@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
+LDFLAGS = @LDFLAGS@
+LIBOBJS = @LIBOBJS@
+LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LIB_MAJ = @LIB_MAJ@
 LN_S = @LN_S@
-OBJDUMP = @OBJDUMP@
+LTLIBOBJS = @LTLIBOBJS@
+MAKEINFO = @MAKEINFO@
 OBJEXT = @OBJEXT@
 OPENPAM_MODULES_DIR = @OPENPAM_MODULES_DIR@
 PACKAGE = @PACKAGE@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+PATH_SEPARATOR = @PATH_SEPARATOR@
 RANLIB = @RANLIB@
+SET_MAKE = @SET_MAKE@
+SHELL = @SHELL@
+STRIP = @STRIP@
 VERSION = @VERSION@
+WITH_PAM_SU_FALSE = @WITH_PAM_SU_FALSE@
+WITH_PAM_SU_TRUE = @WITH_PAM_SU_TRUE@
+WITH_PAM_UNIX_FALSE = @WITH_PAM_UNIX_FALSE@
+WITH_PAM_UNIX_TRUE = @WITH_PAM_UNIX_TRUE@
+ac_ct_AR = @ac_ct_AR@
+ac_ct_CC = @ac_ct_CC@
+ac_ct_CXX = @ac_ct_CXX@
+ac_ct_F77 = @ac_ct_F77@
+ac_ct_RANLIB = @ac_ct_RANLIB@
+ac_ct_STRIP = @ac_ct_STRIP@
+am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
+am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
+am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
+am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
 am__include = @am__include@
+am__leading_dot = @am__leading_dot@
 am__quote = @am__quote@
+bindir = @bindir@
+build = @build@
+build_alias = @build_alias@
+build_cpu = @build_cpu@
+build_os = @build_os@
+build_vendor = @build_vendor@
+datadir = @datadir@
+exec_prefix = @exec_prefix@
+host = @host@
+host_alias = @host_alias@
+host_cpu = @host_cpu@
+host_os = @host_os@
+host_vendor = @host_vendor@
+includedir = @includedir@
+infodir = @infodir@
 install_sh = @install_sh@
-
+libdir = @libdir@
+libexecdir = @libexecdir@
+localstatedir = @localstatedir@
+mandir = @mandir@
+mkdir_p = @mkdir_p@
+oldincludedir = @oldincludedir@
+prefix = @prefix@
+program_transform_name = @program_transform_name@
+sbindir = @sbindir@
+sharedstatedir = @sharedstatedir@
+sysconfdir = @sysconfdir@
+target = @target@
+target_alias = @target_alias@
+target_cpu = @target_cpu@



Home | Main Index | Thread Index | Old Index