summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* In krb5_gss_display_status, correct the sense of theGreg Hudson2011-04-121-5/+6
* Documentation updates. Mostly GIC relatedZhanna Tsitkov2011-04-121-9/+4
* Shuffle around some gss-krb5 entry points to eliminate four mostlyGreg Hudson2011-04-119-301/+171
* Add Doxygen markup for gss_userok() and gss_authorize_localname()Greg Hudson2011-04-101-0/+29
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-107-121/+145
* When inquiring the default GSS acceptor principal, return a principalGreg Hudson2011-04-081-3/+19
* Correctly recognize non-iterable keytabs in k5_kt_get_principal()Greg Hudson2011-04-081-1/+3
* Add k5_kt_get_principal, an internal krb5 interface to try to get aGreg Hudson2011-04-084-23/+36
* In the authdata framework, determine which authdata sources to queryGreg Hudson2011-04-071-3/+18
* Allow anonymous name to be imported with empty name bufferGreg Hudson2011-04-061-4/+11
* Make dependGreg Hudson2011-04-054-18/+48
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-058-46/+109
* More sensical mech selection for gss_acquire_cred/accept_sec_contextGreg Hudson2011-04-042-49/+44
* r24838 accidentally added a gss_duplicate_name line toGreg Hudson2011-04-041-1/+0
* Prevent bleed-through of mechglue symbols into loaded mechsGreg Hudson2011-04-041-54/+67
* Add gss_userok and gss_pname_to_uid to dynamic mech loading table.Greg Hudson2011-04-041-0/+2
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-049-70/+410
* CoreFoundation is no longer used for UCS2 conversionsKen Raeburn2011-04-031-2/+1
* In t_fortuna.c, use a static buffer in head_tail_test, and use %f forGreg Hudson2011-04-031-2/+3
* Don't allocate over 2MB on the stack; sparc-netbsd3.0 default stackKen Raeburn2011-04-031-1/+1
* Include krb5_libinit.h always, since we call krb5int_initialize_library alwaysKen Raeburn2011-04-031-3/+0
* Avoid using crypto_int.h in t_nfold.c for convenience on Solaris; justGreg Hudson2011-04-031-1/+3
* destest.c no longer needs crypto_int.hGreg Hudson2011-04-031-1/+0
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-034-13/+13
* Factor out the address checks in krb5_rd_safe and krb5_rd_priv intoGreg Hudson2011-04-024-171/+105
* In libkrb5, move krb5int_auth_con_chkseqnum to a new file privsafe.c,Greg Hudson2011-04-026-170/+203
* When doing S4U2Self for the anon principal, use the server realmLuke Howard2011-04-021-4/+12
* Allow absolute paths for mechglue libraries. From r24736 inGreg Hudson2011-04-011-1/+5
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-016-0/+169
* s4u2proxy_set_attribute should only return EPERM for its own attributeLuke Howard2011-04-011-8/+2
* In krb5_cc_move if something went wrong, free the dst credential cacheZhanna Tsitkov2011-03-291-2/+8
* If the new configuration data that is passed to krb5_cc_set_config is NULL, j...Zhanna Tsitkov2011-03-291-45/+51
* Static function names should not have krb5_ prefixZhanna Tsitkov2011-03-291-12/+14
* Remove the weak key checks from the builtin rc4 enc provider. ThereGreg Hudson2011-03-281-17/+0
* Use first principal in keytab when verifying credsGreg Hudson2011-03-284-25/+171
* Fix a precedence error in g_make_token_header() which caused it toGreg Hudson2011-03-251-2/+2
* Update dependenciesEzra Peisach2011-03-191-39/+22
* Move doxygen comments from source to header. Updated comments and added some ...Zhanna Tsitkov2011-03-181-42/+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
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-09422-2178/+1328
* 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
* Update dependenciesEzra Peisach2011-03-061-1/+3
* Fix up signed/unsigned warnings in this directory. There are still Ezra Peisach2011-03-065-11/+13