Tue Aug 13 15:18:16 1996 Tom Yu * getrpcent.c: Add PROTOTYPE and conditionalize function prototypes. * xdr.h: Add PROTOTYPE and conditionalize function prototypes. * svc_auth_gssapi.c: Remove ANSI string concatenation, de-ANSI-fy function definitions. * auth_gssapi_misc.c (auth_gssapi_display_status_1): Remove ANSI string concatenation, de-ANSI-fy function definitions. * auth_gssapi.h: Add PROTOTYPE and conditionalize function prototypes. * auth_gssapi.c (auth_gssapi_create): remove ANSI-ish string concatenation, de-ANSI-fy function definitions. Thu Aug 8 15:30:01 1996 Tom Yu * configure.in, types.hin: Change search for struct rpcent yet again, this time compile-checking both netdb.h and rpc/netdb.h and taking action appropriately. See the comments in configure.in for details. Mon Aug 5 16:46:48 1996 Tom Yu * Makefile.in (CFLAGS): Change DEBUG_GSSAPI to 0 to avoid printing excess stuff to stderr. Wed Jul 31 20:36:34 1996 Tom Yu * getrpcent.c: Shuffle inclusion order somewhat. * configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED if there happens to be a /usr/include/rpc/netdb.h. This causes /usr/include/netdb.h to include netdb.h from our tree rather from /usr/include/rpc, which of course results in massive damage. Basically, if /usr/include/netdb.h contains rpcent declaration and /usr/include/rpc/netdb.h exists, then assume that there is no struct rpcent in the system include files. It's really unfortunate that we need to do this at all, but it's all we can do short of renaming a bunch of include files or directories. * Makefile.in: Punt -I$(srcdir)/..; it was gross and not needed because headers get installed in build tree before building the library anyway. Wed Jul 31 16:54:29 1996 Tom Yu * types.hin: Remove #include because it appears the only reason for doing so was to get struct rpcent, and we're getting that via . * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c, getrpcent.c, getrpcport.c, pmap_getmaps.c, svc_simple.c: Revert prior change due to netdb.h shuffling. Tue Jul 30 18:59:17 1996 Tom Yu * rpc.h: Don't include netdb.h (rpc/types.h already includes it) * svc_auth_gssapi.c: #include before (to get sys/types.h. * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c, getrpcent.c, getrpcport.c, pmap_getmaps.c, svc_simple.c: Remove #include ; it's already included in rpc/types.h. Mon Jul 29 22:02:47 1996 Sam Hartman * configure.in: Determine whether netdb.h defines struct rpcent. * types.hin: Expand rpcent_define to be a null string or a #define on Linux. * netdb.h: Include rpc/types.h and only define struct rpcent if needed. Wed Jul 24 07:58:38 1996 Ezra Peisach * pmap_rmt.c (clnt_broadcast): Use memset insetad of bzero. * Makefile.in (DEPLIBS): Use correct version number for gssapi_krb5 dependency. Tue Jul 23 23:49:47 1996 Sam Hartman * clnt_perror.c: Don't declare strcpy. Tue Jul 23 11:24:32 1996 Ezra Peisach * xdr.c: Do not declare malloc(). * Makefile.in (SHLIB_LIBS): Link with gssapi_krb5 when creating shared library. Mon Jul 22 21:46:48 1996 Ezra Peisach * clnt_perror.c: Include errno.h. Fri Jul 12 15:33:50 1996 Marc Horowitz * rpc_dtablesize.c (_rpc_dtablesize): put in a few checks to make sure that the return value is never larger than FD_SETSIZE, since this function's purpose is to be used as the first arg to select(). Tue Jul 9 17:56:54 1996 Marc Horowitz * rpc.h, netdb.h, getrpcent.c: Our build can (and will) require that the rpc header files shipped with kerberos be used if the library shipped with kerberos is used. Thus, some simplifying assumptions can be made, mostly having to do with the declaration of struct rpcent and the related functions. * clnt_perror.c: made usage of sys_errlist conditional on NEED_SYS_ERRLIST * configure.in (DECLARE_SYS_ERRLIST): added * Makefile.in (DONE): added a few rules and variable so shared library creation would work