Re: OpenSSH /etc patch

2000-02-27 Thread Doug White
On Sat, 26 Feb 2000, Kris Kennaway wrote: On 26 Feb 2000, Bjoern Groenvall wrote: Right, the code does not lie (if ssh is setuid root). But, if the host key has not yet been created, then no host can have the public key and thus rsa-rhosts authentication won't work anyways. It is not

Re: OpenSSH /etc patch

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Doug White wrote: I don't follow you - if no host key is generated, then you can't ever use the RSA-rhosts authentication mechanism to log into another server until you do. Thus part of ssh's functionality is broken until you generate that key, so we do it for you

Re: UDF/DVD support

2000-02-27 Thread Soren Schmidt
It seems Julian Elischer wrote: I have been hired to add UDF/DVD-R support to FreeBSD I will be spending the next few weeks basically doing research but would like to hear from anyone who is already working in these areas. This may impact un the following areas: SCSI subsystem ATA

Re: UDF/DVD support

2000-02-27 Thread Poul-Henning Kamp
In message [EMAIL PROTECTED], Soren Schmidt writes: It seems Julian Elischer wrote: I have been hired to add UDF/DVD-R support to FreeBSD I will be spending the next few weeks basically doing research but would like to hear from anyone who is already working in these areas. This may impact

Re: NO_DESCRYPT patch

2000-02-27 Thread John Hay
This is something which has been requested a fair bit..it will disable the building of the DES CRYPT libraries even if you have the crypto sources installed, so you can e.g. get OpenSSL/OpenSSH without having to deal with the pitfalls of libdescrypt. It seems to work fine for me..if I hear

Re: OpenSSH /etc patch

2000-02-27 Thread Mark Murray
Thats what I actually thought too, but the comment in the source argues otherwise. I confess I don't know all that much about the SSH encryption protocols in detail. Me three. Time for us all to read the SSH rfc's, methinks... M -- Mark Murray Join the anti-SPAM movement:

Re: kdelibs port broken?

2000-02-27 Thread Daniel O'Connor
On 27-Feb-00 Chuck Robey wrote: fine example, tho. We break the location of the config files that all tcl packages rely upon to build, for the purpose of allowing folks to run multiple versions simultaneously. Tcl isn't the only one like that, either. Anyone who wants to be able to build

ssh-askpass OpenSSH

2000-02-27 Thread Alexander Leidinger
Hi, after building 4-current (cvsupped yesterday) I'm using OpenSSH now. I'm starting my X11 session with ssh-agent and using ssh-add in my .xsession. Unfortunally there's no ssh-askpass build in 4-current (and ssh-add is build with '#define SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass"') so

login.c patch

2000-02-27 Thread Andrey A. Chernov
Test condition is always true which is not supposed. Please approve this patch. --- login.c.bak Sun Feb 20 22:52:16 2000 +++ login.c Sun Feb 27 17:35:35 2000 @@ -382,9 +382,9 @@ refused("Home directory not available", "HOMEDIR", 1); if (chdir("/") 0)

Re: kdelibs port broken?

2000-02-27 Thread Chuck Robey
On Sun, 27 Feb 2000, Daniel O'Connor wrote: On 27-Feb-00 Chuck Robey wrote: fine example, tho. We break the location of the config files that all tcl packages rely upon to build, for the purpose of allowing folks to run multiple versions simultaneously. Tcl isn't the only one like

Re: Linux-Netscape-communicator47-Port - problem

2000-02-27 Thread Johan MÃ¥rtensson
On 27-Feb-00 Kris Kennaway wrote: In general, ports questions should go to freebsd-ports and/or the port's maintainer. On Sun, 27 Feb 2000, Johan MÃ¥rtensson wrote: I tried installing the linux-netscape-47-communicator port, during the download it kept printing the download message and

Re: ssh-askpass OpenSSH

2000-02-27 Thread Brian Somers
Hi, after building 4-current (cvsupped yesterday) I'm using OpenSSH now. I'm starting my X11 session with ssh-agent and using ssh-add in my .xsession. Unfortunally there's no ssh-askpass build in 4-current (and ssh-add is build with '#define SSH_ASKPASS_DEFAULT

des/ssl manpages lost

2000-02-27 Thread Udo Erdelhoff
Hi, I've noticed that the first successfull make world after the openssh import failed to update several manpages for des related functions. The functions were moved into libcrypto, the manpages were deleted alongside libdes. The missing files are: /share/man/man3/des_read_password.3.gz

Re: OpenSSH /etc patch

2000-02-27 Thread Bjoern Groenvall
Doug White [EMAIL PROTECTED] writes: On Sat, 26 Feb 2000, Kris Kennaway wrote: On 26 Feb 2000, Bjoern Groenvall wrote: Right, the code does not lie (if ssh is setuid root). But, if the host key has not yet been created, then no host can have the public key and thus rsa-rhosts

Patch for usr.sbin/ntp/... (adds pcfclock)

2000-02-27 Thread Alexander Leidinger
Hi, attached is a patch for usr.sbin/ntp/config.h and usr.sbin/ntp/ntpd/Makefile. It adds reflock_pcf to the compiled in drivers (current has support in the kernel for it). Bye, Alexander. -- Secret hacker rule #11: hackers read manuals. http://www.Leidinger.net

Re: kdelibs port broken?

2000-02-27 Thread Lutz Albers
If memory serves me right, Daniel O'Connor said on 2000-02-27 23:43 +1030: On 27-Feb-00 Chuck Robey wrote: fine example, tho. We break the location of the config files that all tcl packages rely upon to build, for the purpose of allowing folks to run multiple versions simultaneously. Tcl

patches for SIOCGIFCONF

2000-02-27 Thread Yoshinobu Inoue
Hi, I checked apps under /usr/src which are using SIOCGIFCONF, and might have some effect on INET6 enabled kernel, and created patches for them. (Some of the patches are not directly related to SIOCGIFCONF) These are build checked on i386, but not actually confirmed on alpha. Please review

Re: login.c patch

2000-02-27 Thread Jordan K. Hubbard
approved Test condition is always true which is not supposed. Please approve this patch. --- login.c.bak Sun Feb 20 22:52:16 2000 +++ login.c Sun Feb 27 17:35:35 2000 @@ -382,9 +382,9 @@ refused("Home directory not available", "HOMEDIR", 1);

Re: ssh-askpass OpenSSH

2000-02-27 Thread $BG_K\(B $BH%(B
On Sun, 27 Feb 2000 11:01:39 -0800 "Jordan K. Hubbard" [EMAIL PROTECTED] said: jkh I'm not really sure what this ssh-askpass thing is or where it was jkh supposed to come from, but I found a great lack of information on jkh it when I switched myself to openssh (from the ports collection) a jkh

No Subject

2000-02-27 Thread Jordan K. Hubbard
But now, I prefer to use pam_ssh.so with wdm. Wdm doesn't support PAM session. So, I merged the code from XFree86-3.3.6 of xdm. Hmmm. I see that /usr/ports/x11/wdm has merged in support for FreeBSD's login classes, but not PAM. Are you planning to merge these changes of yours into the port

wdm PAM support

2000-02-27 Thread $BG_K\(B $BH%(B
On Sun, 27 Feb 2000 11:49:52 -0800 "Jordan K. Hubbard" [EMAIL PROTECTED] said: jkh Hmmm. I see that /usr/ports/x11/wdm has merged in support for jkh FreeBSD's login classes, but not PAM. Are you planning to merge these jkh changes of yours into the port so that the rest of us can play too?

Panic booting P66 with new ata drivers

2000-02-27 Thread Hans Ottevanger
Hi folks, I am having problems again with the ata drivers on my old Pentium 66 system. With a kernel built from sources cvsupped today, I get he following messages when booting: ... pcib0: Host to PCI bridge on motherboard pci0: PCI bus on pcib0 atapci0: RZ 100? ATA controller !WARNING! buggy

Re: OpenSSH /etc patch

2000-02-27 Thread Kris Kennaway
On 27 Feb 2000, Bjoern Groenvall wrote: The server host key is used as part of the key material negotiation. However, only the *server* host key is used, the client end host key is never used. Just turn of the suid bit from ssh and give it a try (or even mv /etc/ssh_host_key). After the

Re: ssh-askpass OpenSSH

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Jordan K. Hubbard wrote: I'm not really sure what this ssh-askpass thing is or where it was supposed to come from, but I found a great lack of information on it when I switched myself to openssh (from the ports collection) a long time ago, and in the interim I just put

Machine is 'hanging'.

2000-02-27 Thread Stefan Schmidt
hi there, i have got a problem with a router running FreeBSD 3.4-REL: Every three days or so it hangs, whiche means that the console is not responding any more, open tcp ports don't respond == are timing-out just like they're filtered. I guess the machine is just unable to start a shell. Oh and

Re: Machine is 'hanging'.

2000-02-27 Thread Matthew Dillon
:hi there, :i have got a problem with a router running FreeBSD 3.4-REL: :Every three days or so it hangs, whiche means that the console is not :responding any more, open tcp ports don't respond == are timing-out just :like they're filtered. I guess the machine is just unable to start a :shell. Oh

4.0: default path when su'd

2000-02-27 Thread Robert Watson
While trying to explain to someone how to run ping, I noticed that by default, we exclude /sbin and /usr/sbin (etc) from the normal user path. There are various arguments as to whether that is a good idea or not (especially given that ping and md5 are both in /sbin...?), but my current

Re: des/ssl manpages lost

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Udo Erdelhoff wrote: Hi, I've noticed that the first successfull make world after the openssh import failed to update several manpages for des related functions. The functions were moved into libcrypto, the manpages were deleted alongside libdes. The missing files are:

Re: 4.0: default path when su'd

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Robert Watson wrote: path, we should consider moving a few of the things in /sbin and /usr/sbin into /bin and /usr/bin respectively. For example, md5 is sufficiently useful for all users that having it in the default user path would be a good idea. Ping is also a

Re: OpenSSH /etc patch

2000-02-27 Thread Jordan K. Hubbard
OK, so now that we've settled this, can we get something into the startup files? :) - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: OpenSSH /etc patch

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Jordan K. Hubbard wrote: OK, so now that we've settled this, can we get something into the startup files? :) Mark has my patch :-) Kris "How many roads must a man walk down, before you call him a man?" "Eight!" "That was a rhetorical question!" "Oh..then, seven!"

Re: patches for SIOCGIFCONF

2000-02-27 Thread Ollivier Robert
According to Yoshinobu Inoue: usr.sbin/xntpd/xntpd: These directories don't exist anymore in -CURRENT because we now have ntp4. --- usr.sbin/xntpd/xntpd/ntp_io.c.origMon Feb 28 01:53:00 2000 +++ usr.sbin/xntpd/xntpd/ntp_io.c Mon Feb 28 01:53:30 2000 We can ignore this diff.

Re: NO_DESCRYPT patch

2000-02-27 Thread lioux
Why not let them (libdes) be installed, but leave the symlinks to point to libscrypt. That way things that for some reason need the des stuff can still get to it. Something like this: This is a much more interesting option. I'll test and get back to report as soon as

Re: kdelibs port broken?

2000-02-27 Thread Daniel O'Connor
On 27-Feb-00 Chuck Robey wrote: This happens for tcl, gtk, qt.. There are quite a number. (at least 3! ;) Can I ask you, why could this not have been done through a system of symlinks and a little batch-file to switch them? How could you run multiple applications which use different

Re: kdelibs port broken?

2000-02-27 Thread Chuck Robey
On Mon, 28 Feb 2000, Daniel O'Connor wrote: On 27-Feb-00 Chuck Robey wrote: This happens for tcl, gtk, qt.. There are quite a number. (at least 3! ;) Can I ask you, why could this not have been done through a system of symlinks and a little batch-file to switch them? How could you

-current NO_OPENSSH NO_OPENSSL buildworld fails in src/usr.sbin/ppp/chap_ms.c

2000-02-27 Thread Doug Barton
Howdy, I'm not ready to play with the openssl/ssh stuff yet, but I wanted to test Soren's latest ATA stuff so I cvsup'ed and started a buildworld with the following make.conf options: CFLAGS= -O -pipe NOPROFILE= true NOSUIDPERL= true NO_OPENSSH= true NO_OPENSSL= true

Re: Streamlining FreeBSD installations across many machines

2000-02-27 Thread Nik Clayton
On Fri, Feb 25, 2000 at 10:23:37AM -0500, Forrest Aldrich wrote: I'm wondering if there might not be a way to streamline this install process, such that a boot floopy and script could be created to take a minimum amount of information, and then "do the right thing" as for the install.

adduser - broken?

2000-02-27 Thread Bruce Burden
Hi, I did a CVSUP around midnight, CST, Feb 26, so I have some recent code. Anyway, I was playing with the adduser utility. Here is the script: Check /etc/shells Check /etc/master.passwd Check /etc/group Enter your default shell: bash csh date no sh [bash]: Your default shell

Re: Build World dies....

2000-02-27 Thread Munehiro Matsuda
CTM delta are available at: ftp://cvsup.internat.freebsd.org/pub/FreeBSD/CTM/int-src-cur/ But I don't know if there's any mailing-lists that distributes them. If there were, I would like to know too. Thanks, Haro Date: Sun, 27 Feb 2000 00:49:34 +0200 (EET) From: Vladimir Kushnir

Re: Build World dies....

2000-02-27 Thread Peter Jeremy
On 2000-Feb-28 11:20:08 +1100, Munehiro Matsuda [EMAIL PROTECTED] wrote: CTM delta are available at: ftp://cvsup.internat.freebsd.org/pub/FreeBSD/CTM/int-src-cur/ But I don't know if there's any mailing-lists that distributes them. int-cvs is available via E-mail. AFAIK, the way to get an

Re: kdelibs port broken?

2000-02-27 Thread Daniel O'Connor
On 27-Feb-00 Chuck Robey wrote: Some stuff, like tclsh, could have a default link, say from tclsh to tclsh8.2, or allow a user to set that. That could be a local option, but it's icing on the cake as far as I'm concerned. The only real thing I would be after is the ability to stick the

Re: Build World dies....

2000-02-27 Thread Vladimir Kushnir
Thanks a bunch. On Mon, 28 Feb 2000, Peter Jeremy wrote: On 2000-Feb-28 11:20:08 +1100, Munehiro Matsuda [EMAIL PROTECTED] wrote: CTM delta are available at: ftp://cvsup.internat.freebsd.org/pub/FreeBSD/CTM/int-src-cur/ But I don't know if there's any mailing-lists that distributes

Re: wdm PAM support -- pam_ssh.so broken?

2000-02-27 Thread Chris Piazza
On Mon, Feb 28, 2000 at 05:05:43AM +0900, Hajimu UMEMOTO wrote: On Sun, 27 Feb 2000 11:49:52 -0800 "Jordan K. Hubbard" [EMAIL PROTECTED] said: jkh Hmmm. I see that /usr/ports/x11/wdm has merged in support for jkh FreeBSD's login classes, but not PAM. Are you planning to merge these jkh

Re: 64bit OS?

2000-02-27 Thread Alan Cox
Arun Sharma wrote: I just did some investigation into seeing if this (balanced binary trees) is a useful optimization. It doesn't look like one. I instrumented the kernel and collected some stats. On booting the kernel into KDE and running xemacs and netscape, I got: The applications you

Updating release notes

2000-02-27 Thread Kris Kennaway
I'm sure there's a lot of stuff which has not yet been added to the release notes..but unless it's documented there, our users won't have any way to know about the cool new stuff in 4.0 until they hear it second-hand. This is a call to all committers who have committed something to 4.0 to spend

buildworld dies in

2000-02-27 Thread Sean Whiteman
I have been trying to cvsup make buildword the past two days, but it dies with the following message: === gnu/lib/libgcc_r === gnu/lib/libgmp === gnu/lib/libgmp/doc makeinfo --no-split -I /usr/src/gnu/lib/libgmp/doc -I /usr/src/gnu/lib/libgmp/doc/../../../../contrib/libgmp

ie0 and fe0 probes in 4.0-CURRENT GENERIC break ep0 probe

2000-02-27 Thread Robert Watson
I've posted about this previously, and am still hoping for a useful answer :-). I have a box with an ISA 3Com 3C509 Etherlink III card in it, but the ie0 and fe0 probes now come before the ep0 probe in the boot sequence. If those two probes are enabled, as they are on the same port (0x300) they

Re: ie0 and fe0 probes in 4.0-CURRENT GENERIC break ep0 probe

2000-02-27 Thread Alfred Perlstein
* Robert Watson [EMAIL PROTECTED] [000227 19:53] wrote: I've posted about this previously, and am still hoping for a useful answer :-). I have a box with an ISA 3Com 3C509 Etherlink III card in it, but the ie0 and fe0 probes now come before the ep0 probe in the boot sequence. If those two

Re: 4.0: default path when su'd

2000-02-27 Thread Robert Watson
On Sun, 27 Feb 2000, Kris Kennaway wrote: On Sun, 27 Feb 2000, Robert Watson wrote: path, we should consider moving a few of the things in /sbin and /usr/sbin into /bin and /usr/bin respectively. For example, md5 is sufficiently useful for all users that having it in the default user

Re: 4.0: default path when su'd

2000-02-27 Thread Daniel O'Connor
On 28-Feb-00 Robert Watson wrote: apm and zzz are a couple more for the list in /usr/sbin that is potentially useful for more than just root. vidcontrol probably also falls in that category--things that make sense for console users who may not be administrators. I just put /sbin and

Am I doing this right?

2000-02-27 Thread Steve Kaczkowski
I'm trying to upgrade a 3.4 Release box to the latest Release tree, but running into a few problems, I'm betting someone here can help me! :) From what I've found searching the mailing list archives and web pages,etc this appears to be the way to do things: I cvsup'd the the latest Release and

Re: patches for SIOCGIFCONF

2000-02-27 Thread Yoshinobu Inoue
usr.sbin/xntpd/xntpd: These directories don't exist anymore in -CURRENT because we now have ntp4. Woops sorry, a machine in my home which I used to produce those diffs, still mistakenly had the directory. --- contrib/ntp/ntpd/ntp_io.c.orig Fri Jan 28 15:44:00 2000 +++

Re: Am I doing this right?

2000-02-27 Thread Omachonu Ogali
This comes from /usr/src/UPDATING, which contains important information on upgrading, etc. -- snip -- COMMON ITEMS: To build a kernel - Update config, genassym and go: cd src/usr.bin/genassym make depend all install clean

Re: Am I doing this right?

2000-02-27 Thread R Joseph Wright
On Sun, 27 Feb 2000, Steve Kaczkowski wrote: I'm trying to upgrade a 3.4 Release box to the latest Release tree, but running into a few problems, I'm betting someone here can help me! :) I cvsup'd the the latest Release and all went well (no complaints), here's my supfile: *default

Sysinstall won't install unless swap configured?

2000-02-27 Thread Alfred Perlstein
It seems that sysinstall will completely refuse to install unless we have made a swap partition. Then for some reason it didn't allow us the option of partitioning our second disk after "committing". Why force swap? I swear we were going to configure it after the install. :) -- -Alfred

Re: Am I doing this right?

2000-02-27 Thread Doug Barton
Steve Kaczkowski wrote: I'm trying to upgrade a 3.4 Release box to the latest Release tree, If you are at 3.4-Release that IS the latest release. If you mean that you want to upgrade to 3.4-Stable you should look at the stable-supfile in /usr/share/examples/cvsup. *default

Subscribtion

2000-02-27 Thread SysadmiN
I would like to subscribe to all -current available documentation of freebsd development. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Am I doing this right?

2000-02-27 Thread R Joseph Wright
Also, note that 4.0 has not yet been released and is still under development, meaning be prepared to have flames in your mailbox should you ask any questions that are "stupid". You should also subscribe to freebsd-current. Whoa there, I thought I was replying to -questions. I didn't make

Re: Am I doing this right?

2000-02-27 Thread Steve Kaczkowski
R Joseph Wright wrote: On Sun, 27 Feb 2000, Steve Kaczkowski wrote: I'm trying to upgrade a 3.4 Release box to the latest Release tree, but running into a few problems, I'm betting someone here can help me! :) I cvsup'd the the latest Release and all went well (no complaints),

Re: NO_DESCRYPT patch

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, John Hay wrote: This is something which has been requested a fair bit..it will disable the building of the DES CRYPT libraries even if you have the crypto sources installed, so you can e.g. get OpenSSL/OpenSSH without having to deal with the pitfalls of libdescrypt.

Re: Subscribtion

2000-02-27 Thread Jeremy Thiel
- Original Message - I would like to subscribe to all -current available documentation of freebsd development. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message Take a look here for info subscription info:

Re: OpenSSH /etc patch

2000-02-27 Thread Ville-Pertti Keinonen
Mark Murray [EMAIL PROTECTED] writes: Me three. Time for us all to read the SSH rfc's, methinks... The last time I looked, the ssh1 RFC wasn't up-to-date with the actual protocol (version 1.5) implemented by ssh-1.2.x. It is also quite likely that the protocol is defined only by how the

Re: Sysinstall won't install unless swap configured?

2000-02-27 Thread Vallo Kallaste
On Sun, Feb 27, 2000 at 10:21:20PM -0800, Alfred Perlstein [EMAIL PROTECTED] wrote: It seems that sysinstall will completely refuse to install unless we have made a swap partition. Then for some reason it didn't allow us the option of partitioning our second disk after "committing". Why

Re: NO_DESCRYPT patch

2000-02-27 Thread John Hay
I'm happy with it, although from what I just read in Bruce's emails, maybe it should be NODESCRYPTLINKS. This is something which has been requested a fair bit..it will disable the building of the DES CRYPT libraries even if you have the crypto sources installed, so you can e.g. get

Re: Am I doing this right?

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Steve Kaczkowski wrote: *default host=cvsup3.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=. *default delete use-rel-suffix src-all cvs-crypto Do you really want the crypto CVS repository, or just the checked-out (latest version of)

Re: -current NO_OPENSSH NO_OPENSSL buildworld fails in src/usr.sbin/ppp/chap_ms.c

2000-02-27 Thread Kris Kennaway
On Sun, 27 Feb 2000, Doug Barton wrote: Howdy, I'm not ready to play with the openssl/ssh stuff yet, but I wanted to test Soren's latest ATA stuff so I cvsup'ed and started a buildworld with the following make.conf options: I'm testing the fix now..thanks. Kris To Unsubscribe:

NOCRYPT vs NOSECURE

2000-02-27 Thread Kris Kennaway
Can someone explain to me the point of NOCRYPT? It seems it's only used in two ways in /usr/src: 1) .if !defined(NOCRYPT) !defined(NOSECURE) 2) .if !defined(NOCRYPT) defined(MAKE_KERBEROS?) In the former case it's a synonym for NOSECURE, and the second case it's a NOP since kerberos won't be

Re: Am I doing this right?

2000-02-27 Thread Udo Erdelhoff
On Sun, Feb 27, 2000 at 10:37:01PM -0600, Steve Kaczkowski wrote: One source says that I should recompile my kernel, reboot into single user and do a 'make installworld'. Makes sense but I can't recompile my kernel, I get errors like: config GENERIC You're using the 3.x-version of config to

Re: des/ssl manpages lost

2000-02-27 Thread Udo Erdelhoff
On Sun, Feb 27, 2000 at 02:05:51PM -0800, Kris Kennaway wrote: [des manpages lost] We probably should revive these. OpenSSL 0.9.5 has a complete set of manpages, and I hope to import it shortly after the release, but for 4.0-REL we should keep these. What about importing the OpenSSL 0.9.5

Re: -current NO_OPENSSH NO_OPENSSL buildworld fails in src/usr.sbin/ppp/chap_ms.c

2000-02-27 Thread Doug Barton
Kris Kennaway wrote: On Sun, 27 Feb 2000, Doug Barton wrote: Howdy, I'm not ready to play with the openssl/ssh stuff yet, but I wanted to test Soren's latest ATA stuff so I cvsup'ed and started a buildworld with the following make.conf options: I'm testing the fix

Re: des/ssl manpages lost

2000-02-27 Thread Kris Kennaway
On Mon, 28 Feb 2000, Udo Erdelhoff wrote: On Sun, Feb 27, 2000 at 02:05:51PM -0800, Kris Kennaway wrote: [des manpages lost] We probably should revive these. OpenSSL 0.9.5 has a complete set of manpages, and I hope to import it shortly after the release, but for 4.0-REL we should keep

RSA/openssl compile problem

2000-02-27 Thread Christoph Kukulies
After my nightly build of -current ran through on Feb 26th and had installed everything I find myself with things broken WRT ssh. My first invocation of ssh resulted in a warning that it was creating a new host entry in known_hosts, then I got : ** R_RandomInit: Unable to find an rsaref shared