aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2009-11-19Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson2-4/+4
2009-11-17Rework using "do { } while (0)" in macro bodies to avoid divergentTom Yu1-4/+8
2009-11-16Clean up some open-parenthesis problems, and reindentTom Yu1-2/+2
2009-11-16Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach1-21/+0
2009-11-15Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach1-2/+0
2009-11-15Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach1-11/+0
2009-11-15Add an exception for include/iprop.h and revert its reformatting,Greg Hudson1-119/+118
2009-11-14Fix typos in previousTom Yu1-2/+2
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson53-5622/+5216
2009-11-14Remove include/krb54proto.h as it is no longer usedGreg Hudson1-17/+0
2009-11-14Constrained delegation without PAC supportGreg Hudson2-0/+33
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-2/+2
2009-11-01Un-constify struct errinfo's msg field because it is the owner of thatGreg Hudson1-1/+1
2009-11-01In k5-int.h, fix make_data to work with C++Greg Hudson1-1/+1
2009-11-01Move the implementations of four deprecated crypto functions toGreg Hudson1-23/+0
2009-10-31make mark-cstyleTom Yu61-1733/+1732
2009-10-29Add a couple of krb5_data convenience constructor functions, toGreg Hudson1-19/+26
2009-10-28Bump the accessor version number since we made changes.Greg Hudson1-18/+16
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov1-4/+4
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson2-0/+4
2009-10-25Account lockoutGreg Hudson3-6/+19
2009-10-21Allow the constrained delegation authorization method to use the evidence tic...Luke Howard1-0/+1
2009-10-21remove some unneeded extensions from the Novell backend authdata SPILuke Howard1-2/+0
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard1-3/+3
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson2-14/+117
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson4-6/+316
2009-10-03Add convenience functions zapfree (test for null, zap, free) andGreg Hudson1-0/+21
2009-09-16Remove autoconf.h on "make distclean".Greg Hudson1-0/+3
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-0/+3
2009-09-15Fix stupid logic bug in last versionKen Raeburn1-2/+2
2009-09-15Check __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine endianness.Ken Raeburn1-2/+6
2009-09-13Implement s4u extensionsGreg Hudson4-4/+59
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov1-0/+1
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson1-0/+2
2009-07-30Include <assert.h> in k5-platform.h, since we use assertions in someGreg Hudson1-0/+1
2009-07-29Enctype list configuration enhancementsGreg Hudson1-0/+4
2009-07-27Use zero-terminated enctype lists in the context structure instead ofGreg Hudson1-4/+2
2009-07-01k5-platform.h no longer takes responsibility for making "staticGreg Hudson1-1/+0
2009-06-08Restore limited support for static linkingGreg Hudson1-0/+17
2009-05-14UCS2 support doesn't handle upper half of BMPGreg Hudson1-7/+4
2009-05-07Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman1-2/+2
2009-04-29Add DEBUG_ERROR_LOCATIONS supportGreg Hudson2-0/+26
2009-04-27Move KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb.h. Add kadminGreg Hudson2-2/+1
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-2/+2
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman4-9/+154
2009-03-24Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson1-16/+0
2009-03-20Install kadmin and kdb headersGreg Hudson2-0/+11
2009-03-16Implement tests for authdata functionsSam Hartman1-0/+5
2009-03-16Implement KRB-FX_CF2Sam Hartman1-0/+15
2009-03-11Make a working krb5_copy_error_messageGreg Hudson2-3/+3