summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/generic
Commit message (Expand)AuthorAgeFilesLines
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-181-0/+41
* Get rid of G_VFY_TOKEN_HDR_IGNORE_SEQ_SIZEGreg Hudson2013-09-082-3/+1
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-1/+0
* Assume mutex locking cannot failGreg Hudson2013-05-141-11/+2
* Add missing .gitignore entries and clean rulesGreg Hudson2013-02-271-2/+2
* Modernize k5bufGreg Hudson2013-02-142-9/+9
* Fix RFC 5587 const pointer typedefsGreg Hudson2013-02-111-3/+3
* make dependGreg Hudson2013-01-101-1/+1
* 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
* Introduce gss_export_cred and gss_import_credGreg Hudson2012-09-111-0/+12
* Add support for GSS_C_NT_COMPOSITE_EXPORTLuke Howard2012-08-313-59/+69
* Clean up k5buf_to_gss helperGreg Hudson2012-08-232-5/+3
* Add debug mode to gssapi_alloc.hGreg Hudson2012-08-112-22/+78
* Explain memory allocation policy in oid_ops.cGreg Hudson2012-08-011-0/+7
* Introduce credential store extensionsSimo Sorce2012-07-201-0/+56
* Use internal release function in oid_ops.cSimo Sorce2012-07-181-1/+1
* define USE_HEAPALLOC in gssapi_alloc.hKevin Wasserman2012-07-161-4/+7
* Fix up gssapi_ext.h Doxygen markup somewhatGreg Hudson2012-03-271-8/+10
* Better short/long descs in gss_display_mech_attrGreg Hudson2012-02-031-1/+34
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+1
* Make reindentTom Yu2011-10-172-3/+3
* make dependTom Yu2011-10-141-17/+28
* Untabify a recent gssapi_alloc.h changeGreg Hudson2011-10-141-1/+2
* Fix gssapi_strdupSam Hartman2011-10-141-7/+3
* gssalloc memory management for gss_buffer_setSam Hartman2011-10-142-5/+15
* Use gssalloc memory management where appropriateSam Hartman2011-10-144-16/+14
* Utility functions to move allocations from k5buf/krb5_data to gss_buffer_tSam Hartman2011-10-141-1/+38
* Add new header gssapi_alloc.hSam Hartman2011-10-142-1/+66
* WhitespaceGreg Hudson2011-09-211-11/+12
* * New implementation to map a gss name to localnameSam Hartman2011-09-211-0/+19
* __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.cSam Hartman2011-09-191-2/+2
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-5/+5
* make dependEzra Peisach2011-07-011-6/+0
* ANSIfy the remaining K&R functions in lib/gssapi/genericGreg Hudson2011-06-132-26/+15
* Mark up strings for translationGreg Hudson2011-06-101-33/+33
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-134-455/+0
* 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-101-4/+7
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-042-11/+21
* Use RFC 5587 const types for draft-josefsson-gss-capsulate APIsLuke Howard2011-04-031-7/+7
* Implement draft-josefsson-gss-capsulateGreg Hudson2011-04-011-0/+21
* Fix a precedence error in g_make_token_header() which caused it toGreg Hudson2011-03-251-2/+2
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-093-31/+23
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix how gssapi.h is rebuilt on Windows; accidentally omitted fromGreg Hudson2010-11-251-0/+4
* Fix Windows buildGreg Hudson2010-11-251-1/+1
* Correct a miscarriage of justice committed by the style policeGreg Hudson2010-10-061-1/+1