summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-05-26use sysctl to get ttl from the kernel; itojun okTheo de Raadt
2002-05-26KNF. remove unneeded variable. from deraadtJun-ichiro itojun Hagino
2002-05-26sync with latest kame. KNF, port number simplification, and suchJun-ichiro itojun Hagino
2002-05-26re-integrate a grammar fixTheo de Raadt
2002-05-26sync with latest KAME tree. -S option uses bind(2), -g option, KNFJun-ichiro itojun Hagino
2002-05-26missed two pid_t conversions; moritz@jodeit.orgTheo de Raadt
2002-05-26syncTheo de Raadt
2002-05-26more MLINKSTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26pid_t cleanupTheo de Raadt
2002-05-26- CPU_MAXID and CPU_CHIPSET were swapped in cpu.hMatthieu Herrb
2002-05-26pid_cleanup, inspired by work by jason@ackley.netTheo de Raadt
2002-05-26pid_t cleanup; itojun okTheo de Raadt
2002-05-26with XXX, note a place we could maybe use arc4random()Theo de Raadt
2002-05-26oops, major oops; moritz@jodeit.orgTheo de Raadt
2002-05-25missed Per Allansson (auth2-chall.c)Kevin Steves
2002-05-25split auth2.c into one file per method; ok provos@/deraadt@Markus Friedl
2002-05-25fix usage; from Sam Smith <S@mSmith.net>.Federico G. Schwindt
2002-05-25syncTheo de Raadt
2002-05-25typo fixes; S@mSmith.netTheo de Raadt
2002-05-25remaining easy snprintf conversionsTheo de Raadt
2002-05-25execlp->execl; from steveskMarkus Friedl
2002-05-25first version of ssh-keysign manpage, ok deraadt@Markus Friedl
2002-05-25kill(pid, sig)... NOT (sig, pid)cvs diff -u kerberosIV/src/appl/bsd/rlogin.cc...Theo de Raadt
2002-05-25__progname stuff; jason@ackley.netTheo de Raadt
2002-05-25incorrrect kill(); jason@ackley.netTheo de Raadt
2002-05-25do not assume scripts are executableTheo de Raadt
2002-05-25Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI.Hugh Graham
2002-05-25use _dl_strncmp() not strncmp(), _dl version is already present and used.Dale Rahn
2002-05-25_dl_strcmp() and _dl_strchr() exist, do not pull these routinesDale Rahn
2002-05-24more IANA values. official # for bridge is assigned. jason okJun-ichiro itojun Hagino
2002-05-24strlcpy at most 16 characters, so says man pageTheo de Raadt
2002-05-24add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.netTheo de Raadt
2002-05-24examples subsection; s@msmith.netTheo de Raadt
2002-05-24replace strcpy with strlcpyTheo de Raadt
2002-05-24enforce SKEY_MAX_CHALLENGE using snprintf()Theo de Raadt
2002-05-24doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE longTheo de Raadt
2002-05-24strlcpy and KNFTheo de Raadt
2002-05-24KNFTheo de Raadt
2002-05-24try to use strlcpy and snprintf more; ok variousTheo de Raadt
2002-05-24Replace strcpy() with strlcpy().Dale Rahn
2002-05-24Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc.Dale Rahn
2002-05-24don't include unused code in the #ifdef BSD_AUTH case; ok markus@Kevin Steves
2002-05-24protect more of the bookkeeping variables with splbio.Artur Grabowski
2002-05-24typoArtur Grabowski
2002-05-24Support mixed (IPv4/v6) address lists, expand to all possible and validDaniel Hartmeier
2002-05-24splbio around biodone.Artur Grabowski
2002-05-24More splbio around biodone protection.Artur Grabowski