diff options
| author | Ezra Peisach <epeisach@mit.edu> | 2001-02-18 22:56:00 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 2001-02-18 22:56:00 +0000 |
| commit | 052836e76ac8a9aa1ccd7012af20f85dc9262445 (patch) | |
| tree | 16053208d49fdd5de29c9d42627155f8816db91c /src/lib/rpc/ChangeLog | |
| parent | 3d8678fbdb672fde7f1ba047d7ab40d1727f4b57 (diff) | |
| download | krb5-052836e76ac8a9aa1ccd7012af20f85dc9262445.tar.gz krb5-052836e76ac8a9aa1ccd7012af20f85dc9262445.tar.xz krb5-052836e76ac8a9aa1ccd7012af20f85dc9262445.zip | |
* xdr.h: Flush out prototypes for xdrmem_create(),
xdrstdio_create(), xdrrec_create(), xdralloc_create(),
xdralloc_release(), xdrrec_endofrecord(), xdrrec_skiprecord(),
xdrrec_eof(), xdralloc_getdata(). Add prototype for
gssrpc_xdr_fre().
* xdr.c: Argument to gssrpc_xdr_free(0 changed from char * to void
*. xdr_u_char() changed to take unsigned char * instead of char *.
* auth_unix.c: Include unistd.h and string.h for
prototypes. Declare marshal_new_auth() as static void instead of
static bool_t based on usage.
* auth.h, svc_auth.h: Provide full prototypes for a number of
functions.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13010 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/ChangeLog')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 1f0a2779d..02f3b1aae 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,21 @@ +Sun Feb 18 17:48:35 2001 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * xdr.h: Flush out prototypes for xdrmem_create(), + xdrstdio_create(), xdrrec_create(), xdralloc_create(), + xdralloc_release(), xdrrec_endofrecord(), xdrrec_skiprecord(), + xdrrec_eof(), xdralloc_getdata(). Add prototype for + gssrpc_xdr_fre(). + + * xdr.c: Argument to gssrpc_xdr_free(0 changed from char * to void + *. xdr_u_char() changed to take unsigned char * instead of char *. + + * auth_unix.c: Include unistd.h and string.h for + prototypes. Declare marshal_new_auth() as static void instead of + static bool_t based on usage. + + * auth.h, svc_auth.h: Provide full prototypes for a number of + functions. + 2000-06-21 Tom Yu <tlyu@mit.edu> * svc_auth_gssapi.c (_svcauth_gssapi): Missed a rename. From |
