summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* AES shouldn't be in KDC default enctype listKen Raeburn2003-05-132-1/+6
* reduce AES string-to-key iteration count to 4096Ken Raeburn2003-05-132-3/+39
* Fix minor error in previous commit that broke v4 saltsSam Hartman2003-05-131-1/+1
* Fix memory leaks and double frees in preauth2.cSam Hartman2003-05-134-42/+81
* Add AES enctypes to t_encryptSam Hartman2003-05-132-0/+6
* * Makefile.in: Add setting of KRB_ERR on WindowsTom Yu2003-05-122-0/+5
* Don't #include compile_et .c filesSam Hartman2003-05-124-12/+18
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-129-89/+97
* Add a new krb5_context field for the config-file tgs_enctypes, whichKen Raeburn2003-05-103-23/+57
* punt leftover conflict markersTom Yu2003-05-101-2/+0
* Rename the local_subkey and remote_subkey fields in the auth_contextTom Yu2003-05-1019-77/+200
* * init_os_ctx.c: Added support for KLL's __KLAllowHomeDirectoryAccess() funct...Alexandra Ellwood2003-05-072-1/+12
* Fix typoSam Hartman2003-05-061-1/+1
* Implement encoders for etype_info2 and add support to s2kparams forSam Hartman2003-05-068-9/+63
* Replace ovpasswd with kpasswdSam Hartman2003-05-042-1/+5
* * kadm_stream.c: Fixed vts_long() and vts_short() so they return a pointer to...Alexandra Ellwood2003-05-012-3/+15
* AES code shouldn't define uint32_t etc if the system provides themKen Raeburn2003-04-292-1/+5
* set-change password breaks kpasswdSam Hartman2003-04-282-1/+7
* Incorporate krb5_os_context directly into krb5_context, since they're alwaysKen Raeburn2003-04-282-15/+7
* krb5_setpw_result_string should be internalSam Hartman2003-04-274-3/+12
* Implementation of Microsoft set password client library code providedSam Hartman2003-04-258-19/+438
* * kfree.c (krb5_free_pwd_sequences): Correction to previousEzra Peisach2003-04-242-2/+7
* errno should never be explicitly declaredKen Raeburn2003-04-249-15/+14
* 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
* 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
* don't install in-tree libdbTom Yu2003-04-024-12/+27
* * 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-016-9/+35
* If the auth context does not have the DO_TIME flag set and no replaySam Hartman2003-04-012-1/+8
* 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
* Disable krb4 cross-realm in krb524d and krb5kdc. Provide an option toSam Hartman2003-03-172-1/+54
* Do not claim GSS_C_PROT_READY_FLAG since we don't support itSam Hartman2003-03-144-1/+14
* Rewrite asn1_get_tag interface to use a structure pointer rather than severalKen Raeburn2003-03-127-203/+246
* * t_kerb.c: Only include krb.h if krb4 support compiled in,Ezra Peisach2003-03-092-0/+12
* Yet another attempt at cross-directory dependencies. Seems to fix the parallelKen Raeburn2003-03-082-8/+46
* * krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_B...Alexandra Ellwood2003-03-072-2/+8
* * gss_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_BU...Alexandra Ellwood2003-03-072-2/+8
* * preauth2.c (pa_sam_2): Add intermediate size_t variable to holdTom Yu2003-03-062-1/+8
* * c_ustime.c: Removed Mac OS 9 code. * ccdefname.c: Conditionalize on USE_CCA...Alexandra Ellwood2003-03-066-123/+29
* * appdefault.c: Fix constness to avoid warning. * init_ctx.c: Do the same stu...Alexandra Ellwood2003-03-064-3/+11