summaryrefslogtreecommitdiffstats
path: root/src/lib/rpc
Commit message (Expand)AuthorAgeFilesLines
* * xdr_stdio.c: Remove the #ifndef mc68000 cruft. I'm not sureBarry Jaspan1996-10-302-5/+12
* * auth_gssapi.c (auth_gssapi_create): #ifdef GSSAPI_KRB5, a nullBarry Jaspan1996-10-292-1/+9
* * Makefile.in, rpc_test_clnt.c, rpc_test_svc.c, rpc_test.h:Barry Jaspan1996-10-245-9/+125
* Change #ifdef sparc to #ifdef sun for more portability.Theodore Tso1996-10-233-3/+9
* * Makefile.in, configure.in: Fixes to work with new directoryTom Yu1996-10-223-16/+65
* * svc_auth_gssapi.c (_svcauth_gssapi): accept add call_arg version 4Barry Jaspan1996-10-162-1/+11
* * rpc_test.0/expire.exp: add test for expired credentialsBarry Jaspan1996-10-164-96/+58
* add extra notes to ChangeLogBarry Jaspan1996-10-151-0/+7
* * configure.in: add DO_SUBDIRS so make will descend into unit-testBarry Jaspan1996-10-155-10/+41
* unit-test/testsuite merged up into unit-test, like all the otherBarry Jaspan1996-10-157-430/+0
* * initial changes to make rpc unit tests work with new build/testBarry Jaspan1996-10-1511-1/+468
* * Makefile.in (all-unix): Force $(OBJS) to depend on includes,Tom Yu1996-10-092-1/+8
* Remove $LOG$, including "unprofessional" comment which OV requestedTheodore Tso1996-09-042-119/+5
* * pmap_rmt.c (getbroadcastnets): Tweak conditional layout to make emacsKen Raeburn1996-08-315-18/+41
* * getrpcent.c: Add PROTOTYPE and conditionalize functionTom Yu1996-08-147-110/+317
* * configure.in, types.hin: Change search for struct rpcent yetTom Yu1996-08-083-4/+35
* * Makefile.in (CFLAGS): Change DEBUG_GSSAPI to 0 to avoid printingTom Yu1996-08-052-1/+6
* *** empty log message ***Tom Yu1996-08-011-0/+19
* * Makefile.in: Punt -I$(srcdir)/..; it was gross and not neededTom Yu1996-08-011-1/+1
* * configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED ifTom Yu1996-08-011-8/+7
* * getrpcent.c: Shuffle inclusion order somewhatTom Yu1996-08-011-2/+1
* * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu1996-07-319-0/+18
* * types.hin: Remove #include <netdb.h> because it appears the onlyTom Yu1996-07-311-0/+2
* * clnt_generic.c, clnt_simple.c, clnt_tcp.c, clnt_udp.c,Tom Yu1996-07-309-8/+12
* * svc_auth_gssapi.c: #include <rpc/rpc.h> before <sys/stat.h> (toTom Yu1996-07-301-1/+5
* * rpc.h: Don't include netdb.h (rpc/types.h already includes it)Tom Yu1996-07-301-0/+3
* Deal with a /usr/include/netdb.h that contains struct rpcentSam Hartman1996-07-304-5/+25
* Remove prototype of strcpySam Hartman1996-07-282-1/+5
* Use memset instead of bzeroEzra Peisach1996-07-242-1/+3
* * Makefile.in (DEPLIBS): Use correct version number forEzra Peisach1996-07-242-1/+6
* * xdr.c: Do not declare malloc()Ezra Peisach1996-07-233-2/+9
* Include errno.hEzra Peisach1996-07-232-0/+5
* this commit includes all the changes on the OV_9510_INTEGRATION andMarc Horowitz1996-07-2273-0/+14611