| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixed typo (missing comma) in file | Theodore Tso | 1995-12-21 | 1 | -1/+1 |
| * | Changed KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILED (since the | Theodore Tso | 1995-12-21 | 2 | -1/+10 |
| * | Change use of KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILED | Theodore Tso | 1995-12-21 | 2 | -1/+6 |
| * | In the case of SCC_OPEN_AND_ERASE, unlink the filename first, in case | Theodore Tso | 1995-12-21 | 2 | -0/+13 |
| * | In the case of FCC_OPEN_AND_ERASE, unlink the old filename, and then | Theodore Tso | 1995-12-21 | 2 | -1/+9 |
| * | * configure.in: Check for the stat call, since profile_update_file | Theodore Tso | 1995-12-21 | 3 | -4/+24 |
| * | * Makefile.in (t_an_to_ln): Use $(LD) instead of $(CC) to link final | Theodore Tso | 1995-12-21 | 3 | -33/+32 |
| * | Missing parenthesis meant that wrong number of bytes was being | Theodore Tso | 1995-12-20 | 2 | -1/+7 |
| * | New function for doing generic tty input and output. Eventually | Theodore Tso | 1995-12-20 | 3 | -0/+171 |
| * | Don't drag in syslog.c if vsyslog() is not defined. Only drag it in | Theodore Tso | 1995-12-19 | 2 | -2/+6 |
| * | Don't use vsyslog; use syslog instead. Fixed lint flames | Theodore Tso | 1995-12-19 | 2 | -11/+19 |
| * | Also include unistd.h, if it's available | Theodore Tso | 1995-12-19 | 2 | -0/+7 |
| * | Remove declaration of LineNbr; no longer exported by kparse.c | Theodore Tso | 1995-12-19 | 2 | -2/+5 |
| * | * keytab.c (krb5_ktkdb_resolve): Fix casting | Ezra Peisach | 1995-12-18 | 3 | -13/+16 |
| * | Add a blank line to work around a misfeature in DecUnix 3.2's fgrep where | Ezra Peisach | 1995-12-18 | 2 | -0/+5 |
| * | Merge in changes between 1.4 and 1.5 in RCS file; this delta is Mark | Sam Hartman | 1995-12-14 | 1 | -3/+6 |
| * | * t_verify.c: Added an n-fold test | Richard Basch | 1995-12-14 | 1 | -0/+36 |
| * | * kadmin.exp: test that kadmin_modify doesn't corrupt key entries | Mark Eichin | 1995-12-13 | 2 | -0/+14 |
| * | * configure.in : Remove subdirectory db | Chris Provenzano | 1995-12-13 | 2 | -1/+5 |
| * | * Makefile.in : Move db keytab routines to lib/kdb | Chris Provenzano | 1995-12-13 | 2 | -2/+7 |
| * | * Makefile.in, keytab.c : Move db keytab routines here | Chris Provenzano | 1995-12-13 | 3 | -0/+124 |
| * | * kdb5_mkdums.c : Remove mkvno from krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -1/+4 |
| * | * kdb5_verify.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -6/+4 |
| * | * kdb_xdr.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -10/+5 |
| * | * kerberos_v4.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -1/+8 |
| * | * kadm_funcs.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -5/+5 |
| * | * adm_funcs.c : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -1/+4 |
| * | * kdb.h : Remove mkvno for krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -2/+6 |
| * | * dump.c, dumpv4.c, kdb5_edit.c, loadv4.c : | Chris Provenzano | 1995-12-13 | 5 | -15/+13 |
| * | * kdb5_create.c : Remove mkvno from krb5_db_entry | Chris Provenzano | 1995-12-13 | 2 | -1/+5 |
| * | * kdc.conf: Added examples of "supported_enctypes" and "master_key_type" | Richard Basch | 1995-12-12 | 1 | -1/+3 |
| * | * krb524d.c: Changed krb5_db_fetch_mkey() such that it will only try | Richard Basch | 1995-12-12 | 1 | -1/+3 |
| * | * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only try | Richard Basch | 1995-12-12 | 1 | -1/+1 |
| * | * main.c: Changed krb5_db_fetch_mkey() such that it will only try | Richard Basch | 1995-12-12 | 1 | -4/+4 |
| * | * d3_str2ky.c: Updated to include some of the randomness throughout | Richard Basch | 1995-12-12 | 1 | -7/+3 |
| * | Clean up repository - don't check in configure add .Sanitize and .cvsignore | Ezra Peisach | 1995-12-12 | 3 | -1009/+38 |
| * | * TODO: Done: keytab routines to access to database. | Chris Provenzano | 1995-12-12 | 2 | -0/+12 |
| * | New directory for the kdb keytab functions. Currently there is only get and | Chris Provenzano | 1995-12-12 | 4 | -0/+1156 |
| * | * configure.in : Added subdirectory db | Chris Provenzano | 1995-12-12 | 2 | -1/+6 |
| * | * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h. | Chris Provenzano | 1995-12-12 | 2 | -79/+113 |
| * | * extern.h: Added a krb5_keytab to the realm context. The keytab | Chris Provenzano | 1995-12-12 | 4 | -14/+50 |
| * | * adm.h: Added principal flag keywords KRB5_ADM_KW_SETFLAGS and | Chris Provenzano | 1995-12-12 | 4 | -0/+75 |
| * | * main.c: Use the master key enctype from the stash file if none | Richard Basch | 1995-12-12 | 1 | -10/+12 |
| * | * kdb5_edit.c: Use the master key enctype from the stash file if none | Richard Basch | 1995-12-12 | 1 | -11/+18 |
| * | * fetch_mkey.c: If the keyblock is initialized with an enctype of | Richard Basch | 1995-12-12 | 1 | -1/+3 |
| * | * krb524d.c: Rely on stashed master key enctype instead of hardcoding | Richard Basch | 1995-12-12 | 1 | -2/+1 |
| * | * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt the | Richard Basch | 1995-12-12 | 1 | -1/+8 |
| * | * kdc_preauth.c return_padata(): Initialize local variable "size" | Chris Provenzano | 1995-12-11 | 2 | -1/+6 |
| * | * adm_proto.h: Moved many string conversion functions to libkrb5 | Richard Basch | 1995-12-11 | 1 | -25/+0 |
| * | * krb5.hin: Moved string conversion functions from libkadm | Richard Basch | 1995-12-11 | 1 | -0/+27 |