Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Mar 1995 21:06:38 +0200
From:      Mark Murray <mark@grondar.za>
To:        current@FreeBSD.org
Subject:   Pretty please...
Message-ID:  <199503221906.VAA29495@grunt.grondar.za>

next in thread | raw e-mail | index | archive | help
Many apologies if this is a repeat. I did not see it return to me, so I can
only assume it did not make it out.

In view of the fact that sites in the US may not export crypto code,
the SES bits of such things as xntpd and telnet have been knocked out
of FreeBSD. This is a legal attempt to right that wrong ;-). I made
a suggestion the other day, and Garrett Wollman correcte me on a point
or two, so here goes:

This is a diff to make xntpd work with DES authentication, _if_it_exists_.
Garrett's remarks were that src/secure/... was the correct place to place
such export-restricted bits, and this patch assumes that if you are
compiling _Without_ NOCRYPT defined, then the naughty bits are there.

I have uploaded authdes.c to freefall.cdrom.com:/incoming/authdes.c
and ask that it get committed to src/secure/usr.sbin/xntpd/lib/authdes.c
(if that is OK).

!!!FOREIGNERS!!! Please do not get this file from freefall!!! You will
get the owners in hot water!!! I have placed the same file in
skeleton.mikom.csir.co.za:/pub/FreeBSD/FreeBSD-current/src/secure/usr.sbin/xntpd/lib/authdes.c
!!!PLEASE GET IT FROM THERE!!!

The following patch to src/usr.sbin/xntpd/lib/Makefile will use the DES
crypto (not crippled) authdes.c:

----------------------8<----------------------------------
*** Makefile#CTM#	Wed Mar  1 23:45:47 1995
--- Makefile	Tue Mar 21 10:01:44 1995
***************
*** 24,30 ****
--- 24,35 ----
  
  install:
  
+ .if defined(NOCRYPT)
  authdes.c: authdes.c.export
  	cp ${.CURDIR}/authdes.c.export authdes.c
+ .else
+ authdes.c: ../../../secure/usr.sbin/xntpd/lib/authdes.c
+ 	cp ${.CURDIR}/../../../secure/usr.sbin/xntpd/lib/authdes.c authdes.c
+ .endif
  
  .include <bsd.lib.mk>
----------------------8<----------------------------------

Thanks!

M

-- 
Mark Murray
46 Harvey Rd, Claremont, Cape Town 7700, South Africa
+27 21 61-3768 GMT+0200



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503221906.VAA29495>