Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Mike Pritchard
> > On Sat, 14 Aug 1999, Leif Neland wrote: > > > > > [Regarding GPL] Can we please get this discussion out of -hackers, and into somewhere more apporipate like freebsd-advocacy. -- Mike Pritchard m...@freebsd.org or m...@mpp.pro-ns.net To Unsubscribe: send mail to majord...@freebsd.org with "

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Mike Pritchard
> > On Sat, 14 Aug 1999, Leif Neland wrote: > > > > > [Regarding GPL] Can we please get this discussion out of -hackers, and into somewhere more apporipate like freebsd-advocacy. -- Mike Pritchard [EMAIL PROTECTED] or [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsu

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Ben Rosengart
On Sat, 14 Aug 1999, Brian F. Feldman wrote: > On Sat, 14 Aug 1999, Leif Neland wrote: > > > [Regarding GPL] > > If a company sell or lease us a mailserver based on Linux, where we only > > have smtp and pop3-access to, can we say "Hey, this is GPL'ed, give us the > > source"? > > Yes, you can d

Re: shared memory crash

1999-08-14 Thread Matthew Dillon
:I've been learning to program using shared memory and messages. As I write :and debug, I often have to crash a running process which stalls. Of :course, there is a problem with my code but that's all part of the :learning process. The actual problem is that, after a few ctrl-c's, there :isn't enou

shared memory crash

1999-08-14 Thread Marc Tardif
I've been learning to program using shared memory and messages. As I write and debug, I often have to crash a running process which stalls. Of course, there is a problem with my code but that's all part of the learning process. The actual problem is that, after a few ctrl-c's, there isn't enough sp

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Ben Rosengart
On Sat, 14 Aug 1999, Brian F. Feldman wrote: > On Sat, 14 Aug 1999, Leif Neland wrote: > > > [Regarding GPL] > > If a company sell or lease us a mailserver based on Linux, where we only > > have smtp and pop3-access to, can we say "Hey, this is GPL'ed, give us the > > source"? > > Yes, you can

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Doug
"Brian F. Feldman" wrote: > > On Sat, 14 Aug 1999, James Howard wrote: > > > On Fri, 13 Aug 1999, Mike Smith wrote: > > > > > It doesn't work like that; once it's been distributed with Linux it's > > > no longer BSD-licensed, it's GPLed. They would still be unable to > > > recover post-viral cha

Re: shared memory crash

1999-08-14 Thread Matthew Dillon
:I've been learning to program using shared memory and messages. As I write :and debug, I often have to crash a running process which stalls. Of :course, there is a problem with my code but that's all part of the :learning process. The actual problem is that, after a few ctrl-c's, there :isn't eno

shared memory crash

1999-08-14 Thread Marc Tardif
I've been learning to program using shared memory and messages. As I write and debug, I often have to crash a running process which stalls. Of course, there is a problem with my code but that's all part of the learning process. The actual problem is that, after a few ctrl-c's, there isn't enough s

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Doug
"Brian F. Feldman" wrote: > > On Sat, 14 Aug 1999, James Howard wrote: > > > On Fri, 13 Aug 1999, Mike Smith wrote: > > > > > It doesn't work like that; once it's been distributed with Linux it's > > > no longer BSD-licensed, it's GPLed. They would still be unable to > > > recover post-viral ch

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Sat, 14 Aug 1999, Nick Sayer wrote: > > > > That's not the point, though - if you want to use legacy computer > > > platforms, you have to expect to use legacy passwords. > > > > The point is that you can do so AND have an increase in security of > > communications. Is

Re: Onstream?

1999-08-14 Thread Matthew Jacob
Release and development of this driver has been delayed. It has been impossible to get a stable -current platform to work with each time I've tried to update my working -current tree over the last two weeks. I guess I've picked the wrong days to update... To Unsubscribe: send mail to majord

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Kip Macy
After seeing this discussion go on for just a wee bit too long, I have a couple of questions for the armchair lawyers to answer. Has anyone ever successfully enforced the GPL? (in other words, has anyone ever violated it then been sued over it?) If not, how enforcable is it? From the length of the

Need help with kernel trace

1999-08-14 Thread Zhihui Zhang
I think it helps to understand a routine in the kernel code if I know how the routine is called and what parameters are being passed to it. To get such information, I decide to simulate a panic whenever that routine is called. For example, I want know how link() in vfs_syscalls.c is called and wh

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Nick Sayer wrote: > > That's not the point, though - if you want to use legacy computer > > platforms, you have to expect to use legacy passwords. > > The point is that you can do so AND have an increase in security of > communications. Is the result perfect? No. Is it better

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Sat, 14 Aug 1999, Nick Sayer wrote: > > > > That's not the point, though - if you want to use legacy computer > > > platforms, you have to expect to use legacy passwords. > > > > The point is that you can do so AND have an increase in security of > > communications. I

Re: Onstream?

1999-08-14 Thread Matthew Jacob
Release and development of this driver has been delayed. It has been impossible to get a stable -current platform to work with each time I've tried to update my working -current tree over the last two weeks. I guess I've picked the wrong days to update... To Unsubscribe: send mail to [EMAI

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Sat, 14 Aug 1999, Sheldon Hearn wrote: > > > On Fri, 13 Aug 1999 23:42:48 MST, "Dave Walton" wrote: > > > > > If you really want to work on an encrypted telnet, check out The > > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > > I'd love to se

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Sat, 14 Aug 1999, Nick Sayer wrote: > > > Kris Kennaway wrote: > > > > > > On Fri, 13 Aug 1999, Dave Walton wrote: > > > > > > > If you really want to work on an encrypted telnet, check out The > > > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/).

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Kip Macy
After seeing this discussion go on for just a wee bit too long, I have a couple of questions for the armchair lawyers to answer. Has anyone ever successfully enforced the GPL? (in other words, has anyone ever violated it then been sued over it?) If not, how enforcable is it? From the length of the

Need help with kernel trace

1999-08-14 Thread Zhihui Zhang
I think it helps to understand a routine in the kernel code if I know how the routine is called and what parameters are being passed to it. To get such information, I decide to simulate a panic whenever that routine is called. For example, I want know how link() in vfs_syscalls.c is called and w

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Nick Sayer wrote: > > That's not the point, though - if you want to use legacy computer > > platforms, you have to expect to use legacy passwords. > > The point is that you can do so AND have an increase in security of > communications. Is the result perfect? No. Is it bette

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Brian F. Feldman
On Sat, 14 Aug 1999, Leif Neland wrote: > [Regarding GPL] > If a company sell or lease us a mailserver based on Linux, where we only > have smtp and pop3-access to, can we say "Hey, this is GPL'ed, give us the > source"? Yes, you can do that; it's required for source to be "easily available" in t

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Leif Neland
[Regarding GPL] If a company sell or lease us a mailserver based on Linux, where we only have smtp and pop3-access to, can we say "Hey, this is GPL'ed, give us the source"? Leif To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Sat, 14 Aug 1999, Sheldon Hearn wrote: > > > On Fri, 13 Aug 1999 23:42:48 MST, "Dave Walton" wrote: > > > > > If you really want to work on an encrypted telnet, check out The > > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > > I'd love to s

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Sat, 14 Aug 1999, Nick Sayer wrote: > > > Kris Kennaway wrote: > > > > > > On Fri, 13 Aug 1999, Dave Walton wrote: > > > > > > > If you really want to work on an encrypted telnet, check out The > > > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/)

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Brian F. Feldman
On Sat, 14 Aug 1999, Leif Neland wrote: > [Regarding GPL] > If a company sell or lease us a mailserver based on Linux, where we only > have smtp and pop3-access to, can we say "Hey, this is GPL'ed, give us the > source"? Yes, you can do that; it's required for source to be "easily available" in

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Leif Neland
[Regarding GPL] If a company sell or lease us a mailserver based on Linux, where we only have smtp and pop3-access to, can we say "Hey, this is GPL'ed, give us the source"? Leif To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Narvi wrote: > > I got started on this, to the extent of storing the SRP data in the passwd > > file as an additional password crypt() method (using my modified libcrypt > > - see http://www.physics.adelaide.edu.au/~kkennawa/crypt-990725.tar.gz), > > but ran out of time. I hop

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Nick Sayer wrote: > Kris Kennaway wrote: > > > > On Fri, 13 Aug 1999, Dave Walton wrote: > > > > > If you really want to work on an encrypted telnet, check out The > > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > > I'd love to see SRP integrated

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Narvi
On Sat, 14 Aug 1999, Kris Kennaway wrote: > On Fri, 13 Aug 1999, Dave Walton wrote: > > > If you really want to work on an encrypted telnet, check out The > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > I'd love to see SRP integrated into the FreeBSD telnet/telnetd

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Fri, 13 Aug 1999, Dave Walton wrote: > > > If you really want to work on an encrypted telnet, check out The > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. > > I got started on

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Sheldon Hearn wrote: > On Fri, 13 Aug 1999 23:42:48 MST, "Dave Walton" wrote: > > > If you really want to work on an encrypted telnet, check out The > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > I'd love to see SRP integrated into the FreeBSD

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Jason Thorpe
On Sat, 14 Aug 1999 10:38:17 -0700 Mike Smith wrote: > > What the GPL does is require that full source for the program be included > > with the program, and that full source, in my example, would include > > a BSD-licensed XFS module. > > It also requires that the GPL be attached to that

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Narvi wrote: > > I got started on this, to the extent of storing the SRP data in the passwd > > file as an additional password crypt() method (using my modified libcrypt > > - see http://www.physics.adelaide.edu.au/~kkennawa/crypt-990725.tar.gz), > > but ran out of time. I ho

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Nick Sayer wrote: > Kris Kennaway wrote: > > > > On Fri, 13 Aug 1999, Dave Walton wrote: > > > > > If you really want to work on an encrypted telnet, check out The > > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > > I'd love to see SRP integrated

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Fri, 13 Aug 1999, Dave Walton wrote: > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. I got started on this, to the extent of storing the

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Narvi
On Sat, 14 Aug 1999, Kris Kennaway wrote: > On Fri, 13 Aug 1999, Dave Walton wrote: > > > If you really want to work on an encrypted telnet, check out The > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > I'd love to see SRP integrated into the FreeBSD telnet/telnet

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Mike Smith
> On Fri, 13 Aug 1999 21:46:27 -0700 > Mike Smith wrote: > > > > So, if they were to simply put a BSD license on the code, then everyone > > > would be happy, and there wouldn't be any of the dual-license confusion. > > > > It doesn't work like that; once it's been distributed with Linux i

PCCard can't get CIS for 3com card

1999-08-14 Thread rtoren
The card came with the Dell Inspiron and is a 3com 3CCFEM656B. Unfortunately, I don't think 3.2R is getting enough data to attempt an ID. I saw an archived query just like my situation in the mail archives from a year ago, but there was no reply. Once I get past this, I can worry about the pccard.

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Kris Kennaway wrote: > > On Fri, 13 Aug 1999, Dave Walton wrote: > > > If you really want to work on an encrypted telnet, check out The > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. > > I got started o

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Jason Thorpe
On Fri, 13 Aug 1999 21:46:27 -0700 Mike Smith wrote: > > So, if they were to simply put a BSD license on the code, then everyone > > would be happy, and there wouldn't be any of the dual-license confusion. > > It doesn't work like that; once it's been distributed with Linux it's > no lon

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Sat, 14 Aug 1999, Sheldon Hearn wrote: > On Fri, 13 Aug 1999 23:42:48 MST, "Dave Walton" wrote: > > > If you really want to work on an encrypted telnet, check out The > > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > > I'd love to see SRP integrated into the FreeBSD

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Jason Thorpe
On Sat, 14 Aug 1999 10:38:17 -0700 Mike Smith <[EMAIL PROTECTED]> wrote: > > What the GPL does is require that full source for the program be included > > with the program, and that full source, in my example, would include > > a BSD-licensed XFS module. > > It also requires that the GPL

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread David Scheidt
On Sat, 14 Aug 1999, Nick Sayer wrote: > dannyman wrote: > > > > Uhmmm, what if we don't have a floppy drive? > > Do the old SunOS trick: > > 1. Boot single user. > > 2. dd the boot floppy image to your swap partition. To really do the ScumOS trick, you should just assume that the swap parti

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread Karl Denninger
Oh, that's incredibly cute. I've gotta remember that one. -- -- Karl Denninger (k...@denninger.net) Web: childrens-justice.org Tired of the broken divorce system in the United States and what it's doing to our kids? SIGN the online petition for equal parental - and children's - rights at the

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Kris Kennaway
On Fri, 13 Aug 1999, Dave Walton wrote: > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. I got started on this, to the extent of storing th

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread Nick Sayer
dannyman wrote: > > Uhmmm, what if we don't have a floppy drive? Do the old SunOS trick: 1. Boot single user. 2. dd the boot floppy image to your swap partition. 3. Reboot, specifying wd(0,b)/kernel (or appropriate). ? smime.p7s Description: S/MIME Cryptographic Signature

Re: SRA+IDEA Telnet

1999-08-14 Thread Nick Sayer
Narvi wrote: > > On Sat, 14 Aug 1999, Mark Murray wrote: > > > > Couldn't you work the code so it obtains all its' encryption functions > > > from an external library, such as the system's libdes? That would let you > > > export the code, since it doesn't provide any encryption functions itself,

Re: SRA+IDEA Telnet

1999-08-14 Thread Nick Sayer
Mark Murray wrote: > > > Couldn't you work the code so it obtains all its' encryption functions > > from an external library, such as the system's libdes? That would let you > > export the code, since it doesn't provide any encryption functions itself, The commerce department says otherwise. It's

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Mike Smith
> On Fri, 13 Aug 1999 21:46:27 -0700 > Mike Smith <[EMAIL PROTECTED]> wrote: > > > > So, if they were to simply put a BSD license on the code, then everyone > > > would be happy, and there wouldn't be any of the dual-license confusion. > > > > It doesn't work like that; once it's been dist

PCCard can't get CIS for 3com card

1999-08-14 Thread rtoren
The card came with the Dell Inspiron and is a 3com 3CCFEM656B. Unfortunately, I don't think 3.2R is getting enough data to attempt an ID. I saw an archived query just like my situation in the mail archives from a year ago, but there was no reply. Once I get past this, I can worry about the pccard

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Brian F. Feldman
On Sat, 14 Aug 1999, David Scheidt wrote: > On Sat, 14 Aug 1999, Brian F. Feldman wrote: > > > On Sat, 14 Aug 1999, James Howard wrote: > > > > > > > > Would it be legal to strip the BSD license of say, inetd and put a GPL on > > > it? Many in the Linux community seem to think this is true but

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread David Scheidt
On Sat, 14 Aug 1999, Brian F. Feldman wrote: > On Sat, 14 Aug 1999, James Howard wrote: > > > > > Would it be legal to strip the BSD license of say, inetd and put a GPL on > > it? Many in the Linux community seem to think this is true but I thought > > that'd be just as bad as my BSD licensed G

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Jason Thorpe
On Fri, 13 Aug 1999 21:46:27 -0700 Mike Smith <[EMAIL PROTECTED]> wrote: > > So, if they were to simply put a BSD license on the code, then everyone > > would be happy, and there wouldn't be any of the dual-license confusion. > > It doesn't work like that; once it's been distributed with L

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread David Scheidt
On Sat, 14 Aug 1999, Nick Sayer wrote: > dannyman wrote: > > > > Uhmmm, what if we don't have a floppy drive? > > Do the old SunOS trick: > > 1. Boot single user. > > 2. dd the boot floppy image to your swap partition. To really do the ScumOS trick, you should just assume that the swap part

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Brian F. Feldman
On Sat, 14 Aug 1999, James Howard wrote: > On Fri, 13 Aug 1999, Mike Smith wrote: > > > It doesn't work like that; once it's been distributed with Linux it's > > no longer BSD-licensed, it's GPLed. They would still be unable to > > recover post-viral changes and reuse them in their own XFS pro

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread Karl Denninger
Oh, that's incredibly cute. I've gotta remember that one. -- -- Karl Denninger ([EMAIL PROTECTED]) Web: childrens-justice.org Tired of the broken divorce system in the United States and what it's doing to our kids? SIGN the online petition for equal parental - and children's - rights at the

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
> Why not just wait and bring the openssl library in? Er - I do't think that will happen. Not for a while. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread Nick Sayer
dannyman wrote: > > Uhmmm, what if we don't have a floppy drive? Do the old SunOS trick: 1. Boot single user. 2. dd the boot floppy image to your swap partition. 3. Reboot, specifying wd(0,b)/kernel (or appropriate). ? S/MIME Cryptographic Signature

Re: SRA+IDEA Telnet

1999-08-14 Thread Narvi
On Sat, 14 Aug 1999, Mark Murray wrote: > > Couldn't you work the code so it obtains all its' encryption functions > > from an external library, such as the system's libdes? That would let you > > export the code, since it doesn't provide any encryption functions itself, > > and international peo

Re: SRA+IDEA Telnet

1999-08-14 Thread Nick Sayer
Narvi wrote: > > On Sat, 14 Aug 1999, Mark Murray wrote: > > > > Couldn't you work the code so it obtains all its' encryption functions > > > from an external library, such as the system's libdes? That would let you > > > export the code, since it doesn't provide any encryption functions itself,

Re: SRA+IDEA Telnet

1999-08-14 Thread Nick Sayer
Mark Murray wrote: > > > Couldn't you work the code so it obtains all its' encryption functions > > from an external library, such as the system's libdes? That would let you > > export the code, since it doesn't provide any encryption functions itself, The commerce department says otherwise. It'

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Brian F. Feldman
On Sat, 14 Aug 1999, David Scheidt wrote: > On Sat, 14 Aug 1999, Brian F. Feldman wrote: > > > On Sat, 14 Aug 1999, James Howard wrote: > > > > > > > > Would it be legal to strip the BSD license of say, inetd and put a GPL on > > > it? Many in the Linux community seem to think this is true bu

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread James Howard
On Fri, 13 Aug 1999, Mike Smith wrote: > It doesn't work like that; once it's been distributed with Linux it's > no longer BSD-licensed, it's GPLed. They would still be unable to > recover post-viral changes and reuse them in their own XFS product. I heard somewhere that Linux was released und

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread David Scheidt
On Sat, 14 Aug 1999, Brian F. Feldman wrote: > On Sat, 14 Aug 1999, James Howard wrote: > > > > > Would it be legal to strip the BSD license of say, inetd and put a GPL on > > it? Many in the Linux community seem to think this is true but I thought > > that'd be just as bad as my BSD licensed

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread Brian F. Feldman
On Sat, 14 Aug 1999, James Howard wrote: > On Fri, 13 Aug 1999, Mike Smith wrote: > > > It doesn't work like that; once it's been distributed with Linux it's > > no longer BSD-licensed, it's GPLed. They would still be unable to > > recover post-viral changes and reuse them in their own XFS pr

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
> Why not just wait and bring the openssl library in? Er - I do't think that will happen. Not for a while. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: SRA+IDEA Telnet

1999-08-14 Thread Narvi
On Sat, 14 Aug 1999, Mark Murray wrote: > > Couldn't you work the code so it obtains all its' encryption functions > > from an external library, such as the system's libdes? That would let you > > export the code, since it doesn't provide any encryption functions itself, > > and international pe

Re: BSD XFS Port & BSD VFS Rewrite

1999-08-14 Thread James Howard
On Fri, 13 Aug 1999, Mike Smith wrote: > It doesn't work like that; once it's been distributed with Linux it's > no longer BSD-licensed, it's GPLed. They would still be unable to > recover post-viral changes and reuse them in their own XFS product. I heard somewhere that Linux was released un

Re: [Review please] (was: Re: cvs commit: src/gnu/usr.bin/man/manpath manpath.config)

1999-08-14 Thread Mark Murray
> DES, Mark, -hackers! > > How about the following patch. It adds an OPTIONAL_MANPATH directive, > which is equivalent to the MANDATORY_MANPATH, except an absence of the > directory is not considered an error. Cool! Do it, I say! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.or

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
> Couldn't you work the code so it obtains all its' encryption functions > from an external library, such as the system's libdes? That would let you > export the code, since it doesn't provide any encryption functions itself, > and international people could use the international DES library (for >

Re: [Review please] (was: Re: cvs commit: src/gnu/usr.bin/man/manpath manpath.config)

1999-08-14 Thread Mark Murray
> DES, Mark, -hackers! > > How about the following patch. It adds an OPTIONAL_MANPATH directive, > which is equivalent to the MANDATORY_MANPATH, except an absence of the > directory is not considered an error. Cool! Do it, I say! M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.o

Re: SRA+IDEA Telnet

1999-08-14 Thread Mark Murray
> Couldn't you work the code so it obtains all its' encryption functions > from an external library, such as the system's libdes? That would let you > export the code, since it doesn't provide any encryption functions itself, > and international people could use the international DES library (for

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Nick Sayer wrote: [...] > SPK requires a separate database [...] I meant SRP. SRP is based on SPEKE, which is what I got it confused with. smime.p7s Description: S/MIME Cryptographic Signature

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Sheldon Hearn
On Fri, 13 Aug 1999 23:42:48 MST, "Dave Walton" wrote: > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. Cool, another non-exportable syste

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Dave Walton wrote: > > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. Again, the problem is that there is administrative overhead - a separate

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Nick Sayer wrote: [...] > SPK requires a separate database [...] I meant SRP. SRP is based on SPEKE, which is what I got it confused with. S/MIME Cryptographic Signature

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Sheldon Hearn
On Fri, 13 Aug 1999 23:42:48 MST, "Dave Walton" wrote: > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. Cool, another non-exportable syst

Re: Whither makefiles for src/crypto/telnet/* ?

1999-08-14 Thread Nick Sayer
Dave Walton wrote: > > If you really want to work on an encrypted telnet, check out The > Stanford SRP Authentication Project (http://srp.stanford.edu/srp/). > I'd love to see SRP integrated into the FreeBSD telnet/telnetd. Again, the problem is that there is administrative overhead - a separate

Re: interacting with ISA PnP devices.

1999-08-14 Thread Timo Geusch
Ted, from my limited experience with FreeBSD & ISA PnP cards (I'm fiddling around with the 3COM Etherlink III driver) I would suggest that you need to write a driver to talk to the card simply because you have to be able to retrieve the card settings. However I found the ISA PnP functionality extre

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread Sheldon Hearn
On Fri, 13 Aug 1999 17:51:10 MST, dannyman wrote: > Uhmmm, what if we don't have a floppy drive? Then you probably have a CDROM drive or a network interface, both of which can be used to get sysinstall onto your machine. :-) Ciao, Sheldon. To Unsubscribe: send mail to majord...@freebsd.org w

Re: interacting with ISA PnP devices.

1999-08-14 Thread Timo Geusch
Ted, from my limited experience with FreeBSD & ISA PnP cards (I'm fiddling around with the 3COM Etherlink III driver) I would suggest that you need to write a driver to talk to the card simply because you have to be able to retrieve the card settings. However I found the ISA PnP functionality extr

Re: Using legacy sysinstall to upgrade live system

1999-08-14 Thread Sheldon Hearn
On Fri, 13 Aug 1999 17:51:10 MST, dannyman wrote: > Uhmmm, what if we don't have a floppy drive? Then you probably have a CDROM drive or a network interface, both of which can be used to get sysinstall onto your machine. :-) Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with