summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * change_password.c (krb_change_password): Explicitly zero theTom Yu2003-06-033-4/+15
* * api.2/init-v2.exp (test117): Update lifetime expected for new defaultsKen Raeburn2003-06-022-2/+7
* * alt_prof.c (kadm5_get_config_params): Change default max_life to one dayKen Raeburn2003-05-312-1/+6
* * 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-286-7/+44
* Avoid memory leak of server and client principal inSam Hartman2003-05-273-1/+52
* Big step towards integrating libkrb524 into libkrb5:Ken Raeburn2003-05-2418-110/+655
* make-depend updatesKen Raeburn2003-05-2430-856/+845
* When generating etype_info2 for DES style keys, use s2kparams toSam Hartman2003-05-242-2/+21
* 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
* Cross realm checks can check beyond end of bufferEzra Peisach2003-05-222-1/+6
* 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-215-8/+23
* 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
* Only allow combine_keys to work on des and 3des enctypes. It is notSam Hartman2003-05-152-0/+26
* Be more friendly towards parallel buildsKen Raeburn2003-05-142-5/+17
* provide shorthand aliases for AES enctypesKen Raeburn2003-05-132-0/+15
* Try forwarding with no enctype restriction if forwarding with anSam Hartman2003-05-132-3/+12
* * gssapi_krb5.h: Remove check for GSS_RFC_COMPLIANT_OIDSTom Yu2003-05-132-3/+4
* 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