summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert r1.29 "Don't clear ICRNL when editing mode is off, so that charactersthen2015-03-291-1/+2
* remove the first comma from constructs like ", and," and ", or,": you can usejmc2015-03-131-4/+4
* Don't clear ICRNL when editing mode is off, so that character local echoguenther2015-02-121-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+4
* Reduce instances of `` '' in manuals.bentley2014-11-151-37/+77
* Eliminate a pile of casts that were superfluous or wrong, or that wereguenther2014-09-095-90/+80
* Add Xr to skey and sttyguenther2014-08-101-3/+5
* use ansi style function declarationsjsg2014-07-229-474/+316
* Eliminate silly call() routine that fakes up internal calls as ifguenther2014-07-205-103/+87
* Fix array overflow in command line handlingguenther2014-07-201-2/+2
* Mark a slurry of functions as staticguenther2014-07-205-96/+75
* use NULL instead of 0 when dealing with pointersjsg2014-07-204-24/+24
* Kill lint comments; mark ExitString() as __deadguenther2014-07-206-40/+14
* Switch from memmove() to memcpy() where appropriate; simplify addressguenther2014-07-203-23/+18
* VSUSP and SIGTSTP are required by POSIXguenther2014-07-204-31/+6
* Delete an insane chunk of code for handling broken poll() emulation.guenther2014-07-202-18/+5
* Add prototypes to some function callbacks and fix the type errors thatguenther2014-07-205-32/+34
* More encryption tentacles: intr_happened and intr_waiting vanishguenther2014-07-2011-33/+39
* Eliminate trivial wrappers TerminalWrite() and TerminalRead()guenther2014-07-205-68/+17
* Don't depend on <sys/param.h> for MAXPATHLENguenther2014-07-201-2/+3
* Correctly cast to unsigned char for ctype functions/macrosguenther2014-07-207-32/+30
* ring_init() can't failguenther2014-07-204-51/+35
* -8 is the defaultguenther2014-07-201-1/+2
* Don't need -I${.CURDIR}guenther2014-07-201-2/+2
* Simplify #includes, start pushing them into the .c files, eliminateguenther2014-07-207-51/+34
* tweak -W optionsguenther2014-07-201-2/+2
* Ooops, verbose_encrypt option is gone too.guenther2014-07-201-14/+4
* The manpage claims the -a option uses getlogin(2), so do so. Also,guenther2014-07-201-3/+3
* The only authentication info now is the login nameguenther2014-07-201-3/+3
* remove a variable called wantencryption.deraadt2014-07-202-4/+2
* Flense the telnet code base of unwanted ifdefs: authentication/encryptionguenther2014-07-1933-7766/+104
* my previous attempt to fix the renaming of the inet(3) pages was wrong;jmc2014-05-091-3/+3
* inet(3) -> inet_net(3);jmc2014-05-081-3/+3
* Remove KERBEROS5 from the Makefiles (except ssh for now, where it isreyk2014-04-221-11/+1
* des_cblock -> DES_cblockjsg2014-04-161-2/+2
* Remove workarounds for ld reaching MAXDSIZ on vax, now that MAXDSIZ ismiod2014-04-151-4/+1
* Once more, the default routing table id is inherited from the processclaudio2014-02-261-3/+2
* Usually, you don't want macros in the .Nd line, so remove instances of .Tnschwarze2014-01-191-83/+32
* Only use setsockopt(..SO_RTABLE..) if the -V flag is given to nc/telnet,sthen2013-10-263-9/+8
* Oups, a little bit overzealous. If we "route -T4 exec telnet foo", thenphessler2013-10-211-1/+2
* Allow a user to switch to rdomain zerophessler2013-10-211-6/+4
* Switch vax to gcc 3.3.6.miod2013-08-061-1/+4
* Stop using deprecated Kerberos functions.ajacoutot2013-06-211-59/+98
* don't link to hx509, pthread and ntlm related librariesrobert2013-06-191-3/+3
* Shuffle library link order to appease the static arch deities.miod2013-06-181-3/+3
* link to the new kerberos librariesrobert2013-06-171-1/+2
* Convert select() to poll(). OK deraadt@millert2013-04-215-119/+67
* remove uesless Pp;jmc2013-01-171-3/+2
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* Add ssh(1) to SEE ALSO.lum2012-03-011-2/+4