aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2000-10-17 * cksum.c (des_cbc_cksum): Length is unsigned longEzra Peisach3-2/+8
2000-10-17 * nfold.c (krb5_nfold): inbots and outbits are now unsigned intEzra Peisach3-3/+9
2000-10-17 * hash_sha1.c (k5_sha1_hash): Cast length field in shsUpdate callEzra Peisach2-1/+6
2000-10-17 * des_int.h: Change prototypes for mit_des_cbc_encrypt(),Ezra Peisach7-12/+32
2000-10-17 * krb5_libinit.c: Include krb5_libinit.h for prototypesEzra Peisach2-0/+5
2000-10-12 * lock-test.c (main): Cleanup assignments in conditionals. IfEzra Peisach8-21/+44
2000-10-10getifaddrs() supportKen Raeburn1-0/+4
2000-10-10getifaddrs() supportKen Raeburn4-11/+217
2000-10-10 * kparse.c: Provide prototype for static struol(). Do not defineEzra Peisach2-3/+8
2000-10-10 * server_dict.c (init_dict): Change syslog() to krb5_klog_syslog()Ezra Peisach2-3/+9
2000-10-08 * g_tkt_svc.c (CredIsExpired): Fix logic bugTom Yu2-1/+6
2000-10-07 * rd_req.c (krb_rd_req): Call life_to_fime()Tom Yu4-25/+67
2000-10-05My error - add test for mode_t (AC_TYPE_MODE_T) and use that as argumentEzra Peisach3-3/+5
2000-10-05 * netread.c, netwrite.c: Include unistd.h if present on machineEzra Peisach5-1/+19
2000-10-04Fix typo in last checkinEzra Peisach1-1/+1
2000-10-04 * accept_sec_context.c (krb5_gss_accept_sec_context): If an errorEzra Peisach2-0/+12
2000-10-04 * rd_req_dec.c (krb5_rd_req_decrypt_tkt_part): Fix memory leak ifEzra Peisach2-2/+7
2000-10-03 * copy_addrs.c (krb5_copy_addresses): Cleanup unsigned vs signedEzra Peisach2-2/+7
2000-10-03 * gssapiP_generic.h (g_OID_equal): Instead of casting argument toEzra Peisach2-1/+6
2000-10-03Checkin log for change to add_cred.c - assignment in conditional cleanupEzra Peisach1-1/+2
2000-10-03 Clean up assignments in conditionals warnings by separating theEzra Peisach1-7/+10
2000-10-03 * add_cred.c (krb5_gss_add_cred): krb5_cc_get_type() andEzra Peisach2-1/+7
2000-10-03 * stdcc.c, stdcc.h (krb5_stdcc_get_name): Declare as returningEzra Peisach3-2/+7
2000-10-03 * ser_cc.c (krb5_ccache_externalize): Use krb5_cc_get_name insteadEzra Peisach6-10/+20
2000-09-27 * asn1_get.c (asn1_get_tag_indef): Fix to not deref random garbageTom Yu2-1/+8
2000-09-26 * an_to_ln.c: Unsigned vs signed int fixesEzra Peisach3-20/+33
2000-09-26 * conv_princ.c (krb5_425_conv_principal): Call profile_free_listEzra Peisach2-5/+15
2000-09-25 * ser_ktf.c (krb5_ktf_keytab_externalize): Do not violate const char *Ezra Peisach3-4/+11
2000-09-25 * cc_file.c ccbase.c, cc_stdio.c, cc_retr.c, cc_memory.c: MoreEzra Peisach6-24/+37
2000-09-25 * descbc.c, k5_md4des.c, k5_md5des.c, t_cksum.c: Cleanup unsignedEzra Peisach6-20/+34
2000-09-25 * t_kerb.c: Add prototypes for test functionsEzra Peisach2-3/+14
2000-09-24 * t_cc.c: Code cleanup. Test more failure modes of the cache libraryEzra Peisach5-10/+142
2000-09-22 * Makefile.in (check-unix): Build and exectute t_ccEzra Peisach3-3/+220
2000-09-22 * accept_sec_context.c (krb5_gss_accept_sec_context): WhenEzra Peisach2-11/+21
2000-09-21 * rc_io.h (struct krb5_rc_iostuff): Internal structure - changeEzra Peisach5-13/+29
2000-09-21* configure.in: Add AC_TYPE_OFF_T for off_t declaraionEzra Peisach2-0/+5
2000-09-20 * kdb_xdr.c (krb5_dbe_free_contents): Clean up signedness warningEzra Peisach6-15/+47
2000-09-022000-09-01 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-13/+58
2000-09-01 * Makefile.in(OBJS, SRCS): Add lifetime.{o,c}Tom Yu3-0/+138
2000-08-312000-08-31 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman1-2/+2
2000-08-312000-08-31 Jeffrey Altman <jaltman@columbia.edu>Jeffrey Altman2-2/+23
2000-08-29* get_creds.c (krb5_get_credentials_core): If the supplied enctype is notKen Raeburn2-7/+25
2000-08-29 * configure.in: Don't generate keytab/db/Makefile, since it isn'tTom Yu3-18/+10
2000-08-22 * rd_svc_key.c (krb54_get_service_keyblock): If the keytabEzra Peisach2-1/+19
2000-08-14 * cr_tkt.c (krb_cr_tkt_int): When prototypes were changed to notEzra Peisach1-3/+4
2000-08-07 * asn1_k_decode.c (asn1_decode_last_req_entry): Decode the lr_typeEzra Peisach3-1/+24
2000-08-04* Makefile.in (SRCS, OBJS, STLIBOBJS): Remove util_canonhost.Ken Raeburn3-6/+6
2000-08-02 * tf_util.c (tf_init): Add KRB5_DLLIMP/KRB5_CALLCONV definitionsEzra Peisach2-7/+12
2000-07-30Add missing krb5_cc_store_cred()Danilo Almeida2-0/+5
2000-07-23 * accessor.c: Add NEED_SOCKETS in order to get prototype forTom Yu2-0/+6