summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* Clean up the code to eliminate some clang warningsBen Kaduk2013-11-041-1/+1
* Fix gss_accept_sec_context error tokensGreg Hudson2013-10-142-29/+20
* Fix GSSAPI krb5 cred ccache importGreg Hudson2013-10-141-1/+1
* Use constant-time comparisons for checksumsGreg Hudson2013-10-032-5/+5
* Err codes in KRB_ERROR protocol messages are < 128Zhanna Tsitkov2013-09-231-1/+1
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-1814-50/+306
* Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson2013-09-083-7/+1
* Fix gss_krb5_set_allowable_enctypes for acceptorGreg Hudson2013-08-121-2/+2
* Load import/export cred functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Load cred store functions from GSS modulesSimo Sorce2013-07-211-0/+4
* Fix various warningsGreg Hudson2013-06-073-13/+2
* Reduce boilerplate in makefilesGreg Hudson2013-05-165-12/+4
* Assume mutex locking cannot failGreg Hudson2013-05-149-138/+45
* Fix mismatched spnego_mech.c declarationsGreg Hudson2013-05-031-3/+4
* Avoid passing null pointers to memcpy/memcmpGreg Hudson2013-04-081-1/+2
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-011-25/+6
* Add support for client keytab from cred storeSimo Sorce2013-04-012-10/+44
* Using k5-int.h data helpers for some functionsGreg Hudson2013-03-291-10/+7
* Fix unused assignment in mechglue loadConfigFileGreg Hudson2013-03-281-1/+1
* Fix import_sec_context with interposersSimo Sorce2013-03-241-21/+14
* make dependGreg Hudson2013-03-243-213/+205
* Eliminate unused variablesGreg Hudson2013-03-151-1/+0
* Fix argument type in kg_unseal_v1Greg Hudson2013-03-151-1/+1
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-2/+2
* Modernize k5bufGreg Hudson2013-02-143-16/+16
* Add k5_json_array_fmt and use it in export_cred.cGreg Hudson2013-02-131-261/+273
* Make internal JSON functions return error codesGreg Hudson2013-02-132-75/+97
* Fix RFC 5587 const pointer typedefsGreg Hudson2013-02-111-3/+3
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-094-15/+6
* make dependGreg Hudson2013-01-104-4/+4
* Rename ccache configuration macrosZhanna Tsitkov2013-01-092-6/+6
* Fix void pointer arithmetic in oid_ops.cGreg Hudson2013-01-091-1/+1
* Fix gss_str_to_oid and gss_oid_to_str edge casesGreg Hudson2013-01-011-125/+121
* Fix a small memory leak in util_errmapGreg Hudson2013-01-011-12/+9
* Fix gss_str_to_oid for OIDs with zero-valued arcsLuke Howard2013-01-011-6/+6
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-193-102/+102
* Style cleanup for internal error handlingGreg Hudson2012-12-191-1/+1
* Fix various integer issuesGreg Hudson2012-12-101-3/+3
* Build fixes for windowsBen Kaduk2012-12-051-1/+1
* Don't use void * arithmetic in interposed_oidGreg Hudson2012-10-131-1/+2
* GENC should always export composite namesLuke Howard2012-10-032-10/+12
* Add SPI calls to import objects by mech oidSimo Sorce2012-10-026-17/+85
* Use interposer mechanisms in mechglue functionsSimo Sorce2012-10-0214-112/+183
* Add primitives for using interposed mechanismsSimo Sorce2012-10-022-4/+152
* Add support for loading interposer modulesSimo Sorce2012-10-022-24/+247
* Keep verifier cred locked in accept_sec_contextGreg Hudson2012-09-211-15/+15
* Resolve verifier cred in accept_sec_contextGreg Hudson2012-09-211-2/+3
* Refactor gss mech config parserGreg Hudson2012-09-171-85/+53
* Delete unused internal mechglue functionsGreg Hudson2012-09-172-125/+0
* Simplify gss_inquire_mechs_for_nameGreg Hudson2012-09-171-68/+45