| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * client.c: Include unistd.h for getopt() prototype | Ezra Peisach | 2001-06-08 | 4 | -95/+25 |
| * | * auth_gssapi.h: Rename prototypes from _svcauth_set_log_XXX_func to | Ezra Peisach | 2001-06-08 | 2 | -3/+8 |
| * | * server.c (log_badauth_display_status_1): Do not assume that | Ezra Peisach | 2001-06-07 | 2 | -6/+12 |
| * | * server.c (log_badauth_display_status_1): Need value element of | Ezra Peisach | 2001-06-05 | 2 | -3/+6 |
| * | * client.c (main): Missing arguments to printf fixed | Ezra Peisach | 2001-06-05 | 2 | -2/+10 |
| * | * clnt_perror.c (clnt_spcreateerror): Enumerate missing cases in | Ezra Peisach | 2001-06-05 | 30 | -12/+172 |
| * | * client.c (main): Ensure that end of string is NULL terminated | Ezra Peisach | 2001-04-24 | 2 | -9/+22 |
| * | fix last change, it was very broken | Ken Raeburn | 2001-03-08 | 2 | -15/+14 |
| * | use strerror when available, for sparcv9-solaris2.8 | Ken Raeburn | 2001-03-08 | 3 | -4/+21 |
| * | * xdr.h: Flush out prototypes for xdrmem_create(), | Ezra Peisach | 2001-02-18 | 6 | -18/+69 |
| * | Run RPC tests with one invocation of DejaGnu rather than two | Ken Raeburn | 2000-07-01 | 4 | -15/+23 |
| * | pullup from 1.2.1 release | Ken Raeburn | 2000-07-01 | 4 | -1/+12 |
| * | * rpc_test_setup.sh: Error out if server_handle doesn't get set in the Tcl sc... | Ken Raeburn | 2000-06-30 | 2 | -0/+11 |
| * | pullup from 1.2 branch | Ken Raeburn | 2000-06-27 | 11 | -57/+124 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 2 | -4/+4 |
| * | fix for vpath and du4.0 make | Ken Raeburn | 2000-02-22 | 2 | -0/+8 |
| * | * svc_auth_gssapi.c (_svcauth_gssapi): Don't explicitly free | Tom Yu | 2000-02-18 | 9 | -9/+84 |
| * | * auth_gssapi.c (auth_gssapi_create): Free call_res because | Tom Yu | 2000-02-17 | 4 | -37/+43 |
| * | * server.c: Add code to set a signal handler for SIGHUP and a few | Tom Yu | 2000-02-15 | 3 | -0/+29 |
| * | * svc.c (xprt_register): Zero out xports after allocating | Tom Yu | 2000-02-15 | 3 | -16/+51 |
| * | * config/unix.exp: Call send_error instead of fail to prevent | Tom Yu | 2000-02-07 | 3 | -7/+16 |
| * | * get_myaddress.c (gssrpc_get_myaddress): Copy in from NetBSD; | Tom Yu | 2000-01-24 | 2 | -26/+10 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 2 | -0/+14 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 2 | -2/+2 |
| * | * Makefile.in (unit-test-body-tcp, unit-test-body-udp): Pass $(RUNTESTFLAGS) to | Ken Raeburn | 1999-09-21 | 2 | -2/+7 |
| * | * svc.c: Fix to reference the correct xprt because we're no longer | Tom Yu | 1999-04-24 | 2 | -4/+6 |
| * | * svc.c (xprt_unregister): Fix typo | Tom Yu | 1999-04-21 | 2 | -1/+5 |
| * | svc.c (svc_getreq, svc_getreqset): Avoid using internal, private | Theodore Tso | 1999-04-14 | 2 | -7/+20 |
| * | * rpc_commondata.c: Add initializers to prevent lossage on systems | Tom Yu | 1999-04-02 | 2 | -5/+13 |
| * | Change K5_OUTPUT_FILES to be K5_AC_OUTPUT | Theodore Tso | 1999-03-12 | 1 | -2/+1 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -1/+10 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-12-05 | 2 | -0/+7 |