summaryrefslogtreecommitdiff
path: root/lib/librpcsvc
AgeCommit message (Collapse)Author
2005-12-21Userland programs should include <errno.h> not <sys/errno.h>Todd C. Miller
OK deraadt@
2005-11-24use WANTLINT= (on all architectures)Theo de Raadt
2005-10-12three new .so libraries to help the ports people who need (or might need)Theo de Raadt
them for perl modules; discussion with pvalchev
2004-01-17prettyTheo de Raadt
2003-12-25bootparams is right nameTheo de Raadt
2003-07-10put a xdr_ypresp_all_seq proto hereTheo de Raadt
2003-07-105 missing protosTheo de Raadt
2003-06-26simple protosTheo de Raadt
2003-06-23make sure .x and .h do not get installed on the split of the seconds and ↵Michael Shalayeff
make will not freak out; found by espie@ and deraadt@ ok
2003-06-19generate ANSI codeTheo de Raadt
2003-06-19knfTheo de Raadt
2003-06-19ansi and knf insideTheo de Raadt
2003-02-13This fixes the problem with ypxfr switching key and value on map transfer.Mats O Jansson
This will make librpcsvc follow the real protocol and not the incorrect specification in yp.x. The changes in yp.x is from FreeBSD. A make build is the simplest way to get things working but the following five step is an alternative 1) make depend && make && make install in lib/librpcsvc 2) make includes in lib/librpcsvc 3) make depend && make && make install in lib/libc 4) make depend && make && make install in usr.sbin/ypserv/ypserv 5) make depend && make && make install in usr.sbin/ypserv/ypxfr -moj ok niklas@ ho@
2002-01-21s/deamon/daemon/Theo de Raadt
1998-02-11revert. Changes completely break on the alphaTheo de Raadt
1998-02-11Based on a combination of work from FreeBSD and NetBSD with some tweaks fromgene
me: this fixes lots of casting issues and does a good cleanup. It kills the bugs found in our 'rusers' binary which didn't grok some servers correctly due to problems in our xdr. Thanks to an extensive debug session with A. Emory Lundberg (emory@hellyeah.com)
1997-08-19$OpenBSD$Niklas Hallqvist
1997-08-01ut_time is an intTodd C. Miller
1997-08-01state should be an intTheo de Raadt
1997-04-27COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPTodd C. Miller
This fixes namespace problems where STRIP is sometimes used as the name of the strip(1) to use and other times used as the flag to send install(1) when stripping (or not). COPY doesn't have this problem (yet) but was poorly named.
1996-12-08install -> ${INSTALL}, -c -> ${COPY}Jason Downs
1996-12-08a few things go away...Theo de Raadt
1996-09-22Always use private utmp structure definition; don't depend on host systemThorsten Lockert
not to change
1996-09-22Avoid name clashes with rusers.xThorsten Lockert
1996-09-22Make this work properly; we have to let the XDR routines allocate and freeThorsten Lockert
memory for us.
1996-05-06hard-code the include installation path (mostly for speed)Theo de Raadt
1996-05-04beforeinstall -> includesTheo de Raadt
1996-04-17kerberos nfs requires an additional includeTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt