PERFORCE change 32821 for review

Dag-Erling Smorgrav des at FreeBSD.org
Sun Jun 8 16:30:27 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=32821

Change 32821 by des at des.at.des.thinksec.com on 2003/06/08 16:29:37

	Autoconfuse.

Affected files ...

.. //depot/projects/openpam/MANIFEST#17 edit
.. //depot/projects/openpam/Makefile#9 delete
.. //depot/projects/openpam/Makefile.am#1 add
.. //depot/projects/openpam/Makefile.inc#3 delete
.. //depot/projects/openpam/autogen.sh#1 add
.. //depot/projects/openpam/bin/Makefile#8 delete
.. //depot/projects/openpam/bin/Makefile.am#1 add
.. //depot/projects/openpam/bin/Makefile.inc#2 delete
.. //depot/projects/openpam/bin/su/Makefile#9 delete
.. //depot/projects/openpam/bin/su/Makefile.am#1 add
.. //depot/projects/openpam/configure.in#1 add
.. //depot/projects/openpam/doc/Makefile#6 delete
.. //depot/projects/openpam/doc/Makefile.am#1 add
.. //depot/projects/openpam/doc/man/Makefile#14 delete
.. //depot/projects/openpam/doc/man/Makefile.am#1 add
.. //depot/projects/openpam/include/Makefile.am#1 add
.. //depot/projects/openpam/include/security/Makefile.am#1 add
.. //depot/projects/openpam/lib/Makefile#22 delete
.. //depot/projects/openpam/lib/Makefile.am#1 add
.. //depot/projects/openpam/lib/openpam_impl.h#28 edit
.. //depot/projects/openpam/misc/gendoc.pl#27 edit
.. //depot/projects/openpam/modules/Makefile#10 delete
.. //depot/projects/openpam/modules/Makefile.am#1 add
.. //depot/projects/openpam/modules/pam_deny/Makefile#7 delete
.. //depot/projects/openpam/modules/pam_deny/Makefile.am#1 add
.. //depot/projects/openpam/modules/pam_deny/pam_deny.c#9 edit
.. //depot/projects/openpam/modules/pam_permit/Makefile#7 delete
.. //depot/projects/openpam/modules/pam_permit/Makefile.am#1 add
.. //depot/projects/openpam/modules/pam_permit/pam_permit.c#9 edit
.. //depot/projects/openpam/modules/pam_unix/Makefile#4 delete
.. //depot/projects/openpam/modules/pam_unix/Makefile.am#1 add
.. //depot/projects/openpam/modules/pam_unix/pam_unix.c#6 edit

Differences ...

==== //depot/projects/openpam/MANIFEST#17 (text+ko) ====

@@ -1,21 +1,32 @@
 #
-# $P4: //depot/projects/openpam/MANIFEST#16 $
+# $P4: //depot/projects/openpam/MANIFEST#17 $
 #
 CREDITS
 HISTORY
 INSTALL
 LICENSE
 MANIFEST
-Makefile
-Makefile.inc
+Makefile.am
+Makefile.in
 README
 RELNOTES
-bin/Makefile
-bin/Makefile.inc
-bin/su/Makefile
+aclocal.m4
+autogen.sh
+bin/Makefile.am
+bin/Makefile.in
+bin/su/Makefile.am
+bin/su/Makefile.in
 bin/su/su.c
-doc/Makefile
-doc/man/Makefile
+config.guess
+config.h.in
+config.sub
+configure
+configure.in
+depcomp
+doc/Makefile.am
+doc/Makefile.in
+doc/man/Makefile.am
+doc/man/Makefile.in
 doc/man/openpam.3
 doc/man/openpam.man
 doc/man/openpam_borrow_cred.3
@@ -61,13 +72,19 @@
 doc/man/pam_verror.3
 doc/man/pam_vinfo.3
 doc/man/pam_vprompt.3
+include/Makefile.am
+include/Makefile.in
+include/security/Makefile.am
+include/security/Makefile.in
 include/security/openpam.h
 include/security/openpam_version.h
 include/security/pam_appl.h
 include/security/pam_constants.h
 include/security/pam_modules.h
 include/security/pam_types.h
-lib/Makefile
+install-sh
+lib/Makefile.am
+lib/Makefile.in
 lib/openpam_borrow_cred.c
 lib/openpam_configure.c
 lib/openpam_dispatch.c
@@ -125,11 +142,20 @@
 lib/pam_verror.c
 lib/pam_vinfo.c
 lib/pam_vprompt.c
+ltconfig
+ltmain.sh
 misc/gendoc.pl
-modules/Makefile
-modules/pam_deny/Makefile
+missing
+mkinstalldirs
+modules/Makefile.am
+modules/Makefile.in
+modules/pam_deny/Makefile.am
+modules/pam_deny/Makefile.in
 modules/pam_deny/pam_deny.c
-modules/pam_permit/Makefile
+modules/pam_permit/Makefile.am
+modules/pam_permit/Makefile.in
 modules/pam_permit/pam_permit.c
-modules/pam_unix/Makefile
+modules/pam_unix/Makefile.am
+modules/pam_unix/Makefile.in
 modules/pam_unix/pam_unix.c
+stamp-h.in

==== //depot/projects/openpam/lib/openpam_impl.h#28 (text+ko) ====

@@ -31,12 +31,16 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/lib/openpam_impl.h#27 $
+ * $P4: //depot/projects/openpam/lib/openpam_impl.h#28 $
  */
 
 #ifndef _OPENPAM_IMPL_H_INCLUDED
 #define _OPENPAM_IMPL_H_INCLUDED
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <security/openpam.h>
 
 extern const char *_pam_func_name[PAM_NUM_PRIMITIVES];

==== //depot/projects/openpam/misc/gendoc.pl#27 (text+ko) ====

@@ -32,13 +32,14 @@
 # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 # SUCH DAMAGE.
 #
-# $P4: //depot/projects/openpam/misc/gendoc.pl#26 $
+# $P4: //depot/projects/openpam/misc/gendoc.pl#27 $
 #
 
 use strict;
+use locale;
 use Fcntl;
 use Getopt::Std;
-use POSIX qw(strftime);
+use POSIX qw(locale_h strftime);
 use vars qw($COPYRIGHT $TODAY %FUNCTIONS %PAMERR);
 
 $COPYRIGHT = ".\\\"-
@@ -552,6 +553,7 @@
 
     usage()
 	unless (@ARGV && getopts("op", \%opts));
+    setlocale(LC_ALL, "en_US.ISO8859-1");
     $TODAY = strftime("%B %e, %Y", localtime(time()));
     $TODAY =~ s,\s+, ,g;
     if ($opts{'o'} || $opts{'p'}) {

==== //depot/projects/openpam/modules/pam_deny/pam_deny.c#9 (text+ko) ====

@@ -31,9 +31,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/modules/pam_deny/pam_deny.c#8 $
+ * $P4: //depot/projects/openpam/modules/pam_deny/pam_deny.c#9 $
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <sys/param.h>
 
 #include <security/pam_modules.h>

==== //depot/projects/openpam/modules/pam_permit/pam_permit.c#9 (text+ko) ====

@@ -31,9 +31,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/modules/pam_permit/pam_permit.c#8 $
+ * $P4: //depot/projects/openpam/modules/pam_permit/pam_permit.c#9 $
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <sys/param.h>
 
 #include <security/pam_modules.h>

==== //depot/projects/openpam/modules/pam_unix/pam_unix.c#6 (text+ko) ====

@@ -31,9 +31,13 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/modules/pam_unix/pam_unix.c#5 $
+ * $P4: //depot/projects/openpam/modules/pam_unix/pam_unix.c#6 $
  */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <sys/param.h>
 
 #include <pwd.h>
@@ -42,8 +46,8 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifdef __GLIBC__
-#include <crypt.h>
+#ifdef HAVE_CRYPT_H
+# include <crypt.h>
 #endif
 
 #include <security/pam_modules.h>


More information about the p4-projects mailing list