4c99916337
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. |
||
---|---|---|
.. | ||
admin | ||
appl | ||
cf | ||
doc | ||
etc | ||
include | ||
kadmin | ||
kdc | ||
kpasswd | ||
kuser | ||
lib | ||
tools | ||
ChangeLog | ||
ChangeLog.1998 | ||
ChangeLog.1999 | ||
ChangeLog.2000 | ||
Makefile.am | ||
Makefile.am.common | ||
Makefile.in | ||
NEWS | ||
README | ||
TODO | ||
TODO-1.0 | ||
TODO-shadow | ||
acconfig.h | ||
acinclude.m4 | ||
aclocal.m4 | ||
config.guess | ||
config.sub | ||
configure | ||
configure.in | ||
heimdal2netbsd | ||
install-sh | ||
krb5.conf | ||
ltconfig | ||
ltmain.sh | ||
missing | ||
mkinstalldirs |
README
$Id: README,v 1.1.1.1 2000/08/02 19:58:00 assar Exp $ Heimdal is a Kerberos 5 implementation. Please see the manual in doc, by default installed in /usr/heimdal/info/heimdal.info for information on how to install. There are also briefer man pages for most of the commands. Bug reports and bugs are appreciated, see more under Bug reports in the manual on how we prefer them. For more information see the web-page at <http://www.pdc.kth.se/heimdal/> or the mailing lists: heimdal-announce@sics.se low-volume announcement heimdal-discuss@sics.se high-volume discussion send a mail to heimdal-announce-request@sics.se and heimdal-discuss-request@sics.se respectively to subscribe.