blob: 17e3ca778110fce6102ffea21bbe3754a7c24dff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
Wed Jul 24 07:58:38 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* pmap_rmt.c (clnt_broadcast): Use memset insetad of bzero.
* Makefile.in (DEPLIBS): Use correct version number for
gssapi_krb5 dependency.
Tue Jul 23 11:24:32 1996 Ezra Peisach <epeisach@kangaroo.mit.edu>
* 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 <epeisach@kangaroo.mit.edu>
* clnt_perror.c: Include errno.h.
Fri Jul 12 15:33:50 1996 Marc Horowitz <marc@mit.edu>
* 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 <marc@mit.edu>
* 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
|