aboutsummaryrefslogtreecommitdiff
path: root/src/appl/simple/client/sim_client.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-11Fix AIX build issuesGreg Hudson1-1/+1
2016-01-06Don't canonicalize hostname in sim_client.cTom Yu1-9/+1
2014-07-08Include autoconf.h before system headersGreg Hudson1-10/+5
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-4/+4
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson1-95/+93
2009-10-31make mark-cstyleTom Yu1-13/+13
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-5/+5
2008-12-31Set auth_context's rcache to NULL after destroying and before callingTom Yu1-1/+1
2008-11-10Delete replay cache before exiting with success indicationKen Raeburn1-0/+6
2007-01-20Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn1-1/+1
2002-04-06* sim_client.c: Always include stdlib.h.Ken Raeburn1-9/+0
2002-03-28* sim_client.c: Include errno.hKen Raeburn1-0/+1
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-1/+1
2001-06-18 * sim_client.c (main): Cast argument to isupper()/tolower() to intEzra Peisach1-2/+2
2000-09-26Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach1-6/+14
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-05-06POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1-1/+1
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch1-3/+3
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-2/+2
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso1-2/+5
1995-11-09sim_client.c (main): Use krb5_get_server_rcache instead of duplicatingEzra Peisach1-21/+7
1995-10-15Fixed location where usage() wasn't being called with an argumentTheodore Tso1-1/+1
1995-09-16Fix optional host parsing so that host is recognized as an argumentTheodore Tso1-2/+6
1995-09-15sim_client.c (main): Added better options parsing for more flexibilityTheodore Tso1-53/+126
1995-06-28sim_client.c: Include stdlib.h or declare malloc. Include string.h forEzra Peisach1-0/+7
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-05-01 * sim_client.c (main()): Changes to auth_context to betterChris Provenzano1-13/+19
1995-03-27 * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DESChris Provenzano1-3/+0
1995-03-10 * sim_client.c Use new calling convention for krb5_mk_req(),Chris Provenzano1-103/+30
1995-02-28Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1-5/+2
1995-02-23 * sim_client.c Call krb5_sendauth() with new calling conventionChris Provenzano1-5/+4
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-19/+22
1994-08-18stamp out rcs keywordsMark Eichin1-8/+1
1994-01-13Fixed for newly enforced memory handling convention in the KerberosTheodore Tso1-2/+0
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-4/+4
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-04-30convert to krb5_build_principalJohn Kohl1-12/+9
1991-04-19use MAXHOSTNAMELENJohn Kohl1-1/+8
1991-04-19(a) connect the socket so getsockname() works properlyJohn Kohl1-10/+13
1991-04-16Add command line option to set messageJohn Carr1-4/+4
1991-03-14libos-proto.h -> los-proto.hJohn Kohl1-1/+1
1991-03-08don't request server's address on local socket!John Kohl1-1/+0
1991-03-04*** empty log message ***John Kohl1-0/+316