aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-9/+10
2008-12-30Signed/unsigned fixesEzra Peisach2-3/+5
2008-12-29Add gssrpcint.h to contain prototype for gssrpcint_printf. IncludeEzra Peisach5-6/+51
2008-12-02make dependSam Hartman1-1/+2
2008-12-02add k5-platform.h for asprintfTom Yu1-0/+2
2008-12-01Convert many uses of sprintf to snprintf or asprintfGreg Hudson2-3/+2
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-8/+9
2008-10-19Include k5-platform.h for SIZE_MAXEzra Peisach1-0/+1
2008-10-02Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson1-2/+2
2008-10-02In clntudp_call, fix a bug in the handling of an error case (it failedGreg Hudson1-1/+0
2008-09-18makedependKen Raeburn1-18/+21
2008-08-05specify return type of 'harmless'Ken Raeburn1-1/+1
2008-07-23In the gss rpc package, replace the type used for a Jeffrey Altman6-29/+32
2008-07-09Use autogenerated darwin.exports files for server frameworksAlexandra Ellwood1-0/+2
2008-06-27misc memory leaksKen Raeburn1-0/+1
2008-06-27Fix possible null pointer deref, possible uninit ptr use, possibleKen Raeburn1-6/+13
2008-06-25Bump minor version number. Update dependenciesKen Raeburn1-1/+4
2008-06-25Pull in xdr_sizeof from tirpc2.3 (which has the same license as our current r...Ken Raeburn3-0/+167
2008-06-10Don't use private copy of syslog.h. Rebuild dependenciesKen Raeburn1-2/+1
2008-06-06On Mac OS X, try poking launchd to get the portmapper launched beforeKen Raeburn1-3/+55
2008-06-02Fix a few incompatible-pointer warnings that aren't just about signednessKen Raeburn1-1/+1
2008-04-25Left-shifting all the way in signed math is undefined, use unsignedKen Raeburn1-1/+1
2008-03-18MITKRB5-SA-2008-002Ken Raeburn2-2/+29
2007-12-14fix CVE-2007-5902: integer overflow in svcauth_gss_get_principal()Tom Yu1-1/+1
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn6-12/+29
2007-09-05Revise patch to avoid 32-byte overflow which remained after theTom Yu1-2/+10
2007-09-05Rework error-mapping code to preserve status code values when returnedKen Raeburn2-9/+6
2007-09-04Support using valgrind on test programsKen Raeburn2-1/+44
2007-09-04fix CVE-2007-3999 svc_auth_gss.c buffer overflowTom Yu1-1/+1
2007-08-16remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2-2/+31
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-25/+30
2007-06-26fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313]Tom Yu2-5/+8
2007-01-09MITKRB5-SA-2006-002: svctcp_destroy() can call uninitialized function pointerTom Yu1-0/+5
2006-11-02* svc_auth_gss.c (svcauth_gss_import_name): Unused function deletedKen Raeburn1-26/+0
2006-10-16Include time.h for time() prototypeEzra Peisach1-0/+1
2006-10-15Remove all unused variable warnings from treeEzra Peisach1-1/+1