summaryrefslogtreecommitdiffstats
path: root/src/lib/gssapi/krb5
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* New files for Sun's multi-mechanism GSSAPITheodore Tso1996-01-232-0/+427
* Added defintion for KRB5_GSS_FOR_CREDS_OPTIONTheodore Tso1996-01-101-0/+2
* gssapiP_krb5.h (KRB5_GSS_FOR_CREDS_OPTION): New constant added forTheodore Tso1996-01-103-77/+252
* Add rule for building shared object filesTheodore Tso1995-12-012-0/+5
* Changed token ID for KG_TOK_WRAP_MSG to match KG_TOK_SEAL_MSG bothTheodore Tso1995-12-012-1/+5
* * krb5_gss_glue.c (gss_inquire_names_for_mech): Added new contextTheodore Tso1995-12-013-2/+12
* Fixed token type numbers so they conform with the protocol spec. PaulTheodore Tso1995-11-182-3/+11
* remove rcs keyword cruft which doesn't make much sense in CVS.Mark Eichin1995-11-032-6/+0
* Change the input type of do_mutual to be OM_int32 instead of an int,Theodore Tso1995-10-252-1/+8
* Remove ##DOS!include of config/windows.in. config/windows.in is nowTheodore Tso1995-10-072-2/+5
* Removed "foo:: foo-$(WHAT)" lines from the MakefileTheodore Tso1995-09-252-3/+8
* Fix tabbing in prototypes. (Just to clear up a conflict)Theodore Tso1995-09-251-6/+6
* Fixed kb_seal_size prototypeKeith Vetter1995-09-252-2/+6
* acquire_.c: changed int to size_t.Theodore Tso1995-09-237-5/+76
* Lots of memory leaks and other fixes...Theodore Tso1995-09-1618-106/+136
* Free the auth context when freeing the GSSAPI context structureTheodore Tso1995-09-133-0/+14
* Undo MACINTOSH changes to path in these files - theye were correct. TheEzra Peisach1995-09-124-12/+5
* Reintegrate the keytab -> enctype changesEzra Peisach1995-09-123-5/+5
* Mac Beta 1 submissionKeith Vetter1995-09-118-5/+35
* (gss_delete_sec_context): Add extra indirection so that we actuallyTheodore Tso1995-09-093-6/+14
* * accept_sec_context.c, init_sec_context.c, util.c :Chris Provenzano1995-09-064-5/+9
* * accept_sec_context.c, init_sec_context.c, util_seed.c :Chris Provenzano1995-09-064-5/+11
* Update to GSSAPI-V2Paul Park1995-08-3122-79/+780
* init_sec_context.c (krb5_gss_init_sec_context): Remove duplicatedEzra Peisach1995-08-302-23/+5
* Zero out newly allocated context so encrypt_block doesnt have garbagePaul Park1995-08-293-1/+8