History log of /netbsd-src/usr.sbin/rpc.bootparamd/bootparamd.c (Results 1 – 25 of 48)
Revision Date Author Comments
# b128537d 22-Apr-2020 joerg <joerg@NetBSD.org>

_rpcpmstart is defined by rpcgen, so externalize it here


# bffacbd1 15-Aug-2019 kamil <kamil@NetBSD.org>

Stop defining _rpcsvcdirty in bss and data

_rpcsvcdirty is already defined in the generated code from rpcgen(1).

Detected during the build with Address Sanitizer (MKSANITIZER).


# fedff360 30-Aug-2011 joerg <joerg@NetBSD.org>

ANSIFy + static + __dead


# 46c55ef3 18-Apr-2009 lukem <lukem@NetBSD.org>

Fix -Wshadow and -Wcast-qual issues


# e2f49bd9 30-Oct-2004 dsl <dsl@NetBSD.org>

Add (unsigned char) cast to ctype functions


# 190b2e4c 07-Sep-2004 jrf <jrf@NetBSD.org>

Replaced strncpy with strlcpy. Thanks to Peter Postma who
pointed them our in PR #25762. Approved by christos@NetBSD.org.


# c594b298 25-Dec-2003 wiz <wiz@NetBSD.org>

bootparams, not bootparms.


# e195d590 26-Jun-2003 itojun <itojun@NetBSD.org>

make it possible to obtain default router address from any interface (-i).
-r might be sufficient.
http://pc.2ch.net/test/read.cgi/unix/1050823044/377


# 9c33b55e 22-Mar-2002 thorpej <thorpej@NetBSD.org>

Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.

* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsruc

Split the notion of building Hesiod, Kerberos, S/key, and YP
infrastructure and using that infrastructure in programs.

* MKHESIOD, MKKERBEROS, MKSKEY, and MKYP control building
of the infratsructure (libraries, support programs, etc.)

* USE_HESIOD, USE_KERBEROS, USE_SKEY, and USE_YP control
building of support for using the corresponding API
in various libraries/programs that can use it.

As discussed on tech-toolchain.

show more ...


# 4ac5e36a 11-Apr-2001 jhawk <jhawk@NetBSD.org>

Improve error messages; instead of "getfile failed", now:
getfile can't resolve client %s
getfile can't resolve server %s for %s
getfile lookup failed for %s
(the second condition had me chasin

Improve error messages; instead of "getfile failed", now:
getfile can't resolve client %s
getfile can't resolve server %s for %s
getfile lookup failed for %s
(the second condition had me chasing my tail for a while recently...)

show more ...


# 25bdbb66 19-Feb-2001 cgd <cgd@NetBSD.org>

convert to use getprogname()


# 13220245 11-Jan-2001 lukem <lukem@NetBSD.org>

use explicit name rather than __progname in openlog


# 29ea834f 20-Jul-2000 thorpej <thorpej@NetBSD.org>

If we don't get direct match on the token, only attempt to canonicalize
the token if it does not contain globbing characters, and just skip onto
the next line if it does.


# e9aaacc8 04-Jul-2000 enami <enami@NetBSD.org>

If the line wasn't for the client we are looking for, skip it.
While I'm here, I indented the continuation line properly.


# c1b4b344 28-Jun-2000 thorpej <thorpej@NetBSD.org>

Add support for globbing when matching the host name in the
bootparams(5) file, a'la Solaris. This is extremely useful
for configuring Jumpstart servers.

From Dan Mercer <dmercer@zembu.com>.


# a3b6375d 14-Jun-2000 tron <tron@NetBSD.org>

Add comment to prevent further bogus commits.


# 7dca1ce9 14-Jun-2000 explorer <explorer@NetBSD.org>

Ok, back out previous change. It seems wrong that 'rm -rf /usr/include/*' doesn't DTRT...


# 4d23eb72 14-Jun-2000 explorer <explorer@NetBSD.org>

Use %lu since BOOTPARAMVERS is defined as ((u_long)1)


# 03facbbd 08-Jun-2000 dan <dan@NetBSD.org>

back out previous. I tried hard to make sure that i had up to date
rpcgen and headers so that I didn't do something stupid, but somehow
I still did something stupid.


# 4891c17d 08-Jun-2000 dan <dan@NetBSD.org>

tidy up a warning - format specifier for a u_long parameter


# d0814a7d 06-Jun-2000 cjs <cjs@NetBSD.org>

Revert last change; one needs a new rpcgen and has to do a bit of other
magic described in current-users by fvdl.


# a5b96ca6 06-Jun-2000 cjs <cjs@NetBSD.org>

BOOTPARAMVERS is apparently a long, so use %lu rather than %u to print it.


# dc3bf493 04-Jun-2000 veego <veego@NetBSD.org>

Back out the last commit. It seems that your includes are out of date.


# f47416ac 04-Jun-2000 perry <perry@NetBSD.org>

BOOTPARAMVERS is an unsigned long now, it seems


# 643a284d 03-Jun-2000 fvdl <fvdl@NetBSD.org>

Fix printf argument mismatch for version number.


12