summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Restore limited support for static linkingGreg Hudson2009-06-081-0/+17
* UCS2 support doesn't handle upper half of BMPGreg Hudson2009-05-141-7/+4
* Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman2009-05-071-2/+2
* Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2009-04-292-0/+26
* Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2009-04-272-2/+1
* Merge fast branch at 22166 onto trunkSam Hartman2009-04-031-2/+2
* Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman2009-03-314-9/+154
* Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson2009-03-241-16/+0
* Install kadmin and kdb headersGreg Hudson2009-03-202-0/+11
* Implement tests for authdata functionsSam Hartman2009-03-161-0/+5
* Implement KRB-FX_CF2Sam Hartman2009-03-161-0/+15
* Make a working krb5_copy_error_messageGreg Hudson2009-03-112-3/+3
* Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson2009-03-101-0/+1
* Include authenticator and ticket authdata in gss-apiSam Hartman2009-02-261-0/+8
* Implement TGS authenticator subkey usageSam Hartman2009-02-131-3/+8
* Ensure we have a free function for every data type we have an ASN.1Greg Hudson2009-02-111-0/+6
* define SSIZE_MAX forWindowsKen Raeburn2009-02-111-0/+4
* unistd.h is posix onlyKen Raeburn2009-02-111-0/+2
* Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o...Ken Raeburn2009-02-091-31/+31
* Change contract of krb5int_utf8_normalize and fix memory leaksGreg Hudson2009-02-091-2/+2
* More C++ compatibility: Don't use "typedef struct tag *tag"; renameKen Raeburn2009-02-092-4/+4
* C++ compatibility fix -- g++ says "types may not be defined in casts",Ken Raeburn2009-02-091-24/+24
* use casts, for c++ compilation on windowsKen Raeburn2009-02-051-12/+14
* Create and use (in several places) a variant ofKen Raeburn2009-02-051-0/+3
* declare replacement [v]asprintf functionsKen Raeburn2009-02-051-5/+9
* Use macros for config parametersZhanna Tsitkov2009-02-041-6/+23
* Fix a whitespace error introduced when fixing a typo in the definesGreg Hudson2009-02-021-1/+1
* Fix a typo in the defines added to k5-int.hGreg Hudson2009-02-021-1/+1
* Introduces macros for config parametersZhanna Tsitkov2009-02-021-0/+77
* Collect hairy parts of krb5_is_<msgtype> macros into one helper macroKen Raeburn2009-02-021-51/+20
* Default allow_weak_crypto=true for now. Default supported_enctypes toTom Yu2009-01-311-0/+5
* Master Key Migration ProjectWill Fiveash2009-01-301-4/+166
* Changed the name match_config_pattern to krb5_match_config_pattern. Check str...Zhanna Tsitkov2009-01-301-1/+1
* Introduced match_config_pattern function to find a pattern in the config valu...Zhanna Tsitkov2009-01-291-0/+1
* disable single-DES by defaultTom Yu2009-01-281-0/+4
* Change 16/32/64-bit big-/little-endian/native unaligned load/storeKen Raeburn2009-01-241-16/+28
* Eliminate the need for the domain_realm mapping table on the client side by i...Zhanna Tsitkov2009-01-233-2/+9
* fix trailing whitespaceTom Yu2009-01-221-2/+2
* whitespaceTom Yu2009-01-221-1/+1
* Make enctype and checksumtype name mapping table types private to theKen Raeburn2009-01-151-63/+0
* Fix an additional multiple-write case noted by John, where sendauthKen Raeburn2009-01-151-1/+2
* Patch from Luke Howard to:Sam Hartman2009-01-131-1/+7
* Add message hash support to the replay interface, using extensionGreg Hudson2009-01-121-0/+4
* Patch from Luke HowardSam Hartman2009-01-061-1/+7
* Fix capitalizationSam Hartman2009-01-061-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-051-0/+1
* xrealm_non_transitive not trust_non_transitiveSam Hartman2009-01-031-2/+2
* Remove flags that do not correspond to behavior we supportSam Hartman2009-01-031-4/+0
* KDB API should not be publicSam Hartman2009-01-031-3/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-0310-28/+1108