| Commit message (Expand) | Author | Age | Files | Lines |
| * | *bindresvport.c: Include gssrpc/rpc.h for prototype | Ezra Peisach | 2001-06-27 | 8 | -44/+88 |
| * | * compat_recv.c: Flush out prototype for static krb_v4_recvauth | Ezra Peisach | 2001-06-27 | 2 | -1/+12 |
| * | * krb4int.h: Add prototypes for ad_print, krb_svc_init, | Ezra Peisach | 2001-06-27 | 13 | -10/+77 |
| * | * gssapi.hin, gssapi_generic.h, gssapi_generic.c: | Tom Yu | 2001-06-27 | 4 | -33/+217 |
| * | * krb4int.h: Add prototypes for krb__get_realmsfile(), | Ezra Peisach | 2001-06-26 | 10 | -7/+37 |
| * | * str_conv.c (krb5_string_to_keysalts): When parsing string, allow | Ezra Peisach | 2001-06-26 | 2 | -1/+21 |
| * | * svc_simple.c (universal): Change transp to s_transp to not | Ezra Peisach | 2001-06-22 | 7 | -38/+52 |
| * | * accept_sec_context.c (krb5_gss_accept_sec_context): Do not | Ezra Peisach | 2001-06-22 | 2 | -4/+9 |
| * | * util_validate.c (g_save): Cleanup extraneous variable from | Ezra Peisach | 2001-06-22 | 2 | -1/+5 |
| * | Cleanup usage of memory free routines: | Danilo Almeida | 2001-06-22 | 9 | -41/+72 |
| * | * string2key.c (mit_des_string_to_key_int): Undo last change | Ken Raeburn | 2001-06-22 | 2 | -1/+5 |
| * | new file | Ken Raeburn | 2001-06-22 | 1 | -0/+16 |
| * | vectors.c: New file. Test vectors, submitted for inclusion in RFC1510bis | Ken Raeburn | 2001-06-22 | 2 | -0/+472 |
| * | * destest.c (value): Now signed int, since some entries are negative. | Ken Raeburn | 2001-06-22 | 2 | -5/+12 |
| * | update | Ken Raeburn | 2001-06-22 | 1 | -3/+11 |
| * | * string2key.c (mit_des_string_to_key_int): Now static | Ken Raeburn | 2001-06-22 | 2 | -1/+5 |
| * | * derive.c: provide krb5_derive_random, krb5_random2key a la rfc1510bis (not ... | Ken Raeburn | 2001-06-22 | 2 | -0/+106 |
| * | * checksum.c (krb5_dk_make_checksum): Cast 0x99 to char explicitly to silence... | Ken Raeburn | 2001-06-22 | 2 | -1/+6 |
| * | * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read. | Danilo Almeida | 2001-06-22 | 3 | -73/+174 |
| * | * util_validate.c (g_validate, g_save, g_delete): If HAVE_BSD_TYPE | Ezra Peisach | 2001-06-21 | 2 | -2/+21 |
| * | * admin_internal.h (_KADM5_CHECK_HANDLE): Change code to ecode | Ezra Peisach | 2001-06-21 | 2 | -2/+6 |
| * | * t_nfold.c (main): Cast argument to printf to be consistant | Ezra Peisach | 2001-06-21 | 2 | -1/+6 |
| * | * t_shs.c: Cast arguments to match printf format. Declare main | Ezra Peisach | 2001-06-21 | 2 | -2/+10 |
| * | * t_verify.c: Get rid of global variables i,j | Ezra Peisach | 2001-06-21 | 2 | -1/+7 |
| * | * verify.c (do_decrypt, do_encrypt): Cast argument to | Ezra Peisach | 2001-06-21 | 2 | -2/+7 |
| * | * t_std_conf.c (test_locate_kdc): Get rid of unused variable | Ezra Peisach | 2001-06-21 | 2 | -1/+5 |
| * | * chk_trans.c: Cast length arguments of %.*s in formats to int | Ezra Peisach | 2001-06-21 | 2 | -8/+12 |
| * | oops, missed a change | Ken Raeburn | 2001-06-21 | 1 | -3/+0 |
| * | * logger.c (krb5_klog_init) [HAVE_SYSLOG]: Loop over an array of syslog | Ken Raeburn | 2001-06-21 | 2 | -51/+44 |
| * | fix salt length for afs case | Ken Raeburn | 2001-06-21 | 2 | -10/+18 |
| * | delete log entry for change i forgot to check in | Ken Raeburn | 2001-06-21 | 1 | -2/+0 |
| * | * rc_dfl.c, rc_io.c: More compliance with coding standards: use | Danilo Almeida | 2001-06-20 | 3 | -425/+406 |
| * | * acquire_cred.c (acquire_init_cred): Include "k5-int.h" for | Ezra Peisach | 2001-06-20 | 2 | -0/+6 |
| * | * server_internal.h: Add prototype for kdb_iter_entry() | Ezra Peisach | 2001-06-20 | 2 | -1/+7 |
| * | * kname_parse.c (k_isrealm, k_isname, k_isrealm): Add | Ezra Peisach | 2001-06-20 | 7 | -16/+22 |
| * | * t_std_conf.c (test_locate_kdc): Update to new krb5_locate_kdc | Ezra Peisach | 2001-06-20 | 2 | -6/+10 |
| * | * Makefile.in (check-unix): Add $(RUN_SETUP) before invocation of | Ezra Peisach | 2001-06-20 | 2 | -1/+6 |
| * | Fixed several typos in comments | Mitchell Berger | 2001-06-20 | 5 | -13/+13 |
| * | New implementation of transited-realm checking, with some test cases. The test | Ken Raeburn | 2001-06-20 | 5 | -79/+494 |
| * | * api.0/init.exp: Silly typo fixed | Mitchell Berger | 2001-06-20 | 3 | -2/+8 |
| * | * server_dict.c: Silly typo fixed | Mitchell Berger | 2001-06-20 | 2 | -1/+5 |
| * | Use a "struct addrlist" instead of separate count and pointer-to-pointer values | Ken Raeburn | 2001-06-20 | 6 | -86/+87 |
| * | pmap_prot2.c (xdr_pmaplist): Ensure variable set before use | Ezra Peisach | 2001-06-19 | 2 | -1/+5 |
| * | * server_misc.c (passwd_check): cast argument to | Ezra Peisach | 2001-06-18 | 3 | -6/+14 |
| * | * alt_prof.c (krb5_read_realm_params): Cast argument to isspace() | Ezra Peisach | 2001-06-18 | 3 | -6/+13 |
| * | * kparse.c (strutol): Cast argument to isupper()/tolower() to int. | Ezra Peisach | 2001-06-18 | 3 | -3/+4 |
| * | * kparse.c (strutol): Cast argument to isupper()/tolower() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * auth_gssapi.c (auth_gssapi_create): Cast const gss_OID to | Ezra Peisach | 2001-06-18 | 3 | -1/+14 |
| * | * accept_sec_context.c acquire_cred.c import_sec_context.c | Ezra Peisach | 2001-06-18 | 6 | -9/+15 |
| * | * client_init.c (_kadm5_init_any): Add casts to (gss_OID) in calls | Ezra Peisach | 2001-06-18 | 2 | -3/+8 |