summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid leaks on gss_accept_sec_context errorsSimo Sorce2012-09-161-4/+5
* Unregister error message key on library unloadBen Kaduk2012-09-121-0/+1
* make dependGreg Hudson2012-09-122-0/+48
* Add SPNEGO support for GSS cred export and importGreg Hudson2012-09-112-1/+51
* Add krb5 support for GSS cred export and importGreg Hudson2012-09-115-0/+1117
* Introduce gss_export_cred and gss_import_credGreg Hudson2012-09-116-0/+314
* Add support for GSS_C_NT_COMPOSITE_EXPORTLuke Howard2012-08-317-62/+78
* Fix memory leak in gss_add_credGreg Hudson2012-08-301-0/+3
* Run "make depend"Tom Yu2012-08-231-0/+15
* Clean up k5buf_to_gss helperGreg Hudson2012-08-232-5/+3
* Use gssalloc in krb5_gss_export_nameGreg Hudson2012-08-111-1/+1
* Use gssalloc in more parts of GSSAPIGreg Hudson2012-08-115-11/+13
* Add debug mode to gssapi_alloc.hGreg Hudson2012-08-113-23/+79
* Remove gss_mechanism_extSimo Sorce2012-08-085-124/+26
* Pass the actual mech oid in creds functionsSimo Sorce2012-08-062-11/+34
* Always consider desired_mechs empty in spnego (2)Simo Sorce2012-08-061-9/+7
* Reuse code to free gss_mech_info structureSimo Sorce2012-08-051-21/+4
* Always consider desired_mechs empty in spnegoSimo Sorce2012-08-031-18/+4
* Make gss_ctx_id_t truly opaqueSimo Sorce2012-08-035-6/+6