aboutsummaryrefslogtreecommitdiff
path: root/src/lib/gssapi/krb5/acquire_cred.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard1-0/+1
2009-10-20use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard1-14/+13
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-40/+47
2009-09-13Implement s4u extensionsGreg Hudson1-2/+3
2009-01-22fix trailing whitespaceTom Yu1-6/+6
2009-01-22whitespaceTom Yu1-6/+6
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-9/+56
2008-10-29Only prompt automatically from GUI appsAlexandra Ellwood1-5/+25
2008-10-15Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu1-532/+533
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood1-17/+20
2008-08-20lean client changesZhanna Tsitkov1-2/+17
2007-09-02GSS-API Win64 support Jeffrey Altman1-1/+6
2007-07-04gss krb5 mech enhanced error messagesKen Raeburn1-8/+13
2007-02-19Ensure consistancy between prototypes and functionsEzra Peisach1-1/+1
2006-07-19acquire_cred(), kg_caller_provided_ccache_name(): On further reflection Alexandra Ellwood1-13/+13
2006-07-19acquire_cred(): Realized that my previous patch now basically favors theAlexandra Ellwood1-6/+6
2006-07-18acquire_cred(): Fixed KLL support to try the default ccache first ifAlexandra Ellwood1-13/+19
2006-05-17Remove krb5_init_context macro hack; change all the calls except inKen Raeburn1-1/+1
2006-05-09Cleanup a number of cast away from const warnings in gssapiEzra Peisach1-2/+2
2006-03-072006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman1-0/+7
2005-10-31 * acquire_cred.c (acquire_init_cred):Jeffrey Altman1-12/+37
2005-10-27When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood1-0/+36
2005-01-13 correction to previous commit. do not call krb5_gss_release_cred()Jeffrey Altman1-11/+46
2005-01-13 Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman1-39/+11
2004-08-26* acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library.Ken Raeburn1-1/+7
2004-07-29Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn1-0/+10
2004-07-15Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. IKen Raeburn1-3/+17
2004-07-14* acquire_cred.c: Include gss_libinit.h.Ken Raeburn1-8/+36
2004-03-19acquire_cred.c: revert previous change, it breaks the test suiteKen Raeburn1-14/+3
2004-03-19* acquire_cred.c (krb5_gss_acquire_cred): Create and destroy a local krb5Ken Raeburn1-3/+14
2003-12-11Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and...Alexandra Ellwood1-1/+6
2003-07-19krb5_gss_register_acceptor_identity does not allocate enough memory for cache...Ezra Peisach1-1/+1
2003-07-10 * acquire_cred.c (acquire_init_cred): Close the ccache ifTom Yu1-0/+1
2003-03-06 * acquire_cred.c (krb5_gss_register_acceptor_identity): NewTom Yu1-19/+47
2003-03-04GSS_C_NO_CREDENTIAL should accept any principalSam Hartman1-30/+19
2001-06-20 * acquire_cred.c (acquire_init_cred): Include "k5-int.h" forEzra Peisach1-0/+1
2001-06-18 * accept_sec_context.c acquire_cred.c import_sec_context.cEzra Peisach1-2/+2
2000-06-27pullup from 1.2 branchKen Raeburn1-15/+26
2000-05-192000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood1-1/+1
1999-03-27acquire_cred.c (krb5_gss_acquire_cred): Don't use strcmp to compareTheodore Tso1-6/+15
1998-10-30pull up 3des implementation from the marc-3des branchMarc Horowitz1-58/+57
1998-05-25inq_cred.c (krb5_gss_inquire_cred):Theodore Tso1-13/+13
1998-01-22 * gssapiP_krb5.h: Add rcache member to the credsTom Yu1-0/+9
1997-09-19remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1-1/+1
1997-02-06Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1-1/+0
1996-12-04 * acquire_cred.c (acquire_accept_cred): use krb5_kt_get_entryBarry Jaspan1-36/+8
1996-10-10Don't let the "timeleft" returned by krb5_gss_acquire_cred be negative!Theodore Tso1-1/+1
1996-08-02 * acquire_cred.c (krb5_gss_acquire_cred): Add const to localEzra Peisach1-1/+2
1996-07-25 * acquire_cred.c (krb5_gss_acquire_cred): Initialize variableEzra Peisach1-0/+2
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1-22/+62