aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc
AgeCommit message (Expand)AuthorFilesLines
2003-01-12 * svc_auth_gssapi.c (_svcauth_gssapi_unset_names): If invoked moreEzra Peisach3-1/+13
2003-01-10Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather thanKen Raeburn2-4/+3
2003-01-10Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn3-2/+12
2003-01-08Log entries for Makefile.ov deletionKen Raeburn2-0/+8
2003-01-07nuke old OV makefile stuffKen Raeburn2-153/+0
2003-01-05Only system headers should declare errnoSam Hartman7-7/+10
2002-12-18Fix some 64-bit problemsKen Raeburn2-8/+23
2002-12-12Fix depend rules to keep state about whether verification of variousTom Yu2-2/+7
2002-11-15Better cleanup; reduce filename conflictKen Raeburn3-14/+22
2002-11-11* get_myaddress.c (get_myaddress): Local array buf size should be counted inKen Raeburn2-1/+6
2002-11-11* Makefile.in (unit-test-body): Set RPC_TEST_SRVTAB based on process-id. SetKen Raeburn2-3/+14
2002-11-07rpc unit tests can fail due to race conditionTom Yu2-0/+9
2002-10-31* xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32Ken Raeburn2-2/+9
2002-09-24Add some dependencies on phony build targets to help with cross-directory dep...Ken Raeburn2-0/+7
2002-09-16* lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa...Ken Raeburn2-1/+6
2002-09-15 * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, andTom Yu2-3/+15
2002-08-29* Makefile.in: Revert $(S)=>/ change, for Windows supportKen Raeburn4-2/+10
2002-08-29Ignore a bunch of files generated by building in the source tree, excludingKen Raeburn2-0/+5
2002-08-26 * configure.in: Use $krb5_cv_host instead of $hostEzra Peisach2-4/+8
2002-08-23Change $(S)=>/ and $(U)=>.. globallyKen Raeburn4-2/+10
2002-08-12 * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable,Tom Yu2-1/+6
2002-08-02 * xdr_array.c (xdr_array): Account for elsize when checkingTom Yu2-1/+7
2002-07-17fold libdyn into librpcKen Raeburn7-5/+976
2002-06-15update dependenciesKen Raeburn1-5/+3
2002-06-09* config/unix.exp (top level): Load helpers.exp here, to make sure databaseKen Raeburn2-0/+8
2002-01-09do database expansion from tcl driver codeKen Raeburn3-1/+109
2001-12-14 * svc_auth_gssapi.c (_gssrpc_svcauth_gssapi): Local returnEzra Peisach2-1/+7
2001-12-07 * clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure toEzra Peisach16-48/+83
2001-10-20In directories building libraries, generate dependencies for .so/.po files tooKen Raeburn1-43/+43
2001-10-11Update automatic dependencies to work on Windows by using $(OUTPRE) andKen Raeburn1-64/+70
2001-10-10Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone;Ken Raeburn6-105/+75
2001-10-06Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA...Ken Raeburn4-3/+7
2001-09-01dependenciesKen Raeburn1-0/+197
2001-08-10 * clnt_udp.c (clntudp_call): Do not assume that select will notEzra Peisach5-6/+24
2001-07-27 * xdr_reference.c (xdr_reference): Remove cast in argument to memsetEzra Peisach12-11/+45
2001-07-25 * auth_gssapi.c (auth_gssapi_create): Change calling conventionEzra Peisach4-7/+19
2001-07-19 * xdr_mem.c: Do not assume that XDR x_private field is char *Ezra Peisach2-6/+8
2001-07-19 * auth.h: AUTH ah_private structure element changed to void *Ezra Peisach10-13/+31
2001-07-09Include string.h for memset prototypeEzra Peisach1-0/+1
2001-07-09 * pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c,Ezra Peisach10-8/+22
2001-07-09 * rpc_test_clnt.c, rpc_test_svc.c: Include string.h for memsetEzra Peisach3-0/+7
2001-07-08 * svc.c (xprt_register): If svc_fdset has not been initilized,Ezra Peisach3-1/+16
2001-07-06 * auth_unix.c: In case GETGROUPS_T is not defined, default to intEzra Peisach2-0/+7
2001-07-05 * configure.in: Add AC_TYPE_GETGROUPS to determine argument toEzra Peisach11-30/+71
2001-07-02 * rpc_test_svc.c: Change rpc_test_prog_1 toEzra Peisach4-11/+22
2001-06-28 * auth.h: Provide full prototype for xdr_des_blockEzra Peisach33-231/+469
2001-06-27 *bindresvport.c: Include gssrpc/rpc.h for prototypeEzra Peisach8-44/+88
2001-06-22 * svc_simple.c (universal): Change transp to s_transp to notEzra Peisach7-38/+52
2001-06-19pmap_prot2.c (xdr_pmaplist): Ensure variable set before useEzra Peisach2-1/+5
2001-06-18 * auth_gssapi.c (auth_gssapi_create): Cast const gss_OID toEzra Peisach3-1/+14