removed the old rcs/cvs Id: tags

This commit is contained in:
Bryan Stansell 2018-05-27 23:17:59 -07:00
parent 864f9e7b9a
commit ff83413d6a
45 changed files with 4 additions and 108 deletions

View File

@ -1,10 +1,11 @@
CHANGES CHANGES
======= =======
version 8.2.2 (): version 8.2.2 (May 28, 2018):
- fixes for OpenSSL 1.1+ - patch by Eneas U de Queiroz - fixes for OpenSSL 1.1+ - patch by Eneas U de Queiroz
<cote2004-github@yahoo.com> <cote2004-github@yahoo.com>
- adjustments to documentation after move to github - adjustments to documentation after move to github
- removal of old RCS/CVS tags since we have git
version 8.2.1 (Jun 2, 2015): version 8.2.1 (Jun 2, 2015):
- added TCP keepalives between client and server - TCP-based consoles - added TCP keepalives between client and server - TCP-based consoles
@ -963,7 +964,3 @@ version 6.05:
before version 6.05: before version 6.05:
- Many, many variations. Nothing was tracked well. Bug fixes - Many, many variations. Nothing was tracked well. Bug fixes
and enhancements of various types were applied. and enhancements of various types were applied.
#
# $Id: CHANGES,v 1.251 2015/06/02 17:33:29 bryan Exp $
#

4
FAQ
View File

@ -184,7 +184,3 @@ directed to faq@conserver.com. The FAQ answers the following questions:
- Have you tried a search on the conserver site (it searches - Have you tried a search on the conserver site (it searches
mailing list traffic as well) to see if someone else has gone mailing list traffic as well) to see if someone else has gone
through the same problem? through the same problem?
#
# $Id: FAQ,v 1.9 2003/08/23 19:27:10 bryan Exp $
#

View File

@ -286,8 +286,3 @@ Other Information And Gotchas
connecting to servers, you might be tickling this bug and you connecting to servers, you might be tickling this bug and you
can upgrade the compiler, turn off the optimization, or apply can upgrade the compiler, turn off the optimization, or apply
this code change. this code change.
#
# $Id: INSTALL,v 1.41 2014/04/20 06:45:07 bryan Exp $
#

View File

@ -300,7 +300,3 @@ The more "interesting" escape sequences are the following.
" -- attached (nologging)]" " -- attached (nologging)]"
" -- attached]" " -- attached]"
" -- spy mode]" " -- spy mode]"
#
# $Id: PROTOCOL,v 1.2 2005/09/05 21:54:03 bryan Exp $
#

4
TODO
View File

@ -106,7 +106,3 @@ Bryan Stansell
- quick-recheck of down consoles (for uds) and possibly only log state - quick-recheck of down consoles (for uds) and possibly only log state
changes (instead of each try) : DJ Gregor <dj@gregor.com> changes (instead of each try) : DJ Gregor <dj@gregor.com>
#
# $Id: TODO,v 1.56 2006/04/03 22:20:34 bryan Exp $
#

View File

@ -1,5 +1,3 @@
# $Id: INSTALL.old,v 1.1 2003/11/04 02:36:24 bryan Exp $
To install this program you need root access and access to the physical To install this program you need root access and access to the physical
console of the machine (either through the console server or via the physical console of the machine (either through the console server or via the physical
world). world).

View File

@ -15,7 +15,3 @@ No one I've ever talked to found a need for something like autologin.
Good luck. Good luck.
Bryan Stansell Bryan Stansell
#
# $Id: README,v 1.2 2002/09/23 21:08:42 bryan Exp $
#

View File

@ -1,5 +1,3 @@
# $Id: README.old,v 1.1 2003/11/04 02:36:24 bryan Exp $
This program can be used to put a root shell on the console at boot time. This program can be used to put a root shell on the console at boot time.
See the manual page. See the manual page.

View File

@ -68,9 +68,6 @@
* Global variables * Global variables
*/ */
#ifndef lint
char *rcsid = "$Id: autologin.c,v 1.28 2014/04/20 06:45:07 bryan Exp $";
#endif /* not lint */
extern char *progname; extern char *progname;
gid_t awGrps[NGROUPS_MAX]; gid_t awGrps[NGROUPS_MAX];
int iGrps = 0; int iGrps = 0;

View File

@ -1,7 +1,5 @@
# mkcmd parser for autologin program # mkcmd parser for autologin program
%% %%
static char *rcsid =
"$Id: autologin.m,v 1.1 2003/11/04 02:36:24 bryan Exp $";
%% %%
integer variable "iErrs" { integer variable "iErrs" {

View File

@ -1,4 +1,3 @@
.\" $Id: autologin.man,v 1.2 2004/03/23 18:32:06 bryan Exp $
.TH AUTOLOGIN 8L PUCC .TH AUTOLOGIN 8L PUCC
.SH NAME .SH NAME
autologin \- create an automatic login session from /etc/inittab autologin \- create an automatic login session from /etc/inittab

View File

@ -81,8 +81,7 @@ getopt(int nargc, char **nargv, char *ostr)
#endif /* ! HAVE_GETOPT */ #endif /* ! HAVE_GETOPT */
char char
*progname = *progname = "", *au_terse[] = {
"$Id: main.c,v 1.3 2014/04/20 06:45:07 bryan Exp $", *au_terse[] = {
" [-u] [-c cmd] [-e env=value] [-g group] [-l login] [-t tty]", " [-u] [-c cmd] [-e env=value] [-g group] [-l login] [-t tty]",
" -h", " -h",
" -V", " -V",
@ -105,8 +104,6 @@ int
# define u_terse (au_terse[0]) # define u_terse (au_terse[0])
#endif #endif
static char *rcsid = "$Id: main.c,v 1.3 2014/04/20 06:45:07 bryan Exp $";
/* /*
* parser * parser
*/ */
@ -174,7 +171,7 @@ main(int argc, char **argv)
fMakeUtmp = 0; fMakeUtmp = 0;
continue; continue;
case 'V': case 'V':
printf("%s: %s\n", progname, rcsid); printf("%s\n", progname);
exit(0); exit(0);
} }
break; break;

View File

@ -5,7 +5,3 @@ then modify extensively. The man page for conserver.cf and conserver.passwd
should explain the files with enough detail to get you going. should explain the files with enough detail to get you going.
That's about it. Good luck. That's about it. Good luck.
#
# $Id: INSTALL,v 1.4 2005/05/21 13:47:18 bryan Exp $
#

View File

@ -1,4 +1,3 @@
.\" $Id: conserver.cf.man,v 1.86 2015/06/02 17:19:31 bryan Exp $
.TH CONSERVER.CF 5 "2015/06/02" "conserver-8.2.1" "conserver" .TH CONSERVER.CF 5 "2015/06/02" "conserver-8.2.1" "conserver"
.SH NAME .SH NAME
conserver.cf \- console configuration file for conserver.cf \- console configuration file for

View File

@ -1,4 +1,3 @@
.\" $Id: conserver.passwd.man,v 1.10 2004/01/08 16:12:33 bryan Exp $
.TH CONSERVER.PASSWD 5 "2004/01/08" "conserver-8.2.1" "conserver" .TH CONSERVER.PASSWD 5 "2004/01/08" "conserver-8.2.1" "conserver"
.SH NAME .SH NAME
conserver.passwd \- user access information for conserver.passwd \- user access information for

View File

@ -1,5 +1,4 @@
%!PS-Adobe-2.0 EPSF-1.2 %!PS-Adobe-2.0 EPSF-1.2
%%$Id: label.ps,v 1.1 2003/11/04 02:36:26 bryan Exp $
%%Title: RJ-11 %%Title: RJ-11
%%Creator: A Braunsdorf %%Creator: A Braunsdorf
%%CreationDate: %%CreationDate:

View File

@ -1,7 +1,5 @@
# dummy conserver config file # dummy conserver config file
# #
# $Id: test.cf,v 1.2 2003/07/04 18:04:05 bryan Exp $
#
default full { default full {
rw *; rw *;
} }

View File

@ -1,5 +1,3 @@
# $Id: Sun-serial,v 1.1 2003/11/04 02:36:25 bryan Exp $
If you are going to be hooking Sun consoles to your console server, you If you are going to be hooking Sun consoles to your console server, you
will run into a problem: The sun will halt whenever the cable is unplugged. will run into a problem: The sun will halt whenever the cable is unplugged.
It will also halt when the the console server is powered off and on. To It will also halt when the the console server is powered off and on. To

View File

@ -1,6 +1,4 @@
/* /*
* $Id: access.c,v 5.74 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: access.h,v 5.27 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: client.c,v 5.98 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: client.h,v 5.45 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: consent.c,v 5.155 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: consent.h,v 5.76 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,5 +1,3 @@
.\" @(#)conserver.8 01/06/91 OSU CIS; Thomas A. Fine
.\" $Id: conserver.man,v 1.54 2006/12/31 02:02:48 bryan Exp $
.TH CONSERVER 8 "2006/12/31" "conserver-8.2.1" "conserver" .TH CONSERVER 8 "2006/12/31" "conserver-8.2.1" "conserver"
.SH NAME .SH NAME
conserver \- console server daemon conserver \- console server daemon

View File

@ -1,6 +1,4 @@
/* /*
* $Id: convert.c,v 1.14 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: cutil.c,v 1.143 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: cutil.h,v 1.70 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: fallback.c,v 5.62 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: group.c,v 5.352 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: group.h,v 5.52 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: main.c,v 5.213 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: main.h,v 5.55 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)
@ -36,7 +34,6 @@
/* program options and stuff /* program options and stuff
*/ */
extern char rcsid[];
extern int fAll, fNoinit, fInteractive, fStrip, fDaemon, fReopen, extern int fAll, fNoinit, fInteractive, fStrip, fDaemon, fReopen,
fNoautoreup, fSyntaxOnly; fNoautoreup, fSyntaxOnly;
#if USE_IPV6 #if USE_IPV6

View File

@ -1,6 +1,4 @@
/* /*
* $Id: master.c,v 5.141 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: master.h,v 5.18 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: readcfg.c,v 5.207 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: readcfg.h,v 5.51 2015/06/02 17:19:31 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: version.h,v 1.82 2015/06/01 15:36:59 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: console.c,v 5.191 2015/06/01 15:36:59 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,4 +1,3 @@
.\" $Id: console.man,v 1.66 2015/06/02 17:19:31 bryan Exp $
.TH CONSOLE 1 "2015/06/02" "conserver-8.2.1" "conserver" .TH CONSOLE 1 "2015/06/02" "conserver-8.2.1" "conserver"
.SH NAME .SH NAME
console \- console server client program console \- console server client program

View File

@ -1,6 +1,4 @@
/* /*
* $Id: getpassword.c,v 1.9 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: getpassword.h,v 1.4 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: readconf.c,v 5.8 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -1,6 +1,4 @@
/* /*
* $Id: readconf.h,v 5.7 2014/04/20 06:45:07 bryan Exp $
*
* Copyright conserver.com, 2000 * Copyright conserver.com, 2000
* *
* Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com) * Maintainer/Enhancer: Bryan Stansell (bryan@conserver.com)

View File

@ -22,7 +22,3 @@ I can't verify that these scripts will work for everyone. Hopefully they
will be helpful. will be helpful.
Bryan Stansell Bryan Stansell
#
# $Id: README,v 1.4 2003/09/29 14:29:37 bryan Exp $
#