summaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
AgeCommit message (Collapse)Author
1996-10-06fixing a portmap bug i introduced just before release makes me happyTheo de Raadt
1996-07-31inet_ntoa called wrongTheo de Raadt
1996-07-29check callit() stuff like portmap5 does (ugh)Theo de Raadt
1996-07-29fix a few typos in error messages; from freebsdTheo de Raadt
1996-07-25search proper list, duhTheo de Raadt
1996-07-18more readableTheo de Raadt
1996-07-07call inet_ntoa correctly, from wietseTheo de Raadt
1996-07-01whoopsTheo de Raadt
1996-06-29multiple receivers, port checking. testing help from bitbltTheo de Raadt
1996-05-05from netbsd:Theo de Raadt
second argument to xdr_long must be a "long *", which means that the 'out' arg to svc_sendreply must point to a long if outproc is xdr_long. It was pointing to an 'int', and that was crashing on the alpha, due to bad alignment.
1995-10-18initial import of NetBSD treeTheo de Raadt