summaryrefslogtreecommitdiffstats
path: root/src/appl
Commit message (Expand)AuthorAgeFilesLines
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-041-0/+18
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-098-34/+23
* Clean up memory leaks at end of program. No leaks now on successEzra Peisach2011-03-062-0/+21
* Add test script for user2user programsEzra Peisach2011-03-053-4/+35
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-289-20/+9
* Fix Windows buildGreg Hudson2010-11-251-0/+10
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-062-9/+117
* Update dependenciesKen Raeburn2010-05-161-2/+6
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-303-13/+136
* Add a Python test script to exercise the GSS sample appGreg Hudson2010-04-242-0/+43
* Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2010-04-241-0/+2
* Add a sentinel to the sample gss-server after the socket is ready, andGreg Hudson2010-04-241-0/+1
* 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