Age | Commit message (Expand) | Author |
2006-10-12 | need to call adjtime once in a while here too, otherwise sensor-only | Henning Brauer |
2006-10-12 | internally, ntpd doesn't work with absolute offsets to system time, but | Henning Brauer |
2006-10-11 | use SEEK_SET; chl@tuxfamily.org | Theo de Raadt |
2006-10-10 | fgets(3) returns NULL on error, not 0. No functional change, but it makes | Chad Loder |
2006-10-08 | use 'weight-value' vs. 'offset' for the weight argument; | Kevin Steves |
2006-10-03 | strtonum() with INT_MAX intead of LONG_MAX, problem pointed out by pierre-yve... | Theo de Raadt |
2006-09-29 | remove an -O0 workaround for egcs/alpha; noone remembers why it was there | Martin Reindl |
2006-09-28 | hostapd tree search speedup via inlined compare function | Reyk Floeter |
2006-09-28 | fix the configuration parser for event rules: correct handling of | Reyk Floeter |
2006-09-27 | Use IP_RECVIF to get the incomming interface of OSPF packets. Now we use | Claudio Jeker |
2006-09-26 | Sync in_cksum.c to the same version dvmrpd has. This fixes problems with odd | Claudio Jeker |
2006-09-26 | Simplify and make ISO chksum work on big endian machines. | Esben Norby |
2006-09-26 | escape error response to unsupported Expect: header, fixes | Damien Miller |
2006-09-25 | Use S_IS* macros insted of masking with S_IF* flags. The latter may | Otto Moerbeek |
2006-09-21 | more lfs removal; ok pedro | Jason McIntyre |
2006-09-20 | Remove bad144, okay deraadt@ miod@ | Pedro Martelletto |
2006-09-20 | Make vnd(4) work on read-only file systems, from Paul Stoeber, okay tedu@ | Pedro Martelletto |
2006-09-19 | enable ESP and AH dissectors over IPv6; ok mpf@ (at k2k6) | Christian Weisgerber |
2006-09-19 | make buffer_grow always return a valid struct buf; the contained buffer | Henning Brauer |
2006-09-19 | when the neighbor announced the restart capability, send the end-of-rib | Henning Brauer |
2006-09-19 | save the parser state in one big struct, and make it interchangable, aka | Henning Brauer |
2006-09-19 | kill useless debug code that somehow snuck in, some 2 years ago... | Henning Brauer |
2006-09-17 | check that stdio file descriptors are actually closed before clobbering | Damien Miller |
2006-09-17 | Make rdate ignore ntp responses with ALARM status. | Chris Kuethe |
2006-09-16 | fix error message parsing, okay deraadt@ | Marc Espie |
2006-09-16 | Only interpret link state routing messages for the monitored carp interface. | Marco Pfatschbacher |
2006-09-16 | sync printing w/ sysctl and also add missing sensor types to the conf parser;... | Michael Shalayeff |
2006-09-12 | for apps which use interface groups, point to the section of | Jason McIntyre |
2006-09-05 | security update to BIND 9.3.2-P1. ok miod@ and deraadt@ | Jakob Schlyter |
2006-09-04 | somehow i managed not to commit the macro changes here... | Jason McIntyre |
2006-09-01 | Teach sasyncd to set isakmpd into active or passive mode, according | Marco Pfatschbacher |
2006-08-31 | knock out the cpp/,4 stuff here too; from henning (thanks) | Jason McIntyre |
2006-08-31 | knock out the cpp/m4 stuff from MACROS; after discussion with many... | Jason McIntyre |
2006-08-31 | Add more SADB types to the filter: ACQUIRE, X_ASKPOLICY, REGISTER. | Marco Pfatschbacher |
2006-08-31 | Only chroot the unprivileged part of sasyncd(8). | Marco Pfatschbacher |
2006-08-30 | need to retry writing to pfkey socket on EAGAIN, ok theo | Henning Brauer |
2006-08-30 | writing to the pfkey socket can give EAGAIN and we must retry. | Henning Brauer |
2006-08-30 | U[Ss]tar -> ustar, as per posix and our pax docs; | Jason McIntyre |
2006-08-30 | document that ftp-proxy cannot function at a raised securelevel | Camiel Dobbelaar |
2006-08-30 | Remove useless logging, the logged event happens all the time, no need to | Esben Norby |
2006-08-29 | avoid ending mid-sentence w/ `.', or we get an extra space; | Jason McIntyre |
2006-08-28 | use Forwarding Information Base vs. Forward Information Base; | Kevin Steves |
2006-08-28 | .Xr sysctl 8; wording from jmc@ | Kevin Steves |
2006-08-28 | tiny grammar fix; ok jmc@ | Kevin Steves |
2006-08-28 | indicate when the peer announced the Graceful Restart capability, ok claudio | Henning Brauer |
2006-08-27 | Change ``etc'' to ``/etc'' for consistency with the rest of th epage. | Ray Lai |
2006-08-27 | in the restart capability (that we do not actually send yet), set the | Henning Brauer |
2006-08-27 | fix a small logic botch in session_accept() in the fast reconnect logic, | Henning Brauer |
2006-08-27 | add code to announce the restart capability according to | Henning Brauer |
2006-08-27 | missing htons() in session_rrefresh() | Henning Brauer |