summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-2511-31/+483
* * reconf: Restore support for 2.52; reject older versionsKen Raeburn2003-04-252-5/+22
* Require only autoconf 2.52. Try --include argument to autoconf and autoheader,Ken Raeburn2003-04-256-4/+19
* * kfree.c (krb5_free_pwd_sequences): Correction to previousEzra Peisach2003-04-242-2/+7
* errno should never be explicitly declaredKen Raeburn2003-04-2421-31/+39
* Eliminate explicit declarations of errno; include errno.h as needed.Ken Raeburn2003-04-242-1/+4
* * reconf: Drop support for 2.52 and earlierKen Raeburn2003-04-242-27/+9
* Simplify autoconf compatibility by requiring that we always have a version thatKen Raeburn2003-04-242-4/+8
* krb5_free_pwd_sequences only frees first elementEzra Peisach2003-04-232-7/+18
* * alt_prof.c (kadm5_get_config_params): Add aes256 to the default supportedKen Raeburn2003-04-192-1/+6
* Test AES. ** Not all tests pass at present. **Ken Raeburn2003-04-182-15/+57
* Note to self: Save buffers before checkin, not after. GrrKen Raeburn2003-04-181-1/+5
* fix typoKen Raeburn2003-04-181-1/+1
* * init_ctx.c (DEFAULT_ETYPE_LIST): Add AES with 256 bits at the front of theKen Raeburn2003-04-182-0/+6
* * dk_encrypt.c (krb5int_aes_dk_encrypt): Set output length properlyKen Raeburn2003-04-182-0/+7
* * g_ad_tkt.c: Added support for login library to get_ad_tkt. Support is copi...Alexandra Ellwood2003-04-142-0/+16
* Finish implementation of CBC+CTS decryption and truncated HMAC for AES.Ken Raeburn2003-04-139-36/+348
* Obscure memory leak in asn1_decode_kdc_req_bodyEzra Peisach2003-04-132-1/+20
* Avoid really, really huge cpu time usage caused by iteration count inKen Raeburn2003-04-132-0/+11
* memory leak in krb5_read_passwordKen Raeburn2003-04-132-6/+8
* build libtelnet with library build frameworkTom Yu2003-04-113-12/+22
* back out requirement of autoconf-2.53Tom Yu2003-04-104-1/+15
* Thanks, patch appliedTom Yu2003-04-093-4/+26
* etype info handling infinite loopSam Hartman2003-04-092-2/+9
* * krshd.c (main): Use LOG_AUTH syslog facility, not LOG_DAEMON, for consistencyKen Raeburn2003-04-082-3/+8
* * fake-addrinfo.h (getaddrinfo) [NUMERIC_SERVICE_BROKEN]: Overwrite the portKen Raeburn2003-04-072-11/+19
* don't install in-tree libdbTom Yu2003-04-0211-17/+61
* * fake-addrinfo.h (COPY_FIRST_CANONNAME) [_AIX]: Define.Ken Raeburn2003-04-022-9/+55
* * unparse.c (krb5_unparse_name_ext): Don't move buffer pointer backwards ifKen Raeburn2003-04-012-1/+5
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-0116-15/+73
* If the auth context does not have the DO_TIME flag set and no replaySam Hartman2003-04-012-1/+8
* * aclocal.m4: Require autoconf-2.53, since 2.52 generatesTom Yu2003-04-012-1/+6
* * default.exp (start_kerberos_daemons): If we get a timeoutTom Yu2003-03-282-0/+9
* * kcmd.c (kcmd_connect): Log errors if a connect to port 0 is attempted.Ken Raeburn2003-03-282-3/+35
* * kdc_preauth.c (verify_enc_timestamp): Save decryption error, inTom Yu2003-03-282-1/+20
* fix test suite to reflect loss of des3-krb4Tom Yu2003-03-266-86/+42
* MITKRB5-SA-2003-003: xdrmem int overflowsTom Yu2003-03-242-6/+21
* fix kadmind startup failure with krb4 vuln patchTom Yu2003-03-192-8/+15
* * configure.in: Use KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and higher...Alexandra Ellwood2003-03-182-0/+9
* * aclocal.m4: Define KRB5_AC_NEED_BIND_8_COMPAT to check for bind 9 and highe...Alexandra Ellwood2003-03-182-0/+26
* Turned on DNS supportAlexandra Ellwood2003-03-181-2/+2
* Added configure.in and aclocal.m4 to the PB project so we can edit themAlexandra Ellwood2003-03-181-22/+7
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-179-81/+190
* Do not claim GSS_C_PROT_READY_FLAG since we don't support itSam Hartman2003-03-144-1/+14
* * default.exp (setup_root_shell): If we get connection refused messages,Ken Raeburn2003-03-142-1/+16
* * Makefile.in (AWK): Default to awk, not gawk. User can overrideTom Yu2003-03-132-1/+7
* Fix unaligned access found in alpha-linux testing:Ken Raeburn2003-03-122-2/+7
* Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn2003-03-127-203/+246
* Oops. Forgot the leading underscoreAlexandra Ellwood2003-03-101-1/+1
* * t_kerb.c: Only include krb.h if krb4 support compiled in,Ezra Peisach2003-03-092-0/+12