| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Add definition for GSS_DLLIMP for non-Windows platforms | Theodore Tso | 1999-03-12 | 1 | -0/+3 |
| * | krb5.hin (krb5_get_realm_domain): Add appropriate modifiers so that | Theodore Tso | 1999-02-09 | 1 | -1/+1 |
| * | k5-int.h: Add an entry to the os_context to store the default ccache | Theodore Tso | 1999-02-02 | 1 | -0/+2 |
| * | krb5.hin: Fix realm iterator prototypes so that they use | Theodore Tso | 1999-01-21 | 1 | -4/+12 |
| * | krb5.hin: Add KRB5_DLLIMP and KRB5_CALLCONV to the prototypes of | Theodore Tso | 1998-12-05 | 1 | -4/+4 |
| * | krb5.hin: Move krb4 function prototypes to krb54proto.h | Theodore Tso | 1998-12-05 | 1 | -28/+1 |
| * | krb5.hin: Add function prototypes for the new realm iterator | Theodore Tso | 1998-12-04 | 1 | -0/+43 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -26/+177 |
| * | Replaced preprocessor symbol _MACINTOSH with macintosh, since macintosh is th... | Miro Jurisic | 1998-07-17 | 1 | -4/+4 |
| * | Added magic incantations for Macontosh CFM-68K | Miro Jurisic | 1998-07-14 | 1 | -2/+10 |
| * | krb5.hin: Declare krb5_auth_con_setrcache and krb5_get_server_rcache | Theodore Tso | 1998-05-27 | 1 | -2/+2 |
| * | * krb5.hin: fix #define of krb5_cc_gen_new (takes a krb5_ccache *, | Dan Winship | 1998-01-30 | 1 | -1/+1 |
| * | * krb5.hin: Add constants and prototypes for the Cygnus password | Tom Yu | 1997-12-06 | 1 | -0/+185 |
| * | * krb5.hin: Add const to prototypes for krb5_cc_resolve, | Ezra Peisach | 1997-09-15 | 1 | -4/+4 |
| * | For Windows and Macintosh, always include stdlib.h | Theodore Tso | 1997-07-30 | 1 | -0/+1 |
| * | it's 'extern "C"' not '#extern "C"' | Kevin Mitchell | 1997-03-31 | 1 | -3/+3 |
| * | Add 'extern "C"' for C++ compatibility; also check for __cplusplus | Theodore Tso | 1997-03-18 | 1 | -4/+27 |
| * | krb5.hin: Export krb5_read_password (Win16/32) | Richard Basch | 1997-02-25 | 1 | -5/+5 |
| * | Fixed krb5_build_principal_va prototype to match function | Richard Basch | 1997-02-20 | 1 | -1/+1 |
| * | Do not export krb5_init_ets/krb5_free_ets (win16/win32) | Richard Basch | 1997-02-20 | 1 | -2/+4 |
| * | Added function prototype for krb5_set_principal_realm() | Theodore Tso | 1997-02-19 | 1 | -0/+4 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 1 | -78/+35 |
| * | Added declaration for krb5_finish_ets | Richard Basch | 1997-02-15 | 1 | -0/+2 |
| * | krb5.hin: export krb5_get_credenitals_{renew,validate} (win32) | Richard Basch | 1997-02-11 | 1 | -2/+2 |
| * | Windows/NT integration | Richard Basch | 1997-02-06 | 1 | -831/+737 |
| * | revert kt_default_name changes; see ChangeLogs for details | Tom Yu | 1996-11-13 | 1 | -3/+0 |
| * | * krb5.hin: Add definition for krb5_kt_set_default_name() | Tom Yu | 1996-11-13 | 1 | -0/+3 |
| * | Add prototype for krb5_free_keyblock_contents | Ezra Peisach | 1996-08-02 | 1 | -0/+3 |
| * | * krb5.hin: Add prototypes for krb5_get_credentials_renew() and | Ezra Peisach | 1996-07-07 | 1 | -0/+13 |
| * | For Win-32: always #include windows.h | Theodore Tso | 1996-06-12 | 1 | -60/+72 |
| * | Beginnings of Win-32 support | Theodore Tso | 1996-06-07 | 1 | -5/+30 |
| * | Remove extraneous '*' from definition | Theodore Tso | 1996-06-06 | 1 | -1/+1 |
| * | replaced CKSUMTYPE_SHA_DES3 with CKSUMTYPE_HMAC_SHA | Richard Basch | 1996-05-15 | 1 | -1/+1 |
| * | k5-int.h: Added new field values for ap_req_sumtype and safe_sumtype. | Theodore Tso | 1996-05-14 | 1 | -1/+6 |
| * | Replaced des3-md5 with des3-sha (also added sha cksumtype) | Richard Basch | 1996-05-10 | 1 | -2/+3 |
| * | Pass the eblock to the init_random_key and finish_random_key functions | Richard Basch | 1996-05-07 | 1 | -5/+7 |
| * | decls for new routines | Ken Raeburn | 1996-05-04 | 1 | -0/+22 |
| * | Fix wrapper macros so they don't try to dereference a function pointer | Theodore Tso | 1996-04-12 | 1 | -40/+40 |
| * | add meeting stuff | Mark Eichin | 1996-04-10 | 1 | -0/+6 |
| * | Added ENCTYPE_DES3_CBC_RAW (for gssapi) | Richard Basch | 1996-03-29 | 1 | -0/+1 |
| * | Change type of pa_type field in krb5_pa_data to be krb5_preauthtype, | Theodore Tso | 1996-03-21 | 1 | -1/+3 |
| * | * krb5.hin (krb5_x, krb5_xc): wrapper macros to test all function | Mark Eichin | 1996-02-24 | 1 | -38/+45 |
| * | krb5.hin (krb5_fwd_tgt_creds, krb5_os_hostaddr): Added new function | Theodore Tso | 1996-01-10 | 1 | -0/+13 |
| * | krb5.hin: Added support for KRB5_INT16_MAX, which tells us the | Theodore Tso | 1996-01-05 | 1 | -0/+5 |
| * | * krb5.hin: Moved string conversion functions from libkadm | Richard Basch | 1995-12-11 | 1 | -0/+27 |
| * | Added prototypes for two new routines: | Richard Basch | 1995-12-05 | 1 | -0/+9 |
| * | Added 3-DES MD5 mode constants | Richard Basch | 1995-11-28 | 1 | -0/+2 |
| * | Added missing prototype for krb5_encode_kdc | Theodore Tso | 1995-11-18 | 1 | -8/+0 |
| * | Moved prototype of krb5_encode_kdc to k5-int.h | Theodore Tso | 1995-11-18 | 1 | -1/+0 |
| * | Add prototypes for krb5_encrypt_data(), krb5_decrypt_data() | Theodore Tso | 1995-11-13 | 1 | -0/+13 |