summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-051-0/+1
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-041-0/+91
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0926-97/+31
* Fix a memory leak independently found by Tim Pozdeev and Arlene BerryTom Yu2011-03-081-0/+1
* Make dependGreg Hudson2011-02-251-255/+208
* Fix a memory leak introduced in r23926 where k_cred was not freed onGreg Hudson2011-02-221-30/+24
* 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
* 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
* Add comment noting that RFC 4121 appears to omit RC4-HMAC from theTom Yu2010-12-072-0/+4
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-2/+3
* Fix Windows buildGreg Hudson2010-11-258-15/+17
* 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
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-061-0/+113
* A cleaner impleentation of r24399 which adds two new auth context APIsGreg Hudson2010-10-011-4/+7
* GSSAPI forwarded credentials must be encrypted in session keyGreg Hudson2010-10-011-3/+11
* Use IAKERB OID header for all IAKERB messages including AP-REQLuke Howard2010-09-274-4/+16
* Simplify acquire_accept_cred very slightly, avoiding some long linesGreg Hudson2010-09-271-7/+6
* Add gss_krb5_import_credGreg Hudson2010-09-277-235/+384
* Make dependGreg Hudson2010-09-081-157/+204
* Allow krb5_gss_register_acceptor_identity to unset keytab nameGreg Hudson2010-08-192-10/+8
* Add correct error table when initializing gss-krb5Greg Hudson2010-06-211-1/+1
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-083-29/+3
* Stop checking the current time against the context expiration time inGreg Hudson2010-06-081-14/+0
* make dependGreg Hudson2010-06-071-255/+259
* make dependGreg Hudson2010-05-281-15/+0
* CVE-2010-1321 GSS-API lib null pointer deref (MITKRB5-SA-2010-005)Tom Yu2010-05-191-0/+7
* The mechglue always passes null for desired_mechs and actual_mechsGreg Hudson2010-05-177-244/+30
* The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson2010-05-174-411/+1
* Update dependenciesKen Raeburn2010-05-161-0/+14
* Fix some bugs in the IAKERB code discovered by Coverity. Also trimGreg Hudson2010-05-012-28/+16
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-3014-264/+1703
* In kg_new_connection(), make sure k_cred is freed in all failureGreg Hudson2010-04-221-3/+2
* Amend r23917 to correct some uses of *out_creds which should now useGreg Hudson2010-04-211-3/+2
* In the get_credentials() helper of the gss-krb5 init_sec_context code,Greg Hudson2010-04-211-2/+8
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* Implement gss_set_neg_mechsGreg Hudson2010-02-101-0/+1
* Apply patch from Arlene Berry to return a comparable static OID objectTom Yu2010-02-051-0/+3
* define MIN() in lib/gssapi/krb5/prf.cTom Yu2010-01-261-0/+4
* Update dependenciesKen Raeburn2010-01-031-0/+29
* krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach2010-01-031-3/+5