summaryrefslogtreecommitdiffstats
path: root/src/appl/user_user
Commit message (Expand)AuthorAgeFilesLines
* Fix sentinel position in sample u2u serverGreg Hudson2013-06-131-4/+4
* Fix krb5_rd_req usage in user-to-user sample appGreg Hudson2013-05-221-2/+2
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-2/+0
* Simplify k5test.py environmentsGreg Hudson2012-12-201-1/+1
* Get rid of periods in Python test success messagesGreg Hudson2011-11-031-1/+1
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-092-10/+2
* 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-281-1/+1
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-242-379/+386
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-221-2/+0
* make mark-cstyleTom Yu2009-10-312-36/+35
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-022-3/+3
* move generated dependencies out of Makefile.inKen Raeburn2009-01-051-0/+1
* Configure appl test programs from top levelKen Raeburn2007-03-251-2/+2
* Include k5-int.h instead of krb5.h when 'private' functions are neededKen Raeburn2007-01-202-2/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-174/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-38/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-241-2/+0
* * server.c: Include string.hKen Raeburn2004-04-032-0/+5
* Change subdir processing so that SUBDIRS will contain the configuredKen Raeburn2004-03-082-1/+4
* * server.c: Include port-sockets.hKen Raeburn2003-01-102-0/+5
* Use socklen_t when passing address to socket functions.Ken Raeburn2003-01-102-2/+8
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-292-1/+5
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-291-0/+2
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-232-1/+5
* * client.c, server.c: Include errno.hKen Raeburn2002-03-283-0/+6
* client.c, server.c: Cleanup assignments in conditionalsEzra Peisach2001-06-053-202/+224
* Change wsanchez@apple -> tritan@mitWilfredo Sanchez2000-06-011-2/+2
* log tritan's changesTom Yu1999-10-261-0/+7
* Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1999-10-261-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-242-2/+8
* Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot toTheodore Tso1998-11-131-2/+2
* configure.in: Removed and tests moved up to appl/configure.inTheodore Tso1998-11-133-5/+12
* Don't use h_errno at all; it doesn't work on all platforms (forTheodore Tso1998-09-292-6/+8
* Preliminary fixes for AIX4.3:Sam Hartman1998-07-122-1/+5
* Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu1998-02-182-2/+7
* Mass makefile/configure.in build system revampTheodore Tso1998-02-122-0/+6
* Merge of libhack_branchTom Yu1997-02-093-17/+13
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-132-1/+7
* Check the error return from krb5_init_context(), and print an errorTheodore Tso1996-11-083-4/+17
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Remove declaration of krb5_kdc_default_optionsEzra Peisach1996-03-162-2/+3
* Reorganize library logic and use LDFLAGS from configurePaul Park1995-07-073-10/+10
* Shared library Makefile/configure changes and cleanupPaul Park1995-06-153-5/+11
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-113-2/+6
* configure.in: Remove standardized set of autoconf macros, which areTheodore Tso1995-06-092-5/+5
* * client.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1995-05-032-1/+4
* * client.c (main()): Changes to auth_context to betterChris Provenzano1995-05-012-10/+7
* * server.c, client.c : Use krb5_auth_con_genaddrs() instead ofChris Provenzano1995-04-273-26/+26