summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-09-09missing quote in an example;Jason McIntyre
from xavier venient; while i'm in here, remove a blank line that serves no purpose;
2005-09-09double word typos;Jason McIntyre
from alexey e. suslikov;
2005-09-09suexec.html.en was renamed, so update reference accordingly;Jason McIntyre
move the whole section to SEE ALSO, which is more appropriate anyway; from alexey e. suslikov;
2005-09-09replace hasch tables with red-black trees used by the node tables.Reyk Floeter
ok mcbride@
2005-09-09zap dup. From Bernd AhlersMarc Espie
2005-09-08ensure that renegotiation is performed for a transition from "SSLVerifyClientNiall O'Higgins
optional" to "SSLVerifyClient require" fixes CAN-2005-2700 ok henning@, "go for it" deraadt@
2005-09-08- make SYNOPSIS match usage() and tweak DESCRIPTION accordinglyJason McIntyre
- tweak -o description a little ok espie@
2005-09-08fix reloads where capbilities changeHenning Brauer
when a new peer in initialized, the configured capailities are copied. this copy is modified as part of the capabilities negotiation. now if teh session drops we want to re-negotiate capabilities at the next establishment, last not least because the configured capabilities might have changed in between (that's how I stumbled over it, added v6 shitz) so copy the configured capabilities over every time a session goes to IDLE state, unless the reason is EVNT_RCVD_OPEN, because then we're in capabilities negotiation.
2005-09-08typo, from Bernd AhlersMarc Espie
2005-09-07use `pkg-name' rather than `pkgname' here, for consistency with otherJason McIntyre
pkg_* bits; ok espie@
2005-09-07copy new annotations over.Marc Espie
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options and sync usage();Jason McIntyre
2005-09-07sort options, and sync usage();Jason McIntyre
2005-09-07add stdlib.hBrad Smith
2005-09-06comment out .Xr to strip(4), a page which does not get installed;Jason McIntyre
while here, make the list item a bit better grammatically.
2005-09-06make some of the stat utility pages reference each other;Jason McIntyre
idea from a mail to misc@ from simon dassow;
2005-09-06new sentence, new line...and generally just start new lines in sane places;Jason McIntyre
while here, a little macro cleanup.
2005-09-06some grammar fixes from simon morgan;Jason McIntyre
fixes pr #4491
2005-09-06when running ntpd with "-s" as it's argument from /etc/rc.conf, make sure theWim Vandeputte
output goes to syslog and not console by moving around log_init OK henning@, markus@ and mblamer@
2005-09-05Missing -F installed test.Marc Espie
2005-09-04zap duplicate codeMarc Espie
2005-09-04* New -i interactive option, that can ask obnoxious questions.Marc Espie
* move the signature code to a packing-list method, prepend the pkgname. * depend on distant listings, cache these systematically. * cut the PKG_PATH at :/ systematically, much simpler than parsing URLs. People should get used to trailing /s. * let pkg_add -u actually run the update. * check for signature in more places, for instance, let pkg_add installed_stuff be a void operation. * grab enough stuff during updates to check signatures, so that pkg_add -u can report updates that are not needed right away, instead of waiting for the more confusing `trying to update' * beginning of @module support. * @pkgpath support, including updates. * systematically expand stems when applicable. * use visitors systematically in pkg_info. * pkg_info -S reports signature. * remove hardcoding of categories in PackingList, so that future modules will be able to expand them. * add @updateset and @incompatibility keywords.
2005-09-01rt_lookup() did not respect the route node invalid flag and so AS-extClaudio Jeker
routes where not cleared even though the advertising router was no longer reachable. Same problem has the rt_dump() function that is used for ospfctl show rib. Tested by me and norby@ OK norby@ deraadt@
2005-08-31Use ksh as the default shell instead of sh.Mark Kettenis
ok deraadt@
2005-08-30Fix one of the most fragile part of ospfd -- the interface election code.Claudio Jeker
One of the main problems is that the RFC is very unprecise about the process and so a bit of guessing and "violating" the RFC is needed. The problem was that on fast restarts ospfd computed wrong DR and BDR routers. OK norby@ deraadt@
2005-08-30Fix a bug in the nexthop calculation for complex networks. The result was aClaudio Jeker
routing table where most entries used the local interface IP as nexthop. This bug was found by jakob@ and he verified that it fixes his problems. Additional tests by me and norby@. OK norby@ deraadt@
2005-08-29correctly trim old p* versions of packages.Marc Espie
tests sturm@, aanriot@ okay deraadt@
2005-08-28Fix a reliability issue where an over-read of 4 bytes could result in theChad Loder
tcpdump process being terminated when tcpdump running with -vv tries to print a a short IKE SA payload. Specifically OK'd for 3.8 release by deraadt@. OK canacar@, hshoexer@.
2005-08-27change default user shell to ksh as well.Theo de Raadt
spotted by matthieu and miod sorry bill, but you stopped just hacking far too long ago..
2005-08-22Protect against more signals. Mark them as caught in a unified message.Marc Espie
During exit, just rethrow the signals, so that a wrapping process can know what's going on.
2005-08-22protect against $pkgname not being defined.Marc Espie
2005-08-22likewise, report only the first three filesMarc Espie
2005-08-22while scanning a potential package, process issues anyways:Marc Espie
if create() fails, we want to remove any stub file (and report the problem), so that tools won't get confused in believing the packing-list got created correctly.
2005-08-22maintain a counter of problems encountered per-filesystem.Marc Espie
Do not report more than 3 problems per filesystem unless -v -v.
2005-08-22parse mount entry correctly even if space left is negativeMarc Espie
2005-08-21catch QUIT, HUP, KILL, TERM along with INT, remove the temp dirs, then die.Marc Espie
(remember, perl signal handlers are safe, e.g., there's a redirection). Handle critical section where we create the directory so that we die after it's registered.
2005-08-21The patch addresses a problem with high-load resolvers whichBrad Smith
hit memory barriers. Without this patch, running the resolving name server out of memory would lead to "unpredictable results." From glebius FreeBSD ok deraadt@ millert@ cloder@ krw@
2005-08-19remove tempdir right away if it turns out we're not dealing with aMarc Espie
package at all.
2005-08-19trap SIGINT so that tempdirs get removed.Marc Espie
2005-08-17fix a few typos.Marc Espie
link to RequiredBy(3p) now that it exists.
2005-08-17drop paragraph about ftp-proxy.Marc Espie
jmc@ insisted... and yeah, it's a bit confusing.
2005-08-17document new methodMarc Espie
2005-08-17better message when we can't resolve a stem, taken from pkg_delete.Marc Espie
2005-08-17reuse compute_closureMarc Espie
2005-08-17we have a much more accurate image of stuff in -n mode, so we canMarc Espie
ditch this test, pkg_delete -n should no longer loop indefinitely.
2005-08-17clean-up, move the compute_closure code to RequiredBy, since it'sMarc Espie
quite generic.
2005-08-17add newlines in hostapd_fatal() calls, fix some typos.Reyk Floeter
thanks to Brian Poole.
2005-08-17works better with the actual file.Marc Espie
2005-08-17when looking for updates, select the best version: we know what to doMarc Espie
with p suffixes in a safe way.