aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc
AgeCommit message (Expand)AuthorFilesLines
2014-07-04Avoid using length fields in socket addressesGreg Hudson5-15/+0
2014-07-04Don't depend on sa_len sockaddr fieldGreg Hudson3-3/+3
2014-07-02Fix bugs in bindresvport_sa() changesTom Yu2-2/+8
2014-06-27Use binresvport_sa when creating RPC handlesAndreas Schneider4-27/+39
2014-06-27Add a family-independent bindresvport_sa functionAndreas Schneider1-11/+23
2014-06-27Use sa_setport and sa_getport where appropriateGreg Hudson1-12/+2
2014-05-07Improve krb5_rd_req decryption failure errorsGreg Hudson2-6/+7
2013-12-10make dependTom Yu1-7/+9
2013-11-27Bump libgssrpc minor versionTom Yu1-1/+1
2013-11-25Add new versions of log_badauth gssrpc callbacksGreg Hudson3-11/+44
2013-11-25Remove inet_ntoa() prototype from getrpcent.cBen Kaduk1-1/+0
2013-06-07Fix various warningsGreg Hudson8-30/+20
2013-05-16Reduce boilerplate in makefilesGreg Hudson2-8/+0
2013-05-01Don't use portmapper in RPC testsGreg Hudson4-32/+48
2013-05-01Disable the gssrpc expired-cred testGreg Hudson1-2/+3
2013-01-10make dependGreg Hudson2-2/+2
2013-01-07Fix initial call to svcraw_createNickolai Zeldovich1-0/+1
2012-12-20Fix clntraw_create initializationGreg Hudson1-8/+10
2012-08-11Stop misusing gss_release_buffer in libgssrpcGreg Hudson3-15/+11
2012-07-03Avoid unsigned/signed comparison in loop conditionBen Kaduk1-2/+1
2012-07-02Improve printf handling of size_t argsBen Kaduk1-3/+4
2012-05-17Add missing $(LIBS) to some shared librariesTom Yu1-1/+1
2012-03-06Use GETSOCKNAME_ARG3_TYPE to prevent warning in type incompatibility.Ezra Peisach1-2/+6
2011-11-04Clean up more stuff in make cleanGreg Hudson1-1/+1
2011-09-05Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2-4/+4
2011-09-04Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2-8/+0
2011-09-04Rename local variable "socket" to avoid the one shadowed-declarationKen Raeburn1-3/+3
2011-06-13Fix old-style GSSRPC authenticationGreg Hudson1-3/+10
2011-03-09Adjust most C source files to match the new standards for copyrightGreg Hudson11-41/+13
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2-2/+2
2010-10-08Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu40-40/+40
2010-09-22relicense Sun RPC to 3-clause BSD-styleTom Yu40-920/+1002
2010-07-26Fix XDR decoding of large values in xdr_u_intGreg Hudson1-1/+1
2010-06-26Fix a bug in r24147 where svctcp_create() was passing the wrong lengthGreg Hudson1-1/+1
2010-06-26Make kadmin work over IPv6Greg Hudson2-12/+27
2010-05-03Eliminate some uses of variables as format strings. Based on a patchGreg Hudson1-8/+1
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson4-247/+244
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson3-5/+6
2009-10-31make mark-cstyleTom Yu54-715/+705
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson2-40/+37
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2-37/+40
2009-08-13Remove kadmin v1 API supportGreg Hudson2-15/+15
2009-02-06Cleanup some warnings due to getsockname's third argument is sometimesEzra Peisach3-4/+15
2009-02-05Detect failure to register with rpcbind/portmap due to securityEzra Peisach4-3/+28
2009-02-02Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn7-14/+14
2009-01-28Run a single expect statement to read from both client and server, toTom Yu1-16/+9
2009-01-22Define valgrind macros as no-ops if not USE_VALGRIND, and use unconditionally...Ken Raeburn1-26/+3
2009-01-20When encoding, and compiling with -DUSE_VALGRIND, explicitly get valgrind to ...Ken Raeburn1-0/+61
2009-01-16Use valgrind in more cases if VALGRIND is setKen Raeburn1-1/+1
2009-01-05move generated dependencies out of Makefile.inKen Raeburn4-362/+358