aboutsummaryrefslogtreecommitdiff
path: root/src/appl
AgeCommit message (Expand)AuthorFilesLines
2013-06-13Fix sentinel position in sample u2u serverGreg Hudson1-4/+4
2013-06-07Fix various warningsGreg Hudson2-14/+14
2013-05-22Fix krb5_rd_req usage in user-to-user sample appGreg Hudson1-2/+2
2013-05-16Reduce boilerplate in makefilesGreg Hudson6-17/+2
2013-01-10make dependGreg Hudson1-1/+1
2012-12-20Simplify k5test.py environmentsGreg Hudson2-3/+3
2012-10-17Remove install-oldmanBen Kaduk2-2/+0
2012-10-16Remove nroff man pagesBen Kaduk2-168/+0
2012-08-11Stop misusing gss_release_buffer in test programsGreg Hudson1-1/+1
2012-07-02Improve printf handling of size_t argsBen Kaduk1-1/+1
2012-07-02Add client keytab initiation supportGreg Hudson1-6/+17
2012-06-04Fix -DDEBUG compilation errorsHenry B. Hotz1-0/+1
2011-11-03Get rid of periods in Python test success messagesGreg Hudson1-1/+1
2011-10-14Add "-dce" commandline option to gss-client.c to set GSS_C_DCE_STYLE flagSam Hartman3-1/+9
2011-10-14Use gssalloc memory management where appropriateSam Hartman1-41/+46
2011-10-05Replace gss_pname_to_uid with gss_localname in gss-server.cSam Hartman1-5/+5
2011-09-19Use closesocket() instead of close() for sockets on WindowsSam Hartman1-2/+2
2011-09-19Fixed some warnings on WindowsSam Hartman1-2/+2
2011-09-04Reindent per krb5-batch-reindent.el.Ken Raeburn1-1/+1
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn1-4/+0
2011-08-20make-dependKen Raeburn1-5/+5
2011-08-09WhitespaceGreg Hudson1-2/+2
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