| Commit message (Expand) | Author | Age | Files | Lines |
| * | Reduce build-time per-system dependencies and krb5.h namespace intrusions | Ken Raeburn | 2002-05-25 | 1 | -29/+18 |
| * | * krb5.hin (krb5_c_valid_enctype, krb5_c_valid_cksumtype, | Ken Raeburn | 2002-04-06 | 1 | -0/+10 |
| * | * krb5.hin: Default to KRB5_DEPRECATED=1, allowing compiler | Tom Yu | 2002-04-03 | 1 | -8/+20 |
| * | * krb5.hin: Move a whole bunch of stuff under KRB5_DEPRECATED or | Tom Yu | 2002-04-02 | 1 | -9/+81 |
| * | Add krb5_init_keyblock | Sam Hartman | 2002-03-29 | 1 | -0/+9 |
| * | * k5-int.h: Include errno.h. | Ken Raeburn | 2002-03-28 | 1 | -1/+0 |
| * | * krb5.hin: Don't include <sys/types.h> any more. | Ken Raeburn | 2002-03-28 | 1 | -3/+0 |
| * | restore krb5_const definition, with a warning it's deprecated | Ken Raeburn | 2002-03-07 | 1 | -0/+4 |
| * | * krb5.hin, k5-int.h: Use const instead of krb5_const. | Ken Raeburn | 2002-02-23 | 1 | -113/+111 |
| * | When initiating GSSAPI context override tgs-enctypes | Sam Hartman | 2001-11-18 | 1 | -0/+4 |
| * | * Link Yarrow into the build | Sam Hartman | 2001-11-16 | 1 | -0/+43 |
| * | * Add krb5_c_init_state and krb5_c_free_state functions | Sam Hartman | 2001-11-06 | 1 | -2/+12 |
| * | * Tie in Microsoft rc4 cipher and make it build | Sam Hartman | 2001-10-23 | 1 | -0/+3 |
| * | Add KRB5_CALLCONV to krb5_kt_get_type | Danilo Almeida | 2001-10-16 | 1 | -1/+1 |
| * | Replace keytab function-table dispatch macros in krb5.h with functions defined | Ken Raeburn | 2001-10-12 | 1 | -64/+22 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 1 | -2/+0 |
| * | KRB5_EXPORTVAR is defined lots of places but never used; delete it | Ken Raeburn | 2001-10-06 | 1 | -1/+0 |
| * | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 1 | -323/+321 |
| * | Danilo says we can get rid of the DLLIMP stuff now | Ken Raeburn | 2001-10-04 | 1 | -225/+223 |
| * | better realm transit path checking for app server | Ken Raeburn | 2001-09-26 | 1 | -1/+1 |
| * | new kdc option flags | Ken Raeburn | 2001-09-07 | 1 | -2/+2 |
| * | new ticket flags | Ken Raeburn | 2001-09-07 | 1 | -3/+3 |
| * | krb5_check_transited_list now takes pointers to const | Ken Raeburn | 2001-07-31 | 1 | -2/+2 |
| * | move krb5_os_hostaddr decl from krb5.hin to k5-int.h | Ken Raeburn | 2001-07-19 | 1 | -3/+0 |
| * | * krb5.hin: Do not use "random_key" as argument name. When krb.h | Ezra Peisach | 2001-06-22 | 1 | -6/+6 |
| * | * krb5.hin: Move prototypes for krb5_net_read() and | Ezra Peisach | 2001-06-20 | 1 | -0/+2 |
| * | * k5-util.h: Add prototypes for krb5_compat_recvauth_version() and | Ezra Peisach | 2001-06-11 | 1 | -0/+3 |
| * | * krb5.hin: Get rid of extraneous krb5_const before integer | Ezra Peisach | 2001-06-07 | 1 | -7/+7 |
| * | * krb5.hin: Add prototypes for krb5_auth_con_setpermetypes() and | Ezra Peisach | 2001-03-08 | 1 | -0/+10 |
| * | * krb5.hin (KRB5_NPROTOTYPE): Delete | Ken Raeburn | 2001-01-20 | 1 | -1/+0 |
| * | Always use ANSI C features (prototypes, const, void *, etc). | Ken Raeburn | 2001-01-20 | 1 | -566/+474 |
| * | * k5-int.h: krb5_alt_method, krb5_etype_info_entry length fields | Ezra Peisach | 2000-10-17 | 1 | -12/+21 |
| * | * krb5.hin, k5-int.h: krb5_cc_get_name now returns const char * | Ezra Peisach | 2000-10-03 | 1 | -1/+1 |
| * | * krb5.hin: Move prototype for krb5_gen_replay_name() | Ezra Peisach | 2000-09-26 | 1 | -0/+5 |
| * | * krb5.hin: lr_type element of krb5_last_req_entry needs to be a | Ezra Peisach | 2000-08-07 | 1 | -1/+1 |
| * | * krb5.hin: Fix calling convention for krb5_cc_get_type | Danilo Almeida | 2000-07-20 | 1 | -1/+1 |
| * | * krb5.hin (krb5_cc_*): Replace macro definitions with function declarations. | Ken Raeburn | 2000-07-14 | 1 | -51/+54 |
| * | * krb5.hin (krb5_get_tgs_ktypes, krb5_free_ktypes): Fix linkage to | Ken Raeburn | 2000-06-27 | 1 | -1/+12 |
| * | 2000-05-15 Jeffrey Altman <jaltman@columbia.edu> | Jeffrey Altman | 2000-05-16 | 1 | -0/+18 |
| * | Added krb5_free_default_realm | Miro Jurisic | 2000-03-20 | 1 | -0/+3 |
| * | Add krb5_get_prompt_types() functionality | Danilo Almeida | 2000-03-16 | 1 | -0/+14 |
| * | * krb5.hin (krb5_decode_ticket): Declare | Danilo Almeida | 2000-02-01 | 1 | -0/+5 |
| * | * krb5.hin (krb5_secure_config_files): Delete declaration. | Ken Raeburn | 1999-12-15 | 1 | -3/+2 |
| * | * configure.in: Check for inet_{ntop,pton,ntoa,aton}, | Ken Raeburn | 1999-10-17 | 1 | -0/+1 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | From 1.1 branch. | Ken Raeburn | 1999-09-01 | 1 | -15/+16 |
| * | * krb5.hin: Re-align des3-cbc-sha1 and hmac-sha1-des3 to agree | Tom Yu | 1999-08-18 | 1 | -2/+2 |
| * | * krb5.hin: Wrap all declarations in `extern "C"' for C++, not just some. Move | Ken Raeburn | 1999-08-03 | 1 | -37/+15 |
| * | Added krb5_get_profile | Miro Jurisic | 1999-07-26 | 1 | -0/+4 |
| * | #ifdefed out krb5_*config_file on MacOS | Miro Jurisic | 1999-07-21 | 1 | -5/+8 |