| Commit message (Expand) | Author | Age | Files | Lines |
| * | g_initialize.c (gss_initialize): Don't fprintf to stderr on | Theodore Tso | 1996-02-28 | 3 | -1/+14 |
| * | Add mechglue to the list of directories which are recursively handled | Theodore Tso | 1996-02-28 | 2 | -0/+12 |
| * | Fix stupid typo | Theodore Tso | 1996-02-28 | 1 | -1/+1 |
| * | If starttime is not set, then use authtime as a default. (This fixes | Theodore Tso | 1996-02-28 | 2 | -0/+9 |
| * | Protect include of unistd.h with HAVE_UNISTD_H | Theodore Tso | 1996-02-27 | 2 | -0/+6 |
| * | Make sure size_t and uid_t are defined under MS-DOS | Theodore Tso | 1996-02-27 | 2 | -1/+16 |
| * | accept_sec_context.c (krb5_gss_accept_sec_context): Remove dead code | Theodore Tso | 1996-02-27 | 5 | -7/+23 |
| * | Use #define NEED_SOCKETS instead of #including <netdb.h> (this breaks | Theodore Tso | 1996-02-27 | 2 | -2/+6 |
| * | *main.c: | Richard Basch | 1996-02-27 | 3 | -19/+31 |
| * | Add USE_ANAME for dbm library (if needed) | Ezra Peisach | 1996-02-27 | 2 | -0/+5 |
| * | Remoe static declaration of kg_context, | Sam Hartman | 1996-02-26 | 2 | -5/+4 |
| * | Don't compile promptusr for Windows or Macintosh | Theodore Tso | 1996-02-26 | 2 | -3/+8 |
| * | Use MAXDNAME for the maximum length of a domain, | Sam Hartman | 1996-02-26 | 3 | -6/+22 |
| * | Use MAXDNAME for the maximum length of a domain, | Sam Hartman | 1996-02-26 | 3 | -4/+14 |
| * | Call USE_ANAME so we get the right | Sam Hartman | 1996-02-26 | 2 | -0/+6 |
| * | Remove space from #endif line | Sam Hartman | 1996-02-26 | 1 | -1/+1 |
| * | Fix the server side of the krlogin bug detecting eof in connection close | Sam Hartman | 1996-02-26 | 6 | -6/+29 |
| * | * main.c (initialize_realms): missing indirection for conf_val in | Mark Eichin | 1996-02-25 | 2 | -2/+7 |
| * | * g_acquire_cred.c, g_delete_sec_context.c, g_dsp_name.c, | Mark Eichin | 1996-02-25 | 16 | -0/+23 |
| * | Makefile.in, g_inquire_cred.c, g_inquire_names.c, g_inquire_context.c: | Theodore Tso | 1996-02-25 | 5 | -6/+10 |
| * | hpux make doesn't grok $@, so I'm told. Use explicit target names for | Theodore Tso | 1996-02-25 | 2 | -5/+11 |
| * | Don't do call vhangup() if system doesn't have it | Theodore Tso | 1996-02-25 | 2 | -0/+6 |
| * | g_acquire_cred.c (gss_add_cred): New GSSAPI V2 function | Theodore Tso | 1996-02-25 | 26 | -50/+324 |
| * | New error code function | Theodore Tso | 1996-02-25 | 2 | -0/+10 |
| * | With this change, lddb -old actually *works* on old dumps.. | Mark Eichin | 1996-02-25 | 2 | -1/+46 |
| * | Add support for new V2 call gss_wrap_size_limit | Theodore Tso | 1996-02-25 | 2 | -1/+3 |
| * | Add support for new V2 call gss_wrap_size_limit() | Theodore Tso | 1996-02-25 | 3 | -2/+57 |
| * | For MS-DOS filesystems, you must close the file before unlinking it, | Theodore Tso | 1996-02-25 | 2 | -5/+11 |
| * | Add support for shared libraries under HPUX and Sinix (SysVR4 under mips) | Theodore Tso | 1996-02-25 | 2 | -9/+54 |
| * | Add support for HPUX and Sinix (sys5r4 on mips) | Theodore Tso | 1996-02-25 | 2 | -0/+30 |
| * | Under Windows, assume that the keytab file is located in the Windows | Theodore Tso | 1996-02-25 | 2 | -0/+20 |
| * | Under windows, let it be %s\v5srvtab. It will be filled in by the | Theodore Tso | 1996-02-25 | 2 | -2/+8 |
| * | Use Windows path separator, if appropriate. Under Windows also use | Theodore Tso | 1996-02-24 | 2 | -3/+20 |
| * | Add new GSSAPI V2 calls. (XXX we still need to get the official | Theodore Tso | 1996-02-24 | 2 | -0/+41 |
| * | No longer need to call name-type/mechanism registration function. | Theodore Tso | 1996-02-24 | 2 | -9/+6 |
| * | g_mechname.c (gss_add_mech_name_type): Only mark a name-type as being | Theodore Tso | 1996-02-24 | 13 | -256/+473 |
| * | * mglueP.h (gss_config): Change int fields to OM_uint32 to match | Ezra Peisach | 1996-02-24 | 2 | -4/+10 |
| * | * import_sec_context.c (krb5_gss_import_sec_context): Do not | Ezra Peisach | 1996-02-24 | 3 | -6/+12 |
| * | * rel_oid.c (krb5_gss_internal_release_oid): Change to match prototype | Ezra Peisach | 1996-02-24 | 3 | -4/+13 |
| * | * ext.h, utility.c (fatalperror, fatal): Add const to argument | Ezra Peisach | 1996-02-24 | 3 | -4/+8 |
| * | Declare krb__get_srvtabname() | Ezra Peisach | 1996-02-24 | 5 | -0/+13 |
| * | remove errno correctly | Mark Eichin | 1996-02-24 | 1 | -1/+1 |
| * | remove extraneous second include of stdlib.h | Mark Eichin | 1996-02-24 | 1 | -6/+1 |
| * | Simple test program for testing how GSSAPI import name works. (May be | Theodore Tso | 1996-02-24 | 3 | -0/+169 |
| * | gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * as | Theodore Tso | 1996-02-24 | 24 | -330/+145 |
| * | g_imp_name.c (gss_import_name): If the user passes in a name-type | Theodore Tso | 1996-02-24 | 7 | -16/+189 |
| * | more changes from cygnus source | Mark Eichin | 1996-02-24 | 3 | -1/+14 |
| * | update from cygnus sources | Mark Eichin | 1996-02-24 | 3 | -10/+32 |
| * | * keytab.c (krb5_ktkdb_close): new function, non-optional. | Mark Eichin | 1996-02-24 | 2 | -10/+27 |
| * | Fri Jan 12 04:37:23 1996 Mark Eichin <eichin@cygnus.com> | Mark Eichin | 1996-02-24 | 2 | -3/+31 |