aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu75-765/+753
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu2-24/+29
2009-08-12Reply message ordering bug in ftpdGreg Hudson1-3/+2
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-1/+1
2009-07-17include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_HTom Yu1-0/+4
2009-05-25On error getting forwarded creds, actually print out the errorKen Raeburn1-1/+2
2009-04-03Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman1-0/+2
2009-04-02Fix krshd and krlogind to use krb5_c_verify_checksumTom Yu2-20/+29
2009-02-20In krcp, check the return value when closing the output file afterGreg Hudson1-1/+2
2009-02-09Supply missing fn declarationsKen Raeburn3-1/+9
2009-02-03prefer structure assignment to memcpyKen Raeburn1-2/+1
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn21-46/+44
2009-02-02Get rid of casts of free() argument to char*, except where it'sKen Raeburn3-26/+26
2009-01-28no more -r option for setting krb.conf pathKen Raeburn2-11/+1
2009-01-05move generated dependencies out of Makefile.inKen Raeburn26-343/+337
2009-01-03Merge mskrb-integ onto trunkSam Hartman2-13/+14
2008-12-31Set auth_context's rcache to NULL after destroying and before callingTom Yu1-1/+1
2008-12-15Remove krb4 support in gssftp and telnetGreg Hudson17-1363/+19
2008-12-15Remove krb4 support in the applications. login's ability to run aklogGreg Hudson17-3312/+234
2008-12-02make dependSam Hartman1-9/+12
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson27-202/+204
2008-11-10Delete replay cache before exiting with success indicationKen Raeburn1-0/+6
2008-11-10Fix a krsh bug introduced in r21001 which could cause garbage at theGreg Hudson1-0/+1
2008-11-05Convert many uses of strcpy/strcat (and sometimes sprintf) to acceptedGreg Hudson6-40/+27
2008-11-05Replace strcpy/strcat/sprintf uses in a couple of sample code filesGreg Hudson1-2/+7
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn6-128/+105
2008-10-30Use the k5buf module instead of strcpy/strcat in several placesGreg Hudson1-4/+8
2008-10-24Use strlcpy instead of strcpy in many placesGreg Hudson13-26/+36
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson5-44/+38
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson3-18/+8
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson10-28/+14
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