| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Added definition for the generic gsspi OID type "gss_nt_exported_name" | Theodore Tso | 1997-03-28 | 3 | -0/+11 |
| * | * aclocal.m4 (KRB5_LIB_AUX): add lib$(LIB)$(SHLIBVEXT) to the list | Tom Yu | 1997-03-28 | 2 | -2/+9 |
| * | Added the V2 calls gss_canonicalize_name(), gss_export_name(), | Theodore Tso | 1997-03-28 | 3 | -4/+13 |
| * | If we're on an SGI machine, don't do the MOTD or MAILCHECK thing, | Theodore Tso | 1997-03-28 | 2 | -1/+6 |
| * | When falling back to the normal rlogin, clear the signal mask, so that | Theodore Tso | 1997-03-28 | 2 | -0/+16 |
| * | Makefile.in: Add canon_name.c, duplicate_name.c, export_name.c to the | Theodore Tso | 1997-03-28 | 6 | -0/+213 |
| * | Add the GSS_C_PROT_READY_FLAG and GSS_C_TRANS_FLAG | Theodore Tso | 1997-03-28 | 2 | -0/+30 |
| * | Fix stupid spelling typo | Theodore Tso | 1997-03-25 | 1 | -1/+1 |
| * | Fix up Macintosh and Windows build rules now that the top-level | Theodore Tso | 1997-03-25 | 2 | -11/+10 |
| * | rcache owner should be checked against the effective uid, not the real | Theodore Tso | 1997-03-25 | 2 | -1/+6 |
| * | A zero-length token should be treated like a GSS_C_NO_BUFFER during | Theodore Tso | 1997-03-25 | 2 | -2/+8 |
| * | Fix handling of the sam-timestamp and sam-usec fields, which should | Theodore Tso | 1997-03-25 | 2 | -10/+15 |
| * | * aclocal.m4: (KRB5_LIB_PARAMS): Add support for HP/UX, FreeBSD, | Tom Yu | 1997-03-24 | 2 | -4/+57 |
| * | t_ser.c: Clean up error reporting for krb5_init_context(). Also | Theodore Tso | 1997-03-24 | 2 | -31/+80 |
| * | t_kdb.c (do_testing): Clean up error handling for krb5_init_context | Theodore Tso | 1997-03-24 | 3 | -8/+13 |
| * | Fix typo (remove '#' from '#extern "C"') | Theodore Tso | 1997-03-24 | 1 | -1/+1 |
| * | * aclocal.m4 (KRB5_LIB_PARAMS): Add support for mips-dec-netbsd | Tom Yu | 1997-03-21 | 2 | -0/+16 |
| * | Remove AC_PROG_INSTALL as we do not instal lhere....\ | Ezra Peisach | 1997-03-20 | 2 | -1/+4 |
| * | Fix to sed the manpage so that it is internally consistent | Tom Yu | 1997-03-20 | 1 | -2/+2 |
| * | dditional patch for login environment variable processing: respect TERM | Sam Hartman | 1997-03-20 | 2 | -0/+10 |
| * | Oops this should not have been checked in | Tom Yu | 1997-03-20 | 2 | -628/+0 |
| * | This commit was generated by cvs2svn to compensate for changes in r10013, | Tom Yu | 1997-03-20 | 1 | -9/+17 |
| * | Initial revision | Tom Yu | 1997-03-20 | 2 | -0/+628 |
| * | Fix up name of the SAP Kerberos glue library to be platform dependent | Theodore Tso | 1997-03-19 | 3 | -75/+14 |
| * | Add 'extern "C"' for C++ compatibility; also check for __cplusplus | Theodore Tso | 1997-03-18 | 2 | -1/+14 |
| * | Add 'extern "C"' for C++ compatibility; also check for __cplusplus | Theodore Tso | 1997-03-18 | 2 | -1/+15 |
| * | Add 'extern "C"' for C++ compatibility; also check for __cplusplus | Theodore Tso | 1997-03-18 | 2 | -4/+32 |
| * | Add double quotes to prevent Mac filenames with spaces from losing | Theodore Tso | 1997-03-17 | 2 | -11/+16 |
| * | Fix header file so that winmac.h is #included when commpiling on the | Theodore Tso | 1997-03-17 | 2 | -1/+6 |
| * | * keytab.c: Don't assume dbm_db_get_mkey() and dbe_find_enctype | Tom Yu | 1997-03-17 | 2 | -14/+29 |
| * | This file really doesn't need to exist anymore. [krb5-build/382] | Tom Yu | 1997-03-16 | 1 | -4/+0 |
| * | * Makefile.in (unit-test-server-body): depend on test-randkey, not | Barry Jaspan | 1997-03-12 | 2 | -1/+6 |
| * | Check to see if the global_param's stash file is non-NULL before | Theodore Tso | 1997-03-12 | 2 | -1/+7 |
| * | * aclocal.m4: Add provisions to make major version number | Tom Yu | 1997-03-10 | 2 | -7/+28 |
| * | * lib.in: Add provisions for making shared libraries of the same | Tom Yu | 1997-03-10 | 2 | -0/+19 |
| * | * svr_principal.c (add_to_history): Don't call realloc() on a NULL | Tom Yu | 1997-03-09 | 2 | -3/+13 |
| * | * kconfig.c (main): Move krb5_init_context earlier in order to | Ezra Peisach | 1997-03-03 | 2 | -8/+18 |
| * | * error_message.c: Don't declare sys_nerr on Macintosh | Ezra Peisach | 1997-03-03 | 3 | -1/+9 |
| * | * Makefile.in (MAC_SUBDIRS): Change KRB5 to krb5 for Mac subdirs | Ezra Peisach | 1997-03-03 | 2 | -1/+5 |
| * | * pre.in (KRB4COMPAT_DEPLIBS): Depends on KRB5_BASE_DEPLIBS (not | Ezra Peisach | 1997-03-03 | 2 | -1/+6 |
| * | * libobj.in: Change .c.so and .c.po rules to work better with | Tom Yu | 1997-03-01 | 2 | -2/+10 |
| * | * com_err.c: Back out last change; it's not needed. Also, remove | Sam Hartman | 1997-03-01 | 3 | -6/+7 |
| * | Remove static from declaration of com_err_hook | Sam Hartman | 1997-03-01 | 2 | -3/+8 |
| * | If RegKRB5CCNAME is set in kerberos.ini, use that value to determine the | Richard Basch | 1997-02-28 | 1 | -6/+49 |
| * | Makefile.in: Link krb5_32.lib (win32) with advapi32.lib to resolve the | Richard Basch | 1997-02-28 | 1 | -2/+3 |
| * | krshd should not require a user to have a valid home directory. [krb5-appl/167] | Sam Hartman | 1997-02-28 | 2 | -4/+9 |
| * | * pre.in: Add recursion hooks for distclean | Tom Yu | 1997-02-27 | 3 | -3/+22 |
| * | * Makefile.in: Add $(LIBS) so that compile doesn't blow out under | Tom Yu | 1997-02-27 | 2 | -1/+6 |
| * | include/asn.1 no longer exists; don't try to reference it | Richard Basch | 1997-02-25 | 1 | -3/+2 |
| * | Build krb5.rc with -D_MSDOS -DRES_ONLY under win16 | Richard Basch | 1997-02-25 | 1 | -1/+2 |