summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-06-26avoid remote buffer overrun on hostbuf[]. From: Joost Pol <joost@pine.nl>OPENBSD_2_9millert2-43/+33
correct bad practice in the code - it uses two changing variables to manage buffer (buf and buflen). we eliminate buflen and use fixed point (ep) as the ending pointer. From: itojun this fix is critical.
2001-04-23This commit was manufactured by cvs2git to create branch 'OPENBSD_2_9'.cvs2svn553-134301/+0
2001-04-23Various man page fixes and improvements from gluk@aaron1-4/+4
2001-04-23crank crypto lib version, just in casederaadt1-1/+1
2001-04-23crank ssl lib version, just in casederaadt2-2/+2
2001-04-23import DSA changes from 0.9.6a (Bleichenbacher attack), ok provos@/deraadt@markus6-42/+132
2001-04-22CRT and DH+SSL fix from 0.9.6a, ok provos@/deraadt@markus4-2/+24
2001-04-17Add an x509v3.cnf in /etc/ssl so that creating certificate authoritiesbeck2-2/+23
form isakmpd works. From Tim Newsham <newsham@lava.net> ok provos@
2001-04-03Add missing return type to dn_comp() prototype in SYNOPSIS; matt@anzen.comaaron1-1/+2
2001-03-10Crank major number. openssl on m68k is now compiled in 32 bit mode insteadderaadt3-3/+3
of 64 bit mode. This makes ssh -2 run about 10x faster, because the 64 bit mul instructions no longer need emulation.
2001-03-09minor irrelevant oopsderaadt1-2/+2
2001-03-09add OpenBSD-m68k target, turning BN_LLONG off, for performance on 060deraadt1-0/+1
2001-03-09build using OpenBSD-m68k on m68k machinesderaadt1-1/+3
2001-03-08document that exit() -> wait() only returns low bitsderaadt1-1/+11
2001-02-17spelling and grammarpjanzen1-3/+3
2001-02-12correct listener side example. from deraadtitojun1-5/+6
2001-02-10Add missing line continuation character. Fixes sparc and powerpc builds.millert1-2/+2
2001-02-10Make sure $RSH is not the empty string.millert1-2/+2
2001-02-09simplify if loops a bit; Reviewed by: beck@brad1-23/+14
2001-02-07uncomment rsa test; ok millert@todd1-2/+2
2001-02-05if a build generates the files, a clean should remove them. ok beck@todd1-2/+14
2001-02-04Fix regression testericj1-2/+2
2001-01-31remove old infrastructure which is not used anymore. Ok'd by beck@brad6-294/+20
2001-01-29$OpenBSD$niklas32-2/+41
2001-01-29$OpenBSD$niklas22-0/+44
2001-01-26Use correct interpretersniklas3-5/+5
2001-01-26wording updates. typo in example (s/err1/errx/).itojun1-15/+16
sync with latest kame.
2001-01-22put more manual pages inderaadt1-2/+46
2001-01-16fix verbosity levels. pointed out by J.D. Carlson <jd@noc7.uchsc.edu>ericj1-6/+7
2001-01-13Sync function comment with man page; fanf@covalent.netmillert1-3/+3
2001-01-12Reverse the order of two loop invariant to make 'strlcat(0, "foo", 0)'millert1-3/+3
not get a SEGV; Richard Kettlewell <rjk@greenend.org.uk>
2001-01-12make sure s always has enough from for trailing \0. even though strlcpy willbeck2-2/+2
truncate, thanks to itojun@
2001-01-05do not refer getnodebyname. sync with kame.itojun1-11/+11
2001-01-05Build dbtest before running the actual test.angelos1-1/+1
2001-01-04grammer/spellingtodd6-12/+12
2001-01-02do not honour environment variables if issetugid, and even more strongly ↵deraadt4-36/+38
support the random device
2000-12-24Various repairs, mostly to get rid of short lines.aaron9-137/+73
2000-12-21more Va stuffderaadt1-6/+9
2000-12-21mdoc prefers `\e' as an escape character.aaron1-3/+3
2000-12-21IPPORT_RESERVED - 1, not 1023deraadt1-2/+4
2000-12-21typo; ciper -> cipheraaron1-2/+2
2000-12-18fix util script runs to not assume they are executable.beck6-6/+6
2000-12-17data base -> databasemillert4-11/+11
2000-12-16Remove - RSA is there now, don't need to talk about it being stubbed.beck1-56/+0
2000-12-16add in forgotten dso stuff.beck1-1/+5
2000-12-15oops, forgot top level makefile.bsd-wrapper on mergebeck1-3/+7
2000-12-15Oops, missed makefile change, and must crank major on these, somebeck3-6/+6
routines which used to be externally used are now macros. ugh.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Even if there's only one example, at leastaaron1-2/+2
this is consistent.
2000-12-15.Sh EXAMPLE -> .Sh EXAMPLES. Move this section before SEE ALSO where itaaron1-28/+28
belongs. Closes PR/1554 from bk@rt.fm.
2000-12-15openssl-engine0.9.6 mergebeck207-0/+0
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds