| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | * error_message.c (error_message): Conditional label on _sgi so | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
| * | * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c, | Ezra Peisach | 2001-06-21 | 6 | -68/+76 |
| * | 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 some unnecessary casts | Ken Raeburn | 2001-06-21 | 3 | -2/+10 |
| * | 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 |
| * | * kcmd.c: Get rid of prototypes for krb5_write_message(), | Ezra Peisach | 2001-06-20 | 2 | -6/+5 |
| * | * krb5.hin: Move prototypes for krb5_net_read() and | Ezra Peisach | 2001-06-20 | 3 | -2/+8 |
| * | * 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 |
| * | * krb.h: Add prototype for krb__get_srvtabname() which is invoked | Ezra Peisach | 2001-06-20 | 2 | -0/+18 |
| * | Fix small stylistic typo | Ezra Peisach | 2001-06-20 | 1 | -1/+1 |
| * | * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init() | Ezra Peisach | 2001-06-20 | 2 | -1/+3 |
| * | * krb524d.c: Include <krb5/adm_proto.h> for krb5_log_init() | Ezra Peisach | 2001-06-20 | 2 | -0/+6 |
| * | * kdb5_create.c: Include <krb5/adm_proto.h> for | Ezra Peisach | 2001-06-20 | 2 | -0/+6 |
| * | * 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 | 8 | -23/+16 |
| * | Fixed a bunch of typos | Mitchell Berger | 2001-06-20 | 4 | -9/+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 |
| * | * krb524d.c: Call krb5_klog_init before the first point where the | Mitchell Berger | 2001-06-20 | 2 | -7/+12 |
| * | handle irix high-numbered error codes | Ken Raeburn | 2001-06-20 | 3 | -7/+24 |
| * | Use a "struct addrlist" instead of separate count and pointer-to-pointer values | Ken Raeburn | 2001-06-20 | 10 | -116/+136 |
| * | * kdc_util.c (ktypes2str): New function; construct a string | Tom Yu | 2001-06-19 | 5 | -10/+124 |
| * | * ftpcmd.y: Cleanup potential ambiguity between comparsion and | Ezra Peisach | 2001-06-19 | 2 | -1/+6 |
| * | pmap_prot2.c (xdr_pmaplist): Ensure variable set before use | Ezra Peisach | 2001-06-19 | 2 | -1/+5 |
| * | * utility.c (printsub): Ensure variable set before use | Ezra Peisach | 2001-06-19 | 2 | -1/+5 |
| * | telnet.c (telrcv): Ensure variable set before use | Ezra Peisach | 2001-06-19 | 2 | -1/+5 |
| * | * encrypt.c (encrypt_is): Cast arguments to printf to match format | Ezra Peisach | 2001-06-18 | 2 | -2/+7 |
| * | * dump.c (name_matches): Cleanup warning of assignments in | Ezra Peisach | 2001-06-18 | 2 | -4/+9 |
| * | * utility.c (printdata): Cast argument to isprint() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * commands.c: Cast argument to isspace() to int | Ezra Peisach | 2001-06-18 | 3 | -6/+12 |
| * | * genget.c (LOWER): Cast argument to isupper()/tolower() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * gss-client.c (parse_oid): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 3 | -11/+9 |
| * | * krcp.c (sink): Cast argument to isdigit() to int | Ezra Peisach | 2001-06-18 | 2 | -2/+6 |
| * | * sim_client.c (main): Cast argument to isupper()/tolower() to int | Ezra Peisach | 2001-06-18 | 2 | -2/+6 |
| * | * kpropd.c (authorized_principal): Cast argument to ispace() to int | Ezra Peisach | 2001-06-18 | 2 | -2/+6 |
| * | * kadm_funcs.c: Cast argument to isalnum()/isdigit() to int | Ezra Peisach | 2001-06-18 | 3 | -7/+13 |
| * | * ktutil_funcs.c (ktutil_add): Cast argument to isxdigit() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * getdate.y: Cast argument to isalpha()/isspace()/isdigit() to int | Ezra Peisach | 2001-06-18 | 2 | -8/+13 |
| * | * network.c (setup_network): Cast argument to isspace() to int | Ezra Peisach | 2001-06-18 | 2 | -1/+5 |
| * | * server_misc.c (passwd_check): cast argument to | Ezra Peisach | 2001-06-18 | 3 | -6/+14 |