summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change call to krb5_auth_con_setcksumtype to useTheodore Tso1996-05-142-1/+7
* Renamed MD5 routines to be preceded with krb5_Richard Basch1996-04-133-22/+27
* Return GSS_S_CRED_UNAVAIL on if krb5_cc_set_flags() returns an error,Theodore Tso1996-04-122-1/+8
* If make_ap_req() returns KRB5APP_TKT_EXPIRED, then returnTheodore Tso1996-04-102-0/+8
* Makefile.in (SRCS): Inlined list of source files for SRCS and OBJSTheodore Tso1996-04-023-6/+18
* Don't compile this procedure, since it's not used. The mechanism glueTheodore Tso1996-03-212-0/+10
* Comment out #ident line. This causes the Macintosh C compilerTheodore Tso1996-03-212-2/+9
* Synchronize .Sanitize with current realityEzra Peisach1996-03-201-1/+2
* use PROTOTYPE and K&R style definitions, per krb5 styleMark Eichin1996-03-121-6/+6
* Change sizeof(long) to sizeof(krb5_int32)Ezra Peisach1996-03-092-1/+6
* k5mech.c (krb5_gss_get_context): Initialize the serializers here,Theodore Tso1996-03-024-125/+119
* accept_sec_context.c (krb5_gss_accept_sec_context): Remove dead codeTheodore Tso1996-02-275-7/+23
* Remoe static declaration of kg_context,Sam Hartman1996-02-262-5/+4
* Add support for new V2 call gss_wrap_size_limitTheodore Tso1996-02-252-1/+3
* No longer need to call name-type/mechanism registration function.Theodore Tso1996-02-242-9/+6
* * import_sec_context.c (krb5_gss_import_sec_context): Do notEzra Peisach1996-02-243-6/+12
* * rel_oid.c (krb5_gss_internal_release_oid): Change to match prototypeEzra Peisach1996-02-243-4/+13
* gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * asTheodore Tso1996-02-2424-330/+145
* Commited new snapshot from Roland Schemers at SunTheodore Tso1996-02-073-45/+49
* Require DES for credentialsSam Hartman1996-01-262-1/+5
* * pname_to_uid.c (krb5_pname_to_uid): Changed def'n ofTom Yu1996-01-252-2/+8
* Don't assume that the input_name_buffer is null terminated, when itTheodore Tso1996-01-242-8/+26
* Check for stdlib.h, include stdlib.h, string.h, cast to handle gcc warningEzra Peisach1996-01-234-1/+14
* Add support for building GSSAPI as a shared libraryTheodore Tso1996-01-232-3/+21
* rel_oid.c (krb5_gss_internal_release_oid): Add the new interface forTheodore Tso1996-01-237-687/+61