summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Remove krb4 support in gssftp and telnetGreg Hudson2008-12-1517-1363/+19
* Remove krb4 support in the applications. login's ability to run aklogGreg Hudson2008-12-1517-3312/+234
* make dependSam Hartman2008-12-021-9/+12
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-0127-202/+204
* Delete replay cache before exiting with success indicationKen Raeburn2008-11-101-0/+6
* Fix a krsh bug introduced in r21001 which could cause garbage at theGreg Hudson2008-11-101-0/+1
* Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson2008-11-056-40/+27
* Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson2008-11-051-2/+7
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-046-128/+105
* Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson2008-10-301-4/+8
* Use strlcpy instead of strcpy in many placesGreg Hudson2008-10-2413-26/+36
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-235-44/+38
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-203-18/+8
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-2010-28/+14
* makedependKen Raeburn2008-09-182-66/+72
* Update krb4 test to use aclocal.m4 macro and default to disabledKen Raeburn2008-08-191-9/+1
* cstatus() takes no argumentsKen Raeburn2008-08-061-1/+1
* Fix test for accept failureKen Raeburn2008-08-061-1/+1
* Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn2008-07-205-5/+5
* 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-104-41/+31
* Fix various minor format-string issuesKen Raeburn2008-06-031-2/+2
* After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn2008-04-301-2/+2
* Include signal.h before ftp_var.h to silence my_sig_t redefinition problemKen Raeburn2008-03-042-2/+2
* man page macro and hyphen fixesRuss Allbery2008-02-193-6/+6
* fix CVE-2007-5894: apparent uninit length in ftpd.c:reply()Tom Yu2007-12-141-1/+1
* Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn2007-10-311-1/+1
* make dependKen Raeburn2007-08-162-63/+69
* Get rid of some old SunOS 4 config stuffKen Raeburn2007-08-081-3/+0
* Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn2007-07-123-12/+16
* Avoid unchecked sprintf in some more support codeKen Raeburn2007-07-121-2/+2
* Attach format attributes to declarations of various message-formattingKen Raeburn2007-06-296-39/+44
* Even though the passed string never has a %, use an explicit %s format string...Ken Raeburn2007-06-291-1/+1
* * v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr...Ken Raeburn2007-06-261-16/+5
* * v4rcp.c (kstream_write): Allocate buffer space if it hasn't beenKen Raeburn2007-06-261-9/+4
* Check malloc return for null in kstream_create_* instead ofKen Raeburn2007-06-261-0/+12
* Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn2007-05-101-8/+3
* remove debugging code accidentally left in ftp/cmds.cKen Raeburn2007-04-231-11/+0
* Add resource data windows/version.rc for:Jeffrey Altman2007-04-141-7/+23
* Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_HEzra Peisach2007-04-111-1/+3
* MITKRB5-SA-2007-001: telnetd allows login as arbitrary userTom Yu2007-04-032-2/+26
* make dependKen Raeburn2007-03-281-3/+3
* Configure appl test programs from top levelKen Raeburn2007-03-2510-40/+20
* Include autoconf.hKen Raeburn2007-03-251-0/+1
* Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2007-03-252-2/+2
* Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2007-03-252-1/+2
* Remove commented-out macroKen Raeburn2007-03-251-1/+0
* Remove varargs.h paths, always use stdarg.hKen Raeburn2007-01-204-17/+1
* make dependKen Raeburn2007-01-201-13/+29
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-209-9/+9