summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Use size_t to hold set counts in net-server.cGreg Hudson2010-11-031-9/+9
* krb5_get_error_message cannot return NULL, and returns "Success" onGreg Hudson2010-11-013-11/+6
* Don't fail out from krb5_get_credentials() if we can't store a ticketGreg Hudson2010-10-271-10/+4
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-31/+12
* Add a kg_encrypt_inplace() utility function to the krb5 GSS mech, andGreg Hudson2010-10-266-101/+108
* Set *conf_state on successful return fromGreg Hudson2010-10-261-0/+2
* When we create a temporary memory ccache for use within aGreg Hudson2010-10-255-3/+10
* Use safer output parameter handling inGreg Hudson2010-10-251-2/+4
* In acquire_init_cred in the GSS krb5 mech, don't intern cred->name,Greg Hudson2010-10-251-4/+2
* WhitespaceGreg Hudson2010-10-241-1/+2
* Declare xdr_purgekeys_argKen Raeburn2010-10-231-0/+1
* Include k5-int.h for function declarationsKen Raeburn2010-10-231-0/+2
* Try harder to retain the "brand" string in the shared libraryKen Raeburn2010-10-232-5/+14
* Better libk5crypto NSS fork safetyGreg Hudson2010-10-233-6/+124
* Make it possible to override CRYPTO_IMPL_CFLAGS and CRYPTO_IMPL_LIBS atGreg Hudson2010-10-229-9/+20
* WhitespaceGreg Hudson2010-10-131-5/+7
* Fix leaks in get_init_creds interfaceSam Hartman2010-10-131-3/+9
* When returning KRB5_KT_NOTFOUND from krb5_ktfile_get_entry, set anGreg Hudson2010-10-111-1/+8
* Plug a memory leak in gss_indicate_mechsGreg Hudson2010-10-091-1/+3
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-0840-40/+40
* In gss_indicate_mechs, avoid setting the output pointer until successGreg Hudson2010-10-081-17/+17
* In gss_inquire_attrs_for_mech, remove the assumption that mech_attrsGreg Hudson2010-10-081-1/+2
* Remove duplicate code block in spnego_gss_set_cred_option()Greg Hudson2010-10-081-17/+0
* Add a kadm5 RPC for purging old keys from the KDB (e.g., fromTom Yu2010-10-088-0/+135
* Performance issue in LDAP policy fetchGreg Hudson2010-10-072-4/+5
* set NT-SRV-INST on TGS principal namesTom Yu2010-10-061-1/+12
* Correct a miscarriage of justice committed by the style policeGreg Hudson2010-10-061-1/+1
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-0613-1/+1096
* Minor comments related changed. Zhanna Tsitkov2010-10-065-6/+35
* Add RUN_SETUP so make check works by setting the proper LD_LIBRARY_PATHEzra Peisach2010-10-051-1/+1
* Fix the NSS PRNG build. Fix the build for non-gmake make. Revert aGreg Hudson2010-10-053-10/+6
* Add a name field to the pwqual plugin vtable and log pwqual moduleGreg Hudson2010-10-057-1/+28
* Propagate modprinc -unlock from master to slave KDCsGreg Hudson2010-10-052-0/+42
* Some missed files needed for rev #24420Zhanna Tsitkov2010-10-0520-0/+1541
* Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov2010-10-0532-195/+758
* Add mit_afs_string_to_key declarationZhanna Tsitkov2010-10-051-0/+5
* Add a missing protototype which was breaking the crypto build with theGreg Hudson2010-10-051-0/+5
* Protoize old-style function definitions in kdb5.c and normalizeGreg Hudson2010-10-041-131/+75
* Merge branches/nss to trunkGreg Hudson2010-10-0256-19/+3933
* In the krb5_kuserok implementation, fix an unintentional type changeGreg Hudson2010-10-021-2/+2
* Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_optionKen Raeburn2010-10-021-4/+4
* Add an error to be returned by a preauth mechanism indicating that the KDC sh...Sam Hartman2010-10-012-1/+3
* Enable sam_challenge_2 encodersSam Hartman2010-10-012-4/+3
* 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