summaryrefslogtreecommitdiffstats
path: root/src/appl/telnet
Commit message (Expand)AuthorAgeFilesLines
* Unbundle applications into separate repositoryGreg Hudson2009-11-2285-38430/+0
* make mark-cstyleTom Yu2009-10-3127-142/+134
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-5/+6
* Supply missing fn declarationsKen Raeburn2009-02-093-1/+9
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0210-27/+25
* move generated dependencies out of Makefile.inKen Raeburn2009-01-057-141/+136
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-158-808/+8
* make dependSam Hartman2008-12-021-9/+12
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-0112-41/+43
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-051-1/+1
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-042-17/+16
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-242-6/+12
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-233-38/+30
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* makedependKen Raeburn2008-09-181-8/+9
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-201-1/+1
* Don't build spx.o, since we never enable SPXKen Raeburn2008-06-111-4/+1
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-102-29/+23
* man page macro and hyphen fixesRuss Allbery2008-02-191-4/+4
* Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn2007-10-311-1/+1
* make dependKen Raeburn2007-08-161-8/+9
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-122-10/+13
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-292-7/+22
* MITKRB5-SA-2007-001: telnetd allows login as arbitrary userTom Yu2007-04-032-2/+26
* Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2007-03-251-1/+1
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-251-0/+1
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-201-4/+0
* * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send):Tom Yu2006-12-011-2/+4
* Cleanup some warnings on missing prototypesEzra Peisach2006-10-151-0/+3
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-2/+0
* Initialize some values before use, silence some warningsKen Raeburn2006-10-151-1/+3
* make dependTom Yu2006-10-061-5/+5
* Set the canonicalize flag in TGS requests and accept cross-realm referral tic...Sam Hartman2006-09-211-0/+2
* Apply patch from Michael Calmer to fix some uninitialized variablesTom Yu2006-08-021-0/+1
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-2/+2
* Increase buffer sizes to 64K where a Kerberos 5 authenticator might beKen Raeburn2006-06-156-6/+6
* remove unused versions of makefilesKen Raeburn2006-06-156-369/+0
* telnet help should telnet to a host named help, not display a usageRuss Allbery2006-06-131-1/+1
* Always include sys/ioctl.h in the telnet and telnetd code, even ifRuss Allbery2006-06-122-4/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-1/+1
* install headers into include/krb5Ken Raeburn2006-05-232-26/+30
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-5/+4
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-114-2266/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-116-266/+0
* make depend, now with dependency sortingKen Raeburn2006-03-313-107/+108
* * configure.in: Supply comment template in AC_DEFINE callsKen Raeburn2006-03-282-9/+13
* make dependKen Raeburn2006-03-271-2/+3
* * configure.in: If tgetent can't be found, error outKen Raeburn2006-03-162-0/+5
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-112-11/+11