aboutsummaryrefslogtreecommitdiff
path: root/src/appl/telnet
AgeCommit message (Expand)AuthorFilesLines
2009-01-05move generated dependencies out of Makefile.inKen Raeburn7-141/+136
2008-12-15Remove krb4 support in gssftp and telnetGreg Hudson8-808/+8
2008-12-02make dependSam Hartman1-9/+12
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson12-41/+43
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson1-1/+1
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn2-17/+16
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson2-6/+12
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson3-38/+30
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-09-18makedependKen Raeburn1-8/+9
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+1
2008-06-11Don't build spx.o, since we never enable SPXKen Raeburn1-4/+1
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2-29/+23
2008-02-19man page macro and hyphen fixesRuss Allbery1-4/+4
2007-10-31Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn1-1/+1
2007-08-16make dependKen Raeburn1-8/+9
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2-10/+13
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn2-7/+22
2007-04-03MITKRB5-SA-2007-001: telnetd allows login as arbitrary userTom Yu2-2/+26
2007-03-25Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn1-1/+1
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn1-0/+1
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn1-4/+0
2006-12-01 * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send):Tom Yu1-2/+4
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach1-0/+3
2006-10-15Remove all unused variable warnings from treeEzra Peisach1-2/+0
2006-10-15Initialize some values before use, silence some warningsKen Raeburn1-1/+3
2006-10-06make dependTom Yu1-5/+5
2006-09-21Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman1-0/+2
2006-08-02Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu1-0/+1
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-2/+2
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn1-2/+2
2006-06-15Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn6-6/+6
2006-06-15remove unused versions of makefilesKen Raeburn6-369/+0
2006-06-13telnet help should telnet to a host named help, not display a usageRuss Allbery1-1/+1
2006-06-12Always include sys/ioctl.h in the telnet and telnetd code, even ifRuss Allbery2-4/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-1/+1
2006-05-23install headers into include/krb5Ken Raeburn2-26/+30
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-5/+4
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman4-2266/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn6-266/+0
2006-03-31make depend, now with dependency sortingKen Raeburn3-107/+108
2006-03-28* configure.in: Supply comment template in AC_DEFINE callsKen Raeburn2-9/+13
2006-03-27make dependKen Raeburn1-2/+3
2006-03-16* configure.in: If tgetent can't be found, error outKen Raeburn2-0/+5
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2-11/+11
2006-03-08make dependKen Raeburn1-1/+2
2005-11-29make dependTom Yu3-38/+32
2005-08-24Delete .cvsignore files; contents have already been Sam Hartman2-2/+0
2005-08-20All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2-1/+5
2005-06-21Update dependenciesKen Raeburn3-32/+38