aboutsummaryrefslogtreecommitdiff
path: root/src/slave/kprop.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-01Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn1-0/+1
2011-06-23Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson1-0/+1
2011-06-10Add setlocale() calls to main functionsGreg Hudson1-0/+1
2011-06-10Mark up strings for translationGreg Hudson1-63/+60
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson1-5/+1
2010-11-16Handle referral realm in kprop client principalGreg Hudson1-3/+17
2010-06-11Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson1-80/+63
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson1-1/+1
2009-11-06Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu1-585/+576
2009-10-31make mark-cstyleTom Yu1-35/+35
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn1-6/+6
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson1-6/+6
2008-10-20Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson1-11/+3
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson1-2/+1
2008-08-06bad free in kpropKen Raeburn1-1/+1
2008-06-27use-after-free bugsKen Raeburn1-2/+2
2006-06-13Change kprop and kpropd to fall back on port 754 if krb5_prop isn'tRuss Allbery1-6/+3
2001-12-06 * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach1-1/+5
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-12/+12
2000-10-17 * kprop.c, kpropd.c: Use krb5_set_principal_realm() instead ofEzra Peisach1-6/+12
2000-10-14 * kpropd.c, kprop.c: Ensure size of database sent OTW as 4 bytesEzra Peisach1-5/+9
2000-08-03 * kprop.c, kpropd.c: Compiler warning fixes including: notEzra Peisach1-80/+105
2000-06-30pullup from 1.2-beta4Ken Raeburn1-6/+9
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-01-21main returns int, not void. ANSI X3.159-1989Ezra Peisach1-1/+1
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch1-5/+5
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1-1/+1
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso1-2/+5
1996-04-09fix spelling errorMark Eichin1-1/+1
1996-03-15Corrected several memory leaks and unreferenced memory access conditionsRichard Basch1-7/+10
1996-03-12 * kprop.c: Write a byte to the last-prop file to ensure the fileRichard Basch1-0/+1
1996-03-06* kprop.c: The credentials cache should be destroyed after any errorRichard Basch1-0/+4
1996-03-05* kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.Richard Basch1-41/+24
1996-01-04Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1-5/+1
1995-08-16Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1-11/+4
1995-08-16fix spelling of "canonicalize"Mark Eichin1-2/+2
1995-07-06Changes for Macintosh implementationKeith Vetter1-1/+1
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-5/+5
1995-05-20kprop.M and kpropd.M: Document -P (port) optionEzra Peisach1-11/+48
1995-03-27 * kprop.c : Use new calling conventions for krb5_sendauth(),Chris Provenzano1-52/+41
1995-03-24kpropd.c (PRS): Don't bother initializing server_addrs sinceTheodore Tso1-11/+1
1995-02-28Avoid <krb5/...> includesJohn Gilmore1-9/+2
1995-02-23 * kprop.c Call krb5_sendauth() with new calling conventionChris Provenzano1-25/+31
1995-02-08 * kprop.c Use krb5_get_in_tkt_with_keytab() instead ofChris Provenzano1-4/+2
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-63/+82
1994-11-21fixed bad prototype in changesMark Eichin1-1/+1
1994-11-18fix typoMark Eichin1-1/+1
1994-11-18 * kprop.c: Use NPROTOTYPE for declarations.Mark Eichin1-39/+49
1994-09-30Fix declaration of usage()Theodore Tso1-1/+1
1994-09-30Use getsockname instead of getpeername in order to get the sender address!Theodore Tso1-2/+2