summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Use first principal in keytab when verifying credsGreg Hudson2011-03-284-25/+171
* Documentation update. Mostly related to _kt_ and _cc_ routinesZhanna Tsitkov2011-03-281-118/+162
* Fix a precedence error in g_make_token_header() which caused it toGreg Hudson2011-03-251-2/+2
* Set better error messages when plugins fail to load.Greg Hudson2011-03-251-4/+8
* Fix DAL documentation to recommend using krb5_db_get_context() andGreg Hudson2011-03-241-2/+2
* Update dependenciesEzra Peisach2011-03-191-39/+22
* Minor clean-up in krb5.hinZhanna Tsitkov2011-03-181-44/+20
* Move doxygen comments from source to header. Updated comments and added some ...Zhanna Tsitkov2011-03-182-46/+55
* Reinstate the line wrapping of the copyright notice in krb5.hin, andGreg Hudson2011-03-181-3/+3
* Added usage examples to the krb5_build_principal function familyZhanna Tsitkov2011-03-181-24/+56
* Use a helper function to clarify prepare_error_as() in the KDCGreg Hudson2011-03-181-63/+82
* KDC memory leak of reply padata for FAST repliesGreg Hudson2011-03-171-0/+1
* Don't leak the default realm name when initializing the default realmGreg Hudson2011-03-171-1/+8
* KDC memory leak in FAST error pathGreg Hudson2011-03-174-20/+23
* KDC double-free when PKINIT enabled [MITKRB5-SA-2011-003 CVE-2011-0284]Tom Yu2011-03-151-0/+2
* Resolve a few miscellaneous warningsGreg Hudson2011-03-1414-37/+35
* Remove two headers accidentally left behind in r24677Greg Hudson2011-03-142-71/+0
* Although it can't actually happen, make it more explicit that we won'tGreg Hudson2011-03-111-1/+2
* Fix NSS PBKDF2 in the v4 salt (i.e. empty salt) caseGreg Hudson2011-03-111-1/+2
* Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson2011-03-1122-1258/+1025
* Fix a couple of key import modes in the NSS module, although they don'tGreg Hudson2011-03-112-2/+2
* Remove ser_eblk.c, which has been unused since r11001 (October 1998)Greg Hudson2011-03-091-255/+0
* Add one-line descriptions in the filename comments to prototype.[ch]Greg Hudson2011-03-092-4/+4
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-09770-3179/+2227
* Add a script and Makefile target to check for violations of theGreg Hudson2011-03-092-0/+110
* Fix a memory leak independently found by Tim Pozdeev and Arlene BerryTom Yu2011-03-081-0/+1
* SPNEGO's accept_sec_context and init_sec_context produce a null contextGreg Hudson2011-03-081-2/+6
* prototype/getopt.c hasn't been updated in quite some time and we don'tGreg Hudson2011-03-081-31/+0
* Update dependenciesEzra Peisach2011-03-061-1/+3
* Fix up signed/unsigned warnings in this directory. There are still Ezra Peisach2011-03-065-11/+13
* Clean up memory leaks at end of program. No leaks now on successEzra Peisach2011-03-062-0/+21
* On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach2011-03-065-3/+18
* Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. FixGreg Hudson2011-03-052-1/+98
* Add test script for user2user programsEzra Peisach2011-03-053-4/+35
* Include crypto_int.h for mit_des_fixup_key_parity prototypeEzra Peisach2011-03-051-6/+7
* Fix a conceptual (but not practical) type mismatch in the OpenSSLGreg Hudson2011-03-051-1/+1
* Make enc provider free_state function return voidGreg Hudson2011-03-056-25/+16
* Remove the init_state and free_state enctype functions and go back toGreg Hudson2011-03-053-49/+2
* Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson2011-03-059-20/+116
* Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson2011-03-0542-587/+128
* Fix SHA-256 on big-endian platformsGreg Hudson2011-03-031-0/+4
* Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson2011-03-02212-3960/+1884
* Remove some declarations from kdc_preauth.c which are no longer neededGreg Hudson2011-03-021-9/+0
* In export-check.pl, display a better error if there are duplicateGreg Hudson2011-03-021-0/+4
* Simplify lib/crypto/krb/arcfour in the wake of r23444. Move theGreg Hudson2011-02-2811-393/+305
* Use the hash provider interface in krb5int_arcfour_string_to_key soGreg Hudson2011-02-282-34/+13
* Reference random-to-key handlers through the enctype instead of theGreg Hudson2011-02-2761-704/+486
* Remove nonexistent aes_ctr from object and source file lists inGreg Hudson2011-02-271-3/+0
* Make sure ulog_map() is invoked whenever we open the database inGreg Hudson2011-02-272-8/+11
* Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson2011-02-258-92/+68