summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc/svc_tcp.c
Commit message (Expand)AuthorAgeFilesLines
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-051-2/+2
* 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 a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson2010-06-261-1/+1
* Make kadmin work over IPv6Greg Hudson2010-06-261-10/+22
* make mark-cstyleTom Yu2009-10-311-12/+11
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-021-1/+1
* In the gss rpc package, replace the type used for a Jeffrey Altman2008-07-231-8/+9
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-1/+1
* MITKRB5-SA-2008-002Ken Raeburn2008-03-181-0/+25
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-221-0/+3
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-011-0/+1
* * configure.in: Check for sockaddr_in.sin_len andTom Yu2004-09-211-1/+4
* * libgssrpc.exports: Don't export internalsTom Yu2004-09-171-93/+87
* This commit merges the RPCSEC_GSS integration branch onto the trunk.Tom Yu2004-06-161-14/+20
* * clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure toEzra Peisach2001-12-071-2/+2
* * clnt_udp.c (clntudp_call): Do not assume that select will notEzra Peisach2001-08-101-1/+3
* * auth.h: AUTH ah_private structure element changed to void *Ezra Peisach2001-07-191-2/+2
* * pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c,Ezra Peisach2001-07-091-0/+1
* * configure.in: Add AC_TYPE_GETGROUPS to determine argument toEzra Peisach2001-07-051-5/+7
* * auth.h: Provide full prototype for xdr_des_blockEzra Peisach2001-06-281-18/+47
* * clnt_perror.c (clnt_spcreateerror): Enumerate missing cases inEzra Peisach2001-06-051-1/+3
* * svc_auth_gssapi.c (_svcauth_gssapi): Don't explicitly freeTom Yu2000-02-181-3/+7
* "Renames" in the following refer to renaming of various exportedTom Yu1998-02-141-4/+4
* * Various changes to allow channel bindings to work with both UDPBarry Jaspan1996-12-041-3/+10
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-221-0/+453