summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* * krb5.conf: Delete commented-out enctype specsKen Raeburn2003-05-312-4/+2
* * krb5.conf: Delete Athena KDC specifications. Delete Cygnus realm info.Ken Raeburn2003-05-312-13/+10
* * krb5.conf.M: Remove "kdc =" lines from "realms" section example, andKen Raeburn2003-05-312-4/+7
* * get_in_tkt.c (krb5_get_init_creds): Change hardcoded default ticket lifetimeKen Raeburn2003-05-302-1/+4
* * main.c (init_realm): Use KRB5_KDB_MAX_RLIFE, not KRB5_KDB_MAX_LIFE, asKen Raeburn2003-05-302-1/+6
* * init_ctx.c (DEFAULT_KDC_TIMESYNC): Define as 1 always.Ken Raeburn2003-05-302-8/+5
* * osconf.h (DEFAULT_KDC_ENCTYPE): Default to des3 nowKen Raeburn2003-05-302-1/+5
* update kinit krb4 fallback lifetime defaultKen Raeburn2003-05-302-1/+5
* * get_in_tkt.c: (verify_as_reply) Only check the renewable lifetime of ticket...Alexandra Ellwood2003-05-302-0/+8
* update path for kdc.conf in man pageKen Raeburn2003-05-302-1/+6
* krb524d.h: removed invalid Mac pragmas [RT 1533]Alexandra Ellwood2003-05-292-7/+4
* Rename interface to krb5_524_convert_creds, export it from krb5 library.Ken Raeburn2003-05-2812-15/+71
* * schpw.c (process_chpw_request): Log chpw requestsTom Yu2003-05-272-1/+18
* * win-pre.in (CPPFLAGS): Define KRB5_DEPRECATED=1Ken Raeburn2003-05-272-1/+5
* Avoid memory leak of server and client principal inSam Hartman2003-05-273-1/+52
* * Makefile.in (KRBHDEP): Add krb524_err headerKen Raeburn2003-05-272-1/+5
* * Makefile.in (clean-windows): Remove new "timestamp" file whenKen Raeburn2003-05-272-1/+6
* * krb5.hin: Sequence number of krb5_replay_data should be unsignedEzra Peisach2003-05-252-1/+5
* Missing prototype for krb5_db_iterate_extEzra Peisach2003-05-252-0/+8
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-2454-881/+758
* make-depend updatesKen Raeburn2003-05-2446-1015/+1003
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-244-12/+58
* Populate etype_info_entry.s2kparams.dataSam Hartman2003-05-242-1/+7
* use kdc_default_optionsSam Hartman2003-05-232-1/+5
* Memory leak in kdc etype_info2 preauthEzra Peisach2003-05-232-2/+14
* * 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-237-2/+188
* * kt_file.c (krb5_ktfile_get_entry): Check principal name prior toTom Yu2003-05-222-8/+13
* Default KRB5_DEPRECATED to 0, but force it to 1 for in-tree stuffTom Yu2003-05-224-15/+16
* Log transited checkd not done as info not errorSam Hartman2003-05-222-1/+3
* Provide an explicit list of options not to be allowed in AS requestsSam Hartman2003-05-222-5/+10
* Cross realm checks can check beyond end of bufferEzra Peisach2003-05-222-1/+6
* krb5int_populate_gic_opt should return voidSam Hartman2003-05-224-2/+10
* * kdb5_mkdums.c (main): When attempting to register writableEzra Peisach2003-05-222-2/+9
* Set length correctly in krb5_get_in_tkt_with_password if password isTom Yu2003-05-219-25/+50
* 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-209-258/+165
* * asn1_k_encode.c (asn1_encode_krb_safe_body): UseEzra Peisach2003-05-203-2/+11
* Register writable keytabs by defaultSam Hartman2003-05-196-14/+19
* * depgen.sed: Put print command on separate lines from substitution commands,Ken Raeburn2003-05-182-3/+20
* Sequence numbers are now unsigned. Implement lenient parser forTom Yu2003-05-1816-41/+333
* * schpw.c (process_chpw_request): Return KRB5_KPASSWD_BAD_VERSION if theKen Raeburn2003-05-172-1/+6
* * chpw.c (krb5int_rd_chpw_rep): Allow new kpasswd error codes up throughKen Raeburn2003-05-172-1/+4
* Define the new error codesKen Raeburn2003-05-172-0/+11
* * ser_ctx.c (krb5_context_internalize): Copy read-in OS context data intoKen Raeburn2003-05-172-6/+22
* * default.exp (spawn_xterm): Add KPASSWD and REALMNAME to the list of exportedKen Raeburn2003-05-172-1/+6
* * mkrel: Remote autom4te.cache filesTom Yu2003-05-152-0/+5
* Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2003-05-152-0/+26
* KfM should export krb5_c_string_to_key_with_paramsAlexandra Ellwood2003-05-151-0/+1
* Be more friendly towards parallel buildsKen Raeburn2003-05-142-5/+17