| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * AIX shared library fix: get -ldb not dbm | Sam Hartman | 1996-08-05 | 3 | -1/+20 |
| * | * svr_principal.c: remove krb5_free_keyblock_contents (moved to | Barry Jaspan | 1996-08-02 | 2 | -9/+5 |
| * | Remove references to unused non-portable symbols | Sam Hartman | 1996-08-02 | 1 | -20/+0 |
| * | * f_keyblock.c (krb5_free_keyblock_contents): added | Barry Jaspan | 1996-08-02 | 2 | -4/+20 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Add const to local | Ezra Peisach | 1996-08-02 | 2 | -1/+7 |
| * | * gssapiP_generic.h: If not on a Mac or under Dos, and stdlib.h | Ezra Peisach | 1996-08-02 | 3 | -0/+13 |
| * | * alt_prof.c (kadm5_get_config_params): alloc enough bytes for | Barry Jaspan | 1996-08-02 | 3 | -2/+12 |
| * | *** empty log message *** | Tom Yu | 1996-08-01 | 1 | -0/+19 |
| * | * Makefile.in: Punt -I$(srcdir)/..; it was gross and not needed | Tom Yu | 1996-08-01 | 1 | -1/+1 |
| * | * configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED if | Tom Yu | 1996-08-01 | 1 | -8/+7 |
| * | * getrpcent.c: Shuffle inclusion order somewhat | Tom Yu | 1996-08-01 | 1 | -2/+1 |
| * | * client_init.c: Revert prior change due to netdb.h shuffling | Tom Yu | 1996-07-31 | 2 | -0/+5 |
| * | * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c, | Tom Yu | 1996-07-31 | 9 | -0/+18 |
| * | * types.hin: Remove #include <netdb.h> because it appears the only | Tom Yu | 1996-07-31 | 1 | -0/+2 |
| * | * client_init.c: Remove #include <netdb.h> because rpc/types.h | Tom Yu | 1996-07-30 | 2 | -1/+5 |
| * | * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c, | Tom Yu | 1996-07-30 | 9 | -8/+12 |
| * | * svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (to | Tom Yu | 1996-07-30 | 1 | -1/+5 |
| * | * rpc.h: Don't include netdb.h (rpc/types.h already includes it) | Tom Yu | 1996-07-30 | 1 | -0/+3 |
| * | Deal with a /usr/include/netdb.h that contains struct rpcent | Sam Hartman | 1996-07-30 | 4 | -5/+25 |
| * | * an_to_ln.c (aname_do_match): #elif HAVE_REGEXP_H should have | Tom Yu | 1996-07-29 | 2 | -1/+6 |
| * | Fix up shared library handling and $(STEXT) usage | Sam Hartman | 1996-07-28 | 2 | -6/+2 |
| * | Remove prototype of strcpy | Sam Hartman | 1996-07-28 | 2 | -1/+5 |
| * | It's not an out-of-space error if malloc(0) returns 0. | Sam Hartman | 1996-07-27 | 2 | -13/+21 |
| * | Remove old 1988 version of setenv in preference to calling krb5_setenv | Sam Hartman | 1996-07-27 | 5 | -172/+10 |
| * | *** empty log message *** | Sam Hartman | 1996-07-27 | 1 | -0/+1 |
| * | * Makefile.in (OBJS): Remove trailing backslash on a comment; it | Tom Yu | 1996-07-26 | 2 | -1/+6 |
| * | *** empty log message *** | Marc Horowitz | 1996-07-26 | 1 | -0/+6 |
| * | * configure.in, an_to_ln.c (do_replacement, aname_do_match): use | Marc Horowitz | 1996-07-26 | 1 | -2/+7 |
| * | * an_to_ln.c (do_replacement, aname_do_match): use the compile() | Marc Horowitz | 1996-07-26 | 1 | -15/+7 |
| * | Add AC_PROG_INSTALL, since it's needed for a "make install" | Theodore Tso | 1996-07-26 | 2 | -0/+6 |
| * | AIX shared libraries treat resolution of imported symbols | Sam Hartman | 1996-07-26 | 2 | -0/+14 |
| * | restore old version (oops checked in debugging vers | Tom Yu | 1996-07-26 | 1 | -3/+0 |
| * | * Makefile.in: remove trailing backslash from comment under SRCS | Tom Yu | 1996-07-26 | 3 | -1/+10 |
| * | admin_internal.h (_KADM5_CHECK_HANDLE): Add parenthesis around | Theodore Tso | 1996-07-25 | 3 | -1/+11 |
| * | Move setenv.c to clnt directory where it belongs | Theodore Tso | 1996-07-25 | 1 | -0/+0 |
| * | util_ordering.c (g_order_check): | Theodore Tso | 1996-07-25 | 8 | -18/+44 |
| * | init_sec_context.c (krb5_gss_init_sec_context): Fixed error checking | Theodore Tso | 1996-07-25 | 5 | -22/+31 |
| * | * acquire_cred.c (krb5_gss_acquire_cred): Initialize variable | Ezra Peisach | 1996-07-25 | 2 | -0/+7 |
| * | util_token.c (g_verify_token_header): Changed return code to be an | Theodore Tso | 1996-07-25 | 3 | -2/+5 |
| * | ser_sctx.c (kg_oid_externalize): Add proper return code | Theodore Tso | 1996-07-25 | 4 | -6/+16 |
| * | Remove INTERFACE keyworded; not needed (and causes problems) since | Theodore Tso | 1996-07-24 | 3 | -2/+9 |
| * | Only include <sys/file.h> if building with BSD_DB | Theodore Tso | 1996-07-24 | 2 | -1/+3 |
| * | * Makefile.in, configure.in: break out server lib into a | Tom Yu | 1996-07-24 | 20 | -0/+5117 |
| * | * Makefile.in, configure.in: break out client lib into a | Tom Yu | 1996-07-24 | 11 | -0/+1537 |
| * | * Makefile.in, configure.in: fix shared lib lossage by | Tom Yu | 1996-07-24 | 28 | -6519/+36 |
| * | Use the error code KRB5_KT_NAME_TOOLONG instead of ENAMETOOLONG, which | Theodore Tso | 1996-07-24 | 2 | -2/+8 |
| * | Change type of first argument to be krb5_preauthtype, to eliminate | Theodore Tso | 1996-07-24 | 2 | -3/+8 |
| * | Added new error code KRB5_KT_NAME_TOOLONG | Theodore Tso | 1996-07-24 | 2 | -0/+5 |
| * | Use memset instead of bzero | Ezra Peisach | 1996-07-24 | 2 | -1/+3 |
| * | * Makefile.in (DEPLIBS): Use correct version number for | Ezra Peisach | 1996-07-24 | 2 | -1/+6 |