| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | kerberos.c: Initialize random number generator on the server side so | Theodore Tso | 1994-11-14 | 3 | -334/+22 |
| * | another zero length manpage | Mark Eichin | 1994-11-14 | 1 | -0/+1 |
| * | remote cvs loses on zero length files | Mark Eichin | 1994-11-14 | 1 | -0/+1 |
| * | Add support for krb5_address table; rename KV5M_AUTH_DATA to follow | Theodore Tso | 1994-11-12 | 2 | -1/+7 |
| * | * Makefile.in: fix some typos for kv5m_err.et | Tom Yu | 1994-11-11 | 2 | -1/+6 |
| * | Defining setpgrp(a,b) to setpgrp() if SETPGRP_TWOARG is not set can | Theodore Tso | 1994-11-11 | 3 | -5/+13 |
| * | Set the encryption type in the keyblock information in the decrypted | Theodore Tso | 1994-11-11 | 4 | -0/+17 |
| * | Fix bug in logic of incrementing the received challenge. A ++/-- | Theodore Tso | 1994-11-09 | 2 | -1/+5 |
| * | Set the keyblock's magic number and encryption type information appropriately | Theodore Tso | 1994-11-09 | 2 | -0/+7 |
| * | Change internal calling signature to pass in the encryption block, so | Theodore Tso | 1994-11-08 | 6 | -11/+37 |
| * | Use the published interface to call krb5_string_to_key() | Theodore Tso | 1994-11-08 | 2 | -5/+9 |
| * | Use the documented interface for calling krb5_string_to_key() | Theodore Tso | 1994-11-08 | 2 | -6/+11 |
| * | Use published interface to call krb5_random_key | Theodore Tso | 1994-11-08 | 3 | -2/+11 |
| * | Don't use $< in a non suffix rule context | Theodore Tso | 1994-11-08 | 2 | -1/+5 |
| * | Fix spelling typo | Theodore Tso | 1994-11-08 | 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 |
| * | Add check for stdlib.h | Theodore Tso | 1994-11-08 | 2 | -1/+3 |
| * | Don't define functions manually, but pull in the appropriate include | Theodore Tso | 1994-11-08 | 2 | -7/+8 |
| * | Only include <sys/tty.h> if HAVE_SYS_TTY_H is defined by configure | Theodore Tso | 1994-11-08 | 3 | -4/+8 |
| * | Change prototypes of auth_enable() and auth_disable() to be a char * | Theodore Tso | 1994-11-08 | 2 | -2/+23 |
| * | Change the input type to be a char *, which is what auth_onoff wants anyway | Theodore Tso | 1994-11-08 | 2 | -2/+7 |
| * | Don't define time() manually; pull it in from <time.h> | Theodore Tso | 1994-11-08 | 4 | -2/+20 |
| * | Add check for util library (needed for the Alpha) | Theodore Tso | 1994-11-08 | 2 | -0/+5 |
| * | Fix lineage check so that we don't fail if we're cross-authenticating | Theodore Tso | 1994-11-08 | 2 | -1/+7 |
| * | Use published interface to call krb5_random_key() | Theodore Tso | 1994-11-08 | 2 | -2/+11 |
| * | Checked in Richard's changes of November 2nd. (See changelog). Lots of | Theodore Tso | 1994-11-08 | 10 | -221/+565 |
| * | Added checks POSIX setjmp handling and POSIX signal handling | Theodore Tso | 1994-11-08 | 2 | -0/+23 |
| * | Use POSIX method of obtaining fd table size, if available | Theodore Tso | 1994-11-08 | 2 | -4/+20 |
| * | Missing comma on all of the error_code lines. (Oops!) | Theodore Tso | 1994-11-05 | 1 | -34/+34 |
| * | make this not zero length | Mark Eichin | 1994-11-04 | 1 | -0/+2 |
| * | * Makefile.in: stop building f_pcbc.c, since it belongs in | Mark Eichin | 1994-11-03 | 2 | -2/+7 |
| * | * pcbc_encrypt.c: moved from f_pcbc.c in lib/crypto/des, and | Mark Eichin | 1994-11-03 | 3 | -241/+239 |
| * | Added a field to hold an encryption type in the keyblock field --- so | Theodore Tso | 1994-11-03 | 2 | -0/+7 |
| * | Add support for the kv5m error table. (For magic numbers.) | Theodore Tso | 1994-11-03 | 2 | -0/+6 |
| * | Add the kv5m error table | Theodore Tso | 1994-11-03 | 5 | -3/+74 |
| * | Add WITH_CPPOPTS since we're not using CONFIG_RULES (yet) | Theodore Tso | 1994-11-03 | 2 | -0/+6 |
| * | We're probably not going to be building in the top-level directory, | Theodore Tso | 1994-11-03 | 2 | -1/+5 |
| * | Don't actually add the $(CPPOPTS) flags to CPPFLAGS; CPPFLAGS has them | Theodore Tso | 1994-11-03 | 2 | -2/+5 |
| * | Don't recursively pass the CPPOPTS makefile variable down to subdirectories | Theodore Tso | 1994-11-03 | 2 | -2/+4 |
| * | NULL should not be used as a character assignment value. Use '\0' instead | Theodore Tso | 1994-11-03 | 2 | -0/+7 |