summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Use the preferred checksum for non-DES keys in the kdc_req path andSam Hartman2009-04-012-3/+20
* Make FAST changes build when pkinit is disabledTom Yu2009-03-314-19/+23
* mark export grade RC4 as weakSam Hartman2009-03-311-1/+2
* make dependSam Hartman2009-03-311-2/+13
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-3115-21/+1013
* in send_tgs.c:Sam Hartman2009-03-311-1/+1
* Add PAC and principal parsing test casesGreg Hudson2009-03-304-2/+756
* Install kadmin and kdb headersGreg Hudson2009-03-202-0/+16
* Fix error handling issue in ASN.1 decoderGreg Hudson2009-03-171-1/+2
* make dependSam Hartman2009-03-161-0/+12
* Implement tests for authdata functionsSam Hartman2009-03-162-2/+109
* Implement krb5int_find_authdataSam Hartman2009-03-161-0/+89
* Implement test cases for CF2Sam Hartman2009-03-168-2/+147
* Implement KRB-FX_CF2Sam Hartman2009-03-164-0/+172
* krb5_auth_con_free should support freeing a null auth_context without segfaultSam Hartman2009-03-161-0/+2
* CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu2009-03-131-1/+2
* Use correct salt for canonicalized principalsGreg Hudson2009-03-131-1/+23
* Better fix: Delay setting 'outbuf' until after the header buffer mightKen Raeburn2009-03-121-3/+2
* crash using library-allocated storage for header in wrap_iovKen Raeburn2009-03-121-2/+3
* Make a working krb5_copy_error_messageGreg Hudson2009-03-112-0/+15
* Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash2009-03-101-1/+1
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-102-40/+41
* send_as_req re-encodes the requestSam Hartman2009-03-061-19/+12
* Take out of the loop unchangeble assignments. TabulationZhanna Tsitkov2009-03-051-27/+26
* krb5_merge_authdata should initialize output on failureSam Hartman2009-02-261-0/+1
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-263-13/+38
* Check return code of encode_krb5_ap_req. Also, tabs vs whitespaceZhanna Tsitkov2009-02-231-134/+135
* In krb5int_generate_and_save_subkey, check the return value ofGreg Hudson2009-02-231-4/+5
* Check the return value of fseek in two places in kt_file.cGreg Hudson2009-02-231-2/+8
* Kill an odd (but harmless) use of strncpy inGreg Hudson2009-02-231-7/+4
* send_tgs.c:Sam Hartman2009-02-231-30/+33
* Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn2009-02-184-4/+27
* Revert the fopen part of the previous krb5_kuserok change, but keepGreg Hudson2009-02-171-5/+4
* In krb5_kuserok, just try opening .k5login; don't check ahead of timeGreg Hudson2009-02-171-9/+11
* Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson2009-02-133-299/+1030
* In tgs_construct_tgsreq, free scratch even if scratch->data is NULL.Greg Hudson2009-02-131-2/+2
* Implement TGS authenticator subkey usageSam Hartman2009-02-134-35/+52
* Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn2009-02-121-1/+1
* In krb5_get_in_tkt_with_password, free opte before returning the errorGreg Hudson2009-02-121-1/+1
* Make output parameter of krb5_generate_subkey_extended well-defined onGreg Hudson2009-02-121-7/+15
* Remove useless unsigned >=0 testsKen Raeburn2009-02-121-2/+2
* In krb5_rc_io_open_internal, d->fn is always set for the cleanupGreg Hudson2009-02-121-6/+4
* Modify asn12krb5_buf and asn1_do_full_encode to make output parameterGreg Hudson2009-02-122-18/+27
* Fix allocation failure check in walk_rtreeGreg Hudson2009-02-121-1/+1
* Ensure we have a free function for every data type we have an ASN.1Greg Hudson2009-02-112-7/+44
* Add test for krb5_cc_get_principal and ensure returned value correctEzra Peisach2009-02-111-1/+22
* remove local objects from list for windowsKen Raeburn2009-02-111-3/+3
* remove des425 syms; add some new dce,iov syms needed for gssapiKen Raeburn2009-02-111-9/+18
* pull in unicode stuff on windowsKen Raeburn2009-02-111-2/+2
* hide stat buf init on windowsKen Raeburn2009-02-111-1/+1