| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * rc_io.c (getdir): Subtract one from dirlen, since sizeof | Tom Yu | 2001-01-24 | 2 | -11/+20 |
| * | document recent large number of changes | Tom Yu | 2001-01-23 | 1 | -0/+48 |
| * | * cr_ciph.c: Include prot.h. KRB4_PUT32 -> KRB4_PUT32BE. | Tom Yu | 2001-01-23 | 1 | -1/+2 |
| * | * prot_common.c: New file; contains functions to encode/decode | Tom Yu | 2001-01-23 | 18 | -67/+636 |
| * | * krb5_32.def: Add krb5_rc_close() so gssapi builds | Danilo Almeida | 2001-01-22 | 2 | -0/+5 |
| * | missed a variable that should've been made const | Ken Raeburn | 2001-01-21 | 2 | -2/+3 |
| * | add mit copyright | Ken Raeburn | 2001-01-21 | 1 | -0/+24 |
| * | fix year for last change | Ken Raeburn | 2001-01-21 | 1 | -1/+1 |
| * | make afs string2key thread-safe | Ken Raeburn | 2001-01-20 | 2 | -53/+63 |
| * | add some comments | Ken Raeburn | 2001-01-20 | 1 | -0/+5 |
| * | new test case for afs string2key | Ken Raeburn | 2001-01-20 | 3 | -2/+106 |
| * | * preauth.c: Don't use PROTOTYPE macro, just always use the prototypes | Ken Raeburn | 2001-01-20 | 2 | -10/+15 |
| * | * preauth.c: Remove uses of KRB5_NPROTOTYPE() macro | Tom Yu | 2001-01-20 | 2 | -44/+48 |
| * | * rcfns.c: New file, with fn versions of former dispatch macros from krb5.h | Ken Raeburn | 2001-01-20 | 3 | -3/+99 |
| * | * g_ad_tkt.c: Fix error packet parsing | Tom Yu | 2001-01-19 | 3 | -34/+49 |
| * | * str_conv.c (krb5_keysalt_iterate): Always use the prototype for | Ken Raeburn | 2001-01-17 | 2 | -2/+6 |
| * | * configure.in: Look for socklen_t, define HAVE_SOCKLEN_T if found | Ken Raeburn | 2000-12-18 | 2 | -0/+20 |
| * | localaddr.c: Add getnameinfo support. Annotate for lclint. | Ken Raeburn | 2000-12-18 | 3 | -203/+304 |
| * | log msg for previous checkins | Ken Raeburn | 2000-12-09 | 1 | -0/+11 |
| * | check in -01 draft | Ken Raeburn | 2000-12-08 | 1 | -184/+305 |
| * | * k5seal.c (make_seal_token_v1): Use ANSI-style definition, instead of K&R plus | Ken Raeburn | 2000-12-08 | 3 | -35/+21 |
| * | * strnlen.c (krb_strnlen): Put The return type before the calling | Danilo Almeida | 2000-11-09 | 2 | -1/+6 |
| * | * Makefile.in (OBJS, SRCS): Add strnlen.o, strnlen.c | Tom Yu | 2000-11-08 | 23 | -1021/+1555 |
| * | * configure.in: Use AC_TYPE_SIZE_T instead of AC_SIZE_T | Ezra Peisach | 2000-11-01 | 2 | -1/+5 |
| * | * configure.in: Use AC_CHECK_HEADERS instead of AC_HAVE_HEADERS | Ezra Peisach | 2000-11-01 | 2 | -1/+5 |
| * | * configure.in: Use AC_C_CONST and AC_CHECK_FUNCS instead of | Ezra Peisach | 2000-11-01 | 2 | -2/+7 |
| * | * configure.in: Use AC_C_CONST instead of AC_CONST | Ezra Peisach | 2000-11-01 | 2 | -1/+5 |
| * | * cc_stdio.c: Add a "mode" field to krb5_scc_data to keep track of | Tom Yu | 2000-10-31 | 2 | -0/+18 |
| * | * asn1buf.c (asn1buf_sync): Add new arguments to include the full | Tom Yu | 2000-10-26 | 6 | -71/+214 |
| * | * asn1_err.et: Add error codes MISMATCH_INDEF and MISSING_EOC | Tom Yu | 2000-10-26 | 2 | -0/+6 |
| * | * t_ser.c: Cast getpid() calls to int as arguments to sprintf | Ezra Peisach | 2000-10-26 | 10 | -23/+48 |
| * | * compat_recv.c (krb_v4_recvauth): Update call to mk_priv() | Tom Yu | 2000-10-24 | 2 | -1/+5 |
| * | * mk_auth.c (krb_check_auth): Modify call to rd_priv() by kludging | Tom Yu | 2000-10-24 | 7 | -10/+27 |
| * | * clnt_chpass_util.c (kadm5_chpass_principal_util): Change msg_len | Ezra Peisach | 2000-10-17 | 2 | -1/+6 |
| * | * svr_chpass_util.c (kadm5_chpass_principal_util): Change msg_len | Ezra Peisach | 2000-10-17 | 2 | -1/+6 |
| * | * admin.h (KADM5_PW_FIRST_PROMPT): Get rid of casts from | Ezra Peisach | 2000-10-17 | 4 | -6/+19 |
| * | * changepw.c: Cast length argument to recvfrom/sendto to int | Ezra Peisach | 2000-10-17 | 11 | -25/+51 |
| * | * bld_pr_ext.c, bld_princ.c (krb5_build_principal_ext, | Ezra Peisach | 2000-10-17 | 17 | -36/+84 |
| * | * ktbase.c (krb5_kt_resolve): Signed/unsigned int | Ezra Peisach | 2000-10-17 | 9 | -18/+44 |
| * | * cc_stdio.c, cc_file.c: Unsigned/signed int cleanup | Ezra Peisach | 2000-10-17 | 3 | -32/+86 |
| * | * asn1buf.h: Lengths are now unsigned int for | Ezra Peisach | 2000-10-17 | 16 | -190/+239 |
| * | * fetch_mkey.c: Signed/unsigned int cleanup | Ezra Peisach | 2000-10-17 | 3 | -12/+17 |
| * | * cksum.c (des_cbc_cksum): Length is unsigned long | Ezra Peisach | 2000-10-17 | 3 | -2/+8 |
| * | * nfold.c (krb5_nfold): inbots and outbits are now unsigned int | Ezra Peisach | 2000-10-17 | 3 | -3/+9 |
| * | * hash_sha1.c (k5_sha1_hash): Cast length field in shsUpdate call | Ezra Peisach | 2000-10-17 | 2 | -1/+6 |
| * | * des_int.h: Change prototypes for mit_des_cbc_encrypt(), | Ezra Peisach | 2000-10-17 | 7 | -12/+32 |
| * | * krb5_libinit.c: Include krb5_libinit.h for prototypes | Ezra Peisach | 2000-10-17 | 2 | -0/+5 |
| * | * lock-test.c (main): Cleanup assignments in conditionals. If | Ezra Peisach | 2000-10-12 | 8 | -21/+44 |
| * | getifaddrs() support | Ken Raeburn | 2000-10-10 | 1 | -0/+4 |
| * | getifaddrs() support | Ken Raeburn | 2000-10-10 | 4 | -11/+217 |