summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
Commit message (Expand)AuthorAgeFilesLines
* errno should never be explicitly declaredKen Raeburn2003-04-244-5/+9
* MITKRB5-SA-2003-003: xdrmem int overflowsTom Yu2003-03-242-6/+21
* Use com_err_deplib rather than an explicit path so we do not have ourSam Hartman2003-03-021-1/+1
* * svc_auth_gssapi.c (_svcauth_gssapi_unset_names): If invoked moreEzra Peisach2003-01-123-1/+13
* Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2003-01-102-4/+3
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-103-2/+12
* Log entries for Makefile.ov deletionKen Raeburn2003-01-082-0/+8
* nuke old OV makefile stuffKen Raeburn2003-01-072-153/+0
* Only system headers should declare errnoSam Hartman2003-01-057-7/+10
* Fix some 64-bit problemsKen Raeburn2002-12-182-8/+23
* Fix depend rules to keep state about whether verification of variousTom Yu2002-12-122-2/+7
* Better cleanup; reduce filename conflictKen Raeburn2002-11-153-14/+22
* * get_myaddress.c (get_myaddress): Local array buf size should be counted inKen Raeburn2002-11-112-1/+6
* * Makefile.in (unit-test-body): Set RPC_TEST_SRVTAB based on process-id. SetKen Raeburn2002-11-112-3/+14
* rpc unit tests can fail due to race conditionTom Yu2002-11-072-0/+9
* * xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32Ken Raeburn2002-10-312-2/+9
* Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2002-09-242-0/+7
* * lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa...Ken Raeburn2002-09-162-1/+6
* * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, andTom Yu2002-09-152-3/+15
* * Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn2002-08-294-2/+10
* Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2002-08-292-0/+5
* * configure.in: Use $krb5_cv_host instead of $hostEzra Peisach2002-08-262-4/+8
* Change $(S)=>/ and $(U)=>.. globallyKen Raeburn2002-08-234-2/+10
* * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable,Tom Yu2002-08-122-1/+6
* * xdr_array.c (xdr_array): Account for elsize when checkingTom Yu2002-08-022-1/+7
* fold libdyn into librpcKen Raeburn2002-07-177-5/+976
* update dependenciesKen Raeburn2002-06-151-5/+3
* * config/unix.exp (top level): Load helpers.exp here, to make sure databaseKen Raeburn2002-06-092-0/+8
* do database expansion from tcl driver codeKen Raeburn2002-01-093-1/+109
* * svc_auth_gssapi.c (_gssrpc_svcauth_gssapi): Local returnEzra Peisach2001-12-142-1/+7
* * clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure toEzra Peisach2001-12-0716-48/+83
* In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn2001-10-201-43/+43
* Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn2001-10-111-64/+70
* Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn2001-10-106-105/+75
* Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn2001-10-064-3/+7
* dependenciesKen Raeburn2001-09-011-0/+197
* * clnt_udp.c (clntudp_call): Do not assume that select will notEzra Peisach2001-08-105-6/+24
* * xdr_reference.c (xdr_reference): Remove cast in argument to memsetEzra Peisach2001-07-2712-11/+45
* * auth_gssapi.c (auth_gssapi_create): Change calling conventionEzra Peisach2001-07-254-7/+19
* * xdr_mem.c: Do not assume that XDR x_private field is char *Ezra Peisach2001-07-192-6/+8
* * auth.h: AUTH ah_private structure element changed to void *Ezra Peisach2001-07-1910-13/+31
* Include string.h for memset prototypeEzra Peisach2001-07-091-0/+1
* * pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c,Ezra Peisach2001-07-0910-8/+22
* * rpc_test_clnt.c, rpc_test_svc.c: Include string.h for memsetEzra Peisach2001-07-093-0/+7
* * svc.c (xprt_register): If svc_fdset has not been initilized,Ezra Peisach2001-07-083-1/+16
* * auth_unix.c: In case GETGROUPS_T is not defined, default to intEzra Peisach2001-07-062-0/+7
* * configure.in: Add AC_TYPE_GETGROUPS to determine argument toEzra Peisach2001-07-0511-30/+71
* * rpc_test_svc.c: Change rpc_test_prog_1 toEzra Peisach2001-07-024-11/+22
* * auth.h: Provide full prototype for xdr_des_blockEzra Peisach2001-06-2833-231/+469
* *bindresvport.c: Include gssrpc/rpc.h for prototypeEzra Peisach2001-06-278-44/+88