| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * 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 |
| * | * win-pre.in, win-post.in: Improve output directory creation and cleanup | Danilo Almeida | 2001-06-22 | 3 | -43/+38 |
| * | * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read. | Danilo Almeida | 2001-06-22 | 3 | -73/+174 |
| * | drop a log entry for deleting an unused variable - ezra already did it, my lo... | Ken Raeburn | 2001-06-22 | 1 | -1/+0 |
| * | * adm_conn.c, kpasswd.c, srv_net.c: Changed various char string variables into | Ken Raeburn | 2001-06-22 | 5 | -54/+71 |
| * | * util_validate.c (g_validate, g_save, g_delete): If HAVE_BSD_TYPE | Ezra Peisach | 2001-06-21 | 2 | -2/+21 |
| * | * test/dbtest.c: Cast argument to isspace() to int. Do not shadow | Ezra Peisach | 2001-06-21 | 5 | -51/+59 |
| * | * ftpd.c: If NEED_SETENV defined, prototype for setenv. | Ezra Peisach | 2001-06-21 | 2 | -1/+7 |
| * | * kadm_supp.c (prin_vals): Pass time_t * to localtime instead of | Ezra Peisach | 2001-06-21 | 2 | -1/+7 |
| * | * forward.c: If NEED_SETENV defined, provide prototype for setenv | Ezra Peisach | 2001-06-21 | 3 | -0/+11 |
| * | * telnetd.c: Add prototypes for getent() and tgetent() | Ezra Peisach | 2001-06-21 | 2 | -1/+8 |
| * | * configure.in: Test for parsetos() prototype and presence of | Ezra Peisach | 2001-06-21 | 4 | -2/+24 |
| * | * configure.in (SETENVOBJ): Define NEED_SETENV if compiling our own | Ezra Peisach | 2001-06-21 | 2 | -0/+5 |
| * | * ftpd.c: If NEED_SETENV defined, prototype for setenv | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * main.c: Add prototype for daemon if needed | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * ovsec_kadmd.c: Add prototype for daemon if needed | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * configure.in: Test system header files for daemon prototype | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
| * | * configure.in: Test for daemon prototype | Ezra Peisach | 2001-06-21 | 3 | -0/+15 |
| * | * configure.in: Test need for daemon prototype | Ezra Peisach | 2001-06-21 | 3 | -0/+13 |
| * | * configure.in: Test if prototypes needed for setenv and unsetenv | Ezra Peisach | 2001-06-21 | 3 | -0/+14 |
| * | * configure.in: Use optional argument to KRB5_NEED_PROTO so test | Ezra Peisach | 2001-06-21 | 2 | -2/+7 |
| * | * configure.in: Check for daemon() prototype | Ezra Peisach | 2001-06-21 | 3 | -0/+11 |
| * | * aclocal.m4 (KRB5_LIB_PARAMS): Display test for host type and | Ezra Peisach | 2001-06-21 | 2 | -4/+17 |
| * | * main.c (get_params): Change optind to optindex to prevent | Ezra Peisach | 2001-06-21 | 2 | -6/+11 |
| * | * kerberos5.c: Add prototype for rd_and_store_for_creds() | Ezra Peisach | 2001-06-21 | 2 | -0/+8 |
| * | * ftpd.c: Include gssapi/gssapi_krb5.h for gss_krb5_copy_ccache | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
| * | * login.c (read_env_vars_from_file: Only define if | Ezra Peisach | 2001-06-21 | 2 | -0/+7 |
| * | * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parity | Ezra Peisach | 2001-06-21 | 4 | -2/+30 |
| * | * 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 |
| * | * 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 |