summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove support for the old pa-sam-challenge and pa-sam-responseSam Hartman2010-10-011-295/+46
* Implement k5login_directory and k5login_authoritative optionsGreg Hudson2010-10-011-85/+118
* Add a simple test harness for kuserok. Build it during make check butGreg Hudson2010-10-012-2/+66
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-013-4/+29
* GSSAPI forwarded credentials must be encrypted in session keyGreg Hudson2010-10-011-3/+11
* WhitespaceGreg Hudson2010-09-302-42/+30
* Use a different construction for defaulting ks_tuple and n_ks_tuple inGreg Hudson2010-09-301-33/+31
* Whitespace and minor style changesGreg Hudson2010-09-301-8/+9
* Follow-on to r24258: initialize the new k5e1 error table where weGreg Hudson2010-09-293-0/+4
* make dependSam Hartman2010-09-291-2/+24
* kadm5_hook: new plugin interfaceSam Hartman2010-09-296-10/+323
* Make krb5_dbe_def_search_enctype skip key data entries with invalidGreg Hudson2010-09-281-6/+4
* Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard2010-09-274-4/+16
* kpasswd: if a credential cache is present, use FASTSam Hartman2010-09-272-0/+24
* Simplify acquire_accept_cred very slightly, avoiding some long linesGreg Hudson2010-09-271-7/+6
* Add gss_krb5_import_credGreg Hudson2010-09-2714-273/+578
* relicense Sun RPC to 3-clause BSD-styleTom Yu2010-09-2240-920/+1002
* KDC worker processes featureGreg Hudson2010-09-171-4/+6
* WhitespaceGreg Hudson2010-09-151-26/+29
* Formatting fixGreg Hudson2010-09-151-2/+2
* kdb: store mkey list in context and permit NULL mkey for kdb_dbe_decrypt_key_...Sam Hartman2010-09-155-85/+96
* WhitespaceGreg Hudson2010-09-151-1/+1
* Fix warnings in encrypt_key and decrypt_key. Avoid a segfault if NULLSam Hartman2010-09-152-6/+10
* In krb5_sname_to_principal, correctly handle failures fromGreg Hudson2010-09-151-2/+2
* Allow a zero checksum type to be passed into krb5_k_verify_checksum_iov;Luke Howard2010-09-091-0/+6
* krb5_k_make_checksum will use the mandatory checksum type if 0 isLuke Howard2010-09-091-0/+6
* Add dummy camellia subdir to openssl back end makefileGreg Hudson2010-09-081-1/+1
* Make dependGreg Hudson2010-09-0837-1026/+1449
* Don't build the built-in Camellia block cipher code if Camellia-CCMGreg Hudson2010-09-082-0/+10
* Merge the camellia-ccm branch to trunk. Since there are no IANAGreg Hudson2010-09-0756-332/+6225
* Ensure valid key in krb5int_yarrow_cipher_encrypt_blockEzra Peisach2010-09-041-0/+6
* In k5_pwqual_load(), if the last vtable initializer fails, return 0Greg Hudson2010-09-041-0/+1
* Fix output argument ordering and handling in k5_pwqual_load()Greg Hudson2010-09-033-7/+9
* Prevent a double free in k5_pwqual_load()Greg Hudson2010-09-031-0/+1
* clean up memory leak and potential unused variable in crypto testsEzra Peisach2010-09-032-0/+5
* Password quality pluggable interfaceGreg Hudson2010-09-0115-366/+820
* Make relative plugin module paths be interpreted as relative toGreg Hudson2010-08-301-2/+35
* Add plugin.o to T_ETYPES_OBJS because init_ctx.o needs it nowTom Yu2010-08-271-1/+1
* New plugin infrastructureGreg Hudson2010-08-275-0/+381
* Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson2010-08-262-5/+43
* rd_req_decoded: clarify behavior in commentSam Hartman2010-08-251-1/+8
* Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2010-08-192-10/+8
* Add GIC option for password/account expiration callbackGreg Hudson2010-08-126-24/+227
* Remove two unused source files in lib/gssapi/genericGreg Hudson2010-08-122-118/+0
* Move the password expiry warning code out ofGreg Hudson2010-08-101-84/+92
* Use xdr_int32 instead of xdr_u_int in xdr_krb5_enctype(), sinceGreg Hudson2010-07-261-1/+1
* Fix XDR decoding of large values in xdr_u_intGreg Hudson2010-07-261-1/+1
* Revert the part of r24157 which added the dal_version argument to theGreg Hudson2010-07-211-2/+8
* Allow Microsoft HMAC-MD5 checksum types to use non-RC4 keysGreg Hudson2010-07-192-4/+6
* Add check_allowed_to_delegate to the DAL with a corresponding libkdb5Greg Hudson2010-07-152-11/+11