History log of /openbsd-src/usr.bin/telnet/Makefile (Results 1 – 25 of 34)
Revision Date Author Comments
# bdd2633a 13-Nov-2015 deraadt <deraadt@openbsd.org>

remove skey support
ok millert


# 2cb97346 20-Jul-2014 guenther <guenther@openbsd.org>

Don't need -I${.CURDIR}


# 94c7d236 20-Jul-2014 guenther <guenther@openbsd.org>

tweak -W options


# 5b25ad01 19-Jul-2014 guenther <guenther@openbsd.org>

Flense the telnet code base of unwanted ifdefs: authentication/encryption
tn3270, sgtty, pre-POSIX and other ancient system support, etc. Brings up
to date the manpage with what we support.

ok matt

Flense the telnet code base of unwanted ifdefs: authentication/encryption
tn3270, sgtty, pre-POSIX and other ancient system support, etc. Brings up
to date the manpage with what we support.

ok matthieu@ beck@ jmc@ millert@ deraadt@ okan@

show more ...


# 84fc8f7c 22-Apr-2014 reyk <reyk@openbsd.org>

Remove KERBEROS5 from the Makefiles (except ssh for now, where it is
already manually disabled).

ok deraadt@


# dccf692d 15-Apr-2014 miod <miod@openbsd.org>

Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ is
more comfortable.
Reminded by brad@


# e2975da4 06-Aug-2013 miod <miod@openbsd.org>

Switch vax to gcc 3.3.6.


# c608452f 19-Jun-2013 robert <robert@openbsd.org>

don't link to hx509, pthread and ntlm related libraries


# 19175f69 18-Jun-2013 miod <miod@openbsd.org>

Shuffle library link order to appease the static arch deities.


# 26978db3 17-Jun-2013 robert <robert@openbsd.org>

link to the new kerberos libraries


# 0456bce5 15-Oct-2010 jsg <jsg@openbsd.org>

Switch the remaining users of libdes in src to libcrypto,
telnet portion partially from the latest heimdal.

ok mikeb@


# 4ecf20b2 24-May-2005 deraadt <deraadt@openbsd.org>

copy files from telnetd that were accessed via .PATH; now we have them
here, and these programs are independent of each other
... and telnetd can go away for real sometime (just tree-delinked for now)


# 045fcdf5 16-Jul-2003 deraadt <deraadt@openbsd.org>

some minor DPADD changes


# 01f43b51 15-Jul-2003 deraadt <deraadt@openbsd.org>

stop using libcom_err, it is built into krb5


# f75387cb 03-Jun-2003 millert <millert@openbsd.org>

Remove the advertising clause in the UCB license which Berkeley
rescinded 22 July 1999. Proofed by myself and Theo.


# 09601deb 14-May-2003 mho <mho@openbsd.org>

Removed krb4 support.


# 392c1c39 14-May-2003 hin <hin@openbsd.org>

Get rid of libtelnet, it is compiled into the tree programs
(telnetd, telnet and tn3270) that use them instead.
This gets rid of a really hairy dependency between telnet and libtelnet.

ok millert@


# 6d68987d 11-May-2002 espie <espie@openbsd.org>

Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move

Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README

ok deraadt@

show more ...


# 24591d14 05-Mar-2002 deraadt <deraadt@openbsd.org>

and a -ldes


# be93afc2 10-Sep-2001 jason <jason@openbsd.org>

link k5 before k4 (new binutils is more picky than old ld)


# 03fcc2c9 19-Jul-2001 deraadt <deraadt@openbsd.org>

well, with the most recent reorganization, it now turns out that any
program which links -lkrb5 also must link -lkafs as well! someone please
mail hin@ an alpha or a powerpc, so that he can become a

well, with the most recent reorganization, it now turns out that any
program which links -lkrb5 also must link -lkafs as well! someone please
mail hin@ an alpha or a powerpc, so that he can become aware of how
binutils ("the other linker we use") works.

show more ...


# 9ac7e4e7 23-Jun-2001 hin <hin@openbsd.org>

Update for heimdal-0.3f


# aa7021a8 22-Jun-2001 hin <hin@openbsd.org>

Fix krb5 linking.

My machine can now build statically with krb5 enabled.


# 6bf41034 25-May-2001 hin <hin@openbsd.org>

KerberosV support from Heimdal.


# 15a64771 10-Oct-2000 millert <millert@openbsd.org>

Use curses, not ocurses and thus setupterm() not tgetent(). This means
we no longer need to have a faked up telnet_setupterm().

Remove some unused variables and add missing err.h include in sys_bsd

Use curses, not ocurses and thus setupterm() not tgetent(). This means
we no longer need to have a faked up telnet_setupterm().

Remove some unused variables and add missing err.h include in sys_bsd.c

show more ...


12