| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * alt_prof.c (kadm5_get_config_params): Add aes256 to the default supported | Ken Raeburn | 2003-04-19 | 2 | -1/+6 |
| * | Test AES. ** Not all tests pass at present. ** | Ken Raeburn | 2003-04-18 | 2 | -15/+57 |
| * | Note to self: Save buffers before checkin, not after. Grr | Ken Raeburn | 2003-04-18 | 1 | -1/+5 |
| * | fix typo | Ken Raeburn | 2003-04-18 | 1 | -1/+1 |
| * | * init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the front of the | Ken Raeburn | 2003-04-18 | 2 | -0/+6 |
| * | * dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properly | Ken Raeburn | 2003-04-18 | 2 | -0/+7 |
| * | * g_ad_tkt.c: Added support for login library to get_ad_tkt. Support is copi... | Alexandra Ellwood | 2003-04-14 | 2 | -0/+16 |
| * | Finish implementation of CBC+CTS decryption and truncated HMAC for AES. | Ken Raeburn | 2003-04-13 | 9 | -36/+348 |
| * | Obscure memory leak in asn1_decode_kdc_req_body | Ezra Peisach | 2003-04-13 | 2 | -1/+20 |
| * | Avoid really, really huge cpu time usage caused by iteration count in | Ken Raeburn | 2003-04-13 | 2 | -0/+11 |
| * | memory leak in krb5_read_password | Ken Raeburn | 2003-04-13 | 2 | -6/+8 |
| * | build libtelnet with library build framework | Tom Yu | 2003-04-11 | 3 | -12/+22 |
| * | back out requirement of autoconf-2.53 | Tom Yu | 2003-04-10 | 4 | -1/+15 |
| * | Thanks, patch applied | Tom Yu | 2003-04-09 | 3 | -4/+26 |
| * | etype info handling infinite loop | Sam Hartman | 2003-04-09 | 2 | -2/+9 |
| * | * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistency | Ken Raeburn | 2003-04-08 | 2 | -3/+8 |
| * | * fake-addrinfo.h (getaddrinfo) [NUMERIC_SERVICE_BROKEN]: Overwrite the port | Ken Raeburn | 2003-04-07 | 2 | -11/+19 |
| * | don't install in-tree libdb | Tom Yu | 2003-04-02 | 11 | -17/+61 |
| * | * fake-addrinfo.h (COPY_FIRST_CANONNAME) [_AIX]: Define. | Ken Raeburn | 2003-04-02 | 2 | -9/+55 |
| * | * unparse.c (krb5_unparse_name_ext): Don't move buffer pointer backwards if | Ken Raeburn | 2003-04-01 | 2 | -1/+5 |
| * | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 16 | -15/+73 |
| * | If the auth context does not have the DO_TIME flag set and no replay | Sam Hartman | 2003-04-01 | 2 | -1/+8 |
| * | * aclocal.m4: Require autoconf-2.53, since 2.52 generates | Tom Yu | 2003-04-01 | 2 | -1/+6 |
| * | * default.exp (start_kerberos_daemons): If we get a timeout | Tom Yu | 2003-03-28 | 2 | -0/+9 |
| * | * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted. | Ken Raeburn | 2003-03-28 | 2 | -3/+35 |
| * | * kdc_preauth.c (verify_enc_timestamp): Save decryption error, in | Tom Yu | 2003-03-28 | 2 | -1/+20 |
| * | fix test suite to reflect loss of des3-krb4 | Tom Yu | 2003-03-26 | 6 | -86/+42 |
| * | MITKRB5-SA-2003-003: xdrmem int overflows | Tom Yu | 2003-03-24 | 2 | -6/+21 |
| * | fix kadmind startup failure with krb4 vuln patch | Tom Yu | 2003-03-19 | 2 | -8/+15 |
| * | * configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and higher... | Alexandra Ellwood | 2003-03-18 | 2 | -0/+9 |
| * | * aclocal.m4: Define KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and highe... | Alexandra Ellwood | 2003-03-18 | 2 | -0/+26 |
| * | Turned on DNS support | Alexandra Ellwood | 2003-03-18 | 1 | -2/+2 |
| * | Added configure.in and aclocal.m4 to the PB project so we can edit them | Alexandra Ellwood | 2003-03-18 | 1 | -22/+7 |
| * | Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option to | Sam Hartman | 2003-03-17 | 9 | -81/+190 |
| * | Do not claim GSS_C_PROT_READY_FLAG since we don't support it | Sam Hartman | 2003-03-14 | 4 | -1/+14 |
| * | * default.exp (setup_root_shell): If we get connection refused messages, | Ken Raeburn | 2003-03-14 | 2 | -1/+16 |
| * | * Makefile.in (AWK): Default to awk, not gawk. User can override | Tom Yu | 2003-03-13 | 2 | -1/+7 |
| * | Fix unaligned access found in alpha-linux testing: | Ken Raeburn | 2003-03-12 | 2 | -2/+7 |
| * | Rewrite asn1_get_tag interface to use a structure pointer rather than several | Ken Raeburn | 2003-03-12 | 7 | -203/+246 |
| * | Oops. Forgot the leading underscore | Alexandra Ellwood | 2003-03-10 | 1 | -1/+1 |
| * | * t_kerb.c: Only include krb.h if krb4 support compiled in, | Ezra Peisach | 2003-03-09 | 2 | -0/+12 |
| * | Yet another attempt at cross-directory dependencies. Seems to fix the parallel | Ken Raeburn | 2003-03-08 | 2 | -8/+46 |
| * | Added krb5_principal2salt | Alexandra Ellwood | 2003-03-07 | 1 | -0/+1 |
| * | Added USE_BUNDLE_ERROR_STRINGS to turn off add_error_table calls in krb5 and ... | Alexandra Ellwood | 2003-03-07 | 1 | -0/+1 |
| * | * krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_B... | Alexandra Ellwood | 2003-03-07 | 2 | -2/+8 |
| * | * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_BU... | Alexandra Ellwood | 2003-03-07 | 2 | -2/+8 |
| * | * ovsec_kadmd.c (REQUIRED_PARAMS): Remove | Tom Yu | 2003-03-07 | 2 | -3/+8 |
| * | * preauth2.c (pa_sam_2): Add intermediate size_t variable to hold | Tom Yu | 2003-03-06 | 2 | -1/+8 |
| * | Add missing paren | Sam Hartman | 2003-03-06 | 1 | -1/+1 |
| * | Added new AES files | Alexandra Ellwood | 2003-03-06 | 1 | -7/+28 |