aboutsummaryrefslogtreecommitdiff
path: root/src/appl/telnet/libtelnet/forward.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-10Merged with current trunk, no new function added. Everything buildsWill Fiveash1-1/+1
2002-11-15 * enc-proto.h, enc_des.c, encrypt.c: Unsigned/signed cleanupsEzra Peisach1-0/+3
2002-04-12Build without k5-int.hSam Hartman1-2/+4
2001-07-06 * configure.in: Check for need to provide setenv prototype ifEzra Peisach1-1/+1
2001-07-02 * krb5forw.h: File with prototype for rd_and_store_for_creds()Ezra Peisach1-0/+1
2001-06-21 * forward.c: If NEED_SETENV defined, provide prototype for setenvEzra Peisach1-0/+4
2001-06-06 * auth-proto.h: Add prototypes for getauthmask(), auth_enable,Ezra Peisach1-6/+6
1997-11-20 * forward.c (rd_and_store_for_creds): Fix up to no longer do theTom Yu1-10/+1
1996-04-13Store the forwarded credentials in /tmp/krb5cc_p<pid> (like krlogind)Richard Basch1-11/+1
1996-04-12forward.c: Use a saner naming convention for the credentials cache.Richard Basch1-7/+12
1996-01-10forward.c (get_for_creds): Removed no longer used functionTheodore Tso1-144/+0
1995-11-13 * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8.Mark Eichin1-2/+11
1995-06-11changes to accomodate redefinition of krb5_auth_contextTom Yu1-2/+2
1995-04-26 * forward.c (rd_and_store_for_creds()) : Rewritten to useChris Provenzano1-26/+165
1995-02-28Avoid <krb5/...> includesJohn Gilmore1-4/+1
1995-02-02* forward.c: Remove unused #include <krb5/crc-32.h>.John Gilmore1-1/+0
1995-01-13Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1-5/+6
1994-11-30Move get_for_creds to krb5_get_for_creds in the Kerberos libraryTheodore Tso1-195/+1
1994-11-14kerberos.c: Initialize random number generator on the server side soTheodore Tso1-332/+0
1994-08-18stamp out rcs keywordsMark Eichin1-8/+1
1994-08-14punt unused varsMark Eichin1-2/+0
1994-06-10Updated telnet to be the 94.02.07 version, with some bugfixesTheodore Tso1-2/+2
1993-11-20Changes to support new CRED-ENC structureTheodore Tso1-34/+38
1993-10-15Change use of xfree to krb5_xfree to prevent namespace pollutionTheodore Tso1-7/+7
1993-08-17Cleaned up TGTNAME define; now KRB5_TGS_NAMETheodore Tso1-3/+2
1993-03-09Initial VersionTheodore Tso1-0/+613