Age | Commit message (Expand) | Author |
2002-05-26 | pid_t cleanup; itojun ok | Theo de Raadt |
2002-05-26 | with XXX, note a place we could maybe use arc4random() | Theo de Raadt |
2002-05-26 | oops, major oops; moritz@jodeit.org | Theo de Raadt |
2002-05-25 | missed Per Allansson (auth2-chall.c) | Kevin Steves |
2002-05-25 | split auth2.c into one file per method; ok provos@/deraadt@ | Markus Friedl |
2002-05-25 | fix usage; from Sam Smith <S@mSmith.net>. | Federico G. Schwindt |
2002-05-25 | sync | Theo de Raadt |
2002-05-25 | typo fixes; S@mSmith.net | Theo de Raadt |
2002-05-25 | remaining easy snprintf conversions | Theo de Raadt |
2002-05-25 | execlp->execl; from stevesk | Markus Friedl |
2002-05-25 | first version of ssh-keysign manpage, ok deraadt@ | Markus Friedl |
2002-05-25 | kill(pid, sig)... NOT (sig, pid)cvs diff -u kerberosIV/src/appl/bsd/rlogin.cc... | Theo de Raadt |
2002-05-25 | __progname stuff; jason@ackley.net | Theo de Raadt |
2002-05-25 | incorrrect kill(); jason@ackley.net | Theo de Raadt |
2002-05-25 | do not assume scripts are executable | Theo de Raadt |
2002-05-25 | Add a board type for VXT2000+. Info gathered by Daniel SZILAGYI. | Hugh Graham |
2002-05-25 | use _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 routines | Dale Rahn |
2002-05-24 | more IANA values. official # for bridge is assigned. jason ok | Jun-ichiro itojun Hagino |
2002-05-24 | strlcpy at most 16 characters, so says man page | Theo de Raadt |
2002-05-24 | add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net | Theo de Raadt |
2002-05-24 | examples subsection; s@msmith.net | Theo de Raadt |
2002-05-24 | replace strcpy with strlcpy | Theo de Raadt |
2002-05-24 | enforce SKEY_MAX_CHALLENGE using snprintf() | Theo de Raadt |
2002-05-24 | doc that skeychallenge() buffer is at least SKEY_MAX_CHALLENGE long | Theo de Raadt |
2002-05-24 | strlcpy and KNF | Theo de Raadt |
2002-05-24 | KNF | Theo de Raadt |
2002-05-24 | try to use strlcpy and snprintf more; ok various | Theo de Raadt |
2002-05-24 | Replace strcpy() with strlcpy(). | Dale Rahn |
2002-05-24 | Change _dl_strcpy() to _dl_strlcpy(), implementation taken from libc. | Dale Rahn |
2002-05-24 | don't include unused code in the #ifdef BSD_AUTH case; ok markus@ | Kevin Steves |
2002-05-24 | protect more of the bookkeeping variables with splbio. | Artur Grabowski |
2002-05-24 | typo | Artur Grabowski |
2002-05-24 | Support mixed (IPv4/v6) address lists, expand to all possible and valid | Daniel Hartmeier |
2002-05-24 | splbio around biodone. | Artur Grabowski |
2002-05-24 | More splbio around biodone protection. | Artur Grabowski |
2002-05-24 | add LIBS option the crunchgen config, allows adding custom libraries | Markus Friedl |
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)... | Artur Grabowski |
2002-05-24 | protect biodone with splbio. | Artur Grabowski |
2002-05-24 | protect biodone with splbio (this is the first time the splbio is | Artur Grabowski |
2002-05-24 | Replace a home-grown splassert-like thing with the real stuff. | Artur Grabowski |
2002-05-24 | make a strict check before sending FQDN node information reply. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-24 | Protect biodone with splbio. | Artur Grabowski |
2002-05-24 | protect biodone with splbio | Artur Grabowski |
2002-05-24 | stat ssh-keysign first, print error if stat fails; | Markus Friedl |
2002-05-24 | cluster_callback is a b_iodone handler. Since it calls functions | Artur Grabowski |
2002-05-24 | fix name, ok deraadt | Peter Stromberg |
2002-05-24 | minor cleanup | Eric Jackson |
2002-05-24 | not needed; deraadt@ ok | Federico G. Schwindt |
2002-05-24 | replace code w/ no license w/ public domain code | Eric Jackson |