Commit Graph

38 Commits

Author SHA1 Message Date
Kris Kennaway
38e1809ae3 Remove the last vestiges of libRSAglue now that it's an empty stub.
This should fix the buildworld problems some people were seeing.

Approved by:	jkh
2000-03-11 22:34:10 +00:00
Mark Murray
fea326b4d1 Use libcrypto in place of libdes. 2000-02-24 20:57:04 +00:00
Yoshinobu Inoue
4dd8b5ab79 another tcp apps IPv6 updates.(should be make world safe)
ftp, telnet, ftpd, faithd
  also telnet related sync with crypto, secure, kerberosIV

Obtained from: KAME project
2000-01-27 09:28:38 +00:00
Mark Murray
b28355d8a7 Update for KTH Kerberos (eBones) v1.0 2000-01-09 08:59:39 +00:00
Mark Murray
bf6ef1486a Build some more build-toold so that "make world" works for the
KerberosIV case.
Submitted by:	marcel
1999-12-30 10:21:54 +00:00
Mark Murray
eaaceb5416 Bring in SRA for telnet.
Submitted by:	Nick Sayer
1999-10-07 18:59:55 +00:00
Mark Murray
0635bed8f2 Fixes for new Kerberos4. Userland to follow. 1999-09-19 22:00:58 +00:00
Bruce Evans
84a65bd944 Merged src/lib/libtelnet rev.1.9 (fixed removing of obsolete shared
library: wrong library directory, wrong library extension and wrong
comment).  This is mainly of historical interest, if any.  The library
that gets removed is aout.
1999-09-13 16:38:58 +00:00
Mark Murray
a2771f581f Add ftpd to the build. 1999-09-06 06:30:48 +00:00
Mark Murray
63b51f8be4 Fix for new Common Error system. 1999-09-05 14:07:40 +00:00
Peter Wemm
efa0a3f5f5 Don't -DTERMCAP or we define a few conflicting functions and cause
recursion in a rather ugly way.
1999-08-30 08:12:20 +00:00
Peter Wemm
97d92980a9 $Id$ -> $FreeBSD$ 1999-08-28 01:35:59 +00:00
Mark Murray
0346639d07 Link everything against libcrypt. ELF builds complain without it.
Clean up the master makefile a bit and add a "dekerberise" target
for those who have shot themselves in the foot.

Thanks to:	Randy Bush
1999-01-25 06:49:43 +00:00
Mark Murray
2b77216109 'Nother place where libcrypt needs to be linked.
Thanks to:	Randy Bush
1999-01-24 15:28:41 +00:00
Mark Murray
b0b2cc1aee Under ELF, this must be linked against libcrypt.
Found by:	Randy Bush
1999-01-24 08:12:56 +00:00
John Polstra
c403312f22 The strtok_r() function is in libc now, so use it. 1999-01-20 21:24:28 +00:00
John Polstra
d8ae4a279f Add an explicit dependency on libcrypt so that shared library
linkage works properly.
1998-11-18 00:40:07 +00:00
John Birrell
2ae7809185 Add -lcrypt. 1998-09-05 00:34:36 +00:00
Mark Murray
9e59916c02 Unbreak "make release".
Submitted by:	Justin Gibbs
1998-09-04 22:18:49 +00:00
Mark Murray
1134b86422 Add libcrypt. Elf was breaking. 1998-09-02 06:31:02 +00:00
Mark Murray
e6d0d4a4c4 While I am no longer making a shared library, nuke the old one to prevent
ld from picking it up spuriously.
1998-08-30 13:08:54 +00:00
Mark Murray
622bd6c690 Stop making the shared library for libtelnet (crypto version). This
should have happened years ago.
1998-08-29 20:24:54 +00:00
Mark Murray
891f02a785 Add kerberised CVS to the dependant programs. 1998-08-15 17:28:06 +00:00
Mark Murray
9d3f9ef2b6 Debogotify. ln -f should be ln -s to allow the obj/ dir to be
on a different volume.
1998-03-28 07:47:05 +00:00
Mark Murray
965595b36c Repaired version of Bruce's "make -jN" patches. 1998-03-26 16:57:36 +00:00
Mark Murray
b4701b88eb More fixes to help fix race bags in "make -jN".
Submitted by:	BDE (Mostly)
1998-03-20 17:48:14 +00:00
Mark Murray
3cfafd27db Fix more linkage problems. libtermcap needs to be linked for routines
in librealdline.
1998-03-15 15:22:21 +00:00
Mark Murray
11a3e54791 Damn. Left out the dependancy macro. 1998-03-14 21:15:41 +00:00
Mark Murray
a129dd2bd2 Link this against libcrypt. Crypt is not directly called, but is called from linked
in code. I'll merge this to STABLE as well.
PR:		5999
Submitted by:	robert@cyrus.watson.org
1998-03-14 21:13:48 +00:00
Mark Murray
72898b2890 Kerberized telnet is not built here. Remove telnet(d). 1998-02-16 12:23:23 +00:00
Mark Murray
393e542f62 Link this against -lcrypt. In the case where the user has no key available
on the keyserver, the local kinit will blow chunks when it tries a
crypt(3) and finds it unavailable.
1997-10-24 16:27:46 +00:00
Mark Murray
8ac06e6171 Correct the MAKE_EBONES macro --> MAKE_KERBEROS4 1997-10-03 06:37:35 +00:00
Jordan K. Hubbard
1202aab978 Take pity on Mark and fix the bogus paths to dump and restore in the
help-distribute target myself.  They live in /usr/src/sbin, not
/usr/src/usr.sbin. :-)

I'm also assuming the omission of telnetd and telnet from this target
are intentional so I'll leave that alone.
1997-10-02 22:59:48 +00:00
Mark Murray
44705d085f Whoops! Missed one. 1997-10-02 20:45:14 +00:00
Mark Murray
132c6503f2 Tidy up the bootstrap: target. Blind commit by me.
Tested by: jkh
1997-10-02 17:10:56 +00:00
Mark Murray
0d5894c3bd Fix a break in the includes where the build blows chunks if it is
being built in a totally clean environment.

Found by: jkh and "make release"
1997-10-02 15:03:23 +00:00
Jordan K. Hubbard
ab3e75b948 Delete extraneous paren.
Submitted by:	Akira Watanabe <akira@myaw.ei.meisei-u.ac.jp>
1997-10-01 09:00:06 +00:00
Mark Murray
5f6559a29b Initial import of the new kerberosIV Makefiles.
I will follow up with the userland sources over the next few days.
The impatient of you can play with this, but you do this without
support or blessing until I am finished ;-)
1997-09-24 20:37:15 +00:00