aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
1995-12-21Use KRB5_CC_FORMAT as an error code instead of KRB5_CCACHE_BADVNO,Theodore Tso4-8/+14
1995-12-21Fixed typo (missing comma) in fileTheodore Tso1-1/+1
1995-12-21Changed KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILED (since theTheodore Tso2-1/+10
1995-12-21Change use of KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILEDTheodore Tso2-1/+6
1995-12-21In the case of SCC_OPEN_AND_ERASE, unlink the filename first, in caseTheodore Tso2-0/+13
1995-12-21In the case of FCC_OPEN_AND_ERASE, unlink the old filename, and thenTheodore Tso2-1/+9
1995-12-21* configure.in: Check for the stat call, since profile_update_fileTheodore Tso3-4/+24
1995-12-21* Makefile.in (t_an_to_ln): Use $(LD) instead of $(CC) to link finalTheodore Tso3-33/+32
1995-12-20Missing parenthesis meant that wrong number of bytes was beingTheodore Tso2-1/+7
1995-12-20New function for doing generic tty input and output. EventuallyTheodore Tso3-0/+171
1995-12-19Don't drag in syslog.c if vsyslog() is not defined. Only drag it inTheodore Tso2-2/+6
1995-12-19Don't use vsyslog; use syslog instead. Fixed lint flamesTheodore Tso2-11/+19
1995-12-19Also include unistd.h, if it's availableTheodore Tso2-0/+7
1995-12-19Remove declaration of LineNbr; no longer exported by kparse.cTheodore Tso2-2/+5
1995-12-18 * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach3-13/+16
1995-12-18Add a blank line to work around a misfeature in DecUnix 3.2's fgrep whereEzra Peisach2-0/+5
1995-12-14Merge in changes between 1.4 and 1.5 in RCS file; this delta is MarkSam Hartman1-3/+6
1995-12-14 * t_verify.c: Added an n-fold testRichard Basch1-0/+36
1995-12-13 * kadmin.exp: test that kadmin_modify doesn't corrupt key entriesMark Eichin2-0/+14
1995-12-13 * configure.in : Remove subdirectory dbChris Provenzano2-1/+5
1995-12-13 * Makefile.in : Move db keytab routines to lib/kdbChris Provenzano2-2/+7
1995-12-13 * Makefile.in, keytab.c : Move db keytab routines hereChris Provenzano3-0/+124
1995-12-13 * kdb5_mkdums.c : Remove mkvno from krb5_db_entryChris Provenzano2-1/+4
1995-12-13 * kdb5_verify.c : Remove mkvno for krb5_db_entryChris Provenzano2-6/+4
1995-12-13 * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano2-10/+5
1995-12-13 * kerberos_v4.c : Remove mkvno for krb5_db_entryChris Provenzano2-1/+8
1995-12-13 * kadm_funcs.c : Remove mkvno for krb5_db_entryChris Provenzano2-5/+5
1995-12-13 * adm_funcs.c : Remove mkvno for krb5_db_entryChris Provenzano2-1/+4
1995-12-13 * kdb.h : Remove mkvno for krb5_db_entryChris Provenzano2-2/+6
1995-12-13 * dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano5-15/+13
1995-12-13 * kdb5_create.c : Remove mkvno from krb5_db_entryChris Provenzano2-1/+5
1995-12-12 * kdc.conf: Added examples of "supported_enctypes" and "master_key_type"Richard Basch1-1/+3
1995-12-12 * krb524d.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1-1/+3
1995-12-12 * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1-1/+1
1995-12-12 * main.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1-4/+4
1995-12-12 * d3_str2ky.c: Updated to include some of the randomness throughoutRichard Basch1-7/+3
1995-12-12Clean up repository - don't check in configure add .Sanitize and .cvsignoreEzra Peisach3-1009/+38
1995-12-12 * TODO: Done: keytab routines to access to database.Chris Provenzano2-0/+12
1995-12-12New directory for the kdb keytab functions. Currently there is only get andChris Provenzano4-0/+1156
1995-12-12 * configure.in : Added subdirectory dbChris Provenzano2-1/+6
1995-12-12 * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano2-79/+113
1995-12-12 * extern.h: Added a krb5_keytab to the realm context. The keytabChris Provenzano4-14/+50
1995-12-12 * adm.h: Added principal flag keywords KRB5_ADM_KW_SETFLAGS andChris Provenzano4-0/+75
1995-12-12 * main.c: Use the master key enctype from the stash file if noneRichard Basch1-10/+12
1995-12-12 * kdb5_edit.c: Use the master key enctype from the stash file if noneRichard Basch1-11/+18
1995-12-12 * fetch_mkey.c: If the keyblock is initialized with an enctype ofRichard Basch1-1/+3
1995-12-12 * krb524d.c: Rely on stashed master key enctype instead of hardcodingRichard Basch1-2/+1
1995-12-12 * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt theRichard Basch1-1/+8
1995-12-11 * kdc_preauth.c return_padata(): Initialize local variable "size"Chris Provenzano2-1/+6
1995-12-11 * adm_proto.h: Moved many string conversion functions to libkrb5Richard Basch1-25/+0