summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include k5-platform.h for SIZE_MAXEzra Peisach2008-10-191-0/+1
* Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson2008-10-021-2/+2
* In clntudp_call, fix a bug in the handling of an error case (it failedGreg Hudson2008-10-021-1/+0
* makedependKen Raeburn2008-09-181-18/+21
* specify return type of 'harmless'Ken Raeburn2008-08-051-1/+1
* In the gss rpc package, replace the type used for a Jeffrey Altman2008-07-236-29/+32
* Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood2008-07-091-0/+2
* misc memory leaksKen Raeburn2008-06-271-0/+1
* Fix possible null pointer deref, possible uninit ptr use, possibleKen Raeburn2008-06-271-6/+13
* Bump minor version number. Update dependenciesKen Raeburn2008-06-251-1/+4
* Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r...Ken Raeburn2008-06-253-0/+167
* Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn2008-06-101-2/+1
* On Mac OS X, try poking launchd to get the portmapper launched beforeKen Raeburn2008-06-061-3/+55
* Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn2008-06-021-1/+1
* Left-shifting all the way in signed math is undefined, use unsignedKen Raeburn2008-04-251-1/+1
* MITKRB5-SA-2008-002Ken Raeburn2008-03-182-2/+29
* fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal()Tom Yu2007-12-141-1/+1