| Commit message (Expand) | Author | Age | Files | Lines |
* | * svc_auth_gssapi.c (_svcauth_gssapi_unset_names): If invoked more | Ezra Peisach | 2003-01-12 | 3 | -1/+13 |
* | Search for ar, ranlib, install in KRB5_BUILD_LIBRARY* macros rather than | Ken Raeburn | 2003-01-10 | 2 | -4/+3 |
* | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 3 | -2/+12 |
* | Log entries for Makefile.ov deletion | Ken Raeburn | 2003-01-08 | 2 | -0/+8 |
* | nuke old OV makefile stuff | Ken Raeburn | 2003-01-07 | 2 | -153/+0 |
* | Only system headers should declare errno | Sam Hartman | 2003-01-05 | 7 | -7/+10 |
* | Fix some 64-bit problems | Ken Raeburn | 2002-12-18 | 2 | -8/+23 |
* | Fix depend rules to keep state about whether verification of various | Tom Yu | 2002-12-12 | 2 | -2/+7 |
* | Better cleanup; reduce filename conflict | Ken Raeburn | 2002-11-15 | 3 | -14/+22 |
* | * get_myaddress.c (get_myaddress): Local array buf size should be counted in | Ken Raeburn | 2002-11-11 | 2 | -1/+6 |
* | * Makefile.in (unit-test-body): Set RPC_TEST_SRVTAB based on process-id. Set | Ken Raeburn | 2002-11-11 | 2 | -3/+14 |
* | rpc unit tests can fail due to race condition | Tom Yu | 2002-11-07 | 2 | -0/+9 |
* | * xdr_alloc.c (xdralloc_putlong): Coerce value pointed to by argument to 32 | Ken Raeburn | 2002-10-31 | 2 | -2/+9 |
* | Add some dependencies on phony build targets to help with cross-directory dep... | Ken Raeburn | 2002-09-24 | 2 | -0/+7 |
* | * lib/helpers.exp (setup_database): Use "!=" instead of "ne" for string compa... | Ken Raeburn | 2002-09-16 | 2 | -1/+6 |
* | * lib/helpers.exp (expect_tcl_prompt): Use the "-re" flag, and | Tom Yu | 2002-09-15 | 2 | -3/+15 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 4 | -2/+10 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 2 | -0/+5 |
* | * configure.in: Use $krb5_cv_host instead of $host | Ezra Peisach | 2002-08-26 | 2 | -4/+8 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 4 | -2/+10 |
* | * xdr.c (xdr_string): Fix off-by-one error; we're not vulnerable, | Tom Yu | 2002-08-12 | 2 | -1/+6 |
* | * xdr_array.c (xdr_array): Account for elsize when checking | Tom Yu | 2002-08-02 | 2 | -1/+7 |
* | fold libdyn into librpc | Ken Raeburn | 2002-07-17 | 7 | -5/+976 |
* | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -5/+3 |
* | * config/unix.exp (top level): Load helpers.exp here, to make sure database | Ken Raeburn | 2002-06-09 | 2 | -0/+8 |
* | do database expansion from tcl driver code | Ken Raeburn | 2002-01-09 | 3 | -1/+109 |
* | * svc_auth_gssapi.c (_gssrpc_svcauth_gssapi): Local return | Ezra Peisach | 2001-12-14 | 2 | -1/+7 |
* | * clnt_raw, clnt_tcp.c, clnt_udp.c: Use a union structure to | Ezra Peisach | 2001-12-07 | 16 | -48/+83 |
* | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -43/+43 |
* | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -64/+70 |
* | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 6 | -105/+75 |
* | Danilo also says we can get rid of _MSDOS (Win16) tests, and explicit FAR/NEA... | Ken Raeburn | 2001-10-06 | 4 | -3/+7 |
* | dependencies | Ken Raeburn | 2001-09-01 | 1 | -0/+197 |
* | * clnt_udp.c (clntudp_call): Do not assume that select will not | Ezra Peisach | 2001-08-10 | 5 | -6/+24 |
* | * xdr_reference.c (xdr_reference): Remove cast in argument to memset | Ezra Peisach | 2001-07-27 | 12 | -11/+45 |
* | * auth_gssapi.c (auth_gssapi_create): Change calling convention | Ezra Peisach | 2001-07-25 | 4 | -7/+19 |
* | * xdr_mem.c: Do not assume that XDR x_private field is char * | Ezra Peisach | 2001-07-19 | 2 | -6/+8 |
* | * auth.h: AUTH ah_private structure element changed to void * | Ezra Peisach | 2001-07-19 | 10 | -13/+31 |
* | Include string.h for memset prototype | Ezra Peisach | 2001-07-09 | 1 | -0/+1 |
* | * pmap_rmt.c, svc.c, svc_simple.c, svc_udp.c, svc_tcp.c, | Ezra Peisach | 2001-07-09 | 10 | -8/+22 |
* | * rpc_test_clnt.c, rpc_test_svc.c: Include string.h for memset | Ezra Peisach | 2001-07-09 | 3 | -0/+7 |
* | * svc.c (xprt_register): If svc_fdset has not been initilized, | Ezra Peisach | 2001-07-08 | 3 | -1/+16 |
* | * auth_unix.c: In case GETGROUPS_T is not defined, default to int | Ezra Peisach | 2001-07-06 | 2 | -0/+7 |
* | * configure.in: Add AC_TYPE_GETGROUPS to determine argument to | Ezra Peisach | 2001-07-05 | 11 | -30/+71 |
* | * rpc_test_svc.c: Change rpc_test_prog_1 to | Ezra Peisach | 2001-07-02 | 4 | -11/+22 |
* | * auth.h: Provide full prototype for xdr_des_block | Ezra Peisach | 2001-06-28 | 33 | -231/+469 |
* | *bindresvport.c: Include gssrpc/rpc.h for prototype | Ezra Peisach | 2001-06-27 | 8 | -44/+88 |
* | * svc_simple.c (universal): Change transp to s_transp to not | Ezra Peisach | 2001-06-22 | 7 | -38/+52 |
* | pmap_prot2.c (xdr_pmaplist): Ensure variable set before use | Ezra Peisach | 2001-06-19 | 2 | -1/+5 |
* | * auth_gssapi.c (auth_gssapi_create): Cast const gss_OID to | Ezra Peisach | 2001-06-18 | 3 | -1/+14 |