summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5/acquire_cred.c
Commit message (Expand)AuthorAgeFilesLines
* Remove krb5_init_context macro hack; change all the calls except inKen Raeburn2006-05-171-1/+1
* Cleanup a number of cast away from const warnings in gssapiEzra Peisach2006-05-091-2/+2
* 2006-03-07 Jeffrey Altman <jaltman@mit.edu>Jeffrey Altman2006-03-071-0/+7
* * acquire_cred.c (acquire_init_cred):Jeffrey Altman2005-10-311-12/+37
* When passed GSS_C_INITIATE and a non-NULL desired name, gss_acquire_cred Alexandra Ellwood2005-10-271-0/+36
* correction to previous commit. do not call krb5_gss_release_cred()Jeffrey Altman2005-01-131-11/+46
* Fix the calls to krb5_gss_release_cred to pass in the correct type.Jeffrey Altman2005-01-131-39/+11
* * acquire_cred.c (krb5_gss_acquire_cred): Call gssint_initialize_library.Ken Raeburn2004-08-261-1/+7
* Add a mutex to the GSSAPI krb5 mechanism credential structure. Lock it whileKen Raeburn2004-07-291-0/+10
* Get rid of the global krb5 context used by the GSSAPI Kerberos mechanism. IKen Raeburn2004-07-151-3/+17
* * acquire_cred.c: Include gss_libinit.h.Ken Raeburn2004-07-141-8/+36
* acquire_cred.c: revert previous change, it breaks the test suiteKen Raeburn2004-03-191-14/+3
* * acquire_cred.c (krb5_gss_acquire_cred): Create and destroy a local krb5Ken Raeburn2004-03-191-3/+14
* Added kg_sync_ccache_name(), kg_get_ccache_name, and kg_set_ccache_name() and...Alexandra Ellwood2003-12-111-1/+6
* krb5_gss_register_acceptor_identity does not allocate enough memory for cache...Ezra Peisach2003-07-191-1/+1
* * acquire_cred.c (acquire_init_cred): Close the ccache ifTom Yu2003-07-101-0/+1
* * acquire_cred.c (krb5_gss_register_acceptor_identity): NewTom Yu2003-03-061-19/+47
* GSS_C_NO_CREDENTIAL should accept any principalSam Hartman2003-03-041-30/+19
* * acquire_cred.c (acquire_init_cred): Include "k5-int.h" forEzra Peisach2001-06-201-0/+1
* * accept_sec_context.c acquire_cred.c import_sec_context.cEzra Peisach2001-06-181-2/+2
* pullup from 1.2 branchKen Raeburn2000-06-271-15/+26
* 2000-5-19 Alexandra Ellwood <lxs@mit.edu>Alexandra Ellwood2000-05-191-1/+1
* acquire_cred.c (krb5_gss_acquire_cred): Don't use strcmp to compareTheodore Tso1999-03-271-6/+15
* pull up 3des implementation from the marc-3des branchMarc Horowitz1998-10-301-58/+57
* inq_cred.c (krb5_gss_inquire_cred):Theodore Tso1998-05-251-13/+13
* * gssapiP_krb5.h: Add rcache member to the credsTom Yu1998-01-221-0/+9
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-191-1/+1
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-061-1/+0
* * acquire_cred.c (acquire_accept_cred): use krb5_kt_get_entryBarry Jaspan1996-12-041-36/+8
* Don't let the "timeleft" returned by krb5_gss_acquire_cred be negative!Theodore Tso1996-10-101-1/+1
* * acquire_cred.c (krb5_gss_acquire_cred): Add const to localEzra Peisach1996-08-021-1/+2
* * acquire_cred.c (krb5_gss_acquire_cred): Initialize variableEzra Peisach1996-07-251-0/+2
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-22/+62
* Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error,Theodore Tso1996-04-121-1/+1
* gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1996-02-241-6/+9
* acquire_.c: changed int to size_t.Theodore Tso1995-09-231-1/+1
* Lots of memory leaks and other fixes...Theodore Tso1995-09-161-0/+1
* Update to GSSAPI-V2Paul Park1995-08-311-4/+33
* Windows global stuff:Keith Vetter1995-04-141-1/+1
* Made explicit the signed to unsigned conversions in the gssapi/krb5Keith Vetter1995-03-081-3/+8
* PC'fied gssapi directories. Mostly changing Makefile.in and adding theKeith Vetter1995-02-211-1/+1
* * acquire_cred.c (acquire_accept_cred): Add context arg whenJohn Gilmore1995-01-231-1/+1
* Fixed bugs in introduction of context variables; if the global context isTheodore Tso1995-01-191-2/+2
* Removed all references to DECLARG and OLDDECLARG.Chris Provenzano1995-01-131-51/+55
* stamp out rcs keywordsMark Eichin1994-08-181-4/+0
* "downgrade" to classic C, tweak headers a bit, stamp out widen/narrowMark Eichin1994-06-101-20/+24
* As submitted by Openvision Technologies:Theodore Tso1993-12-181-0/+418