markm
2efb668f75
Style clean-up, and diff-reduce WRT src/secure/*telnet*/Makefile
...
Lost in this commit - KerberosIV compatability. This will be
re-added later.
2001-11-30 21:14:44 +00:00
assar
26bde21017
use cp instead of mv to get the right name of the yacc-generated
...
files, mv fails badly with parallel makes
Submitted by: Vincent Poy <vince@oahu.WURLDLINK.NET>
2001-11-06 04:30:15 +00:00
assar
3c8cc2789b
make libtelnet (and telnet, telnetd) use libkrb when required
2001-11-01 03:16:03 +00:00
assar
7617ecf274
also install roken-common.h
2001-10-05 04:56:37 +00:00
assar
1b6b1eabfb
style fixes (by the way of bde)
2001-08-27 13:25:43 +00:00
assar
f59dd085d1
sort SUBDIR
...
Requested by: bde
2001-08-27 09:09:10 +00:00
assar
3f955e2973
add krb5-config
2001-08-27 00:08:53 +00:00
markm
634e8ff9ef
Diff reduce all the crypto telnet Makefiles.
2001-08-20 12:32:45 +00:00
markm
13a1e29f19
Revamp and diff-reduce the various secure telnets. Make sure that
...
Kerberos5 has _a_ telnet (which is not currently K5 enabled).
Incorporate BDE's static linking fixes.
2001-08-03 16:03:26 +00:00
assar
1729c96958
add dependency for lex.o on roken.h (from "Alexander N. Kabaev"
...
<ak03@gte.com>)
remove duplicate build-tools target
2001-07-12 08:36:01 +00:00
assar
77ed5e5b09
add an explicit dependency to run yacc before lex instead of using
...
.ORDER
2001-06-21 19:19:00 +00:00
assar
b61a4ef6eb
update infrastructure for heimdal 0.3f
2001-06-21 12:55:45 +00:00
markm
617e161b89
Install this SUID root. Heck, it is su, after all.
2001-06-04 19:54:35 +00:00
assar
df383f1cc1
use print_version from lib/vers instead of lib/roken
2001-05-14 09:24:50 +00:00
assar
b33c45cf02
install libroken and roken.h
2001-05-13 20:57:48 +00:00
assar
9efb421745
de-constify to make it compatible with (krb4) and make-print-version
...
Submitted by: Peter Pentchev <roam@orbitel.bg> (just inverted)
2001-05-11 16:56:36 +00:00
markm
84358eb29b
Fix PAMized telnet in exactly the same way as BDE did it for the other
...
telnet instances.
2001-05-11 09:39:11 +00:00
ru
1d750dc650
Bye-bye /usr/lib/libtelnet.a. This should fix ``make release'' brokeness.
...
Approved by: markm
2001-03-28 12:08:22 +00:00
ru
5155d89f34
MAN[1-9] -> MAN.
2001-03-27 14:07:31 +00:00
ru
599c673bb9
MAN[1-9] -> MAN.
2001-03-27 13:58:21 +00:00
markm
c1eac2c225
*Sigh*. What I did without this, I have no idea.
2001-03-05 11:18:35 +00:00
assar
b08927a52b
try hard to make sure this does not get build as a shared library
2001-02-24 02:10:32 +00:00
jhb
57fe6f28dd
Fix release. Just as in other kerberos5 libraries, we need to include
...
${.OBJDIR} in the includes list and generate a couple of headers from their
.et sources for beforedepend and all.
2001-02-23 18:31:26 +00:00
assar
8b4da313f1
remove definition of KRB4, this gets defined conditionally in
...
kerberos5/Makefile and should not have a constant value here.
Submitted by: Jun Kuriyama <kuriyama@imgsrc.co.jp>
2001-02-21 13:27:39 +00:00
markm
4e8441cb23
Fix build, and make parallel build much more robust.
2001-02-14 19:47:24 +00:00
assar
452376a697
update build infrastructure for heimdal 0.3e
2001-02-13 16:57:04 +00:00
nectar
58fc1184e7
Fix ordering for real this time.
2000-08-30 03:44:30 +00:00
nectar
950533f060
Add a dependency needed when using parallel make.
...
Approved by: markm
2000-08-29 19:21:08 +00:00
kris
b187cd0a7a
Unbreak heimdal build: we can no longer #include <netinet6/in6.h>
2000-07-06 10:09:59 +00:00
markm
e666946145
Properly separate the K5-only buld from K4.
...
Submitted by: sheldonh
2000-03-23 14:56:47 +00:00
jhay
db73a22da5
Point SDIR at ${.CURDIR}/../secure so that ssh and sshd can be found when
...
the krb5 versions are built during make release.
Reviewed by: markm
2000-03-03 20:37:15 +00:00
markm
3b0ddcc1cd
Oops! this macro needs to be defined for "make release".
...
Found by: phk
2000-03-02 11:16:25 +00:00
markm
23d4b17020
KerberosIV is no longer compulsory. This should fix "make release".
2000-03-01 13:50:48 +00:00
markm
f6ac85ae1a
Targets and macros for "make release".
2000-02-29 11:59:35 +00:00
markm
b97d7b213e
Remove largescale evidence of crack-smoking.
...
Where a k4 applet has a k5 namesake, rename the k5 version
from k<app> to k5<app>. (Repo copy done).
Do some repairs to dependancies to support make world properly.
2000-02-28 19:15:32 +00:00
markm
8beab254e9
Use libcrypto instead of libdes. Upgrade for Heimdal-0.2p
2000-02-24 21:15:14 +00:00
markm
cff9a71c9b
Use libcrypto in place of libdes.
2000-02-24 20:57:04 +00:00
shin
d0fbbcbc0f
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
markm
261ded608b
Another target to keep "make release" orthogonal.
2000-01-24 20:45:13 +00:00
markm
e2b8d1d12f
Make a "do nothing" target to help "make release" look clean.
2000-01-24 20:41:08 +00:00
markm
8bf9a80bbe
Move CFLAGS to a more obvious place and allow INET6 to work.
2000-01-24 20:06:02 +00:00
markm
332b207afa
Move CFLAGS to a more obvious place and allow INET6 to work properly.
2000-01-24 20:04:47 +00:00
markm
fa5e8f3453
This commit was generated by cvs2svn to compensate for changes in r56545,
...
which included commits to RCS files with non-trunk default branches.
2000-01-24 19:56:26 +00:00
markm
8859430724
Bring in rest of K5 (AKA Heimdal) userland.
...
The brave amongst you may want to start playing with this (ATM
experimental) code.
2000-01-24 19:56:26 +00:00
markm
650315718f
Bring in rest of K5 (AKA Heimdal) userland.
...
The brave amongst you may want to start playing with this (ATM
experimental) code.
2000-01-24 19:56:26 +00:00
markm
789632cad6
Userland build of Kerberos5 (AKA Heimdal). More to come.
...
This is not ready for primetime yet! Please hold off on the bug reports.
2000-01-15 21:38:08 +00:00
markm
6f684520bf
This commit was generated by cvs2svn to compensate for changes in r56067,
...
which included commits to RCS files with non-trunk default branches.
2000-01-15 21:38:08 +00:00
markm
a31c36ef76
Userland build of Kerberos5 (AKA Heimdal). More to come.
...
This is not ready for primetime yet! Please hold off on the bug reports.
2000-01-15 21:38:08 +00:00
markm
b8bd6868aa
Bring in SRA for telnet.
...
Submitted by: Nick Sayer
1999-10-07 18:59:55 +00:00
bde
d69c517f0a
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