summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* Stop using KRB5_TC_OPENCLOSEGreg Hudson2014-11-031-5/+2
* Use gssalloc_malloc for GSS error tokensGreg Hudson2014-10-091-1/+1
* Fix krb5 gss_acquire_cred_impersonate_name crashGreg Hudson2014-09-191-2/+8
* Let libgssapi see TGTs in the MSLSA cacheBen Kaduk2014-09-091-2/+3
* Try to scan_ccache() after leash picks a cacheBen Kaduk2014-09-091-1/+2
* Allow SPNEGO fallback to NTLM without mechlistMICGreg Hudson2014-08-091-7/+16
* Fix GSS krb5 GSS_C_DELEG_FLAG ret_flags resultGreg Hudson2014-08-091-9/+10
* Fix glob memory leak in GSS initializationGreg Hudson2014-08-071-1/+2
* Fix the build on windowsBen Kaduk2014-08-061-0/+4
* Modify k5buf interfaces for easier useGreg Hudson2014-07-303-18/+12
* Don't equate IAKERB and krb5 in SPNEGO initiatorGreg Hudson2014-07-213-4/+6
* Fix null deref in SPNEGO acceptor [CVE-2014-4344]Greg Hudson2014-07-211-1/+1
* Fix double-free in SPNEGO [CVE-2014-4343]David Woodhouse2014-07-211-1/+0
* Fix leak on GSS module symbol resolution errorSimo Sorce2014-07-201-2/+6
* Remove unused variablesLukas Slebodnik2014-07-121-2/+0
* Include autoconf.h before system headersGreg Hudson2014-07-088-29/+7
* Add tests for invalid GSSAPI per-message tokensGreg Hudson2014-06-261-0/+1
* Handle invalid RFC 1964 tokens [CVE-2014-4341...]Greg Hudson2014-06-262-9/+41
* Simplify ticket retrieval from AP-REQsGreg Hudson2014-06-101-4/+3
* Do not loop on add_cred_from and other new methodsSam Hartman2014-06-051-4/+4
* Use k5_setmsgGreg Hudson2014-06-052-4/+3
* Read /etc/gss/mech if no mech.d/*.conf foundGreg Hudson2014-06-041-17/+24
* Improve pointer hygiene around gss_display_nameGreg Hudson2014-05-242-3/+7
* Load mechglue config files from /etc/gss/mech.dGünther Deschner2014-05-221-11/+54
* Remove dead code from the mechglue initializationGünther Deschner2014-05-221-27/+0
* Allow GSS mechs to force mechlistMIC in SPNEGOSimo Sorce2014-05-081-0/+37
* Fix unlikely memory leak exporting lucid contextNeng Xue2014-05-071-0/+1
* Use k5_change_error_message_code in krb5 GSS mechGreg Hudson2014-05-071-4/+1
* Fix t_seqstate build with Solaris compilerGreg Hudson2014-03-281-2/+3
* Rewrite GSS sequence state tracking codeGreg Hudson2014-03-185-271/+184
* Improve internal API for GSS sequence numbersGreg Hudson2014-03-1812-93/+101
* Add tests for GSSAPI sequence number processingGreg Hudson2014-03-183-0/+204
* Fix GSS krb5 initial sequence number gap handlingTomas Kuthan2014-03-181-0/+15
* Fix clean-unix rule for gssapi_krb5.hTomas Kuthan2014-03-081-2/+2
* Fix install rule for gssapi_krb5.hGreg Hudson2014-02-281-1/+1
* Fix two omissions in stdint.h changesGreg Hudson2014-02-261-0/+2
* Eliminate internal fixed-width type wrappersGreg Hudson2014-02-2610-31/+28
* Stop generating gssapi_krb5.hGreg Hudson2014-02-263-20/+14
* Assume <stdint.h> and fixed-width typesGreg Hudson2014-02-263-28/+4
* Properly reflect MS krb5 mech in SPNEGO acceptorGreg Hudson2014-02-051-4/+4
* Fix gss_pseudo_random leak on zero length outputGreg Hudson2014-01-181-0/+3
* Allow empty store in gss_acquire_cred_fromGreg Hudson2014-01-171-12/+0
* Add rcache feature to gss_acquire_cred_fromSimo Sorce2014-01-172-13/+36
* Clean up rcache if GSS krb5 acquire_cred failsGreg Hudson2014-01-171-0/+2
* Clean up GSS krb5 acquire_accept_credGreg Hudson2014-01-171-22/+30
* Don't produce context deletion token in krb5 mechGreg Hudson2014-01-131-15/+0
* Let SPNEGO display mechanism errorsSimo Sorce2013-12-181-8/+34
* Fix GSS krb5 acceptor acquire_cred error handlingGreg Hudson2013-12-161-1/+3
* Fix memory leak in SPNEGO initiatorSimo Sorce2013-12-161-0/+1
* Remove unneeded check in SPNEGO initiatorGreg Hudson2013-12-161-7/+0