summaryrefslogtreecommitdiffstats
path: root/src/include
Commit message (Expand)AuthorAgeFilesLines
...
* Remove db_supported_realms and db_free_supported_realms from the DALGreg Hudson2010-07-021-16/+1
* DAL improvementsGreg Hudson2010-07-021-1/+12
* Remove some unused (as of yet) trace macro definitionsGreg Hudson2010-06-101-10/+0
* Trace loggingGreg Hudson2010-06-074-1/+397
* Add krb5_enctype_to_name() APIGreg Hudson2010-06-041-0/+2
* Reimplement krb5_get_in_tkt_with_skey in terms of krb5_get_init_creds,Greg Hudson2010-05-122-28/+0
* Add lockout-related performance tuning variablesGreg Hudson2010-05-101-0/+2
* Eliminate the unused realm_dbname field from krb5_realm_paramsGreg Hudson2010-05-041-1/+0
* Remove krb5_db_set_option and the associated DAL entry. It was notGreg Hudson2010-05-041-17/+0
* Correct the DAL documentation for db_createGreg Hudson2010-05-031-3/+4
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-302-0/+29
* Add KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with Heimdal.Greg Hudson2010-04-201-4/+6
* Introduce new krb5_tkt_creds APIGreg Hudson2010-04-142-9/+96
* Add krb5_cc_dup() to make it possible to copy ccache handlesGreg Hudson2010-04-081-0/+7
* krb5_typed_data not castable to krb5_pa_data on 64-bit MacOSXTom Yu2010-03-232-11/+13
* Change KRB5_AUTHDATA_SIGNTICKET from 142 to 512Greg Hudson2010-03-201-1/+1
* UntabifyKen Raeburn2010-03-181-6/+6
* Copyright noticeKen Raeburn2010-03-181-1/+29
* Merge users/raeburn/branches/network-mergeKen Raeburn2010-03-171-0/+50
* Use KRB5_CONF_ macros instead of strings in the source file for profile confi...Zhanna Tsitkov2010-03-101-3/+5
* Remove vestigial include/spnego-asn1.hGreg Hudson2010-03-101-90/+0
* Use bswap16 and bswap32 on NetBSDKen Raeburn2010-02-201-2/+14
* Correct the DAL documentation ofGreg Hudson2010-02-011-5/+9
* Correct the DAL documentation for how modules should handle referralsGreg Hudson2010-01-291-17/+29
* Handle migration from pre-1.7 databases with master key kvno != 1Greg Hudson2010-01-281-0/+8
* Get rid of kdb_ext.h and allow out-of-tree KDB pluginsGreg Hudson2010-01-272-169/+133
* In the DAL comments, document KRB5_KDB_INCLUDE_PAC, and correct theGreg Hudson2010-01-251-7/+14
* Document the DAL interface in comments, as an aid to moduleGreg Hudson2010-01-251-184/+546
* Add krb5_allow_weak_crypto APIGreg Hudson2010-01-191-0/+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
* disable weak crypto by defaultTom Yu2010-01-051-1/+1
* Bring back krb5_kt_free_entry which really does the same thing asSam Hartman2010-01-042-4/+5
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-031-0/+12
* No comma at end of enumerator listKen Raeburn2009-12-311-2/+2
* 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
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-281-10/+9
* Anonymous support for KerberosSam Hartman2009-12-283-17/+42
* 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