aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-05fix dependence on config.status to use correct dirKen Raeburn1-1/+1
2006-09-16Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn18-3129/+265
2006-07-18authgss_refresh(): Use GSS_C_NO_CHANNEL_BINDINGS macro Alexandra Ellwood1-1/+1
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-2/+2
2006-06-14Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2-3/+2
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn4-209/+7
2006-05-23install headers into include/krb5Ken Raeburn1-5/+6
2006-05-16Add SRCS definition and run make dependKen Raeburn1-0/+38
2006-04-24Generate rpc includes as part of the generate-files-mac targetAlexandra Ellwood1-0/+2
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman2-1716/+0
2006-04-10* client.c (usage): Mark as "noreturn" under gccKen Raeburn2-0/+7
2006-04-04set DEFS empty in more placesKen Raeburn4-0/+10
2006-04-01make dependKen Raeburn1-48/+53
2006-04-01Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn12-3/+22