Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-11 | Set command context save flag already in attach routine. Avoids double | Marcus Glocker | |
processing of command responses. | |||
2007-08-11 | add caveats section, documenting previously undocumented state dumping ↵ | Constantine A. Murenin | |
mechanism; ok jmc@ henning@ | |||
2007-08-11 | s/ and alerter// against previous: 'alerter' is not a standard word (yet), | Constantine A. Murenin | |
even if it is present in certain dictionaries (it is). Also, it doesn't add that much to .Nd anyhow. Requested by jmc@ | |||
2007-08-11 | Kill a couple of 'echo' statements that can never produce visible | Kenneth R Westerback | |
output. i.e. not visible on the screen, nor in any log. If nothing else, makes dhclient-script smaller for install media. 'yesh kill' (sic) henning@ | |||
2007-08-11 | Remove IBSS capability flag for now. | Marcus Glocker | |
2007-08-11 | tweak previous: | Jason McIntyre | |
- this document talks about "default mode", not "greylisting mode" - kill trailing whitespace | |||
2007-08-11 | Add note to the effect that the spamd pf table is no | Jonathan Gray | |
longer used in greylisting mode. ok ckuethe@ | |||
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer | |
glitch introduced by previous commit. ok markus@ | |||
2007-08-10 | sync sensorsd.8: add my copyright; change NAME summary; fix some grammar; | Constantine A. Murenin | |
fix description of when the command is executed (it was wrong from the start); say a few more words about automatic monitoring of all sensors that keep state. ok henning@ | |||
2007-08-10 | Enable CF malo for macppc, it also works there. | Marcus Glocker | |
OK claudio@ | |||
2007-08-10 | sync sensorsd.conf.5 with reality, including: | Constantine A. Murenin | |
* add myself to the copyright; remove unneeded synopsis * invalid sensors can now be monitored as such (since c2k7) * manual boundaries for smart sensors are no longer ignored (since c2k7) * populate history with 4.1 and 4.2 additions * add caveats section documenting a long-standing misconception and a workaround some help jmc@; ok jmc@ | |||
2007-08-10 | make it more clear that the temperature can range between 0 and 285, | Jasper Lievisse Adriaanse | |
by using "0 - 285" instead of "0..285" ok damien@ | |||
2007-08-10 | sync structs with reality | Henning Brauer | |
From: tbert <bret.lambert@gmail.com> | |||
2007-08-10 | Fix some letho16() tweaks which made my macppc crash on an | Marcus Glocker | |
assoiciation. | |||
2007-08-10 | Be more careful when asking for the next property. help and ok kettenis@. | Federico G. Schwindt | |
2007-08-10 | duplicate strdup; ok hshoexer | Markus Friedl | |
2007-08-10 | add missing xserv, and use ${MACHINE} throughout (still needs testing) | Theo de Raadt | |
2007-08-10 | Add missing multicast part to ioctl. | Marcus Glocker | |
2007-08-10 | sync | Xavier Santolaria | |
2007-08-10 | Add Bluetooth devices. From NetBSD. ok deraadt | Xavier Santolaria | |
2007-08-10 | use more variables, because variables are good | Theo de Raadt | |
2007-08-10 | oops, missed xbase | Theo de Raadt | |
2007-08-10 | a somewhat crude way to generate installXX.iso files based on | Theo de Raadt | |
intermediate snapshot components. uses some knowledge from our internal build scheme to link together base and X sets. | |||
2007-08-09 | spelling fixes; from Matthew Clarke | Jason McIntyre | |
2007-08-09 | If an association has failed, set the device back to INIT state. | Marcus Glocker | |
2007-08-09 | - more missing variables for proper ports work | Antoine Jacoutot | |
ok millert@ | |||
2007-08-09 | Check all FW commands in the init path. None of them shall timeout, | Marcus Glocker | |
otherwise we abort initialization. | |||
2007-08-09 | o Add a mechanism to execute single commands even if are are not context | Marcus Glocker | |
save. Protects cmalo_cmd_set_assoc() for now. o In case of deauthentication or disassociation, try to reassociate. | |||
2007-08-09 | do not install the cdromXX.fs file, it is useless | Theo de Raadt | |
2007-08-09 | Correctly acknowledge event interrupts. Got the wrong register value | Marcus Glocker | |
before. | |||
2007-08-09 | glxsb can now be used for IPsec; from Okan Demirmen; ok tom | Markus Friedl | |
2007-08-09 | fix CVE-2007-3304 | Martynas Venckus | |
The Apache HTTP server did not verify that a process was an Apache child process before sending it signals. A local attacker with the ability to run scripts on the HTTP server could manipulate the scoreboard and cause arbitrary processes to be terminated which could lead to a denial of service. ok miod@ (who also noticed to protect reclaim_child_processes); henning@; djm@ | |||
2007-08-09 | Comment. Sort some register values. | Marcus Glocker | |
2007-08-09 | Add event handler. Events notify us about things like when a | Marcus Glocker | |
disassociation frame has arrived. Nice side effect; As we acknowledge the event reason after receiving a disassociation frame (which happens pretty often by wi(4) hostap) now, the FW issues an automatic reassociation, and we do not loose network connectivity anymore. | |||
2007-08-09 | Use '\0', not NULL, for NUL characters. | Ray Lai | |
Pointed out by Anonymous Coward on slashdot. OK niallo. | |||
2007-08-09 | be more consistent in memcpy usage; no md5 change in .o; ok deraadt@ | Constantine A. Murenin | |
2007-08-09 | Correct function name in fatal(). From Igor Zinovik. | Ray Lai | |
2007-08-09 | Let realloc handle NULL. Check for integer overflow and realloc | Ray Lai | |
failure. Avoid passing negative integers to realloc by changing variables to size_t. Initial diff from Charles Longeau. OK millert. | |||
2007-08-09 | size_t != int: use %lu in format strings and cast variables to | Ray Lai | |
u_long. OK millert and kettenis. | |||
2007-08-08 | Let realloc handle NULL. Initial diff from Charles Longeau. | Ray Lai | |
OK millert and jaredy. | |||
2007-08-08 | Clarify the example about avoiding overflow. OK ray@ deraadt@ | Todd C. Miller | |
2007-08-08 | sync | Theo de Raadt | |
2007-08-08 | on NOPIC architectures, do not build and install ld.so. this is in | Theo de Raadt | |
particular for landisk (sh) where ld.so does not yet 100% work, but was still being installed. libtool cares. modified from matthieu patch; ok drahn | |||
2007-08-08 | fix CVE-2006-5752 | Martynas Venckus | |
A flaw was found in the mod_status module. On sites where the server-status page is publicly accessible and ExtendedStatus is enabled this could lead to a cross-site scripting attack. Note that the server-status page is not enabled by default and it is best practice to not make this publicly available. ok miod@, henning@ | |||
2007-08-08 | Prevent a potential null-pointer dereference. | Mark Kettenis | |
ok krw@, deraadt@ | |||
2007-08-08 | Update. | Mark Kettenis | |
2007-08-08 | update emacs pkgname | Steven Mestdagh | |
ok pval | |||
2007-08-08 | Update. | Mark Kettenis | |
2007-08-08 | Show how to use strcspn(3) to trim newlines. | Ray Lai | |
OK jmc and millert. | |||
2007-08-08 | realloc can handle NULL values. From Charles Longeau. | Ray Lai | |
OK jaredy. |