summaryrefslogtreecommitdiffstats
path: root/src/include/k5-int.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows buildGreg Hudson2010-11-251-3/+3
* Update krb5_gic_opt_private and related code to reflect the change ofTom Yu2010-11-231-1/+1
* Implement Camellia-CTS-CMAC instead of Camellia-CCMGreg Hudson2010-11-201-9/+9
* Mark Camellia-CCM code as experimentalGreg Hudson2010-10-261-0/+3
* WhitespaceGreg Hudson2010-10-241-2/+2
* Declare krb5_set_error_message_flKen Raeburn2010-10-231-0/+7
* Merge branches/nss to trunkGreg Hudson2010-10-021-0/+2
* Enable sam_challenge_2 encodersSam Hartman2010-10-011-2/+0
* Implement k5login_directory and k5login_authoritative optionsGreg Hudson2010-10-011-0/+2
* kadm5_hook: new plugin interfaceSam Hartman2010-09-291-1/+2
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-071-0/+24
* Password quality pluggable interfaceGreg Hudson2010-09-011-1/+2
* New plugin infrastructureGreg Hudson2010-08-271-0/+119
* Add GIC option for password/account expiration callbackGreg Hudson2010-08-121-0/+2
* Trace loggingGreg Hudson2010-06-071-0/+11
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-121-17/+0
* Add lockout-related performance tuning variablesGreg Hudson2010-05-101-0/+2
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-0/+28
* Introduce new krb5_tkt_creds APIGreg Hudson2010-04-141-9/+0
* Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2010-03-101-3/+5
* Since krb5int_validate_times is used only inside krb dir do not export it and...Zhanna Tsitkov2010-01-061-4/+0
* Rename krb5_validate_times into krb5int_validate_times as it is internal func...Zhanna Tsitkov2010-01-051-1/+1
* Bring back krb5_kt_free_entry which really does the same thing asSam Hartman2010-01-041-4/+0
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-031-0/+12
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-301-0/+3
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-281-0/+1
* Anonymous support for KerberosSam Hartman2009-12-281-12/+1
* fast negotiation projecSam Hartman2009-12-141-0/+7
* 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
* 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
* 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-241-2/+3
* Expand comments around 'zap' codeKen Raeburn2009-11-241-1/+29
* Make zap() work with non-gcc C++ compilers.Greg Hudson2009-11-221-5/+4
* Put krb5_auth_con_set_req_cksumtype back in the public API, since itGreg Hudson2009-11-191-4/+0
* 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
* Fix typos in previousTom Yu2009-11-141-2/+2
* Reindent include directory, reformatting prototypes as necessary.Greg Hudson2009-11-141-1688/+1552
* Constrained delegation without PAC supportGreg Hudson2009-11-141-0/+30
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-021-2/+2
* 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