summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/import_sec_context.c
Commit message (Expand)AuthorAgeFilesLines
* Fix style issues in r25087Greg Hudson2011-08-291-2/+2
* Use KRB5_CALLCONV for all gss mechanism functions. Also wrap #include <unistd...Sam Hartman2011-08-091-1/+1
* Remove pointer validation code from the gss krb5 mechGreg Hudson2011-04-131-7/+0
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-091-6/+1
* Apply patch from Arlene Berry to not use freed memory inTom Yu2010-03-231-1/+2
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-081-1/+1
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-1/+1
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-151-39/+40
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-271-1/+1
* Free context after use, not beforeKen Raeburn2008-05-151-2/+2
* gss krb5 mech enhanced error messagesKen Raeburn2007-07-041-1/+3
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-171-1/+1
* * k5unseal.c: gss_krb5int_unseal_token_v3() takes a pointer toJeffrey Altman2004-04-131-1/+1
* * k5seal.c (kg_seal): Extract the krb5 context from the security contextKen Raeburn2004-03-151-6/+37
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-061-1/+1
* * import_sec_context.c (krb5_gss_import_sec_context): Get rid ofEzra Peisach2001-07-251-2/+0
* * accept_sec_context.c acquire_cred.c import_sec_context.cEzra Peisach2001-06-181-1/+1
* copyright notice updates from 1.1 branchKen Raeburn1999-09-241-1/+4
* gssapi_krb5.c: Rearrange OID's so that the V1V2 mechanism set returnsTheodore Tso1999-03-261-2/+2
* k5unseal.c (kg_unseal): Clean up lint warningsTheodore Tso1998-07-021-0/+21
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-34/+21
* k5mech.c (krb5_gss_get_context): Initialize the serializers here,Theodore Tso1996-03-021-47/+33
* * import_sec_context.c (krb5_gss_import_sec_context): Do notEzra Peisach1996-02-241-3/+3
* gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1996-02-241-2/+3
* Lots of memory leaks and other fixes...Theodore Tso1995-09-161-8/+6
* Add new modules to support {im,ex}port of GSSAPI contextPaul Park1995-08-291-0/+101