summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
Commit message (Expand)AuthorAgeFilesLines
* make dependTom Yu2013-12-101-7/+9
* Bump libgssrpc minor versionTom Yu2013-11-271-1/+1
* Add new versions of log_badauth gssrpc callbacksGreg Hudson2013-11-253-11/+44
* Remove inet_ntoa() prototype from getrpcent.cBen Kaduk2013-11-251-1/+0
* Fix various warningsGreg Hudson2013-06-078-30/+20
* Reduce boilerplate in makefilesGreg Hudson2013-05-162-8/+0
* Don't use portmapper in RPC testsGreg Hudson2013-05-014-32/+48
* Disable the gssrpc expired-cred testGreg Hudson2013-05-011-2/+3
* make dependGreg Hudson2013-01-102-2/+2
* Fix initial call to svcraw_createNickolai Zeldovich2013-01-071-0/+1
* Fix clntraw_create initializationGreg Hudson2012-12-201-8/+10
* Stop misusing gss_release_buffer in libgssrpcGreg Hudson2012-08-113-15/+11
* Avoid unsigned/signed comparison in loop conditionBen Kaduk2012-07-031-2/+1
* Improve printf handling of size_t argsBen Kaduk2012-07-021-3/+4
* Add missing $(LIBS) to some shared librariesTom Yu2012-05-171-1/+1
* Use GETSOCKNAME_ARG3_TYPE to prevent warning in type incompatibility.Ezra Peisach2012-03-061-2/+6
* Clean up more stuff in make cleanGreg Hudson2011-11-041-1/+1
* Silence various "may be used uninitialized" warnings from GCC causedKen Raeburn2011-09-052-4/+4
* Get rid of variables triggering gcc's "defined but not used"Ken Raeburn2011-09-042-8/+0
* Rename local variable "socket" to avoid the one shadowed-declarationKen Raeburn2011-09-041-3/+3
* Fix old-style GSSRPC authenticationGreg Hudson2011-06-131-3/+10
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0911-41/+13
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-282-2/+2
* Encoding cleanup: curly quotes to ASCII quotes, and some ISO-8859-1Tom Yu2010-10-0840-40/+40
* relicense Sun RPC to 3-clause BSD-styleTom Yu2010-09-2240-920/+1002
* Fix XDR decoding of large values in xdr_u_intGreg Hudson2010-07-261-1/+1
* 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-262-12/+27
* Eliminate some uses of variables as format strings. Based on a patchGreg Hudson2010-05-031-8/+1
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-224-247/+244
* Clean up a bunch of signed/unsigned comparison warningsGreg Hudson2009-11-023-5/+6
* make mark-cstyleTom Yu2009-10-3154-715/+705
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-162-40/+37
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-162-37/+40
* Remove kadmin v1 API supportGreg Hudson2009-08-132-15/+15
* Cleanup some warnings due to getsockname's third argument is sometimesEzra Peisach2009-02-063-4/+15
* Detect failure to register with rpcbind/portmap due to securityEzra Peisach2009-02-054-3/+28
* Remove unnecessary pointer casts in args to free,memcpy,memset,memchr except ...Ken Raeburn2009-02-027-14/+14
* Run a single expect statement to read from both client and server, toTom Yu2009-01-281-16/+9
* 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
* Use valgrind in more cases if VALGRIND is setKen Raeburn2009-01-161-1/+1
* move generated dependencies out of Makefile.inKen Raeburn2009-01-054-362/+358
* Merge mskrb-integ onto trunkSam Hartman2009-01-031-9/+10
* Signed/unsigned fixesEzra Peisach2008-12-302-3/+5
* Add gssrpcint.h to contain prototype for gssrpcint_printf. IncludeEzra Peisach2008-12-295-6/+51
* make dependSam Hartman2008-12-021-1/+2
* add k5-platform.h for asprintfTom Yu2008-12-021-0/+2
* Convert many uses of sprintf to snprintf or asprintfGreg Hudson2008-12-012-3/+2
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-8/+9