summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace tricker atoi() and hand rolled parsing with strsep() andkrw2012-07-081-13/+15
| | | | | | strtonum(). Make related error messages consistant. ok haesbaert@
* Move functionality from ask() to _ask() to make the latter more usefulhalex2012-07-081-18/+13
| | | | | | from other places. ok krw@
* regenstsp2012-07-082-2/+7
|
* add another BCM43224 ID; ok and tweak mpi@stsp2012-07-081-1/+2
|
* - remove some unneeded quotesjasper2012-07-082-6/+6
|
* - move noshared handling to LT::OSConfigjasper2012-07-081-13/+10
| | | | | | - remove unused $libinstdir variable ok espie@
* Add noifprefix, an option to send an RA with no prefix information.phessler2012-07-082-5/+19
| | | | | | From Stephane A. Sezer, many thanks! OK phessler@, jasper@
* Remove the "Variables" chapter from CAVEATS now that it's been fixed.ajacoutot2012-07-081-11/+2
| | | | ok jasper@
* remove unneeded and error-prone :: rulesespie2012-07-081-5/+5
| | | | okay guenther@
* Document ${var[@]} and ${var[*]}guenther2012-07-081-2/+14
| | | | ok espie@
* fix ajacoutot's whining (i wish...)espie2012-07-081-7/+20
| | | | okay jasper@
* there was a limit on the number of pflog interfaces - 16. remove that.henning2012-07-083-17/+46
| | | | | mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke
* add a test for the fixed --helpjasper2012-07-081-2/+6
|
* nasty real test, create a Requires that depends on a variable in such aespie2012-07-082-2/+18
| | | | way that a reparse is needed
* Clear flags across all sessions, from Thomas Adam.nicm2012-07-084-11/+45
|
* simplify some moreespie2012-07-081-97/+50
|
* simplify, make sure everything uses ${PKG_CONFIG}espie2012-07-081-58/+58
|
* calling help() is not an error, so just return 0.jasper2012-07-071-2/+2
|
* add a dump method, simplifying the --config calljasper2012-07-071-4/+10
|
* make $mode into an actual object.espie2012-07-071-49/+82
| | | | cheat a bit by auto-loading corresponding code if needed.
* rudimentary support for -Tman .Ft and .Fn;schwarze2012-07-071-3/+49
| | | | some blank lines are still missing from the output
* - since we're storing the config variables in an object now, just walk thejasper2012-07-071-9/+12
| | | | | object to print the config, instead of printing the values manually - add gnu_arch to OSConfig while here
* rename function to avoid symbol clasheric2012-07-073-12/+8
|
* basic support for -Tman .Inschwarze2012-07-071-2/+33
|
* copy&paste mistake in error messagenaddy2012-07-071-3/+3
|
* syncderaadt2012-07-072-2/+7
|
* another netmos cardbus serial; espie owns itderaadt2012-07-071-1/+2
|
* syncderaadt2012-07-071-0/+2
|
* Fix two races in socket splicing. When somove() gets called frombluhm2012-07-071-4/+9
| | | | | | | | | | | sosplice() to move the data already there, it might sleep in m_copym(). Another process must not unsplice during that sleep, so also lock the receive buffer when sosplice is called with fd -1. The same sleep can allow network interrupts to modify the socket buffer. So use sbsync() to write back modifications within the loop instead of fixing the socket buffer after the loop. OK claudio@
* remove incorrect check in pfctl preventing set-tos for ipvshit.henning2012-07-071-3/+3
| | | | | the kernel has code to deal with set-tos and that crap. don't ask for details. stuart ok
* Support the .cc request; code by kristaps@, tests by me.schwarze2012-07-079-39/+112
| | | | Needed for sqlite3(1) as reported by espie@.
* reorder stuff so that known failing targets are lastespie2012-07-071-7/+9
|
* streamlined codeespie2012-07-071-7/+4
|
* - add LT::OSConfig which'll be used to keep all the configuration valuesjasper2012-07-071-10/+21
| | | | | | - also fix a case where // should be used. ok espie@
* regenjasper2012-07-072-4/+9
|
* add the x200 camerajasper2012-07-071-1/+2
| | | | ok mpi@
* Add a test for RS breaking some other block.schwarze2012-07-074-2/+51
| | | | | | Unfortunately, the code triggering the assert fixed in man_macro.c rev. 1.37 must be commented out because groff misformats the invalid input so badly that imitating it really makes no sense.
* Fix an assert() raised by `RS' when following `TP' without a tag.schwarze2012-07-071-2/+2
| | | | | | | The reason was that `RS' wasn't BSCOPE'd, so the next-line (BLINE) scope opened by `TP' would still be in the macro HEAD. This was from joerg@'s archive of failures. Fix by kristaps@, bsd.lv rev. 1.74.
* allow httpd to build if sslv2 is disabled, ok guenther@sthen2012-07-071-5/+2
|
* re-add correctly handling no argumentsjasper2012-07-071-1/+2
| | | | | ok espie@ cvs: ----------------------------------------------------------------------
* rename prio in struct pf_rule and related structs to set_prio so it ishenning2012-07-078-57/+58
| | | | | | | utterly clear this is not a filter criteria but a packet modification thing. also preparation for upcoming changes, including one to unscrew this mess (I should not have to touch half the tree for this - ifixitlater) not user visible, ok gcc
* update to 1.2.2 and start using /var/www/cache instead of /var/www/tmprobert2012-07-0740-153/+860
|
* add /var/www/cache for nginx to store some datarobert2012-07-071-1/+7
| | | | ok ajacoutot@, krw@, deraadt@
* Replace atoi() with strtonum() where it's easy. Make related errorkrw2012-07-071-29/+17
| | | | | | | messages consistant. Check for valid partition when 'select'ing a partition. ok haesbaert@
* remove bogus include of bsd.lib.mkeric2012-07-071-3/+1
|
* less accurate documentation...espie2012-07-071-5/+5
| | | | as noticed by matthew@
* Allow UDP server to receive datagrams from multiple socket pairs with -khaesbaert2012-07-072-7/+17
| | | | | | | flag. Prompted by a question from dsp at 2f30 dot org, diff from Lazarom Koromil with a few tweaks by me, many thanks. ok mikeb@ nicm@ haesbaert@
* restore DIOCKILLSTATE semantics to what they were before the NAT rewrite.henning2012-07-071-2/+3
| | | | | | | | | | | when you kill states by IP, it is not all that clear which IP we're talking about - before or after rewriting? the old semantics were to always look at the "original" IP, i. e. before rewriting. ever since the NAT rewrite we were unconditionally looking at the wire side state key, which is the original address for PF_IN states, but not for PF_OUT. So look at the SK_STACK state key in the PF_OUT case. should fix "authpf doesn't remove NAT states" seen on misc a while ago ok & testing & half of the analysis bob (he sez beck)
* after several improvements to -Tman went in,schwarze2012-07-0727-30/+172
| | | | enable lots of related regression tests
* after .Lb in library section, break the line in the final outputschwarze2012-07-071-2/+14
|