Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-02 | fix pkg_add -r -B | Marc Espie | |
problem noticed by winiger@ | |||
2008-03-02 | fix bugs formatting | Marc Espie | |
2008-03-02 | introduce a isc_random_uniform() function to return a uniformly distributed | Damien Miller | |
number 0 < x <= upper_bound and use it to correct the last tiny bias in the shuffle initialisation feedback & ok deraadt@ | |||
2008-03-02 | set the refid for v4 queries too. this allows sensor-driven ntpd to says its | Chris Kuethe | |
reference is "HARD" (or "GPS", "UMBG", "UDCF" ... in theory) rather than "^@^@^@^@" "why not" henning@ | |||
2008-03-02 | another extra endpwent() not needed | Theo de Raadt | |
2008-03-02 | Pass a buffer size to InterpretArg() and do not let it overflow it, saves | Miod Vallat | |
propolice some work in command_Expand_Interpret(). Inspired by FreeBSD; ok deraadt@ | |||
2008-03-02 | PCI devices are specified by bus:dev:func, not dev:bus:func. Adjust usage | Mark Kettenis | |
and man page. | |||
2008-02-29 | no , at end of enum; tobiasu@tmux.org | Theo de Raadt | |
2008-02-29 | replacement algorithm. initialize a 64K-short buffer using Durstenfeld | Theo de Raadt | |
shuffle. Upon allocation, swap-permute the new value to a random slot in the 0..32K-1 th entry of the buffer as we move forward, ensuring randomness but also satisfying the non-repeating property we need. Inspired by Dillon's implementation for ip id. We believe this is easier to read though, initializes with less bias and wins speed tests. Thanks a lot to mcbride and djm for doing a bunch of statistical and speed analysis, and comments from nordin ok jakob djm mcbride | |||
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher | |
I got fooled by patch(1). Sorry. | |||
2008-02-27 | Unbreak parser by initializing topfile correctly. | Marco Pfatschbacher | |
I got fooled by patch(1). Sorry. Found by and OK thib@. | |||
2008-02-27 | Have popfile() also close the main config file, | Marco Pfatschbacher | |
but only do the final popfile call after yyparse() is done. This also fixes config reload on SIGHUP for some daemons. Spotted by otto@. OK deraadt@ | |||
2008-02-26 | Fix memory leak in the parser. Found by Matthew Dempsky but using the more | Claudio Jeker | |
common way to clear the TAILQ. OK thib@ | |||
2008-02-26 | Ignore and drop path attributes with a type code of 0 instead of sending an | Claudio Jeker | |
error back. This increases robustness without causing any issues. The RFC does not forbid the use of 0 in the type code but it is not explicitly allowed and the type code list at IANA does not mention 0 at all. OK henning@ | |||
2008-02-26 | Don't pass quick when tagging, so the tag can be used outside | Henning Brauer | |
the ftp-proxy anchor. Exotic setups with route-to etc. can be implemented this way. from camield, ok reyk beck canacar and manpage polished by jmc | |||
2008-02-26 | Have popfile() also close the main config file, | Marco Pfatschbacher | |
but only do the final popfile call after yyparse() is done. This also fixes config reload on SIGHUP for some daemons. Spotted by otto@. OK deraadt@ | |||
2008-02-26 | Allow a range of baud rates in a manner similiar to tip/cu, | Jonathan Gray | |
fixes PR 5734 as tested by Sergey Prysiazhnyi <apelsin@atmnis.com>. Fix suggested by and ok deraadt@, "diff is correct" miod@ | |||
2008-02-25 | uninitialized variable needs zero'ing, ok kettenis | Theo de Raadt | |
2008-02-25 | document the basic algorithms used by pkg*. | Marc Espie | |
Actually a must-read for any porter who plays with non-trivial updates. | |||
2008-02-24 | Add missing space when printing ext. communities. | Claudio Jeker | |
2008-02-24 | taht -> that | Marc Balmer | |
2008-02-24 | fix a type, taht -> that. | Marc Balmer | |
2008-02-23 | correct pathnames reported; pr#5742 | Theo de Raadt | |
2008-02-22 | Allow multiple NUL characters within string-valued properties (but add an | Mark Kettenis | |
XXX saying that this may not exactly be what we want). This makes the output on macppc look much saner. ok fgsch@, beck@ | |||
2008-02-22 | remove comma from type list, add missing semicolon for consistency | Simon Bertrang | |
OK claudio@ | |||
2008-02-20 | set globalnl to vnodenl in filemode() so we access the right | Thordur I. Bjornsson | |
thing in the KGET() macros. Fixes a segfault when pstat is called with '-vT'; ok miod@,krw@,beck@ | |||
2008-02-16 | sort flags in both synopsis and usage | Igor Sobrado | |
ok reyk@ | |||
2008-02-14 | backout the change to make arp(8) default to -an; | Thordur I. Bjornsson | |
Remove that blurp from the man page also. requested by deraadt@; | |||
2008-02-14 | Add authpf-noip, which allows multiple users to connect from a single IP; | Ryan Thomas McBride | |
forces users to write sane rulesets for this by not providing $user_ip or updating the authpf table. testing and prodding by mtu, manpage heavily worked over by jmc ok beck dhartmei henning | |||
2008-02-13 | bump copyright | Reyk Floeter | |
2008-02-13 | no need to set values after bcopying the complete struct | Reyk Floeter | |
2008-02-13 | stylistic change: move code to add protonodes from the BNF into | Reyk Floeter | |
seperate functions in relayd.c (protonode_add/protonode_header). this code got to big to look nice in the BNF statements... | |||
2008-02-11 | tweak previous; | Jason McIntyre | |
2008-02-11 | Correct the output of several error and debug messages. | Esben Norby | |
2008-02-11 | Correct the output of several error and debug messages. | Esben Norby | |
2008-02-11 | log_debug error messages report incorrect function names | Esben Norby | |
from Igor Zinovik | |||
2008-02-11 | unbreak the dns protocol handler, closes pr 5717 | Reyk Floeter | |
Thanks to Nigel Taylor | |||
2008-02-11 | Marry relayd with snmpd using new "send trap" option: Request to send | Reyk Floeter | |
a SNMP trap when the state of a host changes. relayd(8) will try to (re-)connect to snmpd(8) and request it to send a trap to the registered trap receivers, see snmpd.conf(5) for more information about the configuration. ok pyr@ thib@ | |||
2008-02-11 | bump Mdocdate for pages committed in "febuary", necessary because | Jason McIntyre | |
of a typo in rcs.c; | |||
2008-02-09 | fix a memleak in the snmp engine and the ber i/o; free the dynamically | Reyk Floeter | |
allocated ber write buffer after using it. extend the ber api with a ber_free() function to do the required cleanup. Thanks to Will Backman (bitgeist at yahoo dot com) for testing and for figuring out that there was a memleak. | |||
2008-02-08 | use correct variable for COUNTER64 | Reyk Floeter | |
2008-02-08 | fix Mdocdate. | Jason McIntyre | |
developers please note: you do not have to edit this field when you make changes to man pages. it's a cvs keyword which expands automatically. | |||
2008-02-08 | adjust this page a little more, now that -an is the default; | Jason McIntyre | |
2008-02-07 | Oops. Better diff to enable -an by default without breaking | Thordur I. Bjornsson | |
the other options too badly; ok millert@ | |||
2008-02-07 | make arp(8) default to -na when called with no arguments; | Thordur I. Bjornsson | |
man page bit from jmc@ ok millert@, oga@, laurent@ | |||
2008-02-07 | add a imsg which allows to "lock" the control connection, the | Reyk Floeter | |
restricted connection will reject any commands except snmp traps. | |||
2008-02-07 | spacing | Reyk Floeter | |
2008-02-07 | add IPv6 root servers | Jakob Schlyter | |
2008-02-06 | Fix FETCH_CMD and don't hardcode ftp(1) but use OpenBSD::Paths->ftp(). | Bernd Ahlers | |
ok espie@ | |||
2008-02-05 | Fix a debug printf. After the session members got a se_ prefix this one | Thordur I. Bjornsson | |
was forgotten. |