summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-226-12/+29
* Revise patch to avoid 32-byte overflow which remained after theTom Yu2007-09-051-2/+10
* Rework error-mapping code to preserve status code values when returnedKen Raeburn2007-09-052-9/+6
* Support using valgrind on test programsKen Raeburn2007-09-042-1/+44
* fix CVE-2007-3999 svc_auth_gss.c buffer overflowTom Yu2007-09-041-1/+1
* remap mechanism-specific status codes in mechglue/spnegoKen Raeburn2007-08-162-2/+31
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-25/+30
* fix MITKRB5-SA-2007-004 [CVE-2007-2442/VU#356961, CVE-2007-2443/VU#365313]Tom Yu2007-06-262-5/+8
* MITKRB5-SA-2006-002: svctcp_destroy() can call uninitialized function pointerTom Yu2007-01-091-0/+5
* * svc_auth_gss.c (svcauth_gss_import_name): Unused function deletedKen Raeburn2006-11-021-26/+0
* Include time.h for time() prototypeEzra Peisach2006-10-161-0/+1
* Remove all unused variable warnings from treeEzra Peisach2006-10-151-1/+1
* fix dependence on config.status to use correct dirKen Raeburn2006-10-051-1/+1
* Move RPC header files to include/gssrpc, which we copy to them atKen Raeburn2006-09-1618-3129/+265
* authgss_refresh(): Use GSS_C_NO_CHANNEL_BINDINGS macro Alexandra Ellwood2006-07-181-1/+1
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-2/+2
* Merge from branches/mechglue. Initial integration of Sun-donatedTom Yu2006-06-142-3/+2
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-314-209/+7
* install headers into include/krb5Ken Raeburn2006-05-231-5/+6
* Add SRCS definition and run make dependKen Raeburn2006-05-161-0/+38
* Generate rpc includes as part of the generate-files-mac targetAlexandra Ellwood2006-04-241-0/+2
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-112-1716/+0
* * client.c (usage): Mark as "noreturn" under gccKen Raeburn2006-04-102-0/+7
* set DEFS empty in more placesKen Raeburn2006-04-044-0/+10