Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Further BUILDENV refinement, further fool-proofing of Makefiles and | Andy Polyakov | 2005-05-16 | 1 | -2/+1 |
| | | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342. | ||||
* | Fool-proofing Makefiles | Andy Polyakov | 2005-05-16 | 1 | -4/+1 |
| | |||||
* | Add emacs cache files to .cvsignore. | Richard Levitte | 2005-04-11 | 1 | -0/+2 |
| | |||||
* | Blow away Makefile.ssl. | Ben Laurie | 2005-03-30 | 1 | -5/+4 |
| | |||||
* | Don't use $(EXHEADER) directly in for loops, as most shells will break | Richard Levitte | 2004-11-03 | 1 | -1/+1 |
| | | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org> | ||||
* | After the latest round of header-hacking, regenerate the dependencies in | Geoff Thorpe | 2004-05-17 | 1 | -3/+2 |
| | | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read. | ||||
* | Constify d2i, s2i, c2i and r2i functions and other associated | Richard Levitte | 2004-03-16 | 1 | -1/+1 |
| | | | | | | | | functions and macros. This change has associated tags: LEVITTE_before_const and LEVITTE_after_const. Those will be removed when this change has been properly reviewed. | ||||
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
| | | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org> | ||||
* | Armor against systems without ranlib... | Lutz Jänicke | 2003-01-16 | 1 | -1/+1 |
| | | | | | | Submitted by: Thierry Lelegard <thierry.lelegard@canal-plus.fr> PR: 461 | ||||
* | Use double dashes so makedepend doesn't misunderstand the flags we | Richard Levitte | 2002-10-09 | 1 | -1/+1 |
| | | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies. | ||||
* | OCSP and KRB5 Makefil.ssl should be consistent with all the others | Richard Levitte | 2002-08-01 | 1 | -5/+5 |
| | |||||
* | Pass CFLAG to dependency makers, so non-standard system include paths are | Richard Levitte | 2002-06-27 | 1 | -1/+1 |
| | | | | | handled properly. Part of PR 75 | ||||
* | 'make update' | Richard Levitte | 2001-10-04 | 1 | -3/+3 |
| | |||||
* | Start to reduce some of the header bloat. | Ben Laurie | 2001-08-05 | 1 | -1/+1 |
| | |||||
* | make update | Richard Levitte | 2001-07-31 | 1 | -0/+1 |
| | |||||
* | Really add the EVP and all of the DES changes. | Ben Laurie | 2001-07-31 | 1 | -1/+0 |
| | |||||
* | Tidy up "cvs update" output a bit. | Geoff Thorpe | 2001-07-23 | 1 | -0/+2 |
| | |||||
* | Delete extra ; | Dr. Stephen Henson | 2001-07-12 | 1 | -1/+1 |
| | |||||
* | The implementation of the TKTBODY ASN.1 functions was missing. | Richard Levitte | 2001-07-11 | 1 | -0/+3 |
| | |||||
* | Patches from Vern Staats <staatsvr@asc.hpc.mil> to get Kerberos 5 in | Richard Levitte | 2001-07-09 | 3 | -0/+510 |
SSL according to RFC 2712. His comment is: This is a patch to openssl-SNAP-20010702 to support Kerberized SSL authentication. I'm expecting to have the full kssl-0.5 kit up on sourceforge by the end of the week. The full kit includes patches for mod-ssl, apache, and a few text clients. The sourceforge URL is http://sourceforge.net/projects/kssl/ . Thanks to a note from Simon Wilkinson I've replaced my KRB5 AP_REQ message with a real KerberosWrapper struct. I think this is fully RFC 2712 compliant now, including support for the optional authenticator field. I also added openssl-style ASN.1 macros for a few Kerberos structs; see crypto/krb5/ if you're interested. |