aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2003-05-30update path for kdc.conf in man pageKen Raeburn2-1/+6
2003-05-29krb524d.h: removed invalid Mac pragmas [RT 1533]Alexandra Ellwood2-7/+4
2003-05-28Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn12-15/+71
2003-05-27 * schpw.c (process_chpw_request): Log chpw requestsTom Yu2-1/+18
2003-05-27* win-pre.in (CPPFLAGS): Define KRB5_DEPRECATED=1Ken Raeburn2-1/+5
2003-05-27Avoid memory leak of server and client principal inSam Hartman3-1/+52
2003-05-27* Makefile.in (KRBHDEP): Add krb524_err headerKen Raeburn2-1/+5
2003-05-27* Makefile.in (clean-windows): Remove new "timestamp" file whenKen Raeburn2-1/+6
2003-05-25 * krb5.hin: Sequence number of krb5_replay_data should be unsignedEzra Peisach2-1/+5
2003-05-25Missing prototype for krb5_db_iterate_extEzra Peisach2-0/+8
2003-05-24Big step towards integrating libkrb524 into libkrb5:Ken Raeburn54-881/+758
2003-05-24make-depend updatesKen Raeburn46-1015/+1003
2003-05-24When generating etype_info2 for DES style keys, use s2kparams toSam Hartman4-12/+58
2003-05-24Populate etype_info_entry.s2kparams.dataSam Hartman2-1/+7
2003-05-23use kdc_default_optionsSam Hartman2-1/+5
2003-05-23Memory leak in kdc etype_info2 preauthEzra Peisach2-2/+14
2003-05-23 * gen_seqnum.c (krb5_generate_seq_number): Fix think-o on sequenceTom Yu2-1/+4
2003-05-23Implement heuristic for matching broken Heimdal sequence number encodingsTom Yu7-2/+188
2003-05-22 * kt_file.c (krb5_ktfile_get_entry): Check principal name prior toTom Yu2-8/+13
2003-05-22Default KRB5_DEPRECATED to 0, but force it to 1 for in-tree stuffTom Yu4-15/+16
2003-05-22Log transited checkd not done as info not errorSam Hartman2-1/+3
2003-05-22Provide an explicit list of options not to be allowed in AS requestsSam Hartman2-5/+10
2003-05-22Cross realm checks can check beyond end of bufferEzra Peisach2-1/+6
2003-05-22krb5int_populate_gic_opt should return voidSam Hartman4-2/+10
2003-05-22 * kdb5_mkdums.c (main): When attempting to register writableEzra Peisach2-2/+9
2003-05-21Set length correctly in krb5_get_in_tkt_with_password if password isTom Yu9-25/+50
2003-05-20krb5_get_in_tkt now only supports old (non-etype-info2) enctypesSam Hartman2-1/+18
2003-05-20Implement krb5_get_in_tkt_with_password andSam Hartman9-258/+165
2003-05-20 * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach3-2/+11
2003-05-19Register writable keytabs by defaultSam Hartman6-14/+19
2003-05-18* depgen.sed: Put print command on separate lines from substitution commands,Ken Raeburn2-3/+20
2003-05-18Sequence numbers are now unsigned. Implement lenient parser forTom Yu16-41/+333
2003-05-17* schpw.c (process_chpw_request): Return KRB5_KPASSWD_BAD_VERSION if theKen Raeburn2-1/+6
2003-05-17* chpw.c (krb5int_rd_chpw_rep): Allow new kpasswd error codes up throughKen Raeburn2-1/+4
2003-05-17Define the new error codesKen Raeburn2-0/+11
2003-05-17* ser_ctx.c (krb5_context_internalize): Copy read-in OS context data intoKen Raeburn2-6/+22
2003-05-17* default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exportedKen Raeburn2-1/+6
2003-05-15 * mkrel: Remote autom4te.cache filesTom Yu2-0/+5
2003-05-15Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2-0/+26
2003-05-15KfM should export krb5_c_string_to_key_with_paramsAlexandra Ellwood1-0/+1
2003-05-14Be more friendly towards parallel buildsKen Raeburn2-5/+17
2003-05-14Allow the KDC to return bad integrity errors to the client on preauthSam Hartman2-0/+5
2003-05-14* start_servers_local: Set KRB5RCACHEDIR.Ken Raeburn3-1/+12
2003-05-13provide shorthand aliases for AES enctypesKen Raeburn2-0/+15
2003-05-13Try forwarding with no enctype restriction if forwarding with anSam Hartman2-3/+12
2003-05-13 * gssapi_krb5.h: Remove check for GSS_RFC_COMPLIANT_OIDSTom Yu2-3/+4
2003-05-13AES shouldn't be in KDC default enctype listKen Raeburn2-1/+6
2003-05-13reduce AES string-to-key iteration count to 4096Ken Raeburn2-3/+39
2003-05-13Fix minor error in previous commit that broke v4 saltsSam Hartman1-1/+1
2003-05-13Fix memory leaks and double frees in preauth2.cSam Hartman6-42/+87