summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* * locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignmentEzra Peisach1996-01-114-7/+18
* Take care of a gcc warnign about shufting two farEzra Peisach1996-01-112-1/+6
* Added defintion for KRB5_GSS_FOR_CREDS_OPTIONTheodore Tso1996-01-101-0/+2
* Added error table code KRB5_FWD_BAD_PRINCIPALTheodore Tso1996-01-102-0/+5
* gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added forTheodore Tso1996-01-103-77/+252
* fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of theTheodore Tso1996-01-106-68/+227
* hostaddr.c (krb5_os_hostaddr): New function which takes a hostname andTheodore Tso1996-01-053-0/+90
* gssapiP_generic.h (TWRITE_INT16, TREAD_INT16): Added new macrosTheodore Tso1996-01-052-0/+13
* gssapiP_generic.h: Don't include <sys/types.h> since it's alreadyTheodore Tso1996-01-053-3/+9
* Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1996-01-041-3/+1
* Always include <fcntl.h> instead of checking for <sys/fcntl.h>Richard Basch1996-01-046-17/+4
* * configure.in: Check for presense of setenv(), unsetenv(), andTheodore Tso1996-01-044-1/+190
* * rd_cred.c (krb5_rd_cred_basic): When the keyblock is NULL, assumeTheodore Tso1996-01-043-25/+67
* 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
* * 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
* * keytab.c (krb5_ktkdb_resolve): Fix castingEzra Peisach1995-12-183-13/+16
* * t_verify.c: Added an n-fold testRichard Basch1995-12-141-0/+36
* * 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
* * kdb_xdr.c : Remove mkvno for krb5_db_entryChris Provenzano1995-12-132-10/+5
* * fetch_mkey: Changed krb5_db_fetch_mkey() such that it will only tryRichard Basch1995-12-121-1/+1
* * 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
* 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
* * fetch_mkey.c: If the keyblock is initialized with an enctype ofRichard Basch1995-12-121-1/+3
* * d3_str2ky.c: Revised 3-DES String-To-Key algorithm to encrypt theRichard Basch1995-12-121-1/+8
* Add new routine krb5_input_flag_to_string to allow an application toEzra Peisach1995-12-102-0/+16
* Move compat_recvauth to this library so that krb4 can depend on krb5Ezra Peisach1995-12-065-0/+392
* Commit the removal or compat_recv.oEzra Peisach1995-12-061-302/+0
* Move compat_recv.c to krb5utilEzra Peisach1995-12-062-2/+4
* Removed krb4 dependency in building shared libraryEzra Peisach1995-12-062-9/+6
* * Makefile.in: Shared library depends on krb5 library nowEzra Peisach1995-12-063-3/+15
* krb5 is built before krb4. Add krb5util libraryEzra Peisach1995-12-062-1/+5
* Added support for matching against a supported app. session key typeRichard Basch1995-12-053-0/+81
* When searching for cached credentials, make sure we are also looking forRichard Basch1995-12-051-1/+1
* Added two new routines for multiple encryption type support:Richard Basch1995-12-051-13/+131
* Serialize / de-serialize the context structure, which now includes bothRichard Basch1995-12-051-15/+49
* Instead of using the TGT session key type, use the application sessionRichard Basch1995-12-051-1/+1
* The wrong encryption system was being initialized. The response to the mk_reqRichard Basch1995-12-051-2/+2