summaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
AgeCommit message (Collapse)Author
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
error out. Add a new user _rwalld for rpc.rwalld, and use that instead of nobody, also unconditionally drop to _rwalld not only if rpc.rwalld was started with euid 0 (as root). ok deraadt@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-12-06missing full stop; from daniel maticJason McIntyre
2006-03-18add missing function declarationDavid Hill
remove unused parameter from check_callit() ok deraadt@ ray@
2006-01-03include signal.h not sys/signal.h and remove a useless cast; OK deraadt@Todd C. Miller
2005-05-22misisng endpwent(), spotted by Daniel Cid <daniel.cid@gmail.com>Henning Brauer
2005-05-03more setres[ug]id; ok deraadt@Damien Miller
2004-09-14ARGSUSED before signal handler with unused signoTheo de Raadt
2004-03-16errno is not specified to be int, but something from errno.h. ok millert@Ted Unangst
2003-08-25protosTheo de Raadt
2003-06-26strict proto cleanupsTheo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-01-20use LOG_NDELAY in chroot() using daemonsTheo de Raadt
2002-08-26Check svc_register() return value and bomb out on failure; ok deraadtPeter Valchev
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-09detect memory failure; cloderTheo de Raadt
2002-07-08ANSITheo de Raadt
2002-05-30minor KNFTheo de Raadt
2002-03-14kill more registers.Mike Pechkin
millert@ ok
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2001-07-27Wall cleanupPeter Valchev
2000-07-31before, we blocked non-root from changing mappings pointed at reserved ports.Theo de Raadt
Now, block non-root from setting them up in the first place. Also, check that pm_port is not > 65536
2000-07-31KNFTheo de Raadt
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
is used instead; kwesterback@home.com
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
- Sort xrefs by section, and then alphabetically. - Add missing commas between xref items. - Remove commas from the last xref entry. - Remove duplicate entries.
1999-01-04use pid_tTheo de Raadt
1998-04-27make error messages for binds differentMichael Shalayeff
1997-09-21$OpenBSD$Theo de Raadt
1997-04-15for callit, let nop through. rpcinfo -b, ya know; adam@math.tau.ac.ilTheo de Raadt
1997-01-17Add OpenBSD tagTodd C. Miller
1997-01-17OpenBSD tagsTodd C. Miller
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
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