markm
e230a8af54
Turn MAKE_KERBEROS5 into NO_KERBEROS by negating the logic. Some extra
...
cleanups were necessary in release/Makefile, and the tinderbox code
was syntax checked, not run checked.
2003-05-05 07:58:44 +00:00
markm
0593e409b2
We no longer have a separate kerberos distribution. Its now just
...
part of the regular security dist.
2003-04-30 17:46:24 +00:00
ru
23d67ab5cc
The including makefile's directory is tried first for .include "...".
2003-04-30 07:54:39 +00:00
ru
a568df2b54
Most things depend on !defined(NO_OPENSSL); make it look so.
2003-04-30 07:51:51 +00:00
ru
25d3fbc480
NOSECURE is implied by NOCRYPT, meaning if the latter is defined
...
we won't be here.
2003-04-30 07:34:14 +00:00
des
8a17538ea7
Remove Kerberos IV shims.
2003-04-23 17:26:01 +00:00
des
a6a0ddbbdc
Update for 3.6.1p1; also remove Kerberos IV shims.
2003-04-23 17:25:47 +00:00
bde
90b2b24032
Silence `make -s' (echo -> ${ECHO}).
2003-04-13 14:13:28 +00:00
ru
3bb1456bfc
libtelnet depends on OpenSSL.
...
PR: 50507
2003-04-01 12:50:40 +00:00
charnier
9266969f99
The .Nm utility
2003-03-24 16:09:07 +00:00
obrien
59f6e2d664
Back out rev 1.60, taking the pointy hat away from nectar as 'rm -f'
...
doesn't need to be prefixed with '-'. Keep the pointy hat for myself
for not reading the code closely.
2003-03-11 17:19:37 +00:00
obrien
8b4144da0c
Don't error out the build if removing a "stale" symlink fails.
...
Pointy hat for breaking my installworld: nectar
2003-03-10 19:43:56 +00:00
mtm
58f385fd9f
Fix mixed up arguments passed to a locally defined err(int, char *)
...
function.
Approved by: markm (mentor)
Submitted by: till toenges <tt@mail.isis.de>
PR: bin/48963
2003-03-07 16:00:55 +00:00
ru
0600d8b4ea
Handle includes the normal way.
...
Reviewed by: markm
Approved by: nectar
2003-02-27 23:07:26 +00:00
nectar
18f24301d8
Regenerate man pages after import of OpenSSL 0.9.7a.
2003-02-19 23:30:52 +00:00
nectar
a30abc7209
LIBDIR/INCLUDEDIR do not include DESTDIR.
...
Reported by: Andrzej Tobola <san@iem.pw.edu.pl>
2003-02-18 17:29:04 +00:00
nectar
3eba6bb866
Follow-up to previous commit: we had a des.h symlink, too. Remove
...
that.
2003-02-18 16:07:33 +00:00
nectar
4775040eca
Previously, libcrypto contained symbols that were identical to EAY
...
libdes, and functionally close enough so that we created symlinks
(libdes -> libcrypto) to help older applications. With the import of
OpenSSL 0.9.7, this is no longer true and we no longer install these
symlinks. However, systems that are upgraded may have these symlinks,
which could cause non-obvious breakage at build-time. Therefore, blow
any old symlinks away in the `afterinstall' target.
2003-02-18 14:23:11 +00:00
nectar
4f17cdc2f4
Correct path for finding asm-generating files.
2003-02-14 12:25:00 +00:00
nectar
b8b3bc3da7
Install the OpenSSL man pages in /usr/share/openssl/man
...
and remove the WANT_OPENSSL_MANPAGES knob.
2003-02-10 19:57:56 +00:00
nectar
768ca99f70
Do not define OPENSSL_NO_KRB5 here in CFLAGS. It is handled in
...
opensslconf.h.
Reminded by: reports from des, obrien
2003-02-09 14:59:56 +00:00
nectar
9be662a8bd
Re-add WANT_OPENSSL_MANPAGES knob.
...
Noticed by: ru
2003-01-31 11:30:38 +00:00
nectar
e63eb670a4
Background:
...
When libdes was replaced with OpenSSL's libcrypto, there were a few
interfaces that the former implemented but the latter did not. Because
some software in the base system still depended upon these interfaces,
we simply included them in our libcrypto (rnd_keys.c).
Now, finally get around to removing the dependencies on these
interfaces. There were basically two cases:
des_new_random_key -- This is just a wrapper for des_random_key, and
these calls were replaced.
des_init_random_number_generator et. al. -- A few functions were used
by the application to seed libdes's PRNG. These are not necessary
when using libcrypto, as OpenSSL internally seeds the PRNG from
/dev/random. These calls were simply removed.
Again, some of the Kerberos 4 files have been taken off the vendor
branch. I do not expect there to be future imports of KTH Kerberos 4.
2003-01-29 18:14:29 +00:00
nectar
f569215540
Re-add WANT_OPENSSL_MANPAGES knob.
2003-01-29 13:35:40 +00:00
peter
3fef949131
Hopefully fix world for folks not compiling IDEA (the default).
...
NO_IDEA is now spelled OPENSSL_NO_IDEA. Update the bmake glue accordingly
or the IDEA references are not stripped from <openssl/evp.h>
2003-01-29 02:19:15 +00:00
nectar
e4292176e4
Force OPENSSL_NO_KRB5. OpenSSL's current implementation of RFC 2712
...
can only be built with MIT Kerberos.
If we didn't define this here, then SSL-using applications would have
to define OPENSSL_NO_KRB5 themselves in order to build.
2003-01-29 01:06:15 +00:00
markm
5c3fcaaf12
Update for OpenSSL 0.9.7. No assembler code at the moment. This
...
will follow.
2003-01-28 22:58:14 +00:00
des
1adcabceb3
ia64 and sparc64 both have libc_r now.
2003-01-09 08:36:05 +00:00
des
fee9a63f8e
Don't build auth-pam.c and auth2-pam.c, auth2-pam-freebsd.c is all we need.
...
Use pthreads for PAM if the platform supports it and the user asked for it
(by setting OPENSSH_USE_POSIX_THREADS)
Sponsored by: DARPA, NAI Labs
2002-12-14 13:54:57 +00:00
kris
87e992e586
Remove myself as maintainer of openssl; I no longer have enough time to
...
devote to it.
2002-11-21 08:48:08 +00:00
ru
ce1ac5ac42
DON'T EVER PUT THIS BACK!
...
Pointy hat to: obrien
2002-11-08 12:47:51 +00:00
obrien
304e4a4ff6
Style sync with rest of FreeBSD.
2002-11-06 22:54:58 +00:00
des
02acf20cbd
Update for OpenSSH 3.5p1.
2002-10-29 10:18:00 +00:00
markm
4d3aeed7df
Don't lint contrib'ed sources, even if the builder has asked for linting.
...
Its Just Too Noisy.
2002-09-25 09:58:00 +00:00
ru
0060873825
Bandaid for a broken world. The real fix is somewhat more
...
complicated and will be sent for a review.
2002-09-20 12:33:19 +00:00
ru
77c8f75da8
Added the missing dependencies for openssl/ headers.
2002-09-19 13:24:27 +00:00
nectar
8fcb1f4565
Use uint32_t' instead of
unsigned long', since the code assumes 32-bit
...
arithmetic.
Reviewed by: make test
The fact that bdes(1) didn't work was
Reported by: Fred Clift <fclift@verio.net>
2002-08-24 02:53:23 +00:00
nectar
6ee4fd55b3
Update list of installed manual pages after regenerating them.
2002-07-30 14:47:24 +00:00
nectar
6a48d41b10
This commit was generated by cvs2svn to compensate for changes in r100946,
...
which included commits to RCS files with non-trunk default branches.
2002-07-30 14:34:51 +00:00
nectar
3b5892151d
Import the regenerated OpenSSL man pages after import of OpenSSL 0.9.6e.
2002-07-30 14:34:51 +00:00
nectar
908efc6947
Update to match reality (i.e. reference libcrypto headers and
...
libraries, not the no-longer-existent libdes).
2002-07-30 12:53:15 +00:00
ru
19c3d6304c
s,/usr/include,${INCLUDEDIR},
2002-07-22 10:59:22 +00:00
ru
b59ad92e86
Removed the (never used) help-distribute target from here.
...
(Similar targets were once used during the release building
process for kerberosIV and kerberos5.)
2002-07-11 13:31:52 +00:00
des
f1635f159d
ssh-keysign(8) belongs in /usr/libexec, not in /usr/bin, and needs to be
...
setuid so ssh(1) doesn't have to be.
Pointy hat to: des
Submitted by: Katsuyuki TATEISHI <katsu@iec.hiroshima-u.ac.jp>
2002-07-05 08:39:09 +00:00
des
aece7bd9e8
Switch over to 3.4p1.
2002-06-29 12:16:50 +00:00
des
8fecea2792
No guts, no glory. Switch to OpenSSH-portable.
...
Sponsored by: DARPA, NAI Labs
2002-06-25 19:10:09 +00:00
des
986428c8ef
My previous style commits weren't entirely right. Fix some bugs I
...
introduced, and a few more I hadn't yet fixed.
Submitted by: bde
2002-06-24 12:32:30 +00:00
des
8d5c355350
Previous commit made no sense.
2002-06-24 10:17:26 +00:00
des
5ec05fa6f9
Fix style and unbreal static build.
2002-06-24 10:16:38 +00:00
des
a402067e3a
Install the new man pages.
2002-06-23 21:43:43 +00:00