summaryrefslogtreecommitdiffstats
path: root/src/slave/kprop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * kprop.c Use krb5_get_in_tkt_with_keytab() instead ofChris Provenzano1995-02-081-4/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-63/+82
* fixed bad prototype in changesMark Eichin1994-11-211-1/+1
* fix typoMark Eichin1994-11-181-1/+1
* * kprop.c: Use NPROTOTYPE for declarations.Mark Eichin1994-11-181-39/+49
* Fix declaration of usage()Theodore Tso1994-09-301-1/+1
* Use getsockname instead of getpeername in order to get the sender address!Theodore Tso1994-09-301-2/+2
* stamp out rcs keywordsMark Eichin1994-08-181-6/+1
* get sys/fcntl for O_RDONLYMark Eichin1994-06-241-0/+4
* move includes for aixMark Eichin1994-06-171-8/+9
* step 3: bcopy->memcpy or memmove (chose by hand), twiddle argsMark Eichin1994-06-151-1/+1
* Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1993-10-151-5/+5
* Changed to use the proper POSIX locking function if POSIX_FILE_LOCKS isTheodore Tso1993-09-221-2/+11
* Change export warning notice from "is assumed to require an export license"Theodore Tso1993-09-011-2/+2
* Changed service name from rcmd to host. Changed to reflect newTheodore Tso1992-09-241-4/+5
* Support POSIX file locking.John Carr1992-02-231-7/+22
* Update copyright noticeJohn Kohl1991-06-061-2/+16
* krb5_error.error is an unsigned type, don't need to check for error < 0John Carr1991-04-031-1/+1
* krb5_sendauth() and company moved to the Kerberos libraryTheodore Tso1991-03-291-10/+9