summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2000-04-16for the Nth time, the damn syslog socket is requiredTheo de Raadt
2000-04-15- `coexist', not `co-exist'; it's not hyphenated.Aaron Campbell
- Correct some .Nm usage.
2000-04-15- For consistency, `super-user' -> `superuser' in all cases.Aaron Campbell
- Some punctuation fixes. - Some `id' -> `ID'.
2000-04-15OpenSSL 0.9.5a merge - fixes DSA cert generation problemBob Beck
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-14use getifaddrs, not SIOCGIFCONF. #ifdef will be removed later.Jun-ichiro itojun Hagino
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12Remove all arguments to the .Os macro so that all of 2.7's man pages willAaron Campbell
correctly say "OpenBSD 2.7".
2000-04-11Fix HISTORY section; ian@darwinsys.comAaron Campbell
2000-04-11ignore routing messages for interfaces that route6d does not care.Jun-ichiro itojun Hagino
do not advertise blackhole/reject static routes.
2000-04-11avoid complex alignment constraint in SIOCGIFCONF,Jun-ichiro itojun Hagino
by using getifaddrs(3).
2000-04-10Speed up simple pkg_info: don't retrieve information we don't use.Marc Espie
Improve pkg list display slightly, insert space between pkg name and info always (requested by aaron@).
2000-04-09Add a missing ``break''brian
2000-04-07When running ppp -background, show comfort messages showingbrian
when we're redialing/reconnecting. While we're here, log redial, reconnect and phone number announcements to LogCHAT, and reduce some other logging to LogDEBUG.
2000-04-06Enable sendmail 8.10.0. Things like sendmail.* and aliases now liveTodd C. Miller
in /etc/mail.
2000-04-06I didn't get this right the last time....brian
When an NCP reaches TLF, *ONLY* datalink_Close() links that are in DATALINK_OPEN. When the last link reaches TLD, DOWN all NCPs (as we used to in the links TLF (which was the wrong place anyway)), as the NCPs aren't now going to datalink_Close() us unexpectedly, we get to continue doing what we were told to do in the first place. The result: When we lose a link, the IPCP layer goes down and we actually call the stuff in ppp.linkdown !
2000-04-06Don't make a sendmail smtpd link, it will be confused with beck's smtpd.Todd C. Miller
2000-04-05Fix bogus error message. Not a dir can mean *nothing* at all.Marc Espie
Reviewed by aaron@... ;-)
2000-04-04Register PLIST_SRC before dependencies and conflicts so that theMarc Espie
PLIST_CWD != PLIST_SRC hack works with dependencies present. Noticed and tested by Camiel.
2000-04-04more details, and a UKC(8) linkTheo de Raadt
2000-04-04Add smtpd linkTodd C. Miller
2000-04-03Plug two file descriptor leaksbrian
2000-04-03add more ntohs(). u_short -> u_int16_t. (in-sync with tcpdump.org tree)Jun-ichiro itojun Hagino
2000-04-03byte order fixes; gwes@oat.comTheo de Raadt
2000-04-02When a link is ``!program'', realise when the process we'rebrian
exec()ing couldn't be exec'd and fail the device open rather than thinking the open succeeded but the first read() got zero.
2000-04-02Allow ``set authname'' in any phase, just warn if we're notbrian
in DEAD or ESTABLISH.
2000-04-02Don't ``down'' all NCPs when the last LCP reaches TLD. Instead,brian
wait for bundle_LinkClosed() to be called. This allows the correct redial decision to be made (un-breaking ``set redial'').
2000-04-02Don't claim (in the log file) that the parent was notifiedbrian
of success if the child process in -background mode failed to connect.
2000-04-02Don't wait for the redial timer before exiting due to the lastbrian
background/direct link closing.
2000-04-02Make the default ``nat target'' address INADDR_NONE, meaningbrian
incoming connections go to the NAT address. Make a ``nat target'' address of INADDR_ANY allow connections from outside directly into the internal network. Change some s_addr == 0 to s_addr == INADDR_ANY
2000-03-31Add the ``nat target'' command.brian
2000-03-31install inetd.conf(5) here insteadTheo de Raadt
2000-03-30Correct address parsingbrian
Pointed out by: Maxim Sobolev <sobomax@altavista.net>
2000-03-29you missed a bunch of thingsTheo de Raadt
2000-03-29vos.1 -> vos.8Hans Insulander
2000-03-29Add manpage vos(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage pts(1). (ok deraadt@)Hans Insulander
2000-03-29Add manpage fs(1)Hans Insulander
2000-03-29addr(8) goes away, no man page, and uselessTheo de Raadt
2000-03-29Log information about packets being dropped (probably due tobrian
``nat deny_incoming yes'') by libalias.
2000-03-29Allow the use of hostnames instead of (and as well as) IPbrian
numbers in all commands. If people use hostnames and have dodgy resolvers or try to resolve the hostname before the link is up, they get what they deserve.... Requested by: ru
2000-03-29no adduser_proc(8) anymoreTheo de Raadt
2000-03-29Mention the value of the unexpected return code in nat_LayerPull()brian
2000-03-28Remove duplicate word occurrences.Aaron Campbell
2000-03-28don't treat # specially if PARSE_NOHASH is passedbrian
2000-03-28Don't treat # specially herebrian
2000-03-27Add and document option no-default-conflict.Marc Espie
2000-03-27Document -s, indicate the existence of @option, remove fixed bug fromMarc Espie
description.
2000-03-26correct usage() return valueEric Jackson
2000-03-25pccon gets turn off. totally machine specific, no man pageTheo de Raadt