From owner-cvs-user Sun Sep 17 00:00:11 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01005 for cvs-user-outgoing; Sun, 17 Sep 1995 00:00:11 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA00991 ; Sun, 17 Sep 1995 00:00:00 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id IAA02651; Sun, 17 Sep 1995 08:59:52 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id IAA16450; Sun, 17 Sep 1995 08:59:51 +0200 Message-Id: <199509170659.IAA16450@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Justin T. Gibbs" cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Sun, 17 Sep 1995 08:59:51 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk Would I be correct in suggesting that for eBones, RELENG_2_1_0 and HEAD are being kept identical? Is the same happening for secure? M > gibbs 95/09/16 17:41:13 > > Branch: eBones/usr.sbin/kerberos RELENG_2_1_0 > Modified: eBones/usr.sbin/kerberos kerberos.c > Log: > The problem. If the first request to kerberos is not a ticket > request, it cores due to using the unitialized global req_name_ptr > pointer. -Wall does not reveal this. > > Repeat by having an old valid ticket and start kerberos. rsh to > a non-realm system. > > Also intialize lifetime to DEFAULT_TKT_LIFE and kerno to KSUCCESS since > they can be refernced before being initialized. > > Submitted by: John Capo -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Sun Sep 17 00:07:10 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01164 for cvs-user-outgoing; Sun, 17 Sep 1995 00:07:10 -0700 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA01159 ; Sun, 17 Sep 1995 00:07:08 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id AAA07882; Sun, 17 Sep 1995 00:06:35 -0700 Message-Id: <199509170706.AAA07882@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Mark Murray cc: "Justin T. Gibbs" , CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c In-reply-to: Your message of "Sun, 17 Sep 1995 08:59:51 +0200." <199509170659.IAA16450@grumble.grondar.za> Date: Sun, 17 Sep 1995 00:06:35 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-user@FreeBSD.org Precedence: bulk >Would I be correct in suggesting that for eBones, RELENG_2_1_0 and HEAD >are being kept identical? For now yes, but I am curently testing a proposed fix for multi-homed clients and that will not go into 2.1. I will be sending it around for review before it goes into 2.2 as well. The patch below was a bug fix, not new functionality, and I was able to make it fail before the patch was aplied. >Is the same happening for secure? So far, yes. I don't know of anything else planned for secure in the near future though. > >M >-- >Mark Murray >46 Harvey Rd, Claremont, Cape Town 7700, South Africa >+27 21 61-3768 GMT+0200 >Finger mark@grumble.grondar.za for PGP key -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-user Sun Sep 17 00:11:37 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01236 for cvs-user-outgoing; Sun, 17 Sep 1995 00:11:37 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA01229 ; Sun, 17 Sep 1995 00:11:27 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id JAA02680; Sun, 17 Sep 1995 09:11:16 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id JAA16606; Sun, 17 Sep 1995 09:11:15 +0200 Message-Id: <199509170711.JAA16606@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Justin T. Gibbs" cc: Mark Murray , CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Sun, 17 Sep 1995 09:11:14 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > >Would I be correct in suggesting that for eBones, RELENG_2_1_0 and HEAD > >are being kept identical? > > For now yes, but I am curently testing a proposed fix for multi-homed > clients and that will not go into 2.1. I will be sending it around for > review before it goes into 2.2 as well. The patch below was a bug fix, > not new functionality, and I was able to make it fail before the patch > was aplied. So for my repository, if I make RELENG_2_1_0 the same as HEAD _now_, I shouldn't break anything for eBones and secure? > >Is the same happening for secure? > > So far, yes. I don't know of anything else planned for secure in the near > future though. ]:-> I will be bringing in the new DES library (hopefully today), and in the next few days I want to repair Secure RPC. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Sun Sep 17 00:21:30 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA01515 for cvs-user-outgoing; Sun, 17 Sep 1995 00:21:30 -0700 Received: from aslan.cdrom.com (aslan.cdrom.com [192.216.223.142]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA01508 ; Sun, 17 Sep 1995 00:21:25 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by aslan.cdrom.com (8.6.12/8.6.9) with SMTP id AAA07937; Sun, 17 Sep 1995 00:20:50 -0700 Message-Id: <199509170720.AAA07937@aslan.cdrom.com> X-Authentication-Warning: aslan.cdrom.com: Host localhost.cdrom.com didn't use HELO protocol To: Mark Murray cc: "Justin T. Gibbs" , CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c In-reply-to: Your message of "Sun, 17 Sep 1995 09:11:14 +0200." <199509170711.JAA16606@grumble.grondar.za> Date: Sun, 17 Sep 1995 00:20:50 -0700 From: "Justin T. Gibbs" Sender: owner-cvs-user@FreeBSD.org Precedence: bulk >So for my repository, if I make RELENG_2_1_0 the same as HEAD _now_, >I shouldn't break anything for eBones and secure? You will lose CVS revision state if you do, but the code should be identical. In other words, if you deleted the RELENG_2_1_0 tag off of everything and retaged it all with RELENG_2_1_0, you'd be fine, but you wouldn't have any record of the deltas that were done since this same tag operation was performed on freefall. >> >Is the same happening for secure? >> >> So far, yes. I don't know of anything else planned for secure in the near >> future though. > >]:-> I will be bringing in the new DES library (hopefully today), and in >the next few days I want to repair Secure RPC. Is the DES portion of the library basically identical to the old one? I want to ensure that 2.1 can be a full fledged krbIV server and client, so I'm a little leary of bringing this type of stuff into 2.1 so late in the game. The source re-org of eBones was easy to shake the bugs out of since the code didn't change. A library may not be so easy and testing time is limited. > >M >-- >Mark Murray >46 Harvey Rd, Claremont, Cape Town 7700, South Africa >+27 21 61-3768 GMT+0200 >Finger mark@grumble.grondar.za for PGP key -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-user Sun Sep 17 00:43:53 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02136 for cvs-user-outgoing; Sun, 17 Sep 1995 00:43:53 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA02127 ; Sun, 17 Sep 1995 00:43:00 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id JAA02729; Sun, 17 Sep 1995 09:42:46 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id JAA18411; Sun, 17 Sep 1995 09:42:45 +0200 Message-Id: <199509170742.JAA18411@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Justin T. Gibbs" cc: Mark Murray , CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Sun, 17 Sep 1995 09:42:44 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > >]:-> I will be bringing in the new DES library (hopefully today), and in > >the next few days I want to repair Secure RPC. > > Is the DES portion of the library basically identical to the old one? I > want to ensure that 2.1 can be a full fledged krbIV server and client, > so I'm a little leary of bringing this type of stuff into 2.1 so late > in the game. The source re-org of eBones was easy to shake the bugs out > of since the code didn't change. A library may not be so easy and testing > time is limited. It is the same code, by the same author, about 2 years more up-to-date than the stuff we have. The author has himself cleaned up most of the -Wall turds, but there are extra routines. I have used this library on my system, and it works, buth there are some issues that IMO will need to be shaken out before it is 2.1 ready. (EG there is an entry point conflict with our eBones code. Our eBone has a kluge for this, but I want to fix it properly) I think this is 2.2 country. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Sun Sep 17 00:58:29 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02402 for cvs-user-outgoing; Sun, 17 Sep 1995 00:58:29 -0700 Received: (from markm@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA02393 ; Sun, 17 Sep 1995 00:58:22 -0700 Date: Sun, 17 Sep 1995 00:58:22 -0700 From: Mark Murray Message-Id: <199509170758.AAA02393@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/eBones/libexec/rkinitd rkinitd.8 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk markm 95/09/17 00:58:22 Modified: eBones/libexec/rkinitd rkinitd.8 Log: Correct a lie in the man pages: /etc/athena/srvtab -> /etc/kerberosIV/srvtab From owner-cvs-user Sun Sep 17 08:24:06 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA17495 for cvs-user-outgoing; Sun, 17 Sep 1995 08:24:06 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA17486 ; Sun, 17 Sep 1995 08:23:49 -0700 Date: Sun, 17 Sep 1995 08:23:49 -0700 From: "Justin T. Gibbs" Message-Id: <199509171523.IAA17486@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/eBones/libexec/rkinitd rkinitd.8 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk gibbs 95/09/17 08:23:47 Branch: eBones/libexec/rkinitd RELENG_2_1_0 Modified: eBones/libexec/rkinitd rkinitd.8 Log: Merge with HEAD. Correct path to srvtab file. From owner-cvs-user Sun Sep 17 09:25:23 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA19330 for cvs-user-outgoing; Sun, 17 Sep 1995 09:25:23 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA19317 ; Sun, 17 Sep 1995 09:25:07 -0700 From: Bill Paul Message-Id: <199509171625.JAA19317@freefall.freebsd.org> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: mark@grondar.za (Mark Murray) Date: Sun, 17 Sep 1995 09:25:06 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509170711.JAA16606@grumble.grondar.za> from "Mark Murray" at Sep 17, 95 09:11:14 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 4546 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > ]:-> I will be bringing in the new DES library (hopefully today), and in > the next few days I want to repair Secure RPC. > > M > -- > Mark Murray Be advised that I've already gotten Secure RPC from the RPC 4.0 distribution to work in FreeBSD (more or less anyway: for some reason the keyserv daemon doesn't always seem to load root's key from the /etc/.rootkey file properly when I restart it, but I haven't been hacking on it in a while due to work intruding). I have an RPC library with auth_des support, plys working binaries for all the commands and demos in the Secure RPC distribution, except for the newkey and chkey commands which compile but do not link due to the absence of yp_update() and friends. I wanted to get Secure RPC working so that I could use it in place of the kludged-up 'check for privileged ports' trick I use to make FreeBSD's NIS shadow password system work. (This is actually kind of tricky because the publickey database is accessed through NIS, which means ypserv might have to call itself in order to authenticate a query, and ypserv isn't exactly fully re-entrant at this point.) I also started working on ypupdated and a yp_update() library function. The RPC part is really quite easy. The tough part is working out a consistent way to update an arbitrary NIS map. (Actually, updating the map would be the easy part: the hard part is that you have to update the source files too. Bleah.) You have to be mindful of the following things: - If you look at the des_crypt.c file in the Secure RPC distribution, you'll see that it has ecb_crypt() and cbc_crypt() functions that call into Sun's libc to do the actual encryption. I made my own des_crypt.c that contains wrapper functions for the equivalent routines in libdes. One difficulty is that the RPC code expects the encrytion to be done in-place, whereas libdes expects to be passed two buffers, one for input, and another into which it places the encrypted output. I kludged this up by having the wrappers define their own output buffers and then copying the results back into the input buffers before returning. There are also some clashes between the #defines in des.h and des_crypt.h, but these are not too hard to work out. - The keyserv program wants libmp, which is not part of 4.4BSD-Lite. It _is_ part of 4.4BSD-Encumbered though; from what I've been able to learn, the copyright header says that the code is 'believed to contain' AT&T source. Foo. I had to resort to using the GNU mp library, which works fine, but I'm not thrilled with the notion of importing yet another GNU package into the tree. - There is no keylogout program, though it's fairly easy to write one. I have a naive one that I wrote for my testing. There is a keylogout program in the tirpcsrc distribution, but it needs minor hacking to work with RPC 4.0. Note that the tirpcsrc distribution also has new rpcgen program which might be worth importing as either a companion or a replacement for the existing rpcgen, which is quite crufty. (The new rpcgen can generate server stubs that work in standalone mode or with inetd, plus it can generate sample client and server skeleton code that uses the generated clnt and svc functions.) One caveat is that it generates ti-rpc code by default: you need to specify the -b (backwards compatible flag) to make it generate RPC 4.0-style code. The default could be reversed though. - Again, Secure RPC and ypupdate sort of go hand in hand. One problem in this area is that the ypupdate_prot.x protocol definition is not included with the public domain RPC 4.0 distribution. You can get the protocol definition file from any SunOS machine, but I'm not sure copying it that way is permitted. (It has a Sun copyright line in it, but says nothing about redistribution restrictions.) The file from 4.1.3 also contains an error (look closely and you'll see the functions are defined to accept things like 'ypupdateargs' but the structure definitions say 'ypupdate_args'). - Last, but certainly not least, if we can't distribute the DES library with the OS, there needs to be some dummy DES that can handle the calls to ecb_crypt() and cbc_crypt(), otherwise the programs that are setup to use Secure RPC will fall apart. I haven't yet thought of a way to resolve this. A dummy library will prevent FreeBSD's Secure RPC from interacting with anyone else's. It isn't quite like crypt() where you can get away with the MD5 hash replacement. -Bill From owner-cvs-user Sun Sep 17 11:10:45 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA21657 for cvs-user-outgoing; Sun, 17 Sep 1995 11:10:45 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id LAA21641 ; Sun, 17 Sep 1995 11:10:06 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id SAA03823; Sun, 17 Sep 1995 18:42:27 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id SAA02314; Sun, 17 Sep 1995 18:42:26 +0200 Message-Id: <199509171642.SAA02314@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: Bill Paul cc: mark@grondar.za (Mark Murray), CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Sun, 17 Sep 1995 18:42:25 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk I've got two systems, one an early-model pentium, the other a Cx486DLC both experiencing the occasional odd failure when running under FreeBSD and I want to double-check the hardware on these machines. (Yes, I know about the cache weirdness on the 486DLC, I've even disabled the internal cache completely as part of my testing). I think the Pentium either has a bad CPU (likely) or a bad cache chip (unlikely) and the DLC either has a bad cache chip (likely) or bad dram (unlikely). Does anyone have ANY pointers whatsoever to a really really really good and thorough set of diagnostics that could be used to check for hardware faults? Specificly, anything that can be used to diagnose external caches, memory, (and in the case of the pentium, perform cpu diagnostics) would be cool. Paul From owner-cvs-user Sun Sep 17 12:09:45 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA23031 for cvs-user-outgoing; Sun, 17 Sep 1995 12:09:45 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA23023 ; Sun, 17 Sep 1995 12:09:39 -0700 From: Bill Paul Message-Id: <199509171909.MAA23023@freefall.freebsd.org> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: mark@grondar.za (Mark Murray) Date: Sun, 17 Sep 1995 12:09:38 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509171642.SAA02314@grumble.grondar.za> from "Mark Murray" at Sep 17, 95 06:42:25 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 388 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > Wonderful! Thanks for all this. > > May I have some patches, please? :-) > > M [chop] I'll gladly tar up the whole thing and give it to you, but nobody's answered my questions yet: - Do we really want to import the GNU mp library? - Do we want to import the new rpcgen? - How the hell do we make the thing work in the core distribution where libdes isn't available? -Bill From owner-cvs-user Sun Sep 17 12:23:47 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA23579 for cvs-user-outgoing; Sun, 17 Sep 1995 12:23:47 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id MAA23563 ; Sun, 17 Sep 1995 12:23:30 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id VAA03981; Sun, 17 Sep 1995 21:23:08 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id VAA03044; Sun, 17 Sep 1995 21:23:07 +0200 Message-Id: <199509171923.VAA03044@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: Bill Paul cc: mark@grondar.za (Mark Murray), CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Sun, 17 Sep 1995 21:23:06 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > I'll gladly tar up the whole thing and give it to you, but nobody's > answered my questions yet: > > - Do we really want to import the GNU mp library? How big is that? > - Do we want to import the new rpcgen? Again - how big is it? Can it replace or compliment anything? > - How the hell do we make the thing work in the core distribution > where libdes isn't available? Make it a part of securedist, where DES is going to go? M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Sun Sep 17 12:58:51 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA24245 for cvs-user-outgoing; Sun, 17 Sep 1995 12:58:51 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA24237 ; Sun, 17 Sep 1995 12:58:44 -0700 From: Bill Paul Message-Id: <199509171958.MAA24237@freefall.freebsd.org> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: mark@grondar.za (Mark Murray) Date: Sun, 17 Sep 1995 12:58:43 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509171923.VAA03044@grumble.grondar.za> from "Mark Murray" at Sep 17, 95 09:23:06 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 3209 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > I'll gladly tar up the whole thing and give it to you, but nobody's > > answered my questions yet: > > > > - Do we really want to import the GNU mp library? > > How big is that? -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a The libmp.a library is the part we need: it's a clone of the 'Berkeley' libmp library. The libgmp.a library contains many other interesting things, none of which are strictly necessary for Secure RPC. Still, if we're going to do one, we may as wlel do both, since they're both GPL'ed. > > - Do we want to import the new rpcgen? > > Again - how big is it? Can it replace or compliment anything? About the same size as as the existing rpcgen. If you reverse the meaning of the -b flag, you could make it a drop-in replacemnt for the old rpcgen. However, its ability to generate TI-RPC code would be practically useless in FreeBSD, unless we suddenly grew some STREAMS-based networking code. (One hack I had to make was to prevent it from emitting an '#include ' line in backwards-compat mode.) > > - How the hell do we make the thing work in the core distribution > > where libdes isn't available? > > Make it a part of securedist, where DES is going to go? I'm not sure that will work: the core RPC code is _inside_ libc, which means you'd have to ship an alternate libc with the securedist. Installing a new libc.so is very tricky. Also, I'm not sure you can totally hide Secure RPC inside the library. Clients and servers that use RPC need to use extra functions (like authdes_create()) that aren't present in the stock RPC implementation. I'm not sure you could make things work with dummy functions. It might be necessary to sprinkle #ifdefs into the code and produce two versions of Secure RPC binaries -- one with AUTH_DES and one without. One idea that had occured to me was to create a dummy libdes with stub ebc_crypt() and cbc_crypt() functions that either didn't encrypt anything at all, or used some other encryption besides DES that wouldn't get us in hot water. The result would be that FreeBSD machines could make Secure RPCs between each other, but not with other systems. You could then install the appropriate libdes.so from the securedist to make it work with other systems (which would mean other Solaris systems at this point). The reason I was hesitant to suggest this is because I remember reading somewhere that code that calls encrpytion functions is every bit as restricted as the encryption code itself. The Secure RPC stuff certainly qualifies. Then again, Sun distributed the sources to Secure RPC without any trouble, so I may be overreacting. I'd like to avoid the 'dummy libdes' idea since it would destroy interoperability with other OSes, but we may have to deal with it. Anyway, I'm going to see what I can do about packaging up the stuff I've been working on so I can ship it out to you. I'm still hacking on a few things. Let me know how toy want to transfer things (I can either put the stuff on my FTP server or FTP it to you). -Bill From owner-cvs-user Sun Sep 17 15:57:00 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA01629 for cvs-user-outgoing; Sun, 17 Sep 1995 15:57:00 -0700 Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id PAA01599 ; Sun, 17 Sep 1995 15:56:47 -0700 Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id PAA03190; Sun, 17 Sep 1995 15:56:39 -0700 From: "Rodney W. Grimes" Message-Id: <199509172256.PAA03190@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: wpaul@freefall.freebsd.org (Bill Paul) Date: Sun, 17 Sep 1995 15:56:39 -0700 (PDT) Cc: mark@grondar.za, CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509171958.MAA24237@freefall.freebsd.org> from "Bill Paul" at Sep 17, 95 12:58:43 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1318 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > > > I'll gladly tar up the whole thing and give it to you, but nobody's > > > answered my questions yet: > > > > > > - Do we really want to import the GNU mp library? > > > > How big is that? > > -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz > -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a > -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a > > The libmp.a library is the part we need: it's a clone of the 'Berkeley' > libmp library. The libgmp.a library contains many other interesting > things, none of which are strictly necessary for Secure RPC. Still, if we're > going to do one, we may as wlel do both, since they're both GPL'ed. We want to import that (from /usr/src/lib/Makefile): # XXX MISSING: libmp libplot The copy in BSD 4.4 has AT & T copyrights in it... if gnu has reimplemented this library we want it ASAP in src/gnu/lib/libmp. ... There are some other things that could be built if we had this.. I forget right now what they are, but am running a search hoping it finishes before I finish this sentence..... oh well, not fast enought... later -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-user Sun Sep 17 16:18:35 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA03766 for cvs-user-outgoing; Sun, 17 Sep 1995 16:18:35 -0700 Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA03743 ; Sun, 17 Sep 1995 16:18:23 -0700 Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id QAA03256; Sun, 17 Sep 1995 16:18:16 -0700 From: "Rodney W. Grimes" Message-Id: <199509172318.QAA03256@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: rgrimes@GndRsh.aac.dev.com (Rodney W. Grimes) Date: Sun, 17 Sep 1995 16:18:16 -0700 (PDT) Cc: wpaul@freefall.freebsd.org, mark@grondar.za, CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509172256.PAA03190@GndRsh.aac.dev.com> from "Rodney W. Grimes" at Sep 17, 95 03:56:39 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1989 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > > > > > > I'll gladly tar up the whole thing and give it to you, but nobody's > > > > answered my questions yet: > > > > > > > > - Do we really want to import the GNU mp library? > > > > > > How big is that? > > > > -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz > > -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a > > -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a > > > > The libmp.a library is the part we need: it's a clone of the 'Berkeley' > > libmp library. The libgmp.a library contains many other interesting > > things, none of which are strictly necessary for Secure RPC. Still, if we're > > going to do one, we may as wlel do both, since they're both GPL'ed. > > We want to import that (from /usr/src/lib/Makefile): > # XXX MISSING: libmp libplot > > The copy in BSD 4.4 has AT & T copyrights in it... if gnu has reimplemented > this library we want it ASAP in src/gnu/lib/libmp. > ... > > There are some other things that could be built if we had this.. I forget > right now what they are, but am running a search hoping it finishes before > I finish this sentence..... oh well, not fast enought... later Well, I didn't get many hits: SkyRsh# kfind libmp ./gnu/usr.bin/cvs/examples/modules:libmp usr.lib/libmp ./lib/Makefile:# XXX MISSING: libmp libplot ./share/man/man3/intro.3:.It Xr libmp Pq Fl l Ns Ar mp ./share/mk/bsd.README: LIBMP /usr/lib/libmp.a ./share/mk/bsd.prog.mk:LIBMP?= ${DESTDIR}/usr/lib/libmp.a # XXX doesn't exist SkyRsh# Perhaps now I should go hunt for LIBMP :-) > -- > Rod Grimes rgrimes@gndrsh.aac.dev.com > Accurate Automation Company Reliable computers for FreeBSD > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-user Sun Sep 17 19:29:45 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21184 for cvs-user-outgoing; Sun, 17 Sep 1995 19:29:45 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA21171 ; Sun, 17 Sep 1995 19:29:39 -0700 From: Bill Paul Message-Id: <199509180229.TAA21171@freefall.freebsd.org> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: rgrimes@GndRsh.aac.dev.com (Rodney W. Grimes) Date: Sun, 17 Sep 1995 19:29:38 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509172318.QAA03256@GndRsh.aac.dev.com> from "Rodney W. Grimes" at Sep 17, 95 04:18:16 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1508 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > > > > > > > > > > I'll gladly tar up the whole thing and give it to you, but nobody's > > > > > answered my questions yet: > > > > > > > > > > - Do we really want to import the GNU mp library? > > > > > > > > How big is that? > > > > > > -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz > > > -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a > > > -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a > > > > > > The libmp.a library is the part we need: it's a clone of the 'Berkeley' > > > libmp library. The libgmp.a library contains many other interesting > > > things, none of which are strictly necessary for Secure RPC. Still, if we're > > > going to do one, we may as wlel do both, since they're both GPL'ed. > > > > We want to import that (from /usr/src/lib/Makefile): > > # XXX MISSING: libmp libplot > > > > The copy in BSD 4.4 has AT & T copyrights in it... if gnu has reimplemented > > this library we want it ASAP in src/gnu/lib/libmp. Well, it wouldn't take too much work to import it. The code compiles without any errors using just a simple 'make.' The Makefile needs to be be bmake-ed though. The documentation in gmp-1.3.2 talks about a gmp-2.0, but it doesn't seem to exist. Could have been just wishful thinking on the author's part. I'd rather have someone else do the import since I'm a little fuzzy on the exact procedure, but if no one else has time I suppose I could handle it. -Bill From owner-cvs-user Sun Sep 17 19:58:43 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA24803 for cvs-user-outgoing; Sun, 17 Sep 1995 19:58:43 -0700 Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id TAA24693 ; Sun, 17 Sep 1995 19:58:10 -0700 Received: (from peter@localhost) by jhome.DIALix.COM (8.6.12/8.6.9) id KAA18929; Mon, 18 Sep 1995 10:58:00 +0800 Date: Mon, 18 Sep 1995 10:57:59 +0800 (WST) From: Peter Wemm To: Bill Paul cc: "Rodney W. Grimes" , CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c In-Reply-To: <199509180229.TAA21171@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-user@FreeBSD.org Precedence: bulk On Sun, 17 Sep 1995, Bill Paul wrote: > > > > > > I'll gladly tar up the whole thing and give it to you, but nobody's > > > > > > answered my questions yet: > > > > > > > > > > > > - Do we really want to import the GNU mp library? > > > > > > > > > > How big is that? > > > > > > > > -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz > > > > -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a > > > > -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a > > > > > > > > The libmp.a library is the part we need: it's a clone of the 'Berkeley' > > > > libmp library. The libgmp.a library contains many other interesting > > > > things, none of which are strictly necessary for Secure RPC. Still, if we're > > > > going to do one, we may as wlel do both, since they're both GPL'ed. > > > > > > We want to import that (from /usr/src/lib/Makefile): > > > # XXX MISSING: libmp libplot > > > > > > The copy in BSD 4.4 has AT & T copyrights in it... if gnu has reimplemented > > > this library we want it ASAP in src/gnu/lib/libmp. > > Well, it wouldn't take too much work to import it. The code compiles without > any errors using just a simple 'make.' The Makefile needs to be be bmake-ed > though. > > The documentation in gmp-1.3.2 talks about a gmp-2.0, but it doesn't seem > to exist. Could have been just wishful thinking on the author's part. > > I'd rather have someone else do the import since I'm a little fuzzy on > the exact procedure, but if no one else has time I suppose I could > handle it. BTW: I've just found "fgmp", which is a "free" replacement for libgmp. ie: no GPV. (I've not seen if it has other restrictions though, as the ftp is going slowly..) -Peter > -Bill > From owner-cvs-user Sun Sep 17 22:31:01 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA03883 for cvs-user-outgoing; Sun, 17 Sep 1995 22:31:01 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA03836 ; Sun, 17 Sep 1995 22:30:36 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id HAA04599; Mon, 18 Sep 1995 07:30:22 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id HAA04084; Mon, 18 Sep 1995 07:30:21 +0200 Message-Id: <199509180530.HAA04084@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: Bill Paul cc: mark@grondar.za (Mark Murray), CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Mon, 18 Sep 1995 07:30:21 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > > I'll gladly tar up the whole thing and give it to you, but nobody's > > > answered my questions yet: > > > > > > - Do we really want to import the GNU mp library? > > > > How big is that? > > -rw-r--r-- 1 root bin 108358 Jul 21 00:17 /usr/src/gmp-1.3.2.tar.gz > -rw-r--r-- 1 root sysman 261188 Jul 21 00:24 /usr/src/gmp-1.3.2/libgmp.a > -rw-r--r-- 1 root sysman 110280 Jul 21 00:25 /usr/src/gmp-1.3.2/libmp.a > > The libmp.a library is the part we need: it's a clone of the 'Berkeley' > libmp library. The libgmp.a library contains many other interesting > things, none of which are strictly necessary for Secure RPC. Still, if we're > going to do one, we may as wlel do both, since they're both GPL'ed. Not too bad... > > > - Do we want to import the new rpcgen? > > > > Again - how big is it? Can it replace or compliment anything? > > About the same size as as the existing rpcgen. If you reverse the > meaning of the -b flag, you could make it a drop-in replacemnt for > the old rpcgen. However, its ability to generate TI-RPC code would > be practically useless in FreeBSD, unless we suddenly grew some > STREAMS-based networking code. (One hack I had to make was to prevent > it from emitting an '#include ' line in backwards-compat > mode.) Yukk... > Also, I'm not sure you can totally hide Secure RPC inside the library. > Clients and servers that use RPC need to use extra functions (like > authdes_create()) that aren't present in the stock RPC implementation. > I'm not sure you could make things work with dummy functions. It might > be necessary to sprinkle #ifdefs into the code and produce two versions > of Secure RPC binaries -- one with AUTH_DES and one without. We have already done a similar thing with telnet. Telnet does not have functions in libc, but it does have its own libtelnet, which in the securedist contains crypto stuff... > One idea that had occured to me was to create a dummy libdes with > stub ebc_crypt() and cbc_crypt() functions that either didn't encrypt > anything at all, or used some other encryption besides DES that > wouldn't get us in hot water. The result would be that FreeBSD machines > could make Secure RPCs between each other, but not with other systems. > You could then install the appropriate libdes.so from the securedist > to make it work with other systems (which would mean other Solaris > systems at this point). This precedent has been set already; we have a FreeBSD-only crypt(3). > The reason I was hesitant to suggest this is because I remember reading > somewhere that code that calls encrpytion functions is every bit as > restricted as the encryption code itself. The Secure RPC stuff certainly > qualifies. Then again, Sun distributed the sources to Secure RPC > without any trouble, so I may be overreacting. > > I'd like to avoid the 'dummy libdes' idea since it would destroy > interoperability with other OSes, but we may have to deal with it. We can swing this, I think. Like I said, we already have one 'alternative' crypt(3), that breaks certain exchanges (passwds) between our systems and others. If we have a dummy DES just to make the code not puke, and then have a des library that does the proper job in securedist, one version in the US and another distributed outside, there should be no (FreeBSD) problem. I don't know much about licensing code with crypto calls. > Anyway, I'm going to see what I can do about packaging up the stuff I've > been working on so I can ship it out to you. I'm still hacking on a few > things. Let me know how toy want to transfer things (I can either > put the stuff on my FTP server or FTP it to you). Either way is fine - Either send it to ftp.grondar.za:/pub/incoming or I'll fetch it. Thanks! M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Sun Sep 17 22:34:26 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04090 for cvs-user-outgoing; Sun, 17 Sep 1995 22:34:26 -0700 Received: (from wpaul@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04082 ; Sun, 17 Sep 1995 22:34:23 -0700 From: Bill Paul Message-Id: <199509180534.WAA04082@freefall.freebsd.org> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: peter@jhome.DIALix.COM (Peter Wemm) Date: Sun, 17 Sep 1995 22:34:23 -0700 (PDT) Cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: from "Peter Wemm" at Sep 18, 95 10:57:59 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 1190 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > > On Sun, 17 Sep 1995, Bill Paul wrote: [importing GNU mp into the tree] > > Well, it wouldn't take too much work to import it. The code compiles without > > any errors using just a simple 'make.' The Makefile needs to be be bmake-ed > > though. > > > > The documentation in gmp-1.3.2 talks about a gmp-2.0, but it doesn't seem > > to exist. Could have been just wishful thinking on the author's part. > > > > I'd rather have someone else do the import since I'm a little fuzzy on > > the exact procedure, but if no one else has time I suppose I could > > handle it. > > BTW: I've just found "fgmp", which is a "free" replacement for libgmp. > ie: no GPV. (I've not seen if it has other restrictions though, as the > -Peter I've already investigated fgmp. As I understand it, this library re-implements parts of GNU mp that are needed to make RSA work. This apparently came about because somebody wanted to make an RSA distribution that was GPL-free. The README in the distribution says that it's performance isn't particularly good, plus it isn't in any way a replacement for the Berkeley MP library. In other words, given a choice, I'd rather have GNU mp. *sigh* -Bill From owner-cvs-user Sun Sep 17 22:58:58 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04393 for cvs-user-outgoing; Sun, 17 Sep 1995 22:58:58 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA04388 ; Sun, 17 Sep 1995 22:58:45 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id HAA04633; Mon, 18 Sep 1995 07:58:36 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id HAA04433; Mon, 18 Sep 1995 07:58:35 +0200 Message-Id: <199509180558.HAA04433@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: Peter Wemm cc: Bill Paul , "Rodney W. Grimes" , CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c Date: Mon, 18 Sep 1995 07:58:34 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > BTW: I've just found "fgmp", which is a "free" replacement for libgmp. > ie: no GPV. (I've not seen if it has other restrictions though, as the > ftp is going slowly..) I don't think we could use this - the license looks a little restrictive: /* * FREE GMP - a public domain implementation of a subset of the * gmp library * * I hearby place the file in the public domain. * * Do whatever you want with this code. Change it. Sell it. Claim you * wrote it. * Bugs, complaints, flames, rants: please send email to * Mark Henderson * I'm already aware that fgmp is considerably slower than gmp * * CREDITS: * Paul Rouse - generic bug fixes, mpz_sqrt and * mpz_sqrtrem, and modifications to get fgmp to compile on a system * with int and long of different sizes (specifically MSDOS,286 compiler) * Also see the file "notes" included with the fgmp distribution, for * more credits. * * VERSION 1.0 - beta 5 */ -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Sun Sep 17 22:59:39 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id WAA04449 for cvs-user-outgoing; Sun, 17 Sep 1995 22:59:39 -0700 Received: from ibp.ibp.fr (ibp.ibp.fr [132.227.60.30]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id WAA04444 ; Sun, 17 Sep 1995 22:59:32 -0700 Received: from blaise.ibp.fr (blaise.ibp.fr [132.227.60.1]) by ibp.ibp.fr (8.6.12/jtpda-5.0) with ESMTP id HAA20920 ; Mon, 18 Sep 1995 07:59:28 +0200 Received: from (uucp@localhost) by blaise.ibp.fr (8.6.12/jtpda-5.0) with UUCP id HAA28831 ; Mon, 18 Sep 1995 07:59:28 +0200 Received: (from roberto@localhost) by keltia.Freenix.FR (8.7.Beta.14/keltia-uucp-2.4) id HAA05542; Mon, 18 Sep 1995 07:53:40 +0200 (MET DST) From: Ollivier Robert Message-Id: <199509180553.HAA05542@keltia.Freenix.FR> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: peter@jhome.dialix.com (Peter Wemm) Date: Mon, 18 Sep 1995 07:53:40 +0200 (MET DST) Cc: wpaul@freefall.freebsd.org, rgrimes@gndrsh.aac.dev.com, CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: from "Peter Wemm" at Sep 18, 95 10:57:59 am X-Operating-System: FreeBSD 2.2-CURRENT ctm#1085 X-Mailer: ELM [version 2.4 PL24 ME7a+] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: owner-cvs-user@FreeBSD.org Precedence: bulk It seems that Peter Wemm said: > BTW: I've just found "fgmp", which is a "free" replacement for libgmp. > ie: no GPV. (I've not seen if it has other restrictions though, as the > ftp is going slowly..) Don't use it. The author just made it to avoid rms flames about the GPL... It was a great flame war in gnu.misc.discuss at least 2 years ago when M. Hendersen (sp?) made a cryptographic tool with hooks *only* for gmp (there was nothing else available). His "error" was not to make it under the GPL so rms came and claimed what was really a interface copyright (without admitting it). The only way the author kept its hooks for gmp was to create a fgmp, compatible with the API but inefficient and probably incomplete. Its only purpose was to exist. I doubt it was updated since... Anyone else remember this ? -- Ollivier ROBERT -=- The daemon is FREE! -=- roberto@keltia.frmug.fr.net FreeBSD keltia.Freenix.FR 2.2-CURRENT #1: Sun Sep 10 18:50:19 MET DST 1995 From owner-cvs-user Mon Sep 18 01:52:39 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA08647 for cvs-user-outgoing; Mon, 18 Sep 1995 01:52:39 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA08633 ; Mon, 18 Sep 1995 01:52:29 -0700 Date: Mon, 18 Sep 1995 01:52:29 -0700 From: David Greenman Message-Id: <199509180852.BAA08633@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src CVS-INFO Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk davidg 95/09/18 01:52:28 Branch: . RELENG_2_1_0 Modified: . CVS-INFO Makefile Log: Sync with main branch. From owner-cvs-user Mon Sep 18 01:56:28 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA08845 for cvs-user-outgoing; Mon, 18 Sep 1995 01:56:28 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA08835 ; Mon, 18 Sep 1995 01:56:19 -0700 Date: Mon, 18 Sep 1995 01:56:19 -0700 From: David Greenman Message-Id: <199509180856.BAA08835@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/TODO-2.1 asami gpalmer joerg Sender: owner-cvs-user@FreeBSD.org Precedence: bulk davidg 95/09/18 01:56:18 Branch: TODO-2.1 RELENG_2_1_0 Modified: TODO-2.1 asami gpalmer joerg Log: Sync with main branch. From owner-cvs-user Mon Sep 18 06:44:45 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA16228 for cvs-user-outgoing; Mon, 18 Sep 1995 06:44:45 -0700 Received: from server.netcraft.co.uk (server.netcraft.co.uk [194.72.238.2]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA16223 ; Mon, 18 Sep 1995 06:44:40 -0700 Received: (from paul@localhost) by server.netcraft.co.uk (8.6.11/8.6.9) id OAA14087; Mon, 18 Sep 1995 14:41:05 +0100 From: Paul Richards Message-Id: <199509181341.OAA14087@server.netcraft.co.uk> Subject: Re: cvs commit: src/eBones/usr.sbin/kerberos kerberos.c To: mark@grondar.za (Mark Murray) Date: Mon, 18 Sep 1995 14:41:05 +0100 (BST) Cc: peter@jhome.dialix.com, wpaul@freefall.freebsd.org, rgrimes@gndrsh.aac.dev.com, CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199509180558.HAA04433@grumble.grondar.za> from "Mark Murray" at Sep 18, 95 07:58:34 am Reply-to: paul@FreeBSD.org X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 996 Sender: owner-cvs-user@FreeBSD.org Precedence: bulk In reply to Mark Murray who said > > > BTW: I've just found "fgmp", which is a "free" replacement for libgmp. > > ie: no GPV. (I've not seen if it has other restrictions though, as the > > ftp is going slowly..) > > I don't think we could use this - the license looks a little restrictive: > > /* > * FREE GMP - a public domain implementation of a subset of the > * gmp library > * > * I hearby place the file in the public domain. > * You can re-copyright and license public domain code, if it's in the public domain it's fair game for anyone to do anything with. I've never been sure how to determine whether something actually is in the public domain though. According to someone at NCSA, who I've been discussing licensing with for Apache, you just need a notice that says "This code is placed in the public domain". -- Paul Richards, Netcraft Ltd. Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk Phone: 0370 462071 (Mobile), +44 1225 447500 (work) From owner-cvs-user Mon Sep 18 09:54:18 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA22490 for cvs-user-outgoing; Mon, 18 Sep 1995 09:54:18 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA22481 ; Mon, 18 Sep 1995 09:54:15 -0700 Date: Mon, 18 Sep 1995 09:54:15 -0700 From: Peter Wemm Message-Id: <199509181654.JAA22481@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall/help/sv_SE.ISO_8859-1 README configure.hlp language.hlp usage.hlp Sender: owner-cvs-user@FreeBSD.org Precedence: bulk peter 95/09/18 09:54:14 Modified: release/sysinstall Makefile cdrom.c command.c config.c disks.c dist.c dist.h dos.c install.c label.c main.c media.c menus.c network.c sysinstall.h system.c tape.c tcpip.c Added: release/sysinstall/help XF86.hlp configure.hlp distributions.hlp drives.hlp hardware.hlp install.hlp media.hlp network_device.hlp options.hlp partition.hlp readme.hlp relnotes.hlp slice.hlp tcp.hlp usage.hlp Removed: release/sysinstall/help/da_DK.ISO_8859-1 README configure.hlp language.hlp usage.hlp release/sysinstall/help/de_DE.ISO_8859-1 README RELNOTES configure.hlp drives.hlp install.hlp language.hlp media.hlp network_device.hlp partition.hlp slice.hlp tcp.hlp usage.hlp release/sysinstall/help/en_US.ISO_8859-1 README RELNOTES XF86.hlp configure.hlp distributions.hlp drives.hlp hardware.hlp install.hlp language.hlp media.hlp network_device.hlp options.hlp partition.hlp slice.hlp tcp.hlp usage.hlp release/sysinstall/help/es_ES.ISO_8859-1 README configure.hlp language.hlp usage.hlp release/sysinstall/help/fr_FR.ISO_8859-1 README configure.hlp language.hlp usage.hlp release/sysinstall/help/it_IT.ISO_8859-1 README configure.hlp language.hlp usage.hlp release/sysinstall/help/ja_JP.JIS README configure.hlp language.hlp usage.hlp release/sysinstall/help/ja_JP.ROMAJI README configure.hlp language.hlp usage.hlp release/sysinstall/help/nl_NL.ISO_8859-1 README configure.hlp language.hlp usage.hlp release/sysinstall/help/no_NO.ISO_8859-1 README configure.hlp language.hlp usage.hlp release/sysinstall/help/ru_SU.KOI8-R README configure.hlp language.hlp usage.hlp release/sysinstall/help/sv_SE.ISO_8859-1 README configure.hlp language.hlp usage.hlp Log: This mega-commit brings in Jordan's latest sysinstall version.. This looks like it was developed offline, and is being spammed over the top of the existing. "That's fine by me! I dont really care how you do it, just get it in there..." said Jordan in a conversation a short while ago... From owner-cvs-user Mon Sep 18 10:00:32 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22966 for cvs-user-outgoing; Mon, 18 Sep 1995 10:00:32 -0700 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA22955 ; Mon, 18 Sep 1995 10:00:28 -0700 Date: Mon, 18 Sep 1995 10:00:28 -0700 From: Peter Wemm Message-Id: <199509181700.KAA22955@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall Makefile command.c config.c disks.c install.c label.c main.c menus.c network.c sysinstall.h system.c tape.c Sender: owner-cvs-user@FreeBSD.org Precedence: bulk peter 95/09/18 10:00:28 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall Makefile command.c config.c disks.c install.c label.c main.c menus.c network.c sysinstall.h system.c tape.c Log: Part 2 of the mega-commit. This syncs the 2.1 and 2.2 trees. I will move RELENG_2_1_0 tags to effect the reorg of the directories and files below the help directory. (which is why I did it via the HEAD.. cvs cannot add files to a branch in this version) From owner-cvs-user Mon Sep 18 23:49:48 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13467 for cvs-user-outgoing; Mon, 18 Sep 1995 23:49:48 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA13448 ; Mon, 18 Sep 1995 23:49:39 -0700 Date: Mon, 18 Sep 1995 23:49:39 -0700 From: "Jordan K. Hubbard" Message-Id: <199509190649.XAA13448@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/lkm Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/18 23:49:38 Branch: lkm RELENG_2_1_0 Modified: lkm Makefile Log: Add Linux LKM to Makefile. From HEAD. From owner-cvs-user Tue Sep 19 01:07:02 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA16908 for cvs-user-outgoing; Tue, 19 Sep 1995 01:07:02 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA16895 ; Tue, 19 Sep 1995 01:06:52 -0700 Date: Tue, 19 Sep 1995 01:06:52 -0700 From: "Jordan K. Hubbard" Message-Id: <199509190806.BAA16895@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/19 01:06:51 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Tweaks to build the next snapshot. Tomorrow, folks! From owner-cvs-user Tue Sep 19 01:17:15 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA17197 for cvs-user-outgoing; Tue, 19 Sep 1995 01:17:15 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id BAA17192 ; Tue, 19 Sep 1995 01:17:04 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.12/8.6.12) with SMTP id BAA11978; Tue, 19 Sep 1995 01:16:32 -0700 Message-Id: <199509190816.BAA11978@precipice.shockwave.com> To: "Jordan K. Hubbard" cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release Makefile In-reply-to: Your message of "Tue, 19 Sep 1995 01:06:52 PDT." <199509190806.BAA16895@freefall.freebsd.org> Date: Tue, 19 Sep 1995 01:16:32 -0700 From: Paul Traina Sender: owner-cvs-user@FreeBSD.org Precedence: bulk I hate to say it, but it might be a really good idea (well, wtf, this is just a snapshot) to get the new rc.local crud into 2.1 so that 2.1 and 2.2 are ports-compatible (also make sure that mk stuff is the same). From: "Jordan K. Hubbard" Subject: cvs commit: src/release Makefile jkh 95/09/19 01:06:51 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Tweaks to build the next snapshot. Tomorrow, folks! From owner-cvs-user Tue Sep 19 02:11:29 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA20139 for cvs-user-outgoing; Tue, 19 Sep 1995 02:11:29 -0700 Received: from grunt.grondar.za (grunt.grondar.za [196.7.18.129]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id CAA20113 ; Tue, 19 Sep 1995 02:11:02 -0700 Received: from grumble.grondar.za (grumble.grondar.za [196.7.18.130]) by grunt.grondar.za (8.6.12/8.6.9) with ESMTP id LAA06150; Tue, 19 Sep 1995 11:10:31 +0200 Received: from localhost (localhost [127.0.0.1]) by grumble.grondar.za (8.6.12/8.6.9) with SMTP id LAA23613; Tue, 19 Sep 1995 11:10:30 +0200 Message-Id: <199509190910.LAA23613@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host localhost didn't use HELO protocol To: "Jordan K. Hubbard" cc: CVS-commiters@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src/release Makefile Date: Tue, 19 Sep 1995 11:10:30 +0200 From: Mark Murray Sender: owner-cvs-user@FreeBSD.org Precedence: bulk > jkh 95/09/19 01:06:51 > > Branch: release RELENG_2_1_0 > Modified: release Makefile > Log: > Tweaks to build the next snapshot. Tomorrow, folks! Can we start talking about some addition to allow a separate cvs-crypt to work? M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grumble.grondar.za for PGP key From owner-cvs-user Wed Sep 20 03:43:32 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA28755 for cvs-user-outgoing; Wed, 20 Sep 1995 03:43:32 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA28740 ; Wed, 20 Sep 1995 03:43:15 -0700 Date: Wed, 20 Sep 1995 03:43:15 -0700 From: "Jordan K. Hubbard" Message-Id: <199509201043.DAA28740@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall disks.c tcpip.c wizard.c Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/20 03:43:14 Branch: release/libdisk RELENG_2_1_0 release/sysinstall RELENG_2_1_0 Modified: release/libdisk change.c create_chunk.c libdisk.h tst01.c write_disk.c release/sysinstall disks.c tcpip.c wizard.c Log: 1. Pick a proper default netmask in the TCP/IP install screen. 2. Handle the `all disk for FreeBSD' case more gracefully. Submitted by: joerg From owner-cvs-user Wed Sep 20 03:45:26 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA28894 for cvs-user-outgoing; Wed, 20 Sep 1995 03:45:26 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA28885 ; Wed, 20 Sep 1995 03:45:20 -0700 Date: Wed, 20 Sep 1995 03:45:20 -0700 From: "Jordan K. Hubbard" Message-Id: <199509201045.DAA28885@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/20 03:45:19 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Bump the snap date. From owner-cvs-user Thu Sep 21 04:16:35 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03597 for cvs-user-outgoing; Thu, 21 Sep 1995 04:16:35 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA03588 ; Thu, 21 Sep 1995 04:16:30 -0700 Date: Thu, 21 Sep 1995 04:16:30 -0700 From: David Greenman Message-Id: <199509211116.EAA03588@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk davidg 95/09/21 04:16:29 Branch: release RELENG_2_1_0 Modified: release Makefile Log: Make the CFLAGS '-O -pipe' rather than '-O2 -pipe'. From owner-cvs-user Fri Sep 22 16:22:30 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA27835 for cvs-user-outgoing; Fri, 22 Sep 1995 16:22:30 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA27818 ; Fri, 22 Sep 1995 16:22:24 -0700 Date: Fri, 22 Sep 1995 16:22:24 -0700 From: "Jordan K. Hubbard" Message-Id: <199509222322.QAA27818@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall install.c menus.c Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/22 16:22:24 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall install.c menus.c Log: Change some of Garrett's text to be more applicable to this release. Invoke subshells by absolute path. From owner-cvs-user Sat Sep 23 15:03:47 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA03764 for cvs-user-outgoing; Sat, 23 Sep 1995 15:03:47 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA03744 ; Sat, 23 Sep 1995 15:03:33 -0700 Date: Sat, 23 Sep 1995 15:03:33 -0700 From: "Jordan K. Hubbard" Message-Id: <199509232203.PAA03744@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall decode.c menus.c sysinstall.h system.c Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/23 15:03:30 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall decode.c menus.c sysinstall.h system.c Log: Argh. You don't want to use system() to launch a shell! :-) From owner-cvs-user Sat Sep 23 15:20:23 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04599 for cvs-user-outgoing; Sat, 23 Sep 1995 15:20:23 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04585 ; Sat, 23 Sep 1995 15:20:14 -0700 Date: Sat, 23 Sep 1995 15:20:14 -0700 From: "Jordan K. Hubbard" Message-Id: <199509232220.PAA04585@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall disks.c install.c Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/23 15:20:13 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall disks.c install.c Log: A few cosmetic tweaks. From owner-cvs-user Sat Sep 23 15:29:36 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04956 for cvs-user-outgoing; Sat, 23 Sep 1995 15:29:36 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA04940 ; Sat, 23 Sep 1995 15:29:29 -0700 Date: Sat, 23 Sep 1995 15:29:29 -0700 From: "Jordan K. Hubbard" Message-Id: <199509232229.PAA04940@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release/sysinstall config.c Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/23 15:29:29 Branch: release/sysinstall RELENG_2_1_0 Modified: release/sysinstall config.c Log: vi -> ee. Shrinkage. From owner-cvs-user Sat Sep 23 15:31:54 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05128 for cvs-user-outgoing; Sat, 23 Sep 1995 15:31:54 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05119 ; Sat, 23 Sep 1995 15:31:51 -0700 Date: Sat, 23 Sep 1995 15:31:51 -0700 From: "Jordan K. Hubbard" Message-Id: <199509232231.PAA05119@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/release boot_crunch.conf Sender: owner-cvs-user@FreeBSD.org Precedence: bulk jkh 95/09/23 15:31:51 Branch: release RELENG_2_1_0 Modified: release boot_crunch.conf Log: Add ee to the boot floppy as official emergency rescue editor. (there was none before). From owner-cvs-user Sat Sep 23 19:32:34 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13326 for cvs-user-outgoing; Sat, 23 Sep 1995 19:32:34 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13313 ; Sat, 23 Sep 1995 19:32:23 -0700 Date: Sat, 23 Sep 1995 19:32:23 -0700 From: "Justin T. Gibbs" Message-Id: <199509240232.TAA13313@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/eBones/lib/librkinit Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk gibbs 95/09/23 19:32:22 Modified: eBones/lib/librkinit Makefile Log: Remove duplicate rkinit_err.c entry in the SRCS line. From owner-cvs-user Sat Sep 23 19:33:52 1995 Return-Path: owner-cvs-user Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13425 for cvs-user-outgoing; Sat, 23 Sep 1995 19:33:52 -0700 Received: (from gibbs@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA13414 ; Sat, 23 Sep 1995 19:33:45 -0700 Date: Sat, 23 Sep 1995 19:33:45 -0700 From: "Justin T. Gibbs" Message-Id: <199509240233.TAA13414@freefall.freebsd.org> To: CVS-commiters, cvs-user Subject: cvs commit: src/eBones/lib/librkinit Makefile Sender: owner-cvs-user@FreeBSD.org Precedence: bulk gibbs 95/09/23 19:33:44 Branch: eBones/lib/librkinit RELENG_2_1_0 Modified: eBones/lib/librkinit Makefile Log: Remove duplicate rkinit_err.c entry in the SRCS line.