Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | on openbsd, NI_MAXHOST value is different from RFC2553. PR 1870 | itojun | 2001-06-12 | 1 | -2/+7 | |
| | | | ||||||
* | | | support EDNS0 (RFC2671) buffer size notification on DNS queries. | itojun | 2001-06-11 | 5 | -9/+56 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | "options edns0" in /etc/resolv.conf will enable the behavior. no behavior change if you don't have the line. see resolv.conf(5) for more details. EDNS0 is useful for avoiding TCP DNS queries/replies on larger DNS responses. also, draft-ietf-dnsext-message-size-* plans to mandate EDNS0 support for DNS clients that support IPv6 transport. | |||||
* | | | remove confusing comparison with srand (it does not return the old seed) | assar | 2001-06-09 | 1 | -11/+3 | |
| | | | | | | | | | | | | use .Sh AUTHORS and .An for author | |||||
* | | | License clarification from David Mazieres, ok deraadt@ | pvalchev | 2001-06-05 | 1 | -3/+2 | |
| | | | ||||||
* | | | repair copyright notices for NRL & cmetz; cmetz | deraadt | 2001-06-05 | 4 | -5/+1 | |
| | | | ||||||
* | | | unsigned -> unsigned int; grange@rt.mipt.ru | millert | 2001-05-13 | 1 | -2/+2 | |
| | | | ||||||
* | | | type of function on seperate line | deraadt | 2001-05-13 | 2 | -6/+8 | |
| | | | ||||||
* | | | -1 -> MAP_FAILED | art | 2001-05-11 | 1 | -3/+3 | |
| | | | ||||||
* | | | Use madvise(MADV_FREE) to allow the 'h' option. | art | 2001-05-10 | 1 | -4/+4 | |
| | | | | | | | | | | | | (the code was already there, just not enabled). | |||||
* | | | Document boundary condition when size < strlen(dst). | millert | 2001-05-07 | 1 | -1/+20 | |
| | | | ||||||
* | | | Back out last change, it is intended behavior and update the block | millert | 2001-05-07 | 1 | -5/+5 | |
| | | | | | | | | | | | | comment to reflect this fact. Too early in the morning for me I guess. | |||||
* | | | strlcat() should return strlen(dst) + strlen(src) when size parameter | millert | 2001-05-07 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | <= strlen(dst). Bug report by mark.murnane@ireland.sun.com via the GNOME folks. | |||||
* | | | GAPING_SECURITY_HOLE was removed so there is no -e option. | millert | 2001-05-04 | 2 | -6/+4 | |
| | | | | | | | | | | | | Removed from man page and usage; closes PR 1808 | |||||
* | | | Various man page fixes and improvements from gluk@ | aaron | 2001-04-23 | 1 | -4/+4 | |
| | | | ||||||
* | | | crank crypto lib version, just in case | deraadt | 2001-04-23 | 1 | -1/+1 | |
| | | | ||||||
* | | | crank ssl lib version, just in case | deraadt | 2001-04-23 | 2 | -2/+2 | |
| | | | ||||||
* | | | import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@ | markus | 2001-04-23 | 6 | -42/+132 | |
| | | | ||||||
* | | | CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@ | markus | 2001-04-22 | 4 | -2/+24 | |
| | | | ||||||
* | | | Add an x509v3.cnf in /etc/ssl so that creating certificate authorities | beck | 2001-04-17 | 2 | -2/+23 | |
| | | | | | | | | | | | | | | | form isakmpd works. From Tim Newsham <newsham@lava.net> ok provos@ | |||||
* | | | Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.com | aaron | 2001-04-03 | 1 | -1/+2 | |
| | | | ||||||
* | | | Crank major number. openssl on m68k is now compiled in 32 bit mode instead | deraadt | 2001-03-10 | 3 | -3/+3 | |
| | | | | | | | | | | | | | | | of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation. | |||||
* | | | minor irrelevant oops | deraadt | 2001-03-09 | 1 | -2/+2 | |
| | | | ||||||
* | | | add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060 | deraadt | 2001-03-09 | 1 | -0/+1 | |
| | | | ||||||
* | | | build using OpenBSD-m68k on m68k machines | deraadt | 2001-03-09 | 1 | -1/+3 | |
| | | | ||||||
* | | | document that exit() -> wait() only returns low bits | deraadt | 2001-03-08 | 1 | -1/+11 | |
| | | | ||||||
* | | | spelling and grammar | pjanzen | 2001-02-17 | 1 | -3/+3 | |
| | | | ||||||
* | | | correct listener side example. from deraadt | itojun | 2001-02-12 | 1 | -5/+6 | |
| | | | ||||||
* | | | Add missing line continuation character. Fixes sparc and powerpc builds. | millert | 2001-02-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | Make sure $RSH is not the empty string. | millert | 2001-02-10 | 1 | -2/+2 | |
| | | | ||||||
* | | | simplify if loops a bit; Reviewed by: beck@ | brad | 2001-02-09 | 1 | -23/+14 | |
| | | | ||||||
* | | | uncomment rsa test; ok millert@ | todd | 2001-02-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | if a build generates the files, a clean should remove them. ok beck@ | todd | 2001-02-05 | 1 | -2/+14 | |
| | | | ||||||
* | | | Fix regression test | ericj | 2001-02-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | remove old infrastructure which is not used anymore. Ok'd by beck@ | brad | 2001-01-31 | 6 | -294/+20 | |
| | | | ||||||
* | | | $OpenBSD$ | niklas | 2001-01-29 | 32 | -2/+41 | |
| | | | ||||||
* | | | $OpenBSD$ | niklas | 2001-01-29 | 22 | -0/+44 | |
| | | | ||||||
* | | | Use correct interpreters | niklas | 2001-01-26 | 3 | -5/+5 | |
| | | | ||||||
* | | | wording updates. typo in example (s/err1/errx/). | itojun | 2001-01-26 | 1 | -15/+16 | |
| | | | | | | | | | | | | sync with latest kame. | |||||
* | | | put more manual pages in | deraadt | 2001-01-22 | 1 | -2/+46 | |
| | | | ||||||
* | | | fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu> | ericj | 2001-01-16 | 1 | -6/+7 | |
| | | | ||||||
* | | | Sync function comment with man page; fanf@covalent.net | millert | 2001-01-13 | 1 | -3/+3 | |
| | | | ||||||
* | | | Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)' | millert | 2001-01-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk> | |||||
* | | | make sure s always has enough from for trailing \0. even though strlcpy will | beck | 2001-01-12 | 2 | -2/+2 | |
| | | | | | | | | | | | | truncate, thanks to itojun@ | |||||
* | | | do not refer getnodebyname. sync with kame. | itojun | 2001-01-05 | 1 | -11/+11 | |
| | | | ||||||
* | | | Build dbtest before running the actual test. | angelos | 2001-01-05 | 1 | -1/+1 | |
| | | | ||||||
* | | | grammer/spelling | todd | 2001-01-04 | 6 | -12/+12 | |
| | | | ||||||
* | | | do not honour environment variables if issetugid, and even more strongly ↵ | deraadt | 2001-01-02 | 4 | -36/+38 | |
| | | | | | | | | | | | | support the random device | |||||
* | | | Various repairs, mostly to get rid of short lines. | aaron | 2000-12-24 | 9 | -137/+73 | |
| | | | ||||||
* | | | more Va stuff | deraadt | 2000-12-21 | 1 | -6/+9 | |
| | | | ||||||
* | | | mdoc prefers `\e' as an escape character. | aaron | 2000-12-21 | 1 | -3/+3 | |
| | | |