NetBSD/crypto/dist/krb4
wiz 4c99916337 va_{start,end} audit:
Make sure that each va_start has one and only one matching va_end,
especially in error cases.
If the va_list is used multiple times, do multiple va_starts/va_ends.
If a function gets va_list as argument, don't let it use va_end (since
it's the callers responsibility).

Improved by comments from enami and christos -- thanks!

Heimdal/krb4/KAME changes already fed back, rest to follow.

Inspired by, but not not based on, OpenBSD.
2001-09-24 13:22:25 +00:00
..
Windows Import KTH Kerberos 4 from cryptosrc-intl. 2000-06-16 18:45:32 +00:00
admin Remove formatted man pages. Ok'd by joda. 2001-09-24 12:37:41 +00:00
appl Remove formatted man pages. Ok'd by joda. 2001-09-24 12:37:41 +00:00
cf remove files that were not part of last import 2001-09-23 05:03:52 +00:00
doc import krb4-1.1 2001-09-17 12:09:38 +00:00
etc import krb4-1.1 2001-09-17 12:09:38 +00:00
include import krb4-1.1 2001-09-17 12:09:38 +00:00
kadmin import krb4-1.1 2001-09-17 12:09:38 +00:00
kuser Remove formatted man pages. Ok'd by joda. 2001-09-24 12:37:41 +00:00
lib va_{start,end} audit: 2001-09-24 13:22:25 +00:00
server Remove formatted man pages. Ok'd by joda. 2001-09-24 12:37:41 +00:00
slave Remove formatted man pages. Ok'd by joda. 2001-09-24 12:37:41 +00:00
tools Remove formatted man pages. Ok'd by joda. 2001-09-24 12:37:41 +00:00
COPYRIGHT Import KTH Kerberos 4 from cryptosrc-intl. 2000-06-16 18:45:32 +00:00
ChangeLog import krb4-1.1 2001-09-17 12:09:38 +00:00
Makefile.am import krb4-1.1 2001-09-17 12:09:38 +00:00
Makefile.am.common import krb4-1.1 2001-09-17 12:09:38 +00:00
Makefile.in import krb4-1.1 2001-09-17 12:09:38 +00:00
NEWS import krb4-1.1 2001-09-17 12:09:38 +00:00
PROBLEMS import krb4-1.1 2001-09-17 12:09:38 +00:00
README Import KTH Kerberos 4 from cryptosrc-intl. 2000-06-16 18:45:32 +00:00
README-WIN32 Import KTH Kerberos 4 from cryptosrc-intl. 2000-06-16 18:45:32 +00:00
TODO import krb4-1.1 2001-09-17 12:09:38 +00:00
acconfig.h import krb4-1.1 2001-09-17 12:09:38 +00:00
acinclude.m4 import krb4-1.0.5 2000-12-29 01:42:08 +00:00
aclocal.m4 import krb4-1.1 2001-09-17 12:09:38 +00:00
config.guess import krb4-1.1 2001-09-17 12:09:38 +00:00
config.sub import krb4-1.1 2001-09-17 12:09:38 +00:00
configure import krb4-1.1 2001-09-17 12:09:38 +00:00
configure.in import krb4-1.1 2001-09-17 12:09:38 +00:00
eBones-p9.README Import KTH Kerberos 4 from cryptosrc-intl. 2000-06-16 18:45:32 +00:00
install-sh Import KTH Kerberos 4 from cryptosrc-intl. 2000-06-16 18:45:32 +00:00
ltmain.sh import krb4-1.1 2001-09-17 12:09:38 +00:00
missing import krb4-1.1 2001-09-17 12:09:38 +00:00
mkinstalldirs import krb4-1.0.5 2000-12-29 01:42:08 +00:00

README

*** PLEASE REPORT BUGS AND PROBLEMS TO kth-krb-bugs@nada.kth.se ***

This is a severly hacked up version of Eric Young's eBones-p9 kerberos
version. The DES library has been updated with his 3.23 version and
numerous patches collected over the years have been applied to both
the kerberos and DES sources, most notably the CMU patches for extended
lifetimes that AFS uses. There is also support for AFS built into most
programs. 

The source has been changed to use ANSI C and POSIX to the largest
possible extent. The code in util/et and appl/bsd have not been
updated in this way though (they really need it).

Telnet and telnetd are based on the telnet.95.10.23.NE.tar.Z. Kerberos
authentication is the default and warnings are issued by telnetd if
the telnet client does not turn on encryption.

The r* programs in appl/bsd have been updated with newer sources from
NetBSD and FreeBSD. NOTE: use of telnet is prefered to the use of
rlogin which is a temporary hack and not an Internet standard (and has
only been documented quite recently).  Telnet uses kerberos
authentication to prevent the passing of cleartext passwords and is
thus superior to rlogin.

The distribution has been configured to primarily use kerberos
authentication with a fallback to /etc/passwd passwords. This should
make it easy to do a slow migration to kerberos.  OTP support is also
included in login, popper, and ftpd.

All programs in this distribution follow these conventions:

/usr/athena/bin:	User programs
/usr/athena/sbin:	Administrator programs
/usr/athena/libexec:	Daemons
/etc:			Configuration files
/var/log:		Logfiles
/var/kerberos:		Kerberos database and ACL files

A W3-page is at http://www.pdc.kth.se/kth-krb/

You can get some documentation from ftp://ftp.pdc.kth.se/pub/krb/doc.

Please report bugs and problems to kth-krb-bugs@nada.kth.se

There is a mailing list discussing kerberos at krb4@sics.se, send a
message to majordomo@sics.se to subscribe.