aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2009-01-28svn merge -r21791:21820 svn+ssh://wfiveash@svn.mit.edu/krb5/trunkWill Fiveash2-11/+1
2009-01-10Merged with current trunk, no new function added. Everything buildsWill Fiveash75-5356/+894
2008-09-18makedependKen Raeburn2-66/+72
2008-08-19Update krb4 test to use aclocal.m4 macro and default to disabledKen Raeburn1-9/+1
2008-08-06cstatus() takes no argumentsKen Raeburn1-1/+1
2008-08-06Fix test for accept failureKen Raeburn1-1/+1
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn5-5/+5
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 Raeburn4-41/+31
2008-06-03Fix various minor format-string issuesKen Raeburn1-2/+2
2008-04-30After malloc/realloc/calloc failures, return ENOMEM explicitly insteadKen Raeburn1-2/+2
2008-03-04Include signal.h before ftp_var.h to silence my_sig_t redefinition problemKen Raeburn2-2/+2
2008-02-19man page macro and hyphen fixesRuss Allbery3-6/+6
2007-12-14fix CVE-2007-5894: apparent uninit length in ftpd.c:reply()Tom Yu1-1/+1
2007-10-31Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn1-1/+1
2007-08-16make dependKen Raeburn2-63/+69
2007-08-08Get rid of some old SunOS 4 config stuffKen Raeburn1-3/+0
2007-07-12Use [v]snprintf or asprintf instead of unchecked sprintf and separate allocat...Ken Raeburn3-12/+16
2007-07-12Avoid unchecked sprintf in some more support codeKen Raeburn1-2/+2
2007-06-29Attach format attributes to declarations of various message-formattingKen Raeburn6-39/+44
2007-06-29Even though the passed string never has a %, use an explicit %s format string...Ken Raeburn1-1/+1
2007-06-26* v4rcp.c (error): Use stdarg version always. Call vsnprintf instead of vspr...Ken Raeburn1-16/+5
2007-06-26* v4rcp.c (kstream_write): Allocate buffer space if it hasn't beenKen Raeburn1-9/+4
2007-06-26Check malloc return for null in kstream_create_* instead ofKen Raeburn1-0/+12
2007-05-10Define and use some inline helper functions for comparing data and authdata s...Ken Raeburn1-8/+3
2007-04-23remove debugging code accidentally left in ftp/cmds.cKen Raeburn1-11/+0
2007-04-14Add resource data windows/version.rc for:Jeffrey Altman1-7/+23
2007-04-11Move autoconf.h inclusion before tests for HAVE_UNISTD_H and HAVE_SYS_TIME_HEzra Peisach1-1/+3
2007-04-03MITKRB5-SA-2007-001: telnetd allows login as arbitrary userTom Yu2-2/+26
2007-03-28make dependKen Raeburn1-3/+3
2007-03-25Configure appl test programs from top levelKen Raeburn10-40/+20
2007-03-25Include autoconf.hKen Raeburn1-0/+1
2007-03-25Remove KRB5_BUILD_LIBRARY_STATIC; always use KRB5_BUILD_LIBRARYKen Raeburn2-2/+2
2007-03-25Never set krb5_force_static. Instead, set the defaults for buildingKen Raeburn2-1/+2
2007-03-25Remove commented-out macroKen Raeburn1-1/+0
2007-01-20Remove varargs.h paths, always use stdarg.hKen Raeburn4-17/+1
2007-01-20make dependKen Raeburn1-13/+29
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn9-9/+9
2006-12-07 Modifications to support the generation and embedding Jeffrey Altman2-0/+3
2006-12-01 * src/appl/telnet/libtelnet/kerberos5.c (kerberos5_send):Tom Yu1-2/+4
2006-11-02* secure.c (secure_putbuf): Initialize automatic variable LENGTH to 0.Ken Raeburn2-3/+3
2006-10-18Memory leak fixes on exitEzra Peisach2-1/+8
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach3-2/+5
2006-10-15Remove all unused variable warnings from treeEzra Peisach1-2/+0
2006-10-15typoKen Raeburn1-1/+1
2006-10-15Initialize some values before use, silence some warningsKen Raeburn1-1/+3
2006-10-15Fix logic bug in string allocationKen Raeburn1-1/+1
2006-10-15Use memmove for overlapping regionsKen Raeburn2-27/+29
2006-10-14Don't strncpy a string to itselfKen Raeburn1-1/+2
2006-10-13Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) orKen Raeburn1-1/+1