| Commit message (Expand) | Author | Age | Files | Lines |
| * | * decrypt_key.c, encrypt_key.c, kdb_dbm.c, kdb_xdr.c: | Chris Provenzano | 1995-07-27 | 9 | -588/+936 |
| * | Fix bad shift value in verifier function | Paul Park | 1995-07-26 | 1 | -1/+1 |
| * | * kdb_dbm.c, t_kdb.c: Add prototype for dbm_error and dbm_clearerr | Tom Yu | 1995-07-25 | 4 | -0/+66 |
| * | Include adm_proto.h for prototypes. Compiling with -Wmissing_prototypes | Ezra Peisach | 1995-07-21 | 7 | -1/+11 |
| * | * kdb_dbm.c (krb5_dbm_db_create): move dirname, pagname | Mark Eichin | 1995-07-21 | 2 | -3/+8 |
| * | * rc_dfl.c (rc_store): rename from store() to avoid conflict with | Mark Eichin | 1995-07-21 | 2 | -4/+9 |
| * | * localaddr.c: also add definition of max if it's not there | Tom Yu | 1995-07-19 | 2 | -0/+5 |
| * | * localaddr.c: fix definition of ifreq_size so it actually works | Tom Yu | 1995-07-19 | 2 | -1/+5 |
| * | Bsd 4.4 has a field sa_len in struct sockaddr which is the | Sam Hartman | 1995-07-18 | 3 | -3/+26 |
| * | Move stash file #define to osconf.h and add stash file name handling | Paul Park | 1995-07-17 | 3 | -5/+11 |
| * | Add KDC profile handling routines | Paul Park | 1995-07-17 | 2 | -5/+173 |
| * | Include netinet/in.h for ntohs | Sam Hartman | 1995-07-14 | 3 | -1/+5 |
| * | Add ability to exclude kdb4 | Paul Park | 1995-07-12 | 2 | -1/+15 |
| * | Add prototype for krb5_fcc_read | Ezra Peisach | 1995-07-11 | 2 | -1/+12 |
| * | Add prototype for krb5_scc_read | Ezra Peisach | 1995-07-11 | 2 | -0/+9 |
| * | If the key version number is specified, check to make sure that the | Theodore Tso | 1995-07-11 | 2 | -2/+10 |
| * | Make sure the dbm context is initialized before we start | Theodore Tso | 1995-07-09 | 2 | -0/+9 |
| * | Remove LDFLAGS | Paul Park | 1995-07-07 | 12 | -9/+28 |
| * | Find libcom_err in TOPLIBD | Paul Park | 1995-07-07 | 3 | -2/+6 |
| * | Describe previous changes | Paul Park | 1995-07-07 | 3 | -0/+30 |
| * | Use checksum verifier | Paul Park | 1995-07-07 | 1 | -22/+10 |
| * | Build t_cksum under unix | Paul Park | 1995-07-07 | 1 | -1/+11 |
| * | Add definition to select backwards compatability with old RSA-MD5-DES | Paul Park | 1995-07-07 | 1 | -0/+1 |
| * | New checksum verifier test | Paul Park | 1995-07-07 | 1 | -0/+200 |
| * | Add checksum verification procedure and dispatch | Paul Park | 1995-07-07 | 1 | -4/+34 |
| * | Fix implementation of RSA-MD5-DES checksums, add verifier function/dispatch | Paul Park | 1995-07-07 | 1 | -6/+270 |
| * | Add t_cksum under unix | Paul Park | 1995-07-07 | 1 | -1/+17 |
| * | Add definition to enable compatibility with old versions of RSA-MD4-DES | Paul Park | 1995-07-07 | 1 | -0/+1 |
| * | Add confounder length definition | Paul Park | 1995-07-07 | 1 | -0/+1 |
| * | Add verifier procedure/dispatch | Paul Park | 1995-07-07 | 1 | -5/+36 |
| * | Correct implementation of RSA-MD4-DES checksums and add verifier procedure/di... | Paul Park | 1995-07-07 | 1 | -6/+276 |
| * | Add checksum verifier procedure/dispatch | Paul Park | 1995-07-07 | 5 | -5/+112 |
| * | * rd_safe.c (krb5_rd_safe_basic): Pass context to os_localaddr | Tom Yu | 1995-07-06 | 5 | -4/+14 |
| * | * adm_conn.c (kadm_get_creds): Pass kcontext to os_localaddr | Tom Yu | 1995-07-06 | 2 | -1/+4 |
| * | * localaddr.c: moved to lib/crypto/os; just a stub here | Tom Yu | 1995-07-06 | 3 | -537/+12 |
| * | * new_rn_key.c (mit_des_init_random_number_generator): don't call | Tom Yu | 1995-07-06 | 2 | -4/+10 |
| * | * localaddr.c: migrated from lib/krb5/os | Tom Yu | 1995-07-06 | 4 | -17/+610 |
| * | Remove t_an_to_ln.o when making clean | Ezra Peisach | 1995-07-06 | 2 | -1/+5 |
| * | Changes for Macintosh implementation | Keith Vetter | 1995-07-06 | 19 | -17/+54 |
| * | ---------------------------------------------------------------------- | Sam Hartman | 1995-07-02 | 2 | -7/+16 |
| * | Add profile and Berkeley database smarts for aname_to_lname | Paul Park | 1995-06-30 | 5 | -55/+748 |
| * | Move Berkeley database code here; remove typo | Paul Park | 1995-06-30 | 2 | -3/+10 |
| * | Describe previous changes | Paul Park | 1995-06-30 | 1 | -0/+11 |
| * | Add ability to test using Berkeley or DBM | Paul Park | 1995-06-30 | 1 | -16/+129 |
| * | Remove Berkeley database object modules | Paul Park | 1995-06-30 | 1 | -16/+1 |
| * | Add function dispatch for database accesses | Paul Park | 1995-06-30 | 1 | -115/+283 |
| * | * configure.in (--with-dbm): new option, allows easy building of | Mark Eichin | 1995-06-29 | 3 | -1/+22 |
| * | * configure.in: with static libs, we need install-unix, not install | Mark Eichin | 1995-06-28 | 2 | -1/+5 |
| * | * read_passwd.c, configure.in: use HAS_ANSI_VOLATILE instead | Mark Eichin | 1995-06-28 | 3 | -5/+5 |
| * | * rd_req.c (krb_rd_req): from_addr is an address, so use unsigned | Mark Eichin | 1995-06-28 | 2 | -1/+6 |