| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-12-11 | Fix the checkflist for builds without Kerberos 4 (MKKERBEROS4=no) | dyoung | |
| and without Kerberos 4 & 5 (MKKERBEROS=no). Previously checkflist complained of missing files. * move kerberos- and kerberos 4-only files into new flists, distrib/sets/lists/*/krb.* * make the flist generators grok MKKERBEROS{,4} variables * fix Makefiles which treat MKKERBEROS=no as MKKERBEROS5=no. 9 out of 10 experts agree that it is ludicrous to build w/ KERBEROS4 and w/o KERBEROS5. * fix header files, also, which treat MKKERBEROS=no as MKKERBEROS5=no. * omit some Kerberos-only subdirectories from the build as MKKERBEROS{,4} indicate (I acknowledge the sentiment that flists are the wrong way to go, and that the makefiles should produce the metalog directly. That sounds to me like the right way to go, but I am not prepared to do revamp all the makefiles. While my approach is expedient, it fits painlessly within the current build architecture until we are delivered from flist purgatory, and it does not postpone our delivery. Fair enough?) | |||
| 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 | |
| (per kernel policy) for crypto transforms for which hardware acceleration is available. Affects: crypto/dist/openssl/crypto/engine/eng_all.c crypto/dist/openssl/crypto/engine/hw_cryptodev.c crypto/dist/openssl/crypto/evp/c_all.c as posted to tech-crypto for review/comment on 2003-08-21. | |||
| 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 | |
| mimic an error msg from keysock so that caller can process it correctly. PR/23122. | |||
| 2003-11-04 | sync w/ openssl 0.9.7c. shlib minor bump for libcrypto. | itojun | |
| (ERR_release_err_state_table() added) | |||
| 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 | |
| libcrypto and libdes. Patch by lha@, posted to tech-userlevel. | |||
| 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 | |
| Correct some off-by-ones. They currently don't matter, but this is for future safety and consistency. OK krw@, markus@ | |||
| 2003-09-30 | Apply security fix: http://www.openssl.org/news/secadv_20030930.txt | christos | |
| Changelog from: http://cvs.openssl.org/chngview?cn=11471 | |||
| 2003-09-25 | Fix what is obviously a bug: valloc() -> vmalloc(). Now racoon(8) doesn't core | mycroft | |
| dump all the time. | |||
| 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 | |
| from openbsd | |||
| 2003-09-18 | missing buffer_free(&encrypted); #662; zardoz at users.sf.net | itojun | |
| from openbsd | |||
| 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 | |
| From FreeBSD (with an additional one from me). | |||
| 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 | |
| memory. From OpenBSD, via FreeBSD. | |||
| 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 | |
| argument, to be consistent with updlastlogx. Approved by christos, reviewed by kleink. [The lastlogxname function should not be used any longer.] | |||
| 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 | |
| intention. Fixes problems with least ssh's known_hosts file and factor. Patch from Berndt Josef Wulf's PR lib/22347. | |||
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc | |
| Patches provided by Joel Baker in PR 22252, verified by myself. | |||
| 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 | |
| into .text region | |||
| 2003-07-29 | remove unused macro. PR 21150 | itojun | |
| 2003-07-29 | xx_keylen has to return bits, not bytes. KAME-PR-488 | itojun | |
