summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/gssapi_krb5.c
Commit message (Expand)AuthorAgeFilesLines
* Add GSSAPI IOV MIC functionsGreg Hudson2013-09-181-0/+6
* Fix various warningsGreg Hudson2013-06-071-3/+0
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-091-4/+1
* Unregister error message key on library unloadBen Kaduk2012-09-121-0/+1
* Add krb5 support for GSS cred export and importGreg Hudson2012-09-111-0/+2
* Remove gss_mechanism_extSimo Sorce2012-08-081-9/+2
* Implement credential store support for krb5 mechSimo Sorce2012-07-201-0/+2
* Use gssalloc memory management where appropriateSam Hartman2011-10-141-1/+1
* * New implementation to map a gss name to localnameSam Hartman2011-09-211-19/+11
* Reindent per krb5-batch-reindent.el.Ken Raeburn2011-09-041-7/+9
* Fix style issues in r25087Greg Hudson2011-08-291-20/+20
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-10/+10
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-131-23/+0
* Implement gss_authorize_localname, as discussed on the kitten list,Greg Hudson2011-04-101-13/+28
* gss_duplicate_name SPI for SPNEGOGreg Hudson2011-04-051-0/+1
* Add gss_userok and gss_pname_to_uidGreg Hudson2011-04-041-0/+91
* Eliminate some unused variable warningsGreg Hudson2010-12-201-0/+3
* Fix Windows buildGreg Hudson2010-11-251-0/+2
* Merge users/lhoward/sasl-gs2 to trunkGreg Hudson2010-10-061-0/+113
* Add gss_krb5_import_credGreg Hudson2010-09-271-10/+14
* Add correct error table when initializing gss-krb5Greg Hudson2010-06-211-1/+1
* The mechglue never invokes a mech's gss_add_cred function. Remove theGreg Hudson2010-05-171-1/+1
* Add IAKERB mechanism and gss_acquire_cred_with_passwordGreg Hudson2010-04-301-10/+45
* Implement gss_set_neg_mechsGreg Hudson2010-02-101-0/+1
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-171-1/+2
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-081-9/+9
* Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard2009-10-231-0/+4
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-091-0/+8
* Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2009-09-201-0/+2
* Implement s4u extensionsGreg Hudson2009-09-131-9/+5
* Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionalsTom Yu2009-05-141-2/+5
* fix trailing whitespaceTom Yu2009-01-221-6/+5
* whitespaceTom Yu2009-01-221-109/+109
* FreeBSD compiler errors out on an error "zero or negative size array"Ezra Peisach2009-01-131-0/+8
* Remove gss_export_name_object and gss_import_name_object.Sam Hartman2009-01-121-2/+0
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+523
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-201-2/+1
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-93/+94
* (more) After malloc/realloc/calloc/strdup/asprintf failures, useKen Raeburn2008-04-301-2/+2
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-041-1/+3
* acquire_cred(), kg_caller_provided_ccache_name(): On further reflection Alexandra Ellwood2006-07-191-0/+16
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-141-7/+10
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-171-1/+1
* * gssapi_krb5.c (kg_ccache_name): Variable deleted.Ken Raeburn2004-07-301-3/+17
* * gssapi_krb5.c (kg_get_ccache_name): Make the copy always, not justKen Raeburn2004-07-291-16/+20
* * gssapi_krb5.c (kg_get_ccache_name): Make a copy of the default ccache name,Ken Raeburn2004-07-281-1/+3
* Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. IKen Raeburn2004-07-151-41/+12
* * gssapi_krb5.c (kg_get_ccache_name): Don't test err while it's still known toKen Raeburn2004-04-241-32/+20
* * k5seal.c (kg_seal): Extract the krb5 context from the security contextKen Raeburn2004-03-151-12/+0
* Make the set type separate from the set-element (linked list node) typeKen Raeburn2004-03-141-1/+1