summaryrefslogtreecommitdiffstats
path: root/src/slave/kprop.c
Commit message (Expand)AuthorAgeFilesLines
* Modernize iprop codeGreg Hudson2014-02-051-227/+164
* Avoid deprecated krb5_get_in_tkt_with_keytabBen Kaduk2013-11-041-21/+13
* Remove last uses of "possibly-insecure" mktemp(3)Ben Kaduk2013-11-041-9/+7
* Fix various warningsGreg Hudson2013-06-071-2/+2
* Allow using locales when gettext is absentBen Kaduk2012-07-061-0/+1
* Enable all localizations in main functionsBen Kaduk2012-07-061-1/+1
* Suppress some gcc uninitialized variable warningsGreg Hudson2012-03-221-2/+3
* Always include fake-addrinfo.h when using getaddrinfo and friendsKen Raeburn2011-07-011-0/+1
* Use AI_ADDRCONFIG for more efficient getaddrinfoGreg Hudson2011-06-231-0/+1
* Add setlocale() calls to main functionsGreg Hudson2011-06-101-0/+1
* Mark up strings for translationGreg Hudson2011-06-101-63/+60
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-5/+1
* Handle referral realm in kprop client principalGreg Hudson2010-11-161-3/+17
* Use getaddrinfo() in kprop and kpropd, and recognize IPv6 addressesGreg Hudson2010-06-111-80/+63
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-1/+1
* Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu2009-11-061-585/+576
* make mark-cstyleTom Yu2009-10-311-35/+35
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-6/+6
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-011-6/+6
* Use asprintf instead of malloc/strcpy/strcat in many placesGreg Hudson2008-10-201-11/+3
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* bad free in kpropKen Raeburn2008-08-061-1/+1
* use-after-free bugsKen Raeburn2008-06-271-2/+2
* Change kprop and kpropd to fall back on port 754 if krb5_prop isn'tRuss Allbery2006-06-131-6/+3
* * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach2001-12-061-1/+5
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-101-12/+12
* * kprop.c, kpropd.c: Use krb5_set_principal_realm() instead ofEzra Peisach2000-10-171-6/+12
* * kpropd.c, kprop.c: Ensure size of database sent OTW as 4 bytesEzra Peisach2000-10-141-5/+9
* * kprop.c, kpropd.c: Compiler warning fixes including: notEzra Peisach2000-08-031-80/+105
* pullup from 1.2-beta4Ken Raeburn2000-06-301-6/+9
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* main returns int, not void. ANSI X3.159-1989Ezra Peisach1998-01-211-1/+1
* Remove krb5_xfree from the public interfaceRichard Basch1997-02-181-5/+5
* 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
* fix spelling errorMark Eichin1996-04-091-1/+1
* Corrected several memory leaks and unreferenced memory access conditionsRichard Basch1996-03-151-7/+10
* * kprop.c: Write a byte to the last-prop file to ensure the fileRichard Basch1996-03-121-0/+1
* * kprop.c: The credentials cache should be destroyed after any errorRichard Basch1996-03-061-0/+4
* * kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.Richard Basch1996-03-051-41/+24
* Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1996-01-041-5/+1
* Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano1995-08-161-11/+4
* fix spelling of "canonicalize"Mark Eichin1995-08-161-2/+2
* Changes for Macintosh implementationKeith Vetter1995-07-061-1/+1
* changes to accomodate redefinition of krb5_auth_contextTom Yu1995-06-111-5/+5
* kprop.M and kpropd.M: Document -P (port) optionEzra Peisach1995-05-201-11/+48
* * kprop.c : Use new calling conventions for krb5_sendauth(),Chris Provenzano1995-03-271-52/+41
* kpropd.c (PRS): Don't bother initializing server_addrs sinceTheodore Tso1995-03-241-11/+1
* Avoid <krb5/...> includesJohn Gilmore1995-02-281-9/+2
* * kprop.c Call krb5_sendauth() with new calling conventionChris Provenzano1995-02-231-25/+31