summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-12-21document svc_getreqset2(), a non-standard interfaceTheo de Raadt
2000-12-21Various repairs, $Id$ tags added, etc.Aaron Campbell
2000-12-21fix typos, aaron@ okAnil Madhavapeddy
2000-12-21mdoc prefers `\e' as an escape character.Aaron Campbell
2000-12-21typo; initalized -> initializedAaron Campbell
2000-12-21typo; initalizes -> intializes. Some other fixes while I'm here.Aaron Campbell
2000-12-21People have difficulty spelling 'initial' and derivatives thereof (too manyAaron Campbell
"i's" I guess).
2000-12-21Better english; from provos@Aaron Campbell
2000-12-21IPPORT_RESERVED - 1, not 1023Theo de Raadt
2000-12-21Revert the previous commit: it made sense for human consumption, but lint(1)Aaron Campbell
and other code checkers don't like this special case. Pointed out by espie@ and michaels@inet.no.
2000-12-21- Get rid of local error() function and instead use err(3).Aaron Campbell
- Add a standard usage() function.
2000-12-21Use arc4random().Aaron Campbell
2000-12-21print keyfile:line for changed hostkeys, for deraadt@; ok deraadt@Markus Friedl
2000-12-21URL of protocol-numbers has changedReinhard J. Sammer
2000-12-21typo; ciper -> cipherAaron Campbell
2000-12-21Add UUCP info documentation.Christian Weisgerber
Lack pointed out by Hans Guenter Weigand <hgw@d1906.inka.de>. - Virgin import of Taylor UUCP 1.06.1 texinfo doc. - Makefile largely by millert@ ok millert@
2000-12-21Eliminate tbl and groff warnings: ru@freebsd.Paul Janzen
2000-12-21Print quotas > 4G correctly; be a little more paranoid with a few buffers.Paul Janzen
2000-12-21Deal with quotas over 4G correctly; also, tidy a bit and be a touch morePaul Janzen
paranoid with some buffers.
2000-12-21Mention that SVR4 expects fully duplex pipesPaul Janzen
2000-12-21Various repairs.Aaron Campbell
2000-12-21grammar and accuracyPaul Janzen
2000-12-21Standard OpenBSD'ifications that happen when new man pages are imported.Aaron Campbell
2000-12-21document net.inet6.icmp6.mtudisc_{hi,lo}watJun-ichiro itojun Hagino
2000-12-21correct ipv6 path mtu discovery.Jun-ichiro itojun Hagino
2000-12-21more careful euid killingTheo de Raadt
2000-12-21use strlcpyTheo de Raadt
2000-12-20the russian forgot to link this to cac.4Theo de Raadt
2000-12-20document "default" argumentTheo de Raadt
2000-12-20Mention that /* NOTREACHED */ is unncessary following an exit(3) call, where itAaron Campbell
is obvious.
2000-12-20use arc4random, clear secrets, use readpassphrase in tokeninit; ok millert@Markus Friedl
2000-12-20remove comments about HPUX and call error() if ioctl fails; from ↵Markus Friedl
stevesk@pobox.com
2000-12-20fix prototypes; from stevesk@pobox.comMarkus Friedl
2000-12-20init pointer to NULL; report from Jan.Iven@cern.chMarkus Friedl
2000-12-20cannot get ip for remote host if proxy_command is usedMarkus Friedl
2000-12-20allow ssh -i userkey for rootMarkus Friedl
2000-12-20Commands for manipulating the token database (ActivCard, CRYPTOCard, or SNK-004)Todd C. Miller
from BSDi. Will be enabled when BSD authentication is turned on (login_token).
2000-12-20Fix a warning.Todd C. Miller
2000-12-20correct copyright noticeTodd C. Miller
2000-12-20Provides ActivCard, CRYPTOCard and SNK-004 authentication from BSDiTodd C. Miller
Will be used when BSD authentication is enabled
2000-12-20Don't recurse into utils as there is no longer a Makefile thereMarco S Hyman
2000-12-19-libiberty is a bogus dependency, so remove it, as we share it with egcs.Marc Espie
PR 1571.
2000-12-19add identd example for tcp6Todd T. Fries
2000-12-19replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned'Markus Friedl
with u_char.
2000-12-19replace <ssl/x.h> with <openssl/x.h>Markus Friedl
2000-12-19remove() -> unlink() for consistencyMarkus Friedl
2000-12-19make sure isakmpd works with the openssl-0.9.6 APIMarkus Friedl
2000-12-19do not reset nonblock if shell is not interactive, from crossd@cs.rpi.eduMarkus Friedl
(i should have commited this about 6 months ago, ok millert@).
2000-12-19bye byeTheo de Raadt
2000-12-19gmp is gone, make it build again; cvs retardMichael Shalayeff