aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2011-03-21return GSS_S_UNAVAILABLE on localname lookup errorLuke Howard1-4/+10
2011-03-21add attribute-based implementation of gssd_pname_to_uidLuke Howard2-17/+121
2011-03-20set minor_status to KRB5_NO_LOCALNAME if pname_to_uid failsLuke Howard1-3/+3
2011-03-20Use PADL rather than MIT copyright for userok extensions (workLuke Howard1-18/+26
2011-03-17allow mechanisms to export a gss_duplicate_name SPI that supportsLuke Howard7-54/+45
2011-03-17Use pointer test to avoid mechglue symbol loopbackLuke Howard1-54/+67
2011-03-17implement attribute-based userok authorisation logic as suggestedLuke Howard1-24/+121
2011-03-17avoid unnecessary call to gssint_get_mechanism() in case of error pathLuke Howard1-6/+6
2011-03-17plug introduced leak in gss_acquire_credLuke Howard1-0/+2
2011-03-17If calling gss_accept_sec_context with non-NULL credentials, ensureLuke Howard1-5/+10
2011-03-17make gss_acquire_cred(GSS_C_NO_OID_SET) acquire credentials for allLuke Howard1-42/+32
2011-03-17look for gss_{wrap_size_limit,pname_to_uid} when dynamically loading mechs by...Luke Howard1-0/+2
2011-03-17Reinstate gss_userok and gss_pname_to_uidLuke Howard8-50/+173
2011-03-14Resolve a few miscellaneous warningsGreg Hudson14-37/+35
2011-03-14Remove two headers accidentally left behind in r24677Greg Hudson2-71/+0
2011-03-11Although it can't actually happen, make it more explicit that we won'tGreg Hudson1-1/+2
2011-03-11Fix NSS PBKDF2 in the v4 salt (i.e. empty salt) caseGreg Hudson1-1/+2
2011-03-11Move the des and AFS string-to-key implementations into lib/crypto/krb,Greg Hudson22-1258/+1025
2011-03-11Fix a couple of key import modes in the NSS module, although they don'tGreg Hudson2-2/+2
2011-03-09Remove ser_eblk.c, which has been unused since r11001 (October 1998)Greg Hudson1-255/+0
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson422-2178/+1328
2011-03-08Fix a memory leak independently found by Tim Pozdeev and Arlene BerryTom Yu1-0/+1
2011-03-08SPNEGO's accept_sec_context and init_sec_context produce a null contextGreg Hudson1-2/+6
2011-03-06Update dependenciesEzra Peisach1-1/+3
2011-03-06Fix up signed/unsigned warnings in this directory. There are still Ezra Peisach5-11/+13
2011-03-06On make clean remove test programs and object files. In lib/krb5/krbEzra Peisach4-2/+16
2011-03-05Add test vectors from RFC 3961 for DES and DES3 to t_str2key.c. FixGreg Hudson2-1/+98
2011-03-05Include crypto_int.h for mit_des_fixup_key_parity prototypeEzra Peisach1-6/+7
2011-03-05Fix a conceptual (but not practical) type mismatch in the OpenSSLGreg Hudson1-1/+1
2011-03-05Make enc provider free_state function return voidGreg Hudson6-25/+16
2011-03-05Remove the init_state and free_state enctype functions and go back toGreg Hudson3-49/+2
2011-03-05Move t_cf2 from lib/crypto/builtin to lib/crypto/crypto_tests, as itGreg Hudson9-20/+116
2011-03-05Flatten lib/crypto/krb, as its seven subdirectories only contained aGreg Hudson41-577/+121
2011-03-03Fix SHA-256 on big-endian platformsGreg Hudson1-0/+4
2011-03-02Consolidate almost all lib/crypto/krb headers into a singleGreg Hudson211-3866/+1884
2011-02-28Simplify lib/crypto/krb/arcfour in the wake of r23444. Move theGreg Hudson11-393/+305
2011-02-28Use the hash provider interface in krb5int_arcfour_string_to_key soGreg Hudson2-34/+13
2011-02-27Reference random-to-key handlers through the enctype instead of theGreg Hudson58-695/+482
2011-02-27Remove nonexistent aes_ctr from object and source file lists inGreg Hudson1-3/+0
2011-02-25Namespace-protect SHA-256 symbols. Build SHA-256 code independently ofGreg Hudson8-92/+68
2011-02-25Add Fortuna test program to file list for dependency generationGreg Hudson2-9/+23
2011-02-25Add a non-default PRNG module which just retrieves entropy fromGreg Hudson1-0/+94
2011-02-25Remove some unnecessary includes from prng_fortuna.cGreg Hudson1-2/+0
2011-02-25Make dependGreg Hudson35-1420/+1303
2011-02-25Now that all PRNG modules fit nicely into a single source file,Greg Hudson18-324/+149
2011-02-25Remove Yarrow PRNG implementationGreg Hudson29-2913/+5
2011-02-25A couple more Windows build system adjustments for Fortuna as defaultGreg Hudson2-2/+8
2011-02-25Add a stubs file missing from r24656Greg Hudson1-0/+68
2011-02-24Unbreak the OpenSSL and NSS crypto builds in the wake of r24652Greg Hudson11-79/+119
2011-02-24Fix dangling Makefile reference after r24652Greg Hudson1-1/+1