| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | encode_kdc.c (krb5_encode_kdc_rep): Now requires that the | Theodore Tso | 1994-11-21 | 7 | -28/+55 |
| * | fixed bad prototype in changes | Mark Eichin | 1994-11-21 | 1 | -1/+1 |
| * | We don't need autoreconf.local anymore. That functionality has been | Theodore Tso | 1994-11-21 | 2 | -160/+1 |
| * | complete command suite now in with most functionality | Tom Yu | 1994-11-21 | 5 | -69/+544 |
| * | Fix obvious typo | Theodore Tso | 1994-11-19 | 1 | -1/+1 |
| * | Fix stupid typo.. | Theodore Tso | 1994-11-19 | 1 | -1/+1 |
| * | Add magic numbers for keyblock structure | Theodore Tso | 1994-11-19 | 2 | -0/+7 |
| * | Add magic number to keyblock structure | Theodore Tso | 1994-11-19 | 2 | -0/+7 |
| * | Add magic numbers to keyblock structure | Theodore Tso | 1994-11-19 | 2 | -0/+6 |
| * | Initialize magic variable and encryption type | Theodore Tso | 1994-11-19 | 2 | -2/+9 |
| * | Add new attribute which defines whether or not a server supports DES/MD5 | Theodore Tso | 1994-11-18 | 2 | -0/+6 |
| * | Add magic numbers for keytab, principal, and keyblock | Theodore Tso | 1994-11-18 | 2 | -0/+10 |
| * | Fix to return correct error code, instead of always returning | Theodore Tso | 1994-11-18 | 2 | -1/+6 |
| * | update to autoconf 2.1 | Mark Eichin | 1994-11-18 | 16 | -502/+513 |
| * | * aclocal.m4 (CHECK_WAIT_TYPE, CHECK_SIGNALS, CHECK_SETJMP, | Mark Eichin | 1994-11-18 | 2 | -10/+19 |
| * | Add new error code -- KV5M_KEYTAB_ENTRY | Theodore Tso | 1994-11-18 | 2 | -1/+6 |
| * | All files: | Theodore Tso | 1994-11-18 | 9 | -208/+268 |
| * | Remove unnecessary variable | Theodore Tso | 1994-11-18 | 1 | -3/+1 |
| * | * Makefile.in (clean): remove $(BOGUS) | Mark Eichin | 1994-11-18 | 2 | -2/+7 |
| * | * configure.in: move WITH_CCOPTS, WITH_KRB5ROOT | Mark Eichin | 1994-11-18 | 2 | -2/+6 |
| * | * configure.in: move WITH_CCOPTS | Mark Eichin | 1994-11-18 | 2 | -2/+6 |
| * | * configure.in: moved WITH_CCOPTS | Mark Eichin | 1994-11-18 | 2 | -1/+5 |
| * | * configure.in: use WITH_CCOPTS | Mark Eichin | 1994-11-18 | 2 | -0/+5 |
| * | * configure.in: add caching to perror check (from epeisach). | Mark Eichin | 1994-11-18 | 2 | -2/+15 |
| * | * configure.in: use KRB5_POSIX_LOCKS, AC_EGREP_HEADER. (from | Mark Eichin | 1994-11-18 | 3 | -13/+28 |
| * | * Makefile.in (install): use $(INSTALL_DATA) instead of cp. Elide | Mark Eichin | 1994-11-18 | 3 | -2/+14 |
| * | * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, and | Mark Eichin | 1994-11-18 | 2 | -15/+8 |
| * | * configure.in: use WITH_KRB4. (from epeisach) | Mark Eichin | 1994-11-18 | 2 | -0/+7 |
| * | * configure.in: use WITH_KRB4, cache cc_t in termio check, cache | Mark Eichin | 1994-11-18 | 3 | -6/+37 |
| * | * configure.in (LIBS): use WITH_KRB4, CHECK_SIGNALS, and cache | Mark Eichin | 1994-11-18 | 3 | -9/+30 |
| * | * configure.in: add WITH_CCOPTS so that subdirs work | Mark Eichin | 1994-11-18 | 2 | -0/+5 |
| * | * pop_send.c (pop_send): Only update last_msg if executing a RETR. | Mark Eichin | 1994-11-18 | 3 | -7/+15 |
| * | * configure.in: use new macros KRB5_UTPID, KRB5_UTTYPE, and | Mark Eichin | 1994-11-18 | 3 | -15/+20 |
| * | * aclocal.m4 (CopySrcHeader): add clean rule (from epeisach) | Mark Eichin | 1994-11-18 | 2 | -34/+188 |
| * | fix typo | Mark Eichin | 1994-11-18 | 1 | -1/+1 |
| * | * kdb_dbm.c (krb5_dbm_db_unlock): Use krb5_lock_file. | Mark Eichin | 1994-11-18 | 2 | -58/+30 |
| * | * kprop.c: Use NPROTOTYPE for declarations. | Mark Eichin | 1994-11-18 | 3 | -71/+76 |
| * | asn1_decode_k.c (asn1_decode_principal_name, | Theodore Tso | 1994-11-17 | 2 | -0/+33 |
| * | Set the keyblock's magic number and ecryption type information appropriately | Theodore Tso | 1994-11-17 | 2 | -0/+7 |
| * | Set the keyblock magic number and encryption type | Theodore Tso | 1994-11-17 | 2 | -0/+7 |
| * | Add magic number field | Theodore Tso | 1994-11-17 | 2 | -0/+5 |
| * | Changes to implement FCC format version #3, which is architecture | Theodore Tso | 1994-11-17 | 9 | -171/+235 |
| * | Set the encryption type of the session keyblock to be the type used to | Theodore Tso | 1994-11-17 | 3 | -1/+12 |
| * | Check to make sure the subkey exists before setting its encryption type | Theodore Tso | 1994-11-17 | 1 | -1/+2 |
| * | Add new error code --- KRB5_CC_WRITE_ERR | Theodore Tso | 1994-11-17 | 2 | -0/+5 |
| * | * krlogin.c: | Richard Basch | 1994-11-16 | 2 | -0/+12 |
| * | * dumpv4.c: new file. New command dump_v4db which creates a v4 | Mark Eichin | 1994-11-16 | 5 | -3/+389 |
| * | * kdb5_convert.c (enter_in_v5_db): use the correct instance for | Mark Eichin | 1994-11-16 | 2 | -1/+6 |
| * | Move mk_cred and rd_cred to libkrb.a | Theodore Tso | 1994-11-14 | 2 | -334/+5 |
| * | get_in_tkt (krb5_get_in_tkt): Set the encryption type of the session | Theodore Tso | 1994-11-14 | 5 | -0/+404 |