| Commit message (Expand) | Author | Age | Files | Lines |
| * | * locate_kdc.c (krb5_locate_kdc): Add parrentheses for assignment | Ezra Peisach | 1996-01-11 | 4 | -7/+18 |
| * | Take care of a gcc warnign about shufting two far | Ezra Peisach | 1996-01-11 | 2 | -1/+6 |
| * | Added defintion for KRB5_GSS_FOR_CREDS_OPTION | Theodore Tso | 1996-01-10 | 1 | -0/+2 |
| * | forward.c (get_for_creds): Removed no longer used function | Theodore Tso | 1996-01-10 | 3 | -165/+55 |
| * | forward.c (get_for_creds): Removed no longer used function | Theodore Tso | 1996-01-10 | 3 | -158/+10 |
| * | Added error table code KRB5_FWD_BAD_PRINCIPAL | Theodore Tso | 1996-01-10 | 2 | -0/+5 |
| * | krb5.hin (krb5_fwd_tgt_creds, krb5_os_hostaddr): Added new function | Theodore Tso | 1996-01-10 | 2 | -0/+18 |
| * | gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added for | Theodore Tso | 1996-01-10 | 3 | -77/+252 |
| * | fwd_tgt.c (krb5_fwd_tgt_creds): New function which handles all of the | Theodore Tso | 1996-01-10 | 6 | -68/+227 |
| * | krb5.hin: Added support for KRB5_INT16_MAX, which tells us the | Theodore Tso | 1996-01-05 | 2 | -0/+10 |
| * | hostaddr.c (krb5_os_hostaddr): New function which takes a hostname and | Theodore Tso | 1996-01-05 | 3 | -0/+90 |
| * | gssapiP_generic.h (TWRITE_INT16, TREAD_INT16): Added new macros | Theodore Tso | 1996-01-05 | 2 | -0/+13 |
| * | gssapiP_generic.h: Don't include <sys/types.h> since it's already | Theodore Tso | 1996-01-05 | 3 | -3/+9 |
| * | Removed check for sys/fcntl.h; the source now always includes <fcntl.h> | Richard Basch | 1996-01-04 | 1 | -1/+0 |
| * | Removed #undef NEED_SYS_FCNTL_H since we now always use <fcntl.h> | Richard Basch | 1996-01-04 | 1 | -1/+0 |
| * | Always include <fcntl.h> instead of checking for <sys/fcntl.h> | Richard Basch | 1996-01-04 | 2 | -8/+2 |
| * | Removed checking for <sys/fcntl.h>; always use <fcntl.h> | Richard Basch | 1996-01-04 | 1 | -21/+0 |
| * | Always include <fcntl.h> instead of checking for <sys/fcntl.h> | Richard Basch | 1996-01-04 | 8 | -22/+5 |
| * | Removed sys/fcntl.h checking (always use fcntl.h instead) | Richard Basch | 1996-01-04 | 8 | -21/+5 |
| * | * aclocal.m4, acconfig.h | Richard Basch | 1996-01-04 | 1 | -1/+2 |
| * | * configure.in: Check for presense of setenv(), unsetenv(), and | Theodore Tso | 1996-01-04 | 4 | -1/+190 |
| * | * gss-client.c (main, client_establish_context): If the -d flag is | Theodore Tso | 1996-01-04 | 3 | -6/+25 |
| * | * rd_cred.c (krb5_rd_cred_basic): When the keyblock is NULL, assume | Theodore Tso | 1996-01-04 | 3 | -25/+67 |
| * | ktutil.c (ktutil_write_v4): Call ktutil_write_srvtab not ktutil_write_keytab | Ezra Peisach | 1995-12-25 | 3 | -1/+11 |
| * | If HAVE_SHADOW is defined, and no shadow password entry is availble, | Theodore Tso | 1995-12-22 | 2 | -2/+7 |
| * | Use KRB5_CC_FORMAT as an error code instead of KRB5_CCACHE_BADVNO, | Theodore Tso | 1995-12-21 | 4 | -8/+14 |
| * | 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 |