summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-192-14/+117
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-094-6/+316
* Add convenience functions zapfree (test for null, zap, free) andGreg Hudson2009-10-031-0/+21
* Remove autoconf.h on "make distclean".Greg Hudson2009-09-161-0/+3
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-0/+3
* Fix stupid logic bug in last versionKen Raeburn2009-09-151-2/+2
* Check __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine endianness.Ken Raeburn2009-09-151-2/+6
* Implement s4u extensionsGreg Hudson2009-09-134-4/+59
* Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov2009-09-031-0/+1
* Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson2009-08-031-0/+2
* Include <assert.h> in k5-platform.h, since we use assertions in someGreg Hudson2009-07-301-0/+1
* Enctype list configuration enhancementsGreg Hudson2009-07-291-0/+4
* Use zero-terminated enctype lists in the context structure instead ofGreg Hudson2009-07-271-4/+2
* k5-platform.h no longer takes responsibility for making "staticGreg Hudson2009-07-011-1/+0
* 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