Update copyright dates, add new config options and command line args to man pages
This commit is contained in:
parent
cdc1b4d182
commit
b9cef48cb7
|
@ -1,5 +1,6 @@
|
||||||
/* config.h.in. Generated from configure.ac by autoheader. */
|
/* config.h.in. Generated from configure.ac by autoheader. */
|
||||||
|
|
||||||
|
|
||||||
/* Define if building universal (internal helper macro) */
|
/* Define if building universal (internal helper macro) */
|
||||||
#undef AC_APPLE_UNIVERSAL_BUILD
|
#undef AC_APPLE_UNIVERSAL_BUILD
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
|
# From configure.ac Revision: 2.4.3.2 .
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.69 for tripwire 2.4.3.2.
|
# Generated by GNU Autoconf 2.69 for tripwire 2.4.3.2.
|
||||||
#
|
#
|
||||||
|
@ -10,6 +11,8 @@
|
||||||
#
|
#
|
||||||
# This configure script is free software; the Free Software Foundation
|
# This configure script is free software; the Free Software Foundation
|
||||||
# gives unlimited permission to copy, distribute and modify it.
|
# gives unlimited permission to copy, distribute and modify it.
|
||||||
|
#
|
||||||
|
# The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.
|
||||||
## -------------------- ##
|
## -------------------- ##
|
||||||
## M4sh Initialization. ##
|
## M4sh Initialization. ##
|
||||||
## -------------------- ##
|
## -------------------- ##
|
||||||
|
@ -1495,6 +1498,8 @@ generated by GNU Autoconf 2.69
|
||||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||||
This configure script is free software; the Free Software Foundation
|
This configure script is free software; the Free Software Foundation
|
||||||
gives unlimited permission to copy, distribute and modify it.
|
gives unlimited permission to copy, distribute and modify it.
|
||||||
|
|
||||||
|
The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.
|
||||||
_ACEOF
|
_ACEOF
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
@ -3444,6 +3449,9 @@ fi
|
||||||
ac_config_headers="$ac_config_headers config.h"
|
ac_config_headers="$ac_config_headers config.h"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
rm -f src/tripwire/syslog.h 2> /dev/null
|
rm -f src/tripwire/syslog.h 2> /dev/null
|
||||||
chmod 755 install-sh 2> /dev/null
|
chmod 755 install-sh 2> /dev/null
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,9 @@ AC_CANONICAL_TARGET([])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
|
|
||||||
|
AC_COPYRIGHT([The developer of the original code and/or files is Tripwire, Inc. Portions created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. All rights reserved.])
|
||||||
|
AC_REVISION([$Revision: 2.4.3.2 $])
|
||||||
|
|
||||||
dnl #################################
|
dnl #################################
|
||||||
dnl Cleanup Cruft Leftover From Patch
|
dnl Cleanup Cruft Leftover From Patch
|
||||||
dnl #################################
|
dnl #################################
|
||||||
|
|
|
@ -215,6 +215,17 @@ parameter; reports displayed by other modes and other commands
|
||||||
are not affected.
|
are not affected.
|
||||||
.br
|
.br
|
||||||
Initial value: \fI3\fP
|
Initial value: \fI3\fP
|
||||||
|
.IP \f(CWHASH_DIRECT_IO\fP
|
||||||
|
Use direct i/o when hashing files. (Linux-only as of OST 2.4.3.2)
|
||||||
|
.br
|
||||||
|
Initial value: \fIfalse\fP
|
||||||
|
.IP \f(CWRESOLVE_IDS_TO_NAMES\fP
|
||||||
|
Specifies whether to resolve uid/gid values to user & group names. Static
|
||||||
|
binaries may segfault while calling getpwuid/getgrgid in certain
|
||||||
|
nsswitch.conf configurations, and setting this to false will bypass
|
||||||
|
the name resolution step and prevent the segfault.
|
||||||
|
.br
|
||||||
|
Initial value: \fItrue\fP
|
||||||
.SS Email Notification Variables
|
.SS Email Notification Variables
|
||||||
.IP \f(CWMAILMETHOD
|
.IP \f(CWMAILMETHOD
|
||||||
Specifies the protocol to be used by \fITripwire\fR for email
|
Specifies the protocol to be used by \fITripwire\fR for email
|
||||||
|
@ -291,7 +302,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
|
|
|
@ -537,7 +537,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
|
|
|
@ -112,7 +112,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
|
|
|
@ -67,7 +67,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
|
|
|
@ -567,7 +567,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR twadmin (8),
|
.BR twadmin (8),
|
||||||
|
|
|
@ -481,6 +481,10 @@ the local key.
|
||||||
.BI \(hyQ " passphrase\fR, " --site-passphrase " passphrase"
|
.BI \(hyQ " passphrase\fR, " --site-passphrase " passphrase"
|
||||||
Specify site passphrase to be used when generating
|
Specify site passphrase to be used when generating
|
||||||
the site key.
|
the site key.
|
||||||
|
.TP
|
||||||
|
.BI \(hyK " size\fR, " --key-size " size"
|
||||||
|
Specify the key size (1024 or 2048 bits) when generating
|
||||||
|
keys. (Default is 1024.)
|
||||||
.\" *****************************************
|
.\" *****************************************
|
||||||
.Hr
|
.Hr
|
||||||
.if \n(.t<700 .bp
|
.if \n(.t<700 .bp
|
||||||
|
@ -547,7 +551,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
|
|
|
@ -99,7 +99,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
.BR twadmin (8),
|
.BR twadmin (8),
|
||||||
|
|
|
@ -145,7 +145,7 @@ Permission is granted to copy and distribute modified versions of this man page
|
||||||
.PP
|
.PP
|
||||||
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
Permission is granted to copy and distribute translations of this man page into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by Tripwire, Inc.
|
||||||
.PP
|
.PP
|
||||||
Copyright 2000 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
Copyright 2000-2017 Tripwire, Inc. Tripwire is a registered trademark of Tripwire, Inc. in the United States and other countries. All rights reserved.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BR twintro (8),
|
.BR twintro (8),
|
||||||
.BR tripwire (8),
|
.BR tripwire (8),
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) " PACKAGE_VERSION ".")
|
#define TSS_PRODUCT_NAME _T("Open Source Tripwire(R) " PACKAGE_VERSION ".")
|
||||||
|
|
||||||
#define TSS_COPYRIGHT_NOTICE \
|
#define TSS_COPYRIGHT_NOTICE \
|
||||||
_T("Open Source Tripwire 2.4 Portions copyright 2000 Tripwire, Inc. Tripwire is a registered\n\
|
_T("Open Source Tripwire 2.4 Portions copyright 2000-2017 Tripwire, Inc. Tripwire is a registered\n\
|
||||||
trademark of Tripwire, Inc. This software comes with ABSOLUTELY NO WARRANTY;\n\
|
trademark of Tripwire, Inc. This software comes with ABSOLUTELY NO WARRANTY;\n\
|
||||||
for details use --version. This is free software which may be redistributed\n\
|
for details use --version. This is free software which may be redistributed\n\
|
||||||
or modified only under certain conditions; see COPYING for details.\n\
|
or modified only under certain conditions; see COPYING for details.\n\
|
||||||
|
@ -60,7 +60,7 @@ All rights reserved.")
|
||||||
|
|
||||||
#define TSS_COPYRIGHT_NOTICE_LONG \
|
#define TSS_COPYRIGHT_NOTICE_LONG \
|
||||||
_T("The developer of the original code and/or files is Tripwire, Inc. Portions \n\
|
_T("The developer of the original code and/or files is Tripwire, Inc. Portions \n\
|
||||||
created by Tripwire, Inc. are copyright 2000 Tripwire, Inc. Tripwire is a \n\
|
created by Tripwire, Inc. are copyright 2000-2017 Tripwire, Inc. Tripwire is a \n\
|
||||||
registered trademark of Tripwire, Inc. All rights reserved.\n\
|
registered trademark of Tripwire, Inc. All rights reserved.\n\
|
||||||
\n\
|
\n\
|
||||||
This program is free software. The contents of this file are subject to the \n\
|
This program is free software. The contents of this file are subject to the \n\
|
||||||
|
|
Loading…
Reference in New Issue