| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * kparse.c: Provide prototype for static struol(). Do not define | Ezra Peisach | 2000-10-10 | 2 | -3/+8 |
* | * ftp.c (do_auth): Remove debugging printf which I inadvertantly | Ezra Peisach | 2000-10-10 | 2 | -1/+5 |
* | * kcmd.c (kcmd): Use krb5_set_principal_realm() instead of freeing the | Ezra Peisach | 2000-10-10 | 2 | -5/+12 |
* | * server_dict.c (init_dict): Change syslog() to krb5_klog_syslog() | Ezra Peisach | 2000-10-10 | 2 | -3/+9 |
* | * klist.c (do_v4_ccache): Call life_to_time() | Tom Yu | 2000-10-09 | 2 | -1/+5 |
* | * kinit.c (k4_kinit): Call time_to_life() | Tom Yu | 2000-10-09 | 2 | -5/+5 |
* | * g_tkt_svc.c (CredIsExpired): Fix logic bug | Tom Yu | 2000-10-08 | 2 | -1/+6 |
* | * kerberos_v4.c (kerb_get_principal): Modify to take a pointer to | Tom Yu | 2000-10-07 | 2 | -29/+79 |
* | * conv_creds.c (krb524_convert_creds_plain): Use time_to_life() | Tom Yu | 2000-10-07 | 3 | -41/+33 |
* | * rd_req.c (krb_rd_req): Call life_to_fime() | Tom Yu | 2000-10-07 | 4 | -25/+67 |
* | * krb524d.c (do_connection): Do not assume that sizeof(int) == 4 | Ezra Peisach | 2000-10-06 | 6 | -17/+38 |
* | My error - add test for mode_t (AC_TYPE_MODE_T) and use that as argument | Ezra Peisach | 2000-10-05 | 3 | -3/+5 |
* | * netread.c, netwrite.c: Include unistd.h if present on machine | Ezra Peisach | 2000-10-05 | 5 | -1/+19 |
* | Fix typo in last checkin | Ezra Peisach | 2000-10-04 | 1 | -1/+1 |
* | * accept_sec_context.c (krb5_gss_accept_sec_context): If an error | Ezra Peisach | 2000-10-04 | 2 | -0/+12 |
* | * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Fix memory leak if | Ezra Peisach | 2000-10-04 | 2 | -2/+7 |
* | * reconf: Look for autoconf 2.12 or later. Don't use "grep -q", it's not | Ken Raeburn | 2000-10-03 | 2 | -5/+11 |
* | * copy_addrs.c (krb5_copy_addresses): Cleanup unsigned vs signed | Ezra Peisach | 2000-10-03 | 2 | -2/+7 |
* | * gssapiP_generic.h (g_OID_equal): Instead of casting argument to | Ezra Peisach | 2000-10-03 | 2 | -1/+6 |
* | * ftpd.c (login): Return of krb5_cc_get_name is now const char * | Ezra Peisach | 2000-10-03 | 2 | -1/+5 |
* | Checkin log for change to add_cred.c - assignment in conditional cleanup | Ezra Peisach | 2000-10-03 | 1 | -1/+2 |
* | Clean up assignments in conditionals warnings by separating the | Ezra Peisach | 2000-10-03 | 1 | -7/+10 |
* | * kinit.c: Include krb524.h if suport desired. Clean up | Ezra Peisach | 2000-10-03 | 2 | -52/+82 |
* | * Makefile.in: Install krb524.h and krb524_err.h header file so | Ezra Peisach | 2000-10-03 | 2 | -2/+30 |
* | * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() is | Ezra Peisach | 2000-10-03 | 4 | -13/+18 |
* | * add_cred.c (krb5_gss_add_cred): krb5_cc_get_type() and | Ezra Peisach | 2000-10-03 | 2 | -1/+7 |
* | * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returning | Ezra Peisach | 2000-10-03 | 3 | -2/+7 |
* | * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name instead | Ezra Peisach | 2000-10-03 | 6 | -10/+20 |
* | * krb5.hin, k5-int.h: krb5_cc_get_name now returns const char * | Ezra Peisach | 2000-10-03 | 3 | -2/+6 |
* | * krlogin.c (main): Declare main as int | Ezra Peisach | 2000-10-03 | 2 | -2/+6 |
* | * kadmin.c (kadmin_getpol): Change format strings from %d to %ld | Ezra Peisach | 2000-10-03 | 3 | -12/+19 |
* | * asn1_get.c (asn1_get_tag_indef): Fix to not deref random garbage | Tom Yu | 2000-09-27 | 2 | -1/+8 |
* | Cleanup gcc warnings of signed vs unsigned arguments to functions | Ezra Peisach | 2000-09-26 | 4 | -14/+32 |
* | * gss-misc.c: Include <sys/socket.h> for prototype definitions | Ezra Peisach | 2000-09-26 | 4 | -16/+25 |
* | * krb5.hin: Move prototype for krb5_gen_replay_name() | Ezra Peisach | 2000-09-26 | 3 | -5/+11 |
* | * an_to_ln.c: Unsigned vs signed int fixes | Ezra Peisach | 2000-09-26 | 3 | -20/+33 |
* | * k5-util.h (krb5_setedid): Add prototype | Ezra Peisach | 2000-09-26 | 2 | -0/+5 |
* | * conv_princ.c (krb5_425_conv_principal): Call profile_free_list | Ezra Peisach | 2000-09-26 | 2 | -5/+15 |
* | * krb5_decode_test.c (decode_run): If the ASN1 decoder returns an | Ezra Peisach | 2000-09-26 | 2 | -0/+9 |
* | * ser_ktf.c (krb5_ktf_keytab_externalize): Do not violate const char * | Ezra Peisach | 2000-09-25 | 3 | -4/+11 |
* | * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: More | Ezra Peisach | 2000-09-25 | 6 | -24/+37 |
* | * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsigned | Ezra Peisach | 2000-09-25 | 6 | -20/+34 |
* | * t_kerb.c: Add prototypes for test functions | Ezra Peisach | 2000-09-25 | 2 | -3/+14 |
* | * t_cc.c: Code cleanup. Test more failure modes of the cache library | Ezra Peisach | 2000-09-24 | 5 | -10/+142 |
* | * Makefile.in (check-unix): Build and exectute t_cc | Ezra Peisach | 2000-09-22 | 3 | -3/+220 |
* | * accept_sec_context.c (krb5_gss_accept_sec_context): When | Ezra Peisach | 2000-09-22 | 2 | -11/+21 |
* | * rc_io.h (struct krb5_rc_iostuff): Internal structure - change | Ezra Peisach | 2000-09-21 | 5 | -13/+29 |
* | * configure.in: Add AC_TYPE_OFF_T for off_t declaraion | Ezra Peisach | 2000-09-21 | 2 | -0/+5 |
* | * kdb_xdr.c (krb5_dbe_free_contents): Clean up signedness warning | Ezra Peisach | 2000-09-20 | 6 | -15/+47 |
* | * dispatch.c (dispatch): inet_ntop() returns const char * | Ezra Peisach | 2000-09-20 | 2 | -4/+7 |