summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-12-08make authpf give up group privs before exec'ing pfctl - makes itBob Beck
so the new taint enforcement for /dev/fd/X opens don't kill it
2005-12-08Missing #include <limits.h>Claudio Jeker
2005-12-08Missing ntohs() in error path. Found via regress test.Claudio Jeker
2005-12-08When parsing open messages enforce that the optional parameter length isClaudio Jeker
equal to the size of the rest of the message and not only enforcing that no overflow happens. Found via regress test. OK henning@
2005-12-07Do not use strlcpy if the source string is not NUL terminated andOtto Moerbeek
avoid printing funny chars. Problem spotted by naddy@ whil tcpdumping enc0 with malloc.conf AJ; ok canacar@ on an earlier version.
2005-12-07new ISC nslookup clone "written because we feel like it" is incorrectTheo de Raadt
to spit out the ">" prompt to stderr; it has always been output to stdout historically, and that is the right thing to do. scripts depend on it, as spotted in pr 4937. my fix, because the scripts do not need fixing
2005-12-06Remove fdescfsPedro Martelletto
2005-12-05make sure set_modes always get called for a `real' extraction.Marc Espie
Problem noticed by sturm@
2005-12-05Optimize rde_redistribute() a bit and remove two unneeded and way to verboseClaudio Jeker
log_debug() messages. OK norby@
2005-12-05Ignore case on the file extension, to allow both .s and .S to be includedDale Rahn
in SFILES for mkdep. Would also pick up .C files (but we dont allow with those in the kernel) ok deraadt@
2005-12-04Increase ADJ_TMOUT to prevent loss of adjacency during bulk ls updateEsben Norby
transfers. ok claudio@
2005-12-04Increase the receive buffer of the raw socket.Esben Norby
Prevents some of the retransmitting during bulk ls update transfers. ok claudio@
2005-12-02unlink() pid file on exit. ok deraadt@Moritz Jodeit
2005-12-02Fixed version of r1.35, readd candidate to list in both cases so that the listClaudio Jeker
remains sorted. Tested and OK norby@
2005-12-02sort options and kill duplicate -C entry;Jason McIntyre
2005-12-02remove trailing whitespace;Jason McIntyre
2005-12-02sync usage to man pageTheo de Raadt
2005-12-02sync to usage in man pageTheo de Raadt
2005-12-02Modify automatic performance adjustment mode so that the cpu is setBob Beck
to go fast if the power is connected and the battery is more than 15% charged, and when on batteries keeps setperf low unless needed. add a cool runnings mode option (-C) that does the previous behaviour of keeping the CPU as low as possible unless needed. ok deradt@, sturm@, "i like it's" djm@ henning@ and others.
2005-12-01tweaks;Jason McIntyre
2005-12-01typoTheo de Raadt
2005-12-01add configuration option to enable/disable specified iapp subtype handlingReyk Floeter
2005-12-01support netmasks in table entry ip address assignmentsReyk Floeter
2005-12-01move iapp configuration in a separate data structureReyk Floeter
2005-12-01deauthenticate all stations on startup which will force them toReyk Floeter
reassociate cleanly.
2005-11-30No need to filter incoming withdraws just try to remove everything form theClaudio Jeker
RIB -- if it got filtered before so be it.
2005-11-30put the command list back in order;Jason McIntyre
2005-11-30timezone -> time zoneJason McIntyre
2005-11-30No need for vfs_busy() and vfs_unbusy() to take a process pointerPedro Martelletto
anymore. Testing by jolan@, thanks.
2005-11-29Add a flags field to struct prefix which will be used shortly. Remove the peerClaudio Jeker
pointer so that the size does not grow. Adding 4 bytes to struct prefix would result in 64MB more memory usage on one of my systems.
2005-11-29even more spaces and tabs.Claudio Jeker
2005-11-29crontab.c uses the rcsid in the crontab head comment so don't protectTodd C. Miller
it from lint. Found by cloder@
2005-11-29tabs on empty linesClaudio Jeker
2005-11-29superfluous ; OK henning@Claudio Jeker
2005-11-29- Zap duplicate semicolon. From Alexander Hall via PR #4913. Thanks!Bernd Ahlers
- Some indentation fixes while I'm here. okay espie@
2005-11-27ISOXXX/ISO-XXX -> ISO XXXJason McIntyre
2005-11-27make EXAMPLES a little more useful by providing some context;Jason McIntyre
help/ok steven@
2005-11-25Missing 'break;' found by lint. 'blass' is not the same as 'class'!Kenneth R Westerback
ok moritz@ otto@
2005-11-24Remove kernfs, okay deraadt@.Pedro Martelletto
2005-11-23Replace a C++ comment with a C comment. No code changes.Chad Loder
2005-11-23log message consistencyReyk Floeter
2005-11-23add optional interface rule for event rulesReyk Floeter
2005-11-23do not abort if hw.setperf is not there. warn. maybe we should evenTheo de Raadt
skip that, too.
2005-11-23permit apmd to run on systems without apm supportNikolay Sturm
let apmd control hw.setperf manually or dynamically tested by Chris Kuethe and beck@, 'get it in' deraadt@
2005-11-22fix problem of dhcp server looping with "already acking lease"Bob Beck
when busy with short lease times. Fix by and discussed with millert over a year ago, run at u of a for over a year, but never committed. ok millert@ cloder@
2005-11-22add printer for IAPP and hostapd(8) messagesReyk Floeter
ok canacar@, tested by aanriot@ and others
2005-11-22accidentaly lost a zero in timeout long time ago (;Michael Shalayeff
2005-11-20add support for multiple hostap (wireless) interfaces.Reyk Floeter
for example, if you run one hostapd with two ath(4) devices. you have to specify "set hostap interface { ath0, ath1 }" in hostapd.conf(5). man page bits by jmc@, tested by others
2005-11-20.Sh SECURITY -> .Sh CAVEATSJason McIntyre
ok camield@
2005-11-19- uppercase `ID'Jason McIntyre
- stnadard AUTHORS section