summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
AgeCommit message (Expand)AuthorFilesLines
2015-11-13remove skey supportderaadt1-2/+2
2014-07-20Don't need -I${.CURDIR}guenther1-2/+2
2014-07-20tweak -W optionsguenther1-2/+2
2014-07-19Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther1-6/+5
2014-04-22Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk1-11/+1
2014-04-15Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod1-4/+1
2013-08-06Switch vax to gcc 3.3.6.miod1-1/+4
2013-06-19don't link to hx509, pthread and ntlm related librariesrobert1-3/+3
2013-06-18Shuffle library link order to appease the static arch deities.miod1-3/+3
2013-06-17link to the new kerberos librariesrobert1-1/+2
2010-10-15Switch the remaining users of libdes in src to libcrypto,jsg1-3/+3
2005-05-24copy files from telnetd that were accessed via .PATH; now we have themderaadt1-5/+2
2003-07-16some minor DPADD changesderaadt1-2/+2
2003-07-15stop using libcom_err, it is built into krb5deraadt1-3/+3
2003-06-03Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-05-14Removed krb4 support.mho1-10/+3
2003-05-14Get rid of libtelnet, it is compiled into the tree programshin1-7/+13
2002-05-11Add missing libraries to bsd.prog.mk (mostly kerberosV)espie1-3/+3
2002-03-05and a -ldesderaadt1-3/+3
2001-09-10link k5 before k4 (new binutils is more picky than old ld)jason1-7/+7
2001-07-19well, with the most recent reorganization, it now turns out that anyderaadt1-2/+2
2001-06-23Update for heimdal-0.3fhin1-3/+3
2001-06-22Fix krb5 linking.hin1-2/+2
2001-05-25KerberosV support from Heimdal.hin1-1/+7
2000-10-10Use curses, not ocurses and thus setupterm() not tgetent(). This meansmillert1-6/+4
2000-09-03Boring... Add :L modifier to all tweakable variables tests.espie1-2/+2
1998-07-27use ocurses since libtelnet has a getstr() function that conflicts with ncursesmillert1-4/+4
1998-07-24-lcurses, not termcap/termlibmillert1-3/+3
1998-03-12encryption support from kth-krb 0.9.8 (kerberos only)art1-9/+9
1997-09-21$OpenBSD$deraadt1-2/+1
1997-03-26no libcrypt, fix DPADDderaadt1-2/+2
1996-09-05skey command for inline use; by brian@saturn.net (but i had to fix his sleep deprived code)deraadt1-2/+2
1996-03-27From NetBSD: merge of 960317niklas1-3/+4
1995-10-18initial import of NetBSD treederaadt1-0/+57