aboutsummaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)AuthorFilesLines
2009-12-09Fix some formatting issuesfast-negotiateGreg Hudson2-20/+26
2009-12-02If FAST is available and an armor ticket is supplied, use it; otherwise do no...Sam Hartman1-0/+3
2009-12-02Store configuration information about whether FAST is available in the ccach...Sam Hartman1-0/+2
2009-12-02AddSam Hartman2-6/+27
2009-12-02Constants for FAST negotiationSam Hartman1-2/+4
2009-12-02Expose {decode,encode}_krb5_checksumSam Hartman1-0/+4
2009-12-02Integrate Apple APIs for storing configuration parameters in a ccacheSam Hartman1-0/+14
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-27Add krb5_key versions of the auth context key accessors, and use themGreg Hudson1-0/+9
2009-11-27Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson1-0/+3
2009-11-26libkrb5 support for non-blocking AS requestsGreg Hudson1-0/+52
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 Hudson2-2/+5
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-22Consolidate Makefile variables now that we have only a single globalGreg Hudson1-9/+7
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