aboutsummaryrefslogtreecommitdiff
path: root/src/slave/kprop.c
AgeCommit message (Expand)AuthorFilesLines
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
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-06-24get sys/fcntl for O_RDONLYMark Eichin1-0/+4
1994-06-17move includes for aixMark Eichin1-8/+9
1994-06-15step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1-1/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-5/+5
1993-09-22Changed to use the proper POSIX locking function if POSIX_FILE_LOCKS isTheodore Tso1-2/+11
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-09-24Changed service name from rcmd to host. Changed to reflect newTheodore Tso1-4/+5
1992-02-23Support POSIX file locking.John Carr1-7/+22
1991-06-06Update copyright noticeJohn Kohl1-2/+16
1991-04-03krb5_error.error is an unsigned type, don't need to check for error < 0John Carr1-1/+1
1991-03-29krb5_sendauth() and company moved to the Kerberos libraryTheodore Tso1-10/+9
1991-03-06Fixed bug in the options parser;forgot to check for a NULL in a while loopTheodore Tso1-1/+1
1991-03-01use the internal sequence-numbering codeJohn Kohl1-10/+3
1991-02-27updates for new mk_safe/mk_priv interfacesJohn Kohl1-6/+10
1991-02-27*** empty log message ***Theodore Tso1-0/+654