summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* make dependKen Raeburn2006-04-011-48/+53
* Include autoconf.h (or include it earlier) in a bunch of files that areKen Raeburn2006-04-0112-3/+22
* make depend, now with dependency sortingKen Raeburn2006-03-311-244/+264
* * dyn.c (DynDelete, DynInsert, DynPut): Delete bcopy branches.Ken Raeburn2006-03-302-22/+5
* * configure.in: Always supply three arguments to AC_DEFINE_UNQUOTEDKen Raeburn2006-03-282-2/+7
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-112-29/+4
* fix more executable permissionsTom Yu2005-08-251-0/+0
* Delete .cvsignore files; contents have already been Sam Hartman2005-08-242-6/+0
* All configure.in scripts: Use K5_AC_INIT instead of AC_INITKen Raeburn2005-08-204-2/+10