summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/spnego/spnego_mech.c
Commit message (Expand)AuthorAgeFilesLines
* Fix various integer issuesGreg Hudson2012-12-101-3/+3
* Add SPNEGO support for GSS cred export and importGreg Hudson2012-09-111-1/+37
* Use gssalloc in more parts of GSSAPIGreg Hudson2012-08-111-6/+6
* Remove gss_mechanism_extSimo Sorce2012-08-081-5/+0
* Always consider desired_mechs empty in spnego (2)Simo Sorce2012-08-061-9/+7
* Always consider desired_mechs empty in spnegoSimo Sorce2012-08-031-18/+4
* Implement credential store support in spnegoSimo Sorce2012-07-201-15/+41
* Don't stomp minor code in spnego_gss_acquire_credGreg Hudson2012-05-131-3/+3
* Fix an unlikely memory leak in r25591Greg Hudson2011-12-271-1/+1
* Do mech fallback for first SPNEGO context tokenGreg Hudson2011-12-161-8/+37
* Verify acceptor's mech in SPNEGO initiatorGreg Hudson2011-12-161-77/+42
* Fix style issues in r25087Greg Hudson2011-08-291-96/+96
* Fix call to gss_inquire_cred from spnego_gss_acquire_cred_impersonate_nameGreg Hudson2011-08-111-13/+11
* Correctly dereference cred_handle when assigning to spcred inGreg Hudson2011-08-111-1/+1
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-48/+48
* Mark up strings for translationGreg Hudson2011-06-101-5/+10
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-051-0/+18
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-041-0/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-2/+0
* SPNEGO's accept_sec_context and init_sec_context produce a null contextGreg Hudson2011-03-081-2/+6
* Fix a couple of cases in the SPNEGO implementation where aGreg Hudson2011-01-101-1/+4
* Fix Windows buildGreg Hudson2010-11-251-3/+1
* Remove duplicate code block in spnego_gss_set_cred_option()Greg Hudson2010-10-081-17/+0
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-061-1/+99
* Use gss_set_cred_option instead of (undeclared) gssspi_set_cred_optionKen Raeburn2010-10-021-4/+4
* Add gss_krb5_import_credGreg Hudson2010-09-271-2/+22
* Apply patch from Arlene Berry to detect and ignore a duplicateTom Yu2010-05-201-0/+12
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-0/+64
* MITKRB5-SA-2010-002 CVE-2010-0628 denial of service in SPNEGOTom Yu2010-03-231-22/+16
* Release the internal_name field of a SPNEGO context if it has not beenGreg Hudson2010-03-051-0/+3
* Explain the current SPNEGO initiator/acceptor design in comments. NoGreg Hudson2010-02-221-11/+66
* Fix two unrelated problems in SPNEGO which don't crop up with the krb5Greg Hudson2010-02-221-10/+16
* Clarify the SPNEGO NegHints code and plug two cases where half-createdGreg Hudson2010-02-131-25/+19
* Simplify the SPNEGO neg_mechs intersection logic a bit usingGreg Hudson2010-02-121-7/+6
* Implement gss_set_neg_mechsGreg Hudson2010-02-101-81/+191
* Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2009-12-211-1/+16
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-171-0/+19
* make mark-cstyleTom Yu2009-10-311-5/+5
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+131
* Implement s4u extensionsGreg Hudson2009-09-131-3/+140
* Memory leak in spnego accept_sec_context error pathGreg Hudson2009-08-271-0/+7
* fix minor syntax errorKen Raeburn2009-05-221-1/+1
* CVE-2009-0844 SPNEGO can read beyond buffer endTom Yu2009-04-071-27/+24
* Apply revised patch from Apple that ensures that a REJECT token isTom Yu2009-04-071-3/+5
* CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu2009-03-131-1/+2
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-121-2/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-81/+633
* Apply (adapted) patch from Apple to check for SPNEGO mechanism inTom Yu2008-10-201-0/+11
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-8/+1