summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* * init_os_ctx.c: Included header to get __KLAllowHomeDirectoryAccess()Alexandra Ellwood2003-06-032-0/+8
* * get_in_tkt.c (krb5_get_init_creds): Change hardcoded default ticket lifetimeKen Raeburn2003-05-302-1/+4
* * init_ctx.c (DEFAULT_KDC_TIMESYNC): Define as 1 always.Ken Raeburn2003-05-302-8/+5
* * get_in_tkt.c: (verify_as_reply) Only check the renewable lifetime of ticket...Alexandra Ellwood2003-05-302-0/+8
* Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn2003-05-284-7/+36
* Avoid memory leak of server and client principal inSam Hartman2003-05-273-1/+52
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-2415-11/+634
* make-depend updatesKen Raeburn2003-05-248-486/+476
* Populate etype_info_entry.s2kparams.dataSam Hartman2003-05-242-1/+7
* use kdc_default_optionsSam Hartman2003-05-232-1/+5
* * gen_seqnum.c (krb5_generate_seq_number): Fix think-o on sequenceTom Yu2003-05-232-1/+4
* Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu2003-05-235-2/+184
* * kt_file.c (krb5_ktfile_get_entry): Check principal name prior toTom Yu2003-05-222-8/+13
* krb5int_populate_gic_opt should return voidSam Hartman2003-05-222-1/+5
* Set length correctly in krb5_get_in_tkt_with_password if password isTom Yu2003-05-212-4/+11
* krb5_get_in_tkt now only supports old (non-etype-info2) enctypesSam Hartman2003-05-202-1/+18
* Implement krb5_get_in_tkt_with_password andSam Hartman2003-05-207-257/+155
* * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach2003-05-203-2/+11
* Register writable keytabs by defaultSam Hartman2003-05-192-1/+10
* Sequence numbers are now unsigned. Implement lenient parser forTom Yu2003-05-1810-11/+115
* * chpw.c (krb5int_rd_chpw_rep): Allow new kpasswd error codes up throughKen Raeburn2003-05-172-1/+4
* * ser_ctx.c (krb5_context_internalize): Copy read-in OS context data intoKen Raeburn2003-05-172-6/+22
* Try forwarding with no enctype restriction if forwarding with anSam Hartman2003-05-132-3/+12
* 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
* * IMplement etype_info in KDC. If the request contains any newSam Hartman2003-05-125-88/+88
* 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-1014-71/+176
* * 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
* 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-256-19/+432
* * kfree.c (krb5_free_pwd_sequences): Correction to previousEzra Peisach2003-04-242-2/+7
* krb5_free_pwd_sequences only frees first elementEzra Peisach2003-04-232-7/+18
* 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
* Obscure memory leak in asn1_decode_kdc_req_bodyEzra Peisach2003-04-132-1/+20
* memory leak in krb5_read_passwordKen Raeburn2003-04-132-6/+8
* * 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
* 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
* * krb5_libinit.c: Changed USE_HARDCODED_FALLBACK_ERROR_TABLES macro to !USE_B...Alexandra Ellwood2003-03-072-2/+8
* * preauth2.c (pa_sam_2): Add intermediate size_t variable to holdTom Yu2003-03-062-1/+8