summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/xdr.c
Commit message (Expand)AuthorAgeFilesLines
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-081-1/+1
* relicense Sun RPC to 3-clause BSD-styleTom Yu2010-09-221-23/+25
* Fix XDR decoding of large values in xdr_u_intGreg Hudson2010-07-261-1/+1
* make mark-cstyleTom Yu2009-10-311-12/+12
* Define valgrind macros as no-ops if not USE_VALGRIND, and use unconditionally...Ken Raeburn2009-01-221-26/+3
* When encoding, and compiling with -DUSE_VALGRIND, explicitly get valgrind to ...Ken Raeburn2009-01-201-0/+61
* Fix braino in previous change to xdr_bytes. New test case forTom Yu2005-01-141-3/+2
* * authgss_prot.c (xdr_rpc_gss_wrap_data): Use xdr_alloc to avoidTom Yu2005-01-141-2/+3
* * libgssrpc.exports: Don't export internalsTom Yu2004-09-171-67/+30
* Lots of signedness and argument-casting fixes. Some arithmeticTom Yu2004-06-281-3/+6
* fix some 64-bit bugs in RPCSEC_GSSTom Yu2004-06-191-0/+2
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-146/+133
* * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable,Tom Yu2002-08-121-1/+1
* * clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure toEzra Peisach2001-12-071-3/+3
* * configure.in: Add AC_TYPE_GETGROUPS to determine argument toEzra Peisach2001-07-051-1/+1
* * auth.h: Provide full prototype for xdr_des_blockEzra Peisach2001-06-281-3/+3
* * auth_gssapi.c (auth_gssapi_create): Cast const gss_OID toEzra Peisach2001-06-181-0/+4
* * clnt_perror.c (clnt_spcreateerror): Enumerate missing cases inEzra Peisach2001-06-051-1/+6
* * xdr.h: Flush out prototypes for xdrmem_create(),Ezra Peisach2001-02-181-2/+2
* "Renames" in the following refer to renaming of various exportedTom Yu1998-02-141-3/+3
* * xdr.c: Do not declare malloc()Ezra Peisach1996-07-231-1/+0
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-0/+674