summaryrefslogtreecommitdiffstats
path: root/lib/librpcsvc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove leftover NOLINT, WANTLINT, LINTFLAGS, LOBJ vars and lint targets.okan2012-08-021-2/+1
| | | | ok guenther@
* Oracle has re-licensed sunrpc under a three-clause BSD license.millert2010-09-0112-291/+312
| | | | Update our sources appropriately. OK deraadt@ jsg@
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-2714-83/+14
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* add a procedure NLM_SM_NOTIFY (in version 0), used by statd to sendsturm2008-06-152-2/+12
| | | | | | | notifications to lockd. from NetBSD bump minor "just get it in" deraadt
* accidentally deleted a little bit too much, oopsderaadt2008-06-141-1/+6
|
* Remove all comments so that this code is 100% 'portable interface', andderaadt2008-06-131-56/+20
| | | | thus attackable because Sun used a poor copyright notice
* Add definitions for nlm version 4 (for use with NFSv3).sturm2008-06-132-3/+125
| | | | | | from NetBSD minor bump, discussed w/ deraadt
* Userland programs should include <errno.h> not <sys/errno.h>millert2005-12-211-3/+3
| | | | OK deraadt@
* use WANTLINT= (on all architectures)deraadt2005-11-241-1/+2
|
* three new .so libraries to help the ports people who need (or might need)deraadt2005-10-122-2/+3
| | | | them for perl modules; discussion with pvalchev
* prettyderaadt2004-01-1714-137/+139
|
* bootparams is right namederaadt2003-12-251-3/+3
|
* put a xdr_ypresp_all_seq proto herederaadt2003-07-101-31/+33
|
* 5 missing protosderaadt2003-07-101-3/+9
|
* simple protosderaadt2003-06-261-4/+4
|
* make sure .x and .h do not get installed on the split of the seconds and make will not freak out; found by espie@ and deraadt@ okmickey2003-06-231-8/+8
|
* generate ANSI codederaadt2003-06-191-3/+3
|
* knfderaadt2003-06-191-5/+5
|
* ansi and knf insidederaadt2003-06-191-42/+20
|
* This fixes the problem with ypxfr switching key and value on map transfer.maja2003-02-131-2/+11
| | | | | | | | | | | | | | | | 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@
* s/deamon/daemon/deraadt2002-01-211-3/+3
|
* revert. Changes completely break on the alphaderaadt1998-02-111-52/+43
|
* Based on a combination of work from FreeBSD and NetBSD with some tweaks fromgene1998-02-111-43/+52
| | | | | | | 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)
* $OpenBSD$niklas1997-08-1915-15/+45
|
* ut_time is an intmillert1997-08-011-3/+3
|
* state should be an intderaadt1997-08-011-2/+2
|
* COPY -> INSTALL_COPY and STRIP -> INSTALL_STRIPmillert1997-04-271-3/+3
| | | | | | | 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.
* install -> ${INSTALL}, -c -> ${COPY}downsj1996-12-081-4/+4
|
* a few things go away...deraadt1996-12-081-4/+1
|
* Always use private utmp structure definition; don't depend on host systemtholo1996-09-221-4/+4
| | | | not to change
* Avoid name clashes with rusers.xtholo1996-09-221-10/+10
|
* Make this work properly; we have to let the XDR routines allocate and freetholo1996-09-221-14/+15
| | | | memory for us.
* hard-code the include installation path (mostly for speed)deraadt1996-05-061-11/+12
|
* beforeinstall -> includesderaadt1996-05-041-2/+2
|
* kerberos nfs requires an additional includederaadt1996-04-171-1/+2
|
* initial import of NetBSD treederaadt1995-10-1816-0/+2360