summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
* On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2009-12-151-4/+0
* fast negotiation projecSam Hartman2009-12-142-8/+60
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-101-20/+5
* Remove the ivec parameters from the keyhash provider functions, asGreg Hudson2009-12-061-6/+3
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-061-16/+6
* Make the alloc_data and k5alloc convenience functions work if theGreg Hudson2009-12-051-3/+5
* Consolidate the IOV and non-IOV encryption/decryption code paths, andGreg Hudson2009-12-041-35/+8
* Temporarily define UINT16_TYPE and UINT32_TYPE so the load/storeKen Raeburn2009-12-031-24/+15
* Add store_{16,32,64}_n functions, for potentially-unaligned, native-order valuesKen Raeburn2009-12-021-0/+29
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-291-14/+4
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-281-16/+24
* Add a convenience inline function in k5-int.h to initialize aGreg Hudson2009-11-281-0/+13
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-271-0/+9
* Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson2009-11-271-0/+3
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-261-0/+52
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-251-7/+7
* Punt the volatile cast in the non-gcc, non-Windows version of zap.Greg Hudson2009-11-242-2/+5
* Expand comments around 'zap' codeKen Raeburn2009-11-241-1/+29
* Make zap() work with non-gcc C++ compilers.Greg Hudson2009-11-221-5/+4
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-221-9/+7
* Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson2009-11-192-4/+4
* Rework using "do { } while (0)" in macro bodies to avoid divergentTom Yu2009-11-171-4/+8
* Clean up some open-parenthesis problems, and reindentTom Yu2009-11-161-2/+2
* Move prototypes for krb5int_send_tgs and krb5int_decode_tgs_rep to int-proto.h.Ezra Peisach2009-11-161-21/+0
* Move krb5int_get_fq_local_hostname to os-proto.h. Not exportedEzra Peisach2009-11-151-2/+0
* Moved krb5int_sendto prototype to os-proto.h. This function is not exported Ezra Peisach2009-11-151-11/+0
* Add an exception for include/iprop.h and revert its reformatting,Greg Hudson2009-11-151-119/+118
* Fix typos in previousTom Yu2009-11-141-2/+2
* Reindent include directory, reformatting prototypes as necessary.Greg Hudson2009-11-1453-5622/+5216
* Remove include/krb54proto.h as it is no longer usedGreg Hudson2009-11-141-17/+0
* Constrained delegation without PAC supportGreg Hudson2009-11-142-0/+33
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-2/+2
* Un-constify struct errinfo's msg field because it is the owner of thatGreg Hudson2009-11-011-1/+1
* In k5-int.h, fix make_data to work with C++Greg Hudson2009-11-011-1/+1
* Move the implementations of four deprecated crypto functions toGreg Hudson2009-11-011-23/+0
* make mark-cstyleTom Yu2009-10-3161-1733/+1732
* Add a couple of krb5_data convenience constructor functions, toGreg Hudson2009-10-291-19/+26
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-18/+16
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-4/+4
* Heimdal DB bridge plugin for KDC back endGreg Hudson2009-10-272-0/+4
* Account lockoutGreg Hudson2009-10-253-6/+19
* Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2009-10-211-0/+1
* remove some unneeded extensions from the Novell backend authdata SPILuke Howard2009-10-211-2/+0
* Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2009-10-211-3/+3
* 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