summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet/telnet/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-221-3188/+0
* make mark-cstyleTom Yu2009-10-311-5/+5
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-5/+4
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-4/+3
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-241-2/+5
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-4/+0
* telnet help should telnet to a host named help, not display a usageRuss Allbery2006-06-131-1/+1
* * commands.c (shell): Change 0 to (char*)NULL in execl calls. Patch providedKen Raeburn2005-04-061-2/+2
* * sys_bsd.c: Moved declaration for susp() to type of file andEzra Peisach2002-11-151-26/+43
* Change approach for getaddrinfo support. Now, only fake-addrinfo.h isKen Raeburn2002-03-261-2/+1
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-36/+36
* * commands.c (tn): Don't crash printing null hostname in case where suppliedKen Raeburn2001-09-071-2/+3
* ipv6 support, except if source routing is requested (may be broken)Ken Raeburn2001-08-301-93/+118
* * configure.in: Add AC_HEADER_STDARGEzra Peisach2001-07-081-5/+17
* * configure.in: Check if prototype needed for herror()Ezra Peisach2001-07-061-1/+15
* * commands.c: Remove prototypes for EncryptAutoEnc(),Ezra Peisach2001-07-021-6/+0
* * commands.c: Declare sourceroute() staticEzra Peisach2001-07-021-2/+3
* * commands.c: Declare local functions staticEzra Peisach2001-07-021-10/+11
* * commands.c (tn): Change sin to sin4 to not shadow globalEzra Peisach2001-06-221-24/+25
* * commands.c: Cast argument to isspace() to intEzra Peisach2001-06-181-4/+4
* * authenc.c (telnet_gets): Cleanup assignment in conditionalEzra Peisach2001-06-071-28/+49
* make some variables volatileKen Raeburn2000-12-061-1/+1
* 1.2-beta4 pullupKen Raeburn2000-06-301-5/+10
* Move include of libtelnet/auth.h earlier to provideEzra Peisach2000-02-161-1/+5
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-8/+0
* main.c (main): POSIX states that getopt returns -1 when it is doneTheodore Tso1998-05-141-1/+1
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-10/+16
* Commit jhawk's patch to print IP status.Sam Hartman1996-11-111-2/+5
* Call gethostbyaddr over what we connect to to get the Kerberos principal toSam Hartman1996-11-101-0/+7
* * Add forward command. [45]Sam Hartman1996-11-021-0/+117
* Environment command argument handling sometimesSam Hartman1996-10-141-1/+1
* Check in all of jik's patches besides the forward commandSam Hartman1996-09-211-0/+21
* Use MAXDNAME for the maximum length of a domain,Sam Hartman1996-02-261-3/+7
* Print messages using \r\n so that the display in binary mode will be correct.Richard Basch1995-10-231-129/+129
* Merge some changes for NetBSD that I and others have madeChris Provenzano1995-07-271-2/+2
* * commands.c: rename setmode() and clearmode() to tel_setmode()Tom Yu1995-07-021-16/+16
* Fix spelling typoTheodore Tso1994-11-081-1/+1
* Change prototypes of auth_enable() and auth_disable() to be a char *Theodore Tso1994-11-081-2/+14
* stamp out rcs keywordsMark Eichin1994-08-181-3/+1
* lintMark Eichin1994-08-161-1/+1
* don't hide termdata under ifdef unixMark Eichin1994-08-161-2/+0
* more vforkMark Eichin1994-08-161-0/+3
* lintMark Eichin1994-08-141-2/+9
* gcc -Wall: clean up trash following #endifs..Mark Eichin1994-08-121-1/+1
* strchr not indexMark Eichin1994-08-091-3/+2
* strrchr not rindexMark Eichin1994-08-091-2/+1
* don't use bogus htons declMark Eichin1994-08-081-3/+0
* unbreak linux use of in_systm.hMark Eichin1994-08-061-4/+0
* * configure.in: add check for dbm libsTom Yu1994-07-291-0/+4
* step 1: bzero->memset(,0,)Mark Eichin1994-06-151-1/+1