aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc
AgeCommit message (Expand)AuthorFilesLines
1996-11-12 Changes to support AC_CANONICAL_HOST for runtest flags; seeTom Yu2-1/+6
1996-11-11 * Makefile.in (client.o, server.o): client.o and server.o, notTom Yu2-4/+6
1996-11-08Remove calls to macros that are a part of CONFIG_RULES;Tom Yu2-2/+2
1996-11-07 * Makefile.in (server.o): Fix typo in previous checkinTom Yu2-1/+5
1996-11-06 * Makefile.in: Add dependencies on $(srcdir)/foo.c so that someTom Yu2-0/+7
1996-11-06We don't need the special case for linux anymore, since we'reTheodore Tso2-11/+6
1996-11-05 * configure.in: Revert removal of CopySrcHeader, etc., for nowTom Yu3-33/+25
1996-10-31Use $(LD) instead of $(CC) at link stage - this allows one to useEzra Peisach2-2/+7
1996-10-31Fix typo in lastEzra Peisach1-1/+1
1996-10-31 * Makefile.in: Only run tests if required programs, librariesEzra Peisach3-1/+26
1996-10-30 * xdr_stdio.c: Remove the #ifndef mc68000 cruft. I'm not sureBarry Jaspan2-5/+12
1996-10-29 * auth_gssapi.c (auth_gssapi_create): #ifdef GSSAPI_KRB5, a nullBarry Jaspan2-1/+9
1996-10-24 * Makefile.in, rpc_test_clnt.c, rpc_test_svc.c, rpc_test.h:Barry Jaspan5-9/+125
1996-10-23Change #ifdef sparc to #ifdef sun for more portability.Theodore Tso3-3/+9
1996-10-22 * Makefile.in, configure.in: Fixes to work with new directoryTom Yu3-16/+65
1996-10-16* svc_auth_gssapi.c (_svcauth_gssapi): accept add call_arg version 4Barry Jaspan2-1/+11
1996-10-16 * rpc_test.0/expire.exp: add test for expired credentialsBarry Jaspan4-96/+58
1996-10-15add extra notes to ChangeLogBarry Jaspan1-0/+7
1996-10-15 * configure.in: add DO_SUBDIRS so make will descend into unit-testBarry Jaspan5-10/+41
1996-10-15unit-test/testsuite merged up into unit-test, like all the otherBarry Jaspan7-430/+0
1996-10-15 * initial changes to make rpc unit tests work with new build/testBarry Jaspan11-1/+468
1996-10-09 * Makefile.in (all-unix): Force $(OBJS) to depend on includes,Tom Yu2-1/+8
1996-09-04Remove $LOG$, including "unprofessional" comment which OV requestedTheodore Tso2-119/+5
1996-08-31* pmap_rmt.c (getbroadcastnets): Tweak conditional layout to make emacsKen Raeburn5-18/+41
1996-08-14 * getrpcent.c: Add PROTOTYPE and conditionalize functionTom Yu7-110/+317
1996-08-08 * configure.in, types.hin: Change search for struct rpcent yetTom Yu3-4/+35
1996-08-05 * Makefile.in (CFLAGS): Change DEBUG_GSSAPI to 0 to avoid printingTom Yu2-1/+6
1996-08-01*** empty log message ***Tom Yu1-0/+19
1996-08-01 * Makefile.in: Punt -I$(srcdir)/..; it was gross and not neededTom Yu1-1/+1
1996-08-01 * configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED ifTom Yu1-8/+7
1996-08-01 * getrpcent.c: Shuffle inclusion order somewhatTom Yu1-2/+1
1996-07-31 * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu9-0/+18
1996-07-31 * types.hin: Remove #include <netdb.h> because it appears the onlyTom Yu1-0/+2
1996-07-30 * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu9-8/+12
1996-07-30 * svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (toTom Yu1-1/+5
1996-07-30 * rpc.h: Don't include netdb.h (rpc/types.h already includes it)Tom Yu1-0/+3
1996-07-30Deal with a /usr/include/netdb.h that contains struct rpcentSam Hartman4-5/+25
1996-07-28Remove prototype of strcpySam Hartman2-1/+5
1996-07-24Use memset instead of bzeroEzra Peisach2-1/+3
1996-07-24 * Makefile.in (DEPLIBS): Use correct version number forEzra Peisach2-1/+6
1996-07-23 * xdr.c: Do not declare malloc()Ezra Peisach3-2/+9
1996-07-23Include errno.hEzra Peisach2-0/+5
1996-07-22this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz73-0/+14611