summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1996-01-048-22/+5
* Removed sys/fcntl.h checking (always use fcntl.h instead)Richard Basch1996-01-048-21/+5
* * aclocal.m4, acconfig.hRichard Basch1996-01-041-1/+2
* * configure.in: Check for presense of setenv(), unsetenv(), andTheodore Tso1996-01-044-1/+190
* * gss-client.c (main, client_establish_context): If the -d flag isTheodore Tso1996-01-043-6/+25
* * rd_cred.c (krb5_rd_cred_basic): When the keyblock is NULL, assumeTheodore Tso1996-01-043-25/+67
* ktutil.c (ktutil_write_v4): Call ktutil_write_srvtab not ktutil_write_keytabEzra Peisach1995-12-253-1/+11
* If HAVE_SHADOW is defined, and no shadow password entry is availble,Theodore Tso1995-12-222-2/+7
* Use KRB5_CC_FORMAT as an error code instead of KRB5_CCACHE_BADVNO,Theodore Tso1995-12-214-8/+14
* Fixed typo (missing comma) in fileTheodore Tso1995-12-211-1/+1
* Changed KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILED (since theTheodore Tso1995-12-212-1/+10
* Change use of KRB5_SENDAUTH_MUTUAL_FAILED to KRB5_MUTUAL_FAILEDTheodore Tso1995-12-212-1/+6
* In the case of SCC_OPEN_AND_ERASE, unlink the filename first, in caseTheodore Tso1995-12-212-0/+13
* In the case of FCC_OPEN_AND_ERASE, unlink the old filename, and thenTheodore Tso1995-12-212-1/+9
* * configure.in: Check for the stat call, since profile_update_fileTheodore Tso1995-12-213-4/+24
* * Makefile.in (t_an_to_ln): Use $(LD) instead of $(CC) to link finalTheodore Tso1995-12-213-33/+32
* Missing parenthesis meant that wrong number of bytes was beingTheodore Tso1995-12-202-1/+7
* New function for doing generic tty input and output. EventuallyTheodore Tso1995-12-203-0/+171
* Don't drag in syslog.c if vsyslog() is not defined. Only drag it inTheodore Tso1995-12-192-2/+6
* Don't use vsyslog; use syslog instead. Fixed lint flamesTheodore Tso1995-12-192-11/+19
* Also include unistd.h, if it's availableTheodore Tso1995-12-192-0/+7
* Remove declaration of LineNbr; no longer exported by kparse.cTheodore Tso1995-12-192-2/+5
* * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach1995-12-183-13/+16
* Add a blank line to work around a misfeature in DecUnix 3.2's fgrep whereEzra Peisach1995-12-182-0/+5
* Merge in changes between 1.4 and 1.5 in RCS file; this delta is MarkSam Hartman1995-12-141-3/+6
* * t_verify.c: Added an n-fold testRichard Basch1995-12-141-0/+36
* * kadmin.exp: test that kadmin_modify doesn't corrupt key entriesMark Eichin1995-12-132-0/+14
* * configure.in : Remove subdirectory dbChris Provenzano1995-12-132-1/+5
* * Makefile.in : Move db keytab routines to lib/kdbChris Provenzano1995-12-132-2/+7
* * Makefile.in, keytab.c : Move db keytab routines hereChris Provenzano1995-12-133-0/+124
* * kdb5_mkdums.c : Remove mkvno from krb5_db_entryChris Provenzano1995-12-132-1/+4
* * kdb5_verify.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-6/+4
* * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-10/+5
* * kerberos_v4.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-1/+8
* * kadm_funcs.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-5/+5
* * adm_funcs.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-1/+4
* * kdb.h : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-2/+6
* * dump.c, dumpv4.c, kdb5_edit.c, loadv4.c :Chris Provenzano1995-12-135-15/+13
* * kdb5_create.c : Remove mkvno from krb5_db_entryChris Provenzano1995-12-132-1/+5
* * kdc.conf: Added examples of "supported_enctypes" and "master_key_type"Richard Basch1995-12-121-1/+3
* * krb524d.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+3
* * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+1
* * main.c: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-4/+4
* * d3_str2ky.c: Updated to include some of the randomness throughoutRichard Basch1995-12-121-7/+3
* Clean up repository - don't check in configure add .Sanitize and .cvsignoreEzra Peisach1995-12-123-1009/+38
* * TODO: Done: keytab routines to access to database.Chris Provenzano1995-12-122-0/+12
* New directory for the kdb keytab functions. Currently there is only get andChris Provenzano1995-12-124-0/+1156
* * configure.in : Added subdirectory dbChris Provenzano1995-12-122-1/+6
* * kdb_dbm.c : Move the krb5_db_context to include/krb5/kdb_dbc.h.Chris Provenzano1995-12-122-79/+113
* * extern.h: Added a krb5_keytab to the realm context. The keytabChris Provenzano1995-12-124-14/+50