aboutsummaryrefslogtreecommitdiff
path: root/src/include/k5-int.h
AgeCommit message (Expand)AuthorFilesLines
2010-03-10Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov1-3/+5
2010-01-06Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov1-4/+0
2010-01-05Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov1-1/+1
2010-01-04Bring back krb5_kt_free_entry which really does the same thing asSam Hartman1-4/+0
2010-01-03Enable caching of key-derived context info such as key schedules fromKen Raeburn1-0/+12
2009-12-30Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov1-0/+3
2009-12-28Add a new profile variable preauth_module_dir, which specifiesGreg Hudson1-0/+1
2009-12-28Anonymous support for KerberosSam Hartman1-12/+1
2009-12-14fast negotiation projecSam Hartman1-0/+7
2009-12-10Restructure the crypto checksum implementation to minimizeGreg Hudson1-20/+5
2009-12-06Remove the ivec parameters from the keyhash provider functions, asGreg Hudson1-6/+3
2009-12-06Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson1-16/+6
2009-12-05Make the alloc_data and k5alloc convenience functions work if theGreg Hudson1-3/+5
2009-12-04Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson1-35/+8
2009-11-29Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson1-14/+4
2009-11-28Create functional internal interfaces to allow GSSAPI to performGreg Hudson1-16/+24
2009-11-28Add a convenience inline function in k5-int.h to initialize aGreg Hudson1-0/+13
2009-11-25Defer the conversion of the gic options structure to the extended formGreg Hudson1-7/+7
2009-11-24Punt the volatile cast in the non-gcc, non-Windows version of zap.Greg Hudson1-2/+3
2009-11-24Expand comments around 'zap' codeKen Raeburn1-1/+29
2009-11-22Make zap() work with non-gcc C++ compilers.Greg Hudson1-5/+4
2009-11-19Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson1-4/+0
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-14Fix typos in previousTom Yu1-2/+2
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson1-1688/+1552
2009-11-14Constrained delegation without PAC supportGreg Hudson1-0/+30
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson1-2/+2
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 Yu1-86/+86
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-19Implement new APIs to allow improved crypto performanceGreg Hudson1-14/+48
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+124
2009-10-03Add convenience functions zapfree (test for null, zap, free) andGreg Hudson1-0/+21
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-0/+3
2009-09-13Implement s4u extensionsGreg Hudson1-0/+48
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov1-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-05-07Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman1-2/+2
2009-04-29Add DEBUG_ERROR_LOCATIONS supportGreg Hudson1-0/+5
2009-04-03Merge fast branch at 22166 onto trunkSam Hartman1-2/+2
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-2/+94
2009-03-24Revert r21880 which included k5-int.h in several pkinit source files.Greg Hudson1-16/+0
2009-03-16Implement tests for authdata functionsSam Hartman1-0/+5
2009-03-11Make a working krb5_copy_error_messageGreg Hudson1-3/+0