summaryrefslogtreecommitdiffstats
path: root/src/appl/simple/server/sim_server.c
Commit message (Expand)AuthorAgeFilesLines
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-2/+0
* Fix -DDEBUG compilation errorsHenry B. Hotz2012-06-041-0/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-4/+4
* Add a sentinel line to sim_server after the socket is ready, and useGreg Hudson2010-04-241-0/+2
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-241-82/+81
* make mark-cstyleTom Yu2009-10-311-9/+9
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-2/+2
* * sim_server.c: Cast to int strings width arguments in printfEzra Peisach2000-10-171-2/+3
* Cleanup gcc warnings of signed vs unsigned arguments to functionsEzra Peisach2000-09-261-8/+9
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* POSIX states that getopt returns -1 when it is done parsing options,Theodore Tso1998-05-061-1/+1
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-1/+1
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-131-1/+1
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-081-2/+5
* Free the context and auth_context before exitingTheodore Tso1995-09-161-0/+3
* Improved (and changed) input argument handling, to make sim_serverTheodore Tso1995-09-151-21/+74
* Include <string.h> for memcpy definitionsEzra Peisach1995-06-281-0/+1
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-1/+1
* sim_server.c: #include krb5.h first, to reduce size of debuggingTheodore Tso1995-06-091-2/+2
* * sim_server.c (main()): Changes to auth_context to betterChris Provenzano1995-05-011-25/+21
* * sim_server.c: Use new calling convention for krb5_rd_req(),Chris Provenzano1995-03-271-52/+25
* Avoid <krb5/...> and <com_err.h> includesJohn Gilmore1995-02-281-5/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-15/+18
* stamp out rcs keywordsMark Eichin1994-08-181-7/+1
* krb5_free_rcache now free's replay cacheTheodore Tso1993-12-241-5/+0
* Fixed bug in simple server where packet length wasn't being setTheodore Tso1993-10-301-0/+3
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-6/+6
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Fixed to use new krb5_principal structureTheodore Tso1992-06-091-1/+2
* change first arg of krb5_get_server_rcache to a krb5_data *John Kohl1991-07-191-1/+1
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* krb5_free_addr -> krb5_free_addressJohn Kohl1991-04-191-1/+1
* use MAXHOSTNAMELENJohn Kohl1991-04-191-1/+7
* error messages for SAFE & PRIV were swappedJohn Kohl1991-04-191-2/+2
* libos-proto.h -> los-proto.hJohn Kohl1991-03-141-1/+1
* fix up usage msgJohn Kohl1991-03-081-3/+13
* use new function krb5_get_server_rcacheJohn Kohl1991-03-051-38/+12
* *** empty log message ***John Kohl1991-03-041-0/+248