summaryrefslogtreecommitdiff
path: root/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112]Florian Weimer2016-05-231-1/+9
* sunrpc: In key_call_keyenvoy, use int status instead of union waitFlorian Weimer2016-03-081-2/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-0421-21/+21
* Convert a few more function definitions to prototype style.Joseph Myers2015-10-213-35/+36
* Convert miscellaneous function definitions to prototype style.Joseph Myers2015-10-204-26/+30
* Convert 29 more function definitions to prototype style (multiple parameters ...Joseph Myers2015-10-202-10/+4
* Convert 69 more function definitions to prototype style (line wrap cases).Joseph Myers2015-10-197-46/+16
* sunrpc: Rewrite with explicit TLS access using __threadFlorian Weimer2015-10-171-14/+8
* Assume that SOCK_CLOEXEC is available and worksFlorian Weimer2015-10-171-35/+1
* Convert 703 function definitions to prototype style.Joseph Myers2015-10-1614-110/+34
* Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912).Joseph Myers2015-09-085-6/+6
* Rename bits/libc-tsd.h to libc-tsd.h (bug 14912).Joseph Myers2015-09-031-1/+1
* Use calloc to allocate xports (BZ #17542)Brad Hubbard2015-03-181-2/+2
* Split rpcent tests out of tst-netdb.Roland McGrath2015-03-042-1/+75
* Exclude rpcent functions and NSS backends for rpc, key when excluding sunrpc.Roland McGrath2015-02-068-0/+197
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0214-14/+14
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Add comment about SIZE initialization in xdr.cSiddhesh Poyarekar2014-07-101-0/+2
* Fix -Wmaybe-uninitialized warning in xdr.cSiddhesh Poyarekar2014-07-091-1/+1
* Fix fallout from Joseph's untested Makeconfig change.Roland McGrath2014-02-281-3/+3
* Consistently include Makeconfig after defining subdir.Joseph Myers2014-02-261-4/+2
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-102-3/+3
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-0114-14/+14
* Document rpcgen -5. Fixes bug 15825Ondřej Bílka2013-10-211-0/+3
* sunrpc/rpc/types.h: fix OS X and FreeBSD build problemsJia Liu2013-09-111-0/+5
* Remove --disable-versioning.Joseph Myers2013-09-041-1/+1
* Fix typos.Ondřej Bílka2013-08-301-1/+1
* Fix typos.Ondřej Bílka2013-08-293-6/+6
* Fix typos.Ondřej Bílka2013-08-211-1/+1
* Use (void) in no-arguments function definitions.Joseph Myers2013-06-082-2/+2
* Fix leading whitespaces.Ondrej Bilka2013-06-061-1/+1
* Remove trailing whitespace.Joseph Myers2013-06-051-1/+1
* Add #include <stdint.h> for uint[32|64]_t usage (except installed headers).Ryan S. Arnold2013-05-167-0/+7
* Use *stat64 instead of *stat in installed programsFlorian Weimer2013-05-101-5/+5
* Localize rpcgenAndreas Jaeger2013-05-101-0/+4
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-0214-14/+14
* * sunrpc/etc.rpc (fedfs_admin): Add entry.Jeff Law2012-12-051-0/+1
* * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...Siddhesh Poyarekar2012-11-301-1/+0
* [BZ #14889]Jeff Law2012-11-285-2/+110
* bindresvport() uses two static variables port and startport which are notPeng Haitao2012-11-191-0/+11
* Support --with-pkgversion and --with-bugurl.Joseph Myers2012-11-093-9/+6
* Fix sunrpc 64-bit (especially big-endian) issues (bug 14821).Joseph Myers2012-11-093-56/+56
* rpcgen - fall back to looking for cpp in system pathAllan McRae2012-08-071-22/+18
* Fix some -Wformat warnings in rpcgen.Roland McGrath2012-07-263-3/+3
* sunrpc: fix rpc bootstrap buildsMike Frysinger2012-07-061-1/+1
* Remove use of INTDEF/INTUSE in libioAndreas Schwab2012-05-242-6/+6
* Fix sunrpc static libraryAndreas Jaeger2012-05-212-2/+6
* Fix dependency tracking on cross-rpcgen-objsAndreas Schwab2012-05-161-5/+3
* Make sunrpc code usable againAndreas Jaeger2012-05-1050-152/+158
* Build rpcgen-generated files when cross compiling.Maxim Kuvyrkov2012-05-102-8/+40