summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Allow anonymous name to be imported with empty name bufferGreg Hudson2011-04-061-4/+11
* Make dependGreg Hudson2011-04-051-0/+32
* 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
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-034-13/+13
* Allow absolute paths for mechglue libraries. From r24736 inGreg Hudson2011-04-011-1/+5
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-016-0/+169
* Fix a precedence error in g_make_token_header() which caused it toGreg Hudson2011-03-251-2/+2
* Although it can't actually happen, make it more explicit that we won'tGreg Hudson2011-03-111-1/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0950-211/+77
* 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
* Make dependGreg Hudson2011-02-253-264/+217
* Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson2011-02-221-30/+24
* Don't leak the mechanism internal context when we get an error in theGreg Hudson2011-02-221-1/+6
* In kg_acceptor_princ, make Coverity happy by using a different test toGreg Hudson2011-02-141-1/+1
* Improve acceptor name flexibilityGreg Hudson2011-02-077-58/+207
* Change flow control in krb5_gss_import_name to better match currentGreg Hudson2011-02-041-95/+60
* Remove an unnecessary statement in acquire_init_cred(). We never setGreg Hudson2011-02-031-7/+1
* Make gss_krb5_set_allowable_enctypes work for the acceptorGreg Hudson2011-01-251-0/+9
* Don't call memset with a zero lengthKen Raeburn2011-01-121-1/+2
* Tighten up the error handling in the mechglue's gss_canonicalize_name,Greg Hudson2011-01-101-32/+14
* Fix a couple of cases in the SPNEGO implementation where aGreg Hudson2011-01-101-1/+4
* Don't attempt to serialize a NULL authdata context when serializing aGreg Hudson2010-12-281-2/+4
* Eliminate some unused variable warningsGreg Hudson2010-12-202-1/+3
* Ensure time() is prototyped in g_accept_sec_context.cGreg Hudson2010-12-141-0/+1
* Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2010-12-072-0/+4
* update dependenciesKen Raeburn2010-12-051-0/+16
* Install gssapi_ext.h on Windows. Include gssapi_ext.h in the headerGreg Hudson2010-11-301-1/+2
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-285-37/+7
* Fix how gssapi.h is rebuilt on Windows; accidentally omitted fromGreg Hudson2010-11-251-0/+4
* Fix Windows buildGreg Hudson2010-11-2515-44/+35
* 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
* Plug a memory leak in gss_indicate_mechsGreg Hudson2010-10-091-1/+3
* 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
* 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