| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * forward.c: set KRB5_DEFAULT_LIFE to 10 hours, not 8. | Mark Eichin | 1995-11-13 | 3 | -3/+19 |
| * | Print all statements using \r\n so that they will be properly formatted | Richard Basch | 1995-10-23 | 2 | -7/+7 |
| * | Fix handling of session key for Kerberos5. I don't think this should | Sam Hartman | 1995-10-10 | 2 | -30/+44 |
| * | * encrypt.h, kerberos5.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g | Chris Provenzano | 1995-09-06 | 3 | -2/+5 |
| * | * kerberos5.c : Remove krb5_enctype references, and replace with | Chris Provenzano | 1995-09-06 | 2 | -11/+10 |
| * | Compile something when krb4 disabled | Paul Park | 1995-08-03 | 2 | -0/+6 |
| * | Compiler warning cleanup | Paul Park | 1995-06-27 | 8 | -4/+22 |
| * | * configure.in: fix typo | Tom Yu | 1995-06-20 | 2 | -1/+3 |
| * | * strrchr.c: NO_STRING_H -> HAVE_STRING_H | Tom Yu | 1995-06-20 | 17 | -45/+80 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 3 | -3/+7 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -4/+11 |
| * | kerberos5.c: Include string.h/strings.h. Include stdlib.h or | Ezra Peisach | 1995-05-24 | 3 | -6/+26 |
| * | * configure.in: switch to WITH_KRB4 since it suffices in this case | Mark Eichin | 1995-04-28 | 2 | -2/+5 |
| * | * configure.in: use AC_CONST since we need it for v4 | Mark Eichin | 1995-04-27 | 2 | -0/+4 |
| * | * kerberos5.c (kerberos_is()) : Initialize keytabid to NULL | Chris Provenzano | 1995-04-27 | 2 | -1/+6 |
| * | * Makefile.in (LOCALINCLUDES): find kerberosIV headers | Mark Eichin | 1995-04-27 | 2 | -1/+5 |
| * | * kerberos5.c (kerberos5_is): use kt_resolve to get keytab, to | Mark Eichin | 1995-04-26 | 2 | -2/+14 |
| * | * forward.c (rd_and_store_for_creds()) : Rewritten to use | Chris Provenzano | 1995-04-26 | 3 | -98/+218 |
| * | Only call krb5_init_context if the telnet context hasn't been | Theodore Tso | 1995-04-22 | 2 | -2/+8 |
| * | Changes for testsuite from Ian Taylor <ian@cygnus.com> | Mark Eichin | 1995-04-21 | 2 | -2/+52 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+73 |
| * | No need to have the session_key established for mutual authentication | Theodore Tso | 1995-03-29 | 2 | -6/+6 |
| * | Allow mutual authentication even if the ENCRYPTION option is not | Theodore Tso | 1995-03-29 | 2 | -2/+5 |
| * | * kerberos5.c (kerberos5_is()): Use new calling convention for | Chris Provenzano | 1995-03-27 | 2 | -40/+35 |
| * | Initialize auth_context to zero before calling mk_req | Theodore Tso | 1995-03-25 | 2 | -0/+6 |
| * | * kerberos5.c Use new calling convention for krb5_mk_req_extended() | Chris Provenzano | 1995-03-10 | 2 | -34/+30 |
| * | * aclocal.m4 (UsePepsy, PepsyTarget): removed, not referenced | Mark Eichin | 1995-03-08 | 2 | -3/+4 |
| * | oops, described it in wrong dir | John Gilmore | 1995-02-28 | 1 | -1/+1 |
| * | Avoid <krb5/...> includes | John Gilmore | 1995-02-28 | 3 | -9/+7 |
| * | * kerberos5.c (kerberos5_send(), kerberos5_forward()) | Chris Provenzano | 1995-02-23 | 2 | -10/+20 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
| * | * forward.c: Remove unused #include <krb5/crc-32.h>. | John Gilmore | 1995-02-02 | 4 | -20/+16 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 2 | -45/+59 |
| * | Move get_for_creds to krb5_get_for_creds in the Kerberos library | Theodore Tso | 1994-11-30 | 2 | -202/+8 |
| * | Fix stupid typo.. | Theodore Tso | 1994-11-19 | 1 | -1/+1 |
| * | Initialize magic variable and encryption type | Theodore Tso | 1994-11-19 | 2 | -2/+9 |
| * | * configure.in: use WITH_KRB4. (from epeisach) | Mark Eichin | 1994-11-18 | 2 | -0/+7 |
| * | kerberos.c: Initialize random number generator on the server side so | Theodore Tso | 1994-11-14 | 3 | -334/+22 |
| * | Fix bug in logic of incrementing the received challenge. A ++/-- | Theodore Tso | 1994-11-09 | 2 | -1/+5 |
| * | Use des_init_random_number_genator(), since that will result in | Theodore Tso | 1994-11-08 | 2 | -1/+7 |
| * | Only print each possible authentication type once in the auth status | Theodore Tso | 1994-11-08 | 2 | -5/+25 |
| * | Change the input type to be a char *, which is what auth_onoff wants anyway | Theodore Tso | 1994-11-08 | 2 | -2/+7 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -1/+1 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 25 | -99/+33 |
| * | punt unused vars | Mark Eichin | 1994-08-14 | 5 | -13/+1 |
| * | fix another strings/string case | Mark Eichin | 1994-08-10 | 1 | -0/+4 |
| * | Stamp Out Imake in Our Lifetimes.. | Mark Eichin | 1994-08-09 | 1 | -75/+0 |
| * | Fixed mispelling of krb5_copy_keyblock_contents(). Whoops! | Theodore Tso | 1994-08-09 | 2 | -2/+8 |
| * | fixing make install | Tom Yu | 1994-08-04 | 2 | -0/+5 |
| * | * Makefile.in: whoops left out some $(srcdir) stuff | Tom Yu | 1994-07-27 | 2 | -2/+6 |