| Age | Commit message (Expand) | Author |
| 2003-12-11 | Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) | dyoung |
| 2003-11-23 | avoid memory leak. hint from Andrew Lunn | itojun |
| 2003-11-23 | do not malloc(0). Andrew Lunn | itojun |
| 2003-11-20 | Patch OpenSSL to use opencrypto (aka /dev/crypto), if configured and | jonathan |
| 2003-11-17 | Various typo fixes from Jonathon Gray via jmc@openbsd. | wiz |
| 2003-11-13 | typo. minoura | itojun |
| 2003-11-09 | pfkey_dump_sadb: when it get an error using sysctl, | yamt |
| 2003-11-04 | sync w/ openssl 0.9.7c. shlib minor bump for libcrypto. | itojun |
| 2003-11-04 | more unifdef | itojun |
| 2003-11-04 | openssl 0.9.7c. security changes are already in place | itojun |
| 2003-11-04 | bring in kame rev 1.32. PR 23122 | itojun |
| 2003-10-25 | Fix NULL vs 0 mixup. | thorpej |
| 2003-10-23 | do not build "null ESP and no AUTH" proposal. (racoon 174) by Tom Lendacky | itojun |
| 2003-10-21 | Don't assign NULL as an integer. | fvdl |
| 2003-10-21 | Don't return NULL as an integer. | fvdl |
| 2003-10-09 | Make sure HAVE_OPENSSL is undefined, to avoid depending on both | thorpej |
| 2003-10-03 | realloc error check failure; Greg Troxel, sync w/kame | itojun |
| 2003-10-02 | support policy w/o selector. | itojun |
| 2003-10-02 | correct unsafe realloc(). | itojun |
| 2003-10-02 | more fixes from 0.9.7c, from openbsd | itojun |
| 2003-10-02 | from openbsd: | itojun |
| 2003-09-30 | Apply security fix: http://www.openssl.org/news/secadv_20030930.txt | christos |
| 2003-09-25 | Fix what is obviously a bug: valloc() -> vmalloc(). Now racoon(8) doesn't core | mycroft |
| 2003-09-22 | off-by-one. from openbsd | itojun |
| 2003-09-18 | typo. markus@openbsd | itojun |
| 2003-09-18 | protect against double free; #660; zardoz at users.sf.net | itojun |
| 2003-09-18 | missing buffer_free(&encrypted); #662; zardoz at users.sf.net | itojun |
| 2003-09-18 | make sure we init nalloc. | christos |
| 2003-09-18 | fix problem in previous patch | christos |
| 2003-09-17 | More buffer size adjusted before allocation succeeded fixes. Bump to 20030917. | christos |
| 2003-09-16 | dammit, don't apply patches blindly. | christos |
| 2003-09-16 | bring more fixes from 3.7.1 | christos |
| 2003-09-16 | crank __NETBSDSSH_VERSION for buffer.c fix | lukem |
| 2003-09-16 | Do not record expanded size before attempting to reallocate the associated | christos |
| 2003-09-12 | use sysctl to dump SAs if possible (not really tested) | itojun |
| 2003-09-08 | SKEY and BSDAUTH #ifdef mixup | itojun |
| 2003-09-04 | bzero() 2nd arg mistake. found by openbsd guys. from kame | itojun |
| 2003-08-27 | reject rc5/idea/mdc2 commands if OPENSSL_NO_xx is specified | itojun |
| 2003-08-26 | Make getlastlogx have the pathname to the lastlogx database as first | wiz |
| 2003-08-26 | update racoon to 2003/8/26 version. mostly minor bugfixes. | itojun |
| 2003-08-26 | KAME racoon, as of 2003/08/26 | itojun |
| 2003-08-26 | KAME libipsec/libpfkey, 2003/08/26 | itojun |
| 2003-08-13 | style; total size of buf is (num + 3) | itojun |
| 2003-08-12 | Fix bad use of "sizeof(pointer)" where the length of a buffer was the | simonb |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-31 | consistently use new DES API, re-enable des regression test | itojun |
| 2003-07-30 | re-enable __RCSID, sys/cdefs_elf.h rev 1.15 fixed the problem | itojun |
| 2003-07-29 | disable __RCSID for now, somehow it puts some of integer variables | itojun |
| 2003-07-29 | remove unused macro. PR 21150 | itojun |
| 2003-07-29 | xx_keylen has to return bits, not bytes. KAME-PR-488 | itojun |