| Commit message (Expand) | Author | Age | Files | Lines |
| * | use PROTOTYPE macro in mechglue.h | Ken Raeburn | 1996-03-13 | 2 | -2/+7 |
| * | Include string.h | Ezra Peisach | 1996-03-13 | 2 | -0/+5 |
| * | * str_conv.c (krb5_timestamp_to_string): Handle statement not | Ezra Peisach | 1996-03-13 | 3 | -1/+10 |
| * | * krb5_decode.c (decode_krb5_ticket, decode_krb5_enc_tkt_part, | Ezra Peisach | 1996-03-13 | 3 | -1/+31 |
| * | * kv5m_err.et: Add KV5M_PASSWD_PHRASE_ELEMENT | Ezra Peisach | 1996-03-13 | 2 | -0/+5 |
| * | use KRB5_PROTOTYPE | Mark Eichin | 1996-03-12 | 1 | -1/+1 |
| * | convert __gss_get_mechanism to k&r style definition | Mark Eichin | 1996-03-12 | 1 | -1/+2 |
| * | use PROTOTYPE and K&R style definitions, per krb5 style | Mark Eichin | 1996-03-12 | 2 | -9/+11 |
| * | Fixed mispelling of Doug Engert's name | Theodore Tso | 1996-03-11 | 1 | -1/+1 |
| * | Change sizeof(long) to sizeof(krb5_int32) | Ezra Peisach | 1996-03-09 | 2 | -1/+6 |
| * | * g_imp_sec_context.c, g_exp_sec_context.c: Include string.h | Ezra Peisach | 1996-03-03 | 3 | -0/+6 |
| * | configure.in: Change WITH_DB to WITH_KDB_DB | Ezra Peisach | 1996-03-03 | 2 | -1/+5 |
| * | k5mech.c (krb5_gss_get_context): Initialize the serializers here, | Theodore Tso | 1996-03-02 | 4 | -125/+119 |
| * | g_glue.c (__gss_get_mech_type): Fix code to properly parse token | Theodore Tso | 1996-03-01 | 4 | -42/+72 |
| * | Use NEED_SOCKETS instead of #including <netdb.h> | Theodore Tso | 1996-03-01 | 2 | -1/+6 |
| * | Added note: Note that calls to WSAStartup and WSACleanup must be in | Theodore Tso | 1996-03-01 | 2 | -1/+12 |
| * | Take out calls to SOCKET_INITIALIZE and SOCKET_CLEANUP. This gets | Theodore Tso | 1996-03-01 | 2 | -1/+18 |
| * | Fix to work on 16-bit platforms (we don't allow greater than 64k | Theodore Tso | 1996-03-01 | 2 | -0/+15 |
| * | Make sure WSACleanup() is called when the DLL exits | Theodore Tso | 1996-02-29 | 2 | -0/+5 |
| * | mglueP.h: For MS-DOS, add #include of malloc.h | Theodore Tso | 1996-02-29 | 5 | -62/+180 |
| * | Fix memory leak; free enctypes after use | Theodore Tso | 1996-02-28 | 2 | -7/+15 |
| * | Add Windows 95/NT time function. (Does this time function work under | Theodore Tso | 1996-02-28 | 2 | -0/+44 |
| * | We have implemented gss_inquire_names_for_mech, not | Theodore Tso | 1996-02-28 | 2 | -1/+7 |
| * | 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 |
| * | 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 |
| * | * 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 |
| * | 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 |
| * | 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 |
| * | Under Windows, assume that the keytab file is located in the Windows | Theodore Tso | 1996-02-25 | 2 | -0/+20 |
| * | 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 |
| * | Declare krb__get_srvtabname() | Ezra Peisach | 1996-02-24 | 5 | -0/+13 |
| * | gssapiP_krb5.h: Changed most krb5 gssapi functions to take a void * as | Theodore Tso | 1996-02-24 | 24 | -330/+145 |