aboutsummaryrefslogtreecommitdiff
path: root/src/slave
AgeCommit message (Expand)AuthorFilesLines
2000-10-17 * kprop.c, kpropd.c: Use krb5_set_principal_realm() instead ofEzra Peisach3-9/+23
2000-10-14 * kpropd.c, kprop.c: Ensure size of database sent OTW as 4 bytesEzra Peisach3-9/+20
2000-08-03 * kprop.c, kpropd.c: Compiler warning fixes including: notEzra Peisach4-144/+197
2000-06-30 * Makefile.in: kprop does not depend on the database libraries.Ezra Peisach2-3/+8
2000-06-30pullup from 1.2-beta4Ken Raeburn2-6/+15
2000-06-01Change wsanchez@apple -> tritan@mitWilfredo Sanchez1-2/+2
1999-10-26log tritan's changesTom Yu1-0/+7
1999-10-26Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES suchWilfredo Sanchez1-1/+0
1999-09-24copyright notice updates from 1.1 branchKen Raeburn5-5/+20
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso4-4/+11
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz2-8/+77
1998-02-18Remove trailing slash from thisconfigdir. Change directory syntaxTom Yu2-2/+6
1998-02-12Mass makefile/configure.in build system revampTheodore Tso2-0/+6
1998-01-21main returns int, not void. ANSI X3.159-1989Ezra Peisach3-2/+7
1997-02-24Build using KDB5_LIBS, not KDB5_LIBTheodore Tso2-2/+6
1997-02-19Fixed one more instance of the wrong variable name (context variable)Richard Basch1-1/+1
1997-02-19Fixed "context" nameRichard Basch1-1/+1
1997-02-18Remove krb5_xfree from the public interfaceRichard Basch3-14/+18
1997-02-09Merge of libhack_branchTom Yu3-9/+13
1996-12-13Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso5-20/+37
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso3-4/+16
1996-10-22 * kpropd.c (PRS): munge realm of sname_to_princ when -r isBarry Jaspan2-0/+10
1996-09-27don't give kdb5_util the -d option unless kpropd is given -FKevin Mitchell1-3/+5
1996-09-10remove ".so man1/header.doc" and extra args to .THTom Yu3-4/+6
1996-08-29Tweaks to manpages from CygnusJeff Bigler2-80/+64
1996-08-12 * kpropd.c: rework to use kdb5_util instead of kdb5_edit; don'tBarry Jaspan2-39/+66
1996-06-10cvsignore hackeryTom Yu1-1/+0
1996-04-09fix spelling errorMark Eichin1-1/+1
1996-03-15Corrected several memory leaks and unreferenced memory access conditionsRichard Basch2-7/+15
1996-03-12 * kprop.c: Write a byte to the last-prop file to ensure the fileRichard Basch2-0/+6
1996-03-06* kprop.c: The credentials cache should be destroyed after any errorRichard Basch2-0/+8
1996-03-05* kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.Richard Basch3-60/+51
1996-02-04* Makefile.inRichard Basch1-6/+6
1996-01-22Simplified to simply require the use of WITH_ANAME or USE_KDB5_LIBRARYRichard Basch1-14/+0
1996-01-04Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1-5/+1
1995-11-03remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin2-6/+4
1995-09-14Wed Sep 13 23:53:19 1995 Mark Eichin <eichin@cygnus.com>Mark Eichin2-6/+8
1995-08-17Change fopen() to open() to yield an fdPaul Park1-1/+1
1995-08-16Pass fds to krb5_lock_file() and krb5_unlock_file()Chris Provenzano3-17/+12
1995-08-16fix spelling of "canonicalize"Mark Eichin1-2/+2
1995-07-07Reorganize library logic and use LDFLAGS from configurePaul Park3-13/+9
1995-07-06Changes for Macintosh implementationKeith Vetter2-1/+3
1995-06-30Add ability to switch between Berkeley and DBM for KDC databasePaul Park2-0/+19
1995-06-15Shared library Makefile/configure changes and cleanupPaul Park3-6/+12
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu3-6/+10
1995-06-09configure.in: Remove standardized set of autoconf macros, which areTheodore Tso2-5/+5
1995-05-20If kpropd invoked with -r option, invoke kdb5_edit with different realmEzra Peisach2-4/+13
1995-05-20kprop.M and kpropd.M: Document -P (port) optionEzra Peisach6-21/+124
1995-05-03 * kpropd.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano2-1/+5
1995-04-18kpropd uses fork instead of vfork, because it's closing fileTheodore Tso2-10/+59