aboutsummaryrefslogtreecommitdiff
path: root/src/slave/kpropd.c
AgeCommit message (Expand)AuthorFilesLines
2006-06-20whitespaceKen Raeburn1-1/+1
2006-06-13Change kprop and kpropd to fall back on port 754 if krb5_prop isn'tRuss Allbery1-2/+2
2001-12-06 * configure.in: Add KRB5_GETSOCKNAME_ARGS and KRB5_GETPEERNAME_ARGSEzra Peisach1-3/+10
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn1-15/+15
2001-06-21 * configure.in: Check for daemon() prototypeEzra Peisach1-0/+4
2001-06-18 * kpropd.c (authorized_principal): Cast argument to ispace() to intEzra Peisach1-2/+2
2001-01-30* kpropd.c (load_database): Initialize save_stderr variableKen Raeburn1-1/+1
2000-10-17 * kprop.c, kpropd.c: Use krb5_set_principal_realm() instead ofEzra Peisach1-3/+6
2000-10-14 * kpropd.c, kprop.c: Ensure size of database sent OTW as 4 bytesEzra Peisach1-4/+6
2000-08-03 * kprop.c, kpropd.c: Compiler warning fixes including: notEzra Peisach1-64/+83
1999-09-24copyright notice updates from 1.1 branchKen Raeburn1-1/+4
1998-12-05Makefile.in: Set the myfulldir and mydir variables (which are relativeTheodore Tso1-3/+0
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-8/+72
1998-01-21main returns int, not void. ANSI X3.159-1989Ezra Peisach1-1/+1
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 Basch1-9/+9
1996-11-08Check the error return from krb5_init_context(), and print an errorTheodore Tso1-2/+5
1996-10-22 * kpropd.c (PRS): munge realm of sname_to_princ when -r isBarry Jaspan1-0/+5
1996-09-27don't give kdb5_util the -d option unless kpropd is given -FKevin Mitchell1-3/+5
1996-08-12 * kpropd.c: rework to use kdb5_util instead of kdb5_edit; don'tBarry Jaspan1-39/+59
1996-03-05* kprop.c: Call krb5_sname_to_principal rather than doing the OS calls.Richard Basch1-19/+12
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 Provenzano1-6/+5
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-1/+1
1995-05-20If kpropd invoked with -r option, invoke kdb5_edit with different realmEzra Peisach1-4/+10
1995-05-20kprop.M and kpropd.M: Document -P (port) optionEzra Peisach1-8/+31
1995-05-03 * kpropd.c: (krb5_recvauth()): No longer needs the rc_type argChris Provenzano1-1/+1
1995-04-18kpropd uses fork instead of vfork, because it's closing fileTheodore Tso1-10/+35
1995-03-27 * kprop.c : Use new calling conventions for krb5_sendauth(),Chris Provenzano1-99/+91
1995-03-24kpropd.c (PRS): Don't bother initializing server_addrs sinceTheodore Tso1-6/+0
1995-02-28Avoid <krb5/...> includesJohn Gilmore1-9/+2
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-65/+95
1994-11-18 * kprop.c: Use NPROTOTYPE for declarations.Mark Eichin1-32/+18
1994-09-15Only report errors to syslog if the debug flag is not set. (OtherwiseTheodore Tso1-2/+4
1994-08-18stamp out rcs keywordsMark Eichin1-6/+1
1994-08-14fix bogus fprintfMark Eichin1-2/+1
1994-08-04 * configure.in:Tom Yu1-0/+2
1994-07-26remove sys/ioctl since daemon() is now usedMark Eichin1-4/+0
1994-07-16Removed internal routine detach_process(), and replaced it with aTheodore Tso1-39/+1
1994-06-24set BSD_COMP, get sys/ioctl for solaris TIOCNOTTYMark Eichin1-0/+4
1994-06-17move includes for aixMark Eichin1-14/+10
1993-12-01Added new extra flags argument to the call to krb5_recvauth()Theodore Tso1-1/+1
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-9/+9
1993-09-01Change export warning notice from "is assumed to require an export license"Theodore Tso1-2/+2
1992-09-24Changed to use an ACL file to determine who is allowed to download newTheodore Tso1-39/+31
1992-08-21Principal type changesJohn Carr1-4/+7
1992-02-11Use vfork only on BSD systems, and union wait only on BSD systemsJohn Carr1-1/+15
1992-02-11Add debugging, fix printf callsJohn Carr1-3/+16
1991-06-06Update copyright noticeJohn Kohl1-2/+16