summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Some unsigned/signed warning cleanupEzra Peisach2010-01-031-1/+1
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-2412-1710/+1699
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-2210-20/+2
* Unbundle applications into separate repositoryGreg Hudson2009-11-22164-69014/+2
* make mark-cstyleTom Yu2009-10-3175-765/+753
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-102-24/+29
* Reply message ordering bug in ftpdGreg Hudson2009-08-121-3/+2
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-1/+1
* include win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_HTom Yu2009-07-171-0/+4
* On error getting forwarded creds, actually print out the errorKen Raeburn2009-05-251-1/+2
* Unfortunately, pre-1.7 krshd fails to support keyed checksums becauseSam Hartman2009-04-031-0/+2
* Fix krshd and krlogind to use krb5_c_verify_checksumTom Yu2009-04-022-20/+29
* In krcp, check the return value when closing the output file afterGreg Hudson2009-02-201-1/+2
* Supply missing fn declarationsKen Raeburn2009-02-093-1/+9
* prefer structure assignment to memcpyKen Raeburn2009-02-031-2/+1
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-0221-46/+44
* Get rid of casts of free() argument to char*, except where it'sKen Raeburn2009-02-023-26/+26
* no more -r option for setting krb.conf pathKen Raeburn2009-01-282-11/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-0526-343/+337
* Merge mskrb-integ onto trunkSam Hartman2009-01-032-13/+14
* Set auth_context's rcache to NULL after destroying and before callingTom Yu2008-12-311-1/+1
* 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