| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Change one last variable to be an unsigned char | Theodore Tso | 1994-10-19 | 2 | -1/+4 |
| * | Add other termios c_cc initializations for the ALPHA | Theodore Tso | 1994-10-19 | 2 | -0/+12 |
| * | Make protocol buffers be unsigned, since we're comparing against | Theodore Tso | 1994-10-19 | 2 | -1/+6 |
| * | Obey CCOPTS in CFLAGS declaration | Theodore Tso | 1994-10-19 | 2 | -2/+5 |
| * | Don't use LDFLAGS, but CCFLAGS since CCFLAGS is configurable | Theodore Tso | 1994-10-19 | 2 | -2/+6 |
| * | Look for man page in the source directory | Theodore Tso | 1994-10-19 | 2 | -1/+5 |
| * | Fix missing $(DESTDIR) in "make install" lines | Theodore Tso | 1994-10-19 | 6 | -3/+15 |
| * | Exit with a non-zero exit status when the test suite detects any errors | Theodore Tso | 1994-10-19 | 4 | -10/+10 |
| * | Clear the kvno field when destroying encrypted data | Theodore Tso | 1994-10-19 | 2 | -0/+4 |
| * | asn1_decode_k.c (asn1_decode_kdc_req_body): If the authorization field | Theodore Tso | 1994-10-19 | 7 | -17/+66 |
| * | sanity checkin | Tom Yu | 1994-10-19 | 6 | -18/+289 |
| * | Makefile.in: "make check" depends on krb5_decode_test and | Theodore Tso | 1994-10-19 | 5 | -6/+34 |
| * | * krlogind.c: use HAVE_STREAMS, fix TIOCPKT_* test | Mark Eichin | 1994-10-18 | 2 | -4/+8 |
| * | * raw-des.c (mit_raw_des_decrypt_func): ditto. | Mark Eichin | 1994-10-18 | 3 | -4/+8 |
| * | * des-crc.c (mit_des_crc_decrypt_func): cast key->key->contents to | Mark Eichin | 1994-10-18 | 2 | -2/+8 |
| * | * configure.in (HAVE_STREAMS): test for streams interface headers | Mark Eichin | 1994-10-18 | 3 | -4/+13 |
| * | add sort for make check | Mark Eichin | 1994-10-18 | 2 | -0/+7 |
| * | Clean up the test.out file | Theodore Tso | 1994-10-17 | 1 | -0/+4 |
| * | Add ISODE_DEFS | Theodore Tso | 1994-10-15 | 2 | -0/+5 |
| * | Add ISODE_DEFS | Theodore Tso | 1994-10-15 | 13 | -0/+34 |
| * | Clean up the test.out file | Theodore Tso | 1994-10-14 | 1 | -1/+2 |
| * | Fix typo in spelling of KRB5_USE_ISODE | Theodore Tso | 1994-10-14 | 2 | -1/+5 |
| * | Add the ISODE_DEFS rule | Theodore Tso | 1994-10-14 | 4 | -0/+10 |
| * | When scanning a database entry, read fail_auth_count into a temporary | Theodore Tso | 1994-10-14 | 2 | -2/+10 |
| * | Move the various flavors of cryptosystem support -- raw des, des-md5, des-crc | Theodore Tso | 1994-10-14 | 3 | -0/+478 |
| * | Add declaration for krb5_des_md5_cst_entry | Theodore Tso | 1994-10-14 | 2 | -0/+3 |
| * | Use POSIX_FILE_LOCKS if _POSIX_VERSION is defined in unistd.h | Theodore Tso | 1994-10-14 | 3 | -0/+17 |
| * | Change name of the des_crc cryptosystem from krb5_des_cst_entry to | Theodore Tso | 1994-10-14 | 2 | -1/+6 |
| * | Define PROVIDE_DES_CBC_MD5 so that we include this new cryptosystem | Theodore Tso | 1994-10-14 | 2 | -0/+6 |
| * | Add support for the new cryptosystem DES/MD5 | Theodore Tso | 1994-10-14 | 3 | -4/+31 |
| * | Remove declarations of the cryptosystem specific structures to | Theodore Tso | 1994-10-14 | 7 | -350/+25 |
| * | Select the cryptosystem to be used using krb5_use_cstype() instead of | Theodore Tso | 1994-10-14 | 2 | -6/+18 |
| * | Don't assume that the request server's realm name is null terminated. | Theodore Tso | 1994-10-14 | 2 | -3/+18 |
| * | Cast char pointer to the expected unsigned char pointer, since that's | Theodore Tso | 1994-10-14 | 2 | -3/+9 |
| * | Remove symlinked files on make clean | Theodore Tso | 1994-10-14 | 2 | -0/+7 |
| * | No point putting RFC's in the krb5 sources | Theodore Tso | 1994-10-13 | 2 | -2052/+0 |
| * | Add support for the MDx test driver t_mddriver. Run t_mddriver on a | Theodore Tso | 1994-10-13 | 2 | -1/+20 |
| * | Add support for the MDx test driver t_mddriver. Run t_mddriver on a | Theodore Tso | 1994-10-13 | 3 | -3/+339 |
| * | Add the UL macro to control how unsigned long constants are compiled. | Theodore Tso | 1994-10-13 | 4 | -74/+100 |
| * | sanity checkin | Tom Yu | 1994-10-12 | 1 | -18/+81 |
| * | Add OBJS definition so that object files get cleaned out during a | Theodore Tso | 1994-10-12 | 2 | -0/+9 |
| * | Make sure we do our feature tests using the CC options specified using | Theodore Tso | 1994-10-12 | 2 | -1/+7 |
| * | Run crctest on a "make check". Clean up the crctest program on a | Theodore Tso | 1994-10-12 | 2 | -0/+11 |
| * | * ucb.conf: add "ranlib" for ucb, it's a common element. | Mark Eichin | 1994-10-11 | 3 | -0/+8 |
| * | * kbuild (MAKETARGETS): default to "all check" for make, but allow | Mark Eichin | 1994-10-11 | 2 | -2/+8 |
| * | Don't rm the sed and awk scripts during a make clean | Theodore Tso | 1994-10-11 | 4 | -2/+10 |
| * | If using ISODE we need to add -DKRB5_USE_ISODE to $DEFS, not KRB5_USE_ISODE! | Theodore Tso | 1994-10-08 | 2 | -1/+6 |
| * | start CONFIG_OPTS with -v so we see the autoconf results too | Mark Eichin | 1994-10-07 | 1 | -0/+1 |
| * | Add extra check to make sure blank lines get squeezed out. Needed for | Theodore Tso | 1994-10-07 | 2 | -0/+6 |
| * | Add -DKRB5_USE_ISODE so that include files get included properly | Theodore Tso | 1994-10-07 | 2 | -1/+6 |