summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* * gssapiP_krb5.h: Add rcache member to the credsTom Yu1998-01-226-2/+46
* * Makefile.in (OBJS): Changed val_cred.$(OBJECT) toEzra Peisach1997-12-292-1/+6
* * val_cred.c (krb5_gss_validate_cred): Free principal extractedEzra Peisach1997-12-072-0/+6
* * accept_sec_context.c (krb5_gss_accept_sec_context),Theodore Tso1997-11-167-12/+99
* (Wrong version of Changelog committed previously)Theodore Tso1997-11-161-1/+2
* Return GSS_S_FAILURE if a non-NULL context handle is passed to itTheodore Tso1997-11-162-3/+11
* remove occurences of USE_STRING_H, HAS_STRDUP, and HAS_LABSTom Yu1997-09-193-2/+8
* inq_names.c (krb5_gss_inquire_names_for_mech): Add the the new OIDTheodore Tso1997-07-303-1/+20
* (krb5_gss_accept_sec_context): Initialize ctx before it is referenced withou...Ezra Peisach1997-07-222-1/+6
* Always copy the mechtype so that delete_sec_context() can safelyTheodore Tso1997-07-162-1/+11
* Added code so that a valid credential handle is generated whenKevin Mitchell1997-06-302-3/+75
* accept_sec_context.c (krb5_gss_accept_sec_context): Reorganized errorTheodore Tso1997-06-074-172/+220
* Added V2 functions to the glue layerTheodore Tso1997-04-016-17/+74
* Fix really stupid typoTheodore Tso1997-04-011-1/+1
* import_name.c (krb5_gss_import_name): Add support for importing theTheodore Tso1997-03-283-6/+64
* Makefile.in: Add canon_name.c, duplicate_name.c, export_name.c to theTheodore Tso1997-03-286-0/+213
* A zero-length token should be treated like a GSS_C_NO_BUFFER duringTheodore Tso1997-03-252-2/+8
* Moved some of the library list file build logic from the individual MakefilesRichard Basch1997-02-232-9/+11
* Removed unneeded call to krb5_init_etsRichard Basch1997-02-201-1/+0
* Replace instances of krb5_xfree..Richard Basch1997-02-192-5/+4
* Merge of libhack_branchTom Yu1997-02-093-21/+51
* util_crypt.c: Include k5-int.h because we need to access the privateRichard Basch1997-02-062-1/+7
* Windows/NT integration (V1_0_WIN32_BRANCH merge)Richard Basch1997-02-066-154/+167
* Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not*Theodore Tso1996-12-136-45/+96
* * acquire_cred.c (acquire_accept_cred): use krb5_kt_get_entryBarry Jaspan1996-12-042-36/+14
* ser_sctx.c (kg_oid_externalize, kg_oid_internalize,Theodore Tso1996-10-195-12/+183
* *** empty log message ***Marc Horowitz1996-10-161-0/+6
* * accept_sec_context.c (krb5_gss_accept_sec_context): return anMarc Horowitz1996-10-161-21/+37
* Don't let the "timeleft" returned by krb5_gss_acquire_cred be negative!Theodore Tso1996-10-102-1/+6
* Definition of gss_nt_krb5_name was incorrect; someone was being aTheodore Tso1996-10-092-1/+6
* Fix stupid bug; don't free buf before it's allocated!Theodore Tso1996-08-282-1/+5
* * Require DES-CBC-CRC. This works alwaysSam Hartman1996-08-222-1/+6
* * acquire_cred.c (krb5_gss_acquire_cred): Add const to localEzra Peisach1996-08-022-1/+7
* * Makefile.in (OBJS): Remove trailing backslash on a comment; itTom Yu1996-07-262-1/+6
* Add AC_PROG_INSTALL, since it's needed for a "make install"Theodore Tso1996-07-262-0/+6
* restore old version (oops checked in debugging versTom Yu1996-07-261-3/+0
* * Makefile.in: remove trailing backslash from comment under SRCSTom Yu1996-07-263-1/+10
* init_sec_context.c (krb5_gss_init_sec_context): Fixed error checkingTheodore Tso1996-07-255-22/+31
* * acquire_cred.c (krb5_gss_acquire_cred): Initialize variableEzra Peisach1996-07-252-0/+7
* ser_sctx.c (kg_oid_externalize): Add proper return codeTheodore Tso1996-07-254-6/+16
* Fix broken Windows commands to copy gssapi_krb5.h to include/gssapiTheodore Tso1996-07-242-1/+4
* Must include k5-int.h on Windows and Macintosh buildsTheodore Tso1996-07-242-0/+9
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-2240-1003/+2032
* * configure.in: remove ref to ET_RULESTom Yu1996-06-142-1/+5
* Makefile.in: Update special rule for gssapi_err_krb5.obj so that itTheodore Tso1996-06-132-5/+5
* Checked in missing _WIN32 #ifdefTheodore Tso1996-06-131-1/+1
* Add #ifdef _WIN32 in places where we had #ifdef _MSDOSTheodore Tso1996-06-122-1/+6
* cvsignore hackeryTom Yu1996-06-101-1/+0
* Changed `mutual' element of struct _krb5_gss_ctx_id_rec into more generalKevin Mitchell1996-06-076-12/+21
* * k5seal.c k5unseal.c util_cksum.c:Richard Basch1996-05-154-11/+14