aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2011-08-09Windows fixes for gss-client.cSam Hartman1-9/+19
2011-06-23Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson1-0/+1
2011-04-04Add gss_userok and gss_pname_to_uidGreg Hudson1-0/+18
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson8-34/+23
2011-03-06Clean up memory leaks at end of program. No leaks now on successEzra Peisach2-0/+21
2011-03-05Add test script for user2user programsEzra Peisach3-4/+35
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson9-20/+9
2010-11-25Fix Windows buildGreg Hudson1-0/+10
2010-10-06Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2-9/+117
2010-05-16Update dependenciesKen Raeburn1-2/+6
2010-04-30Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson3-13/+136
2010-04-24Add a Python test script to exercise the GSS sample appGreg Hudson2-0/+43
2010-04-24Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson1-0/+2
2010-04-24Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson1-0/+1
2010-01-03Some unsigned/signed warning cleanupEzra Peisach1-1/+1
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson12-1710/+1699
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson10-20/+2
2009-11-22Unbundle applications into separate repositoryGreg Hudson164-69014/+2
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