summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * accept_sec_context.c (krb5_gss_accept_sec_context): Do notEzra Peisach2001-06-222-4/+9
* * util_validate.c (g_save): Cleanup extraneous variable fromEzra Peisach2001-06-222-1/+5
* Cleanup usage of memory free routines:Danilo Almeida2001-06-229-41/+72
* * win-pre.in: Minimize printing of compiler command line duringDanilo Almeida2001-06-222-4/+23
* * string2key.c (mit_des_string_to_key_int): Undo last changeKen Raeburn2001-06-222-1/+5
* new fileKen Raeburn2001-06-221-0/+16
* vectors.c: New file. Test vectors, submitted for inclusion in RFC1510bisKen Raeburn2001-06-222-0/+472
* * destest.c (value): Now signed int, since some entries are negative.Ken Raeburn2001-06-222-5/+12
* updateKen Raeburn2001-06-221-3/+11
* * string2key.c (mit_des_string_to_key_int): Now staticKen Raeburn2001-06-222-1/+5
* * derive.c: provide krb5_derive_random, krb5_random2key a la rfc1510bis (not ...Ken Raeburn2001-06-222-0/+106
* * checksum.c (krb5_dk_make_checksum): Cast 0x99 to char explicitly to silence...Ken Raeburn2001-06-222-1/+6
* * win-pre.in, win-post.in: Improve output directory creation and cleanupDanilo Almeida2001-06-223-43/+38
* * rc_io.c (krb5_rc_io_creat): Make cleanup code easier to read.Danilo Almeida2001-06-223-73/+174
* drop a log entry for deleting an unused variable - ezra already did it, my lo...Ken Raeburn2001-06-221-1/+0
* * adm_conn.c, kpasswd.c, srv_net.c: Changed various char string variables intoKen Raeburn2001-06-225-54/+71
* * util_validate.c (g_validate, g_save, g_delete): If HAVE_BSD_TYPEEzra Peisach2001-06-212-2/+21
* * test/dbtest.c: Cast argument to isspace() to int. Do not shadowEzra Peisach2001-06-215-51/+59
* * ftpd.c: If NEED_SETENV defined, prototype for setenv.Ezra Peisach2001-06-212-1/+7
* * kadm_supp.c (prin_vals): Pass time_t * to localtime instead ofEzra Peisach2001-06-212-1/+7
* * forward.c: If NEED_SETENV defined, provide prototype for setenvEzra Peisach2001-06-213-0/+11
* * telnetd.c: Add prototypes for getent() and tgetent()Ezra Peisach2001-06-212-1/+8
* * configure.in: Test for parsetos() prototype and presence ofEzra Peisach2001-06-214-2/+24
* * configure.in (SETENVOBJ): Define NEED_SETENV if compiling our ownEzra Peisach2001-06-212-0/+5
* * ftpd.c: If NEED_SETENV defined, prototype for setenvEzra Peisach2001-06-212-0/+8
* * main.c: Add prototype for daemon if neededEzra Peisach2001-06-212-0/+8
* * ovsec_kadmd.c: Add prototype for daemon if neededEzra Peisach2001-06-212-0/+8
* * configure.in: Test system header files for daemon prototypeEzra Peisach2001-06-212-0/+7
* * configure.in: Test for daemon prototypeEzra Peisach2001-06-213-0/+15
* * configure.in: Test need for daemon prototypeEzra Peisach2001-06-213-0/+13
* * configure.in: Test if prototypes needed for setenv and unsetenvEzra Peisach2001-06-213-0/+14
* * configure.in: Use optional argument to KRB5_NEED_PROTO so testEzra Peisach2001-06-212-2/+7
* * configure.in: Check for daemon() prototypeEzra Peisach2001-06-213-0/+11
* * aclocal.m4 (KRB5_LIB_PARAMS): Display test for host type andEzra Peisach2001-06-212-4/+17
* * main.c (get_params): Change optind to optindex to preventEzra Peisach2001-06-212-6/+11
* * kerberos5.c: Add prototype for rd_and_store_for_creds()Ezra Peisach2001-06-212-0/+8
* * ftpd.c: Include gssapi/gssapi_krb5.h for gss_krb5_copy_ccacheEzra Peisach2001-06-212-0/+7
* * login.c (read_env_vars_from_file: Only define ifEzra Peisach2001-06-212-0/+7
* * kdc_preauth.c: Include prototypes for mit_des_fixup_key_parityEzra Peisach2001-06-214-2/+30
* * admin_internal.h (_KADM5_CHECK_HANDLE): Change code to ecodeEzra Peisach2001-06-212-2/+6
* * t_nfold.c (main): Cast argument to printf to be consistantEzra Peisach2001-06-212-1/+6
* * t_shs.c: Cast arguments to match printf format. Declare mainEzra Peisach2001-06-212-2/+10
* * t_verify.c: Get rid of global variables i,jEzra Peisach2001-06-212-1/+7
* * verify.c (do_decrypt, do_encrypt): Cast argument toEzra Peisach2001-06-212-2/+7
* * t_std_conf.c (test_locate_kdc): Get rid of unused variableEzra Peisach2001-06-212-1/+5
* * chk_trans.c: Cast length arguments of %.*s in formats to intEzra Peisach2001-06-212-8/+12
* * error_message.c (error_message): Conditional label on _sgi soEzra Peisach2001-06-212-0/+7
* * btree/bt_delete.c, btree/bt_put.c, recno/rec_delete.c,Ezra Peisach2001-06-216-68/+76
* oops, missed a changeKen Raeburn2001-06-211-3/+0
* * logger.c (krb5_klog_init) [HAVE_SYSLOG]: Loop over an array of syslogKen Raeburn2001-06-212-51/+44