Age | Commit message (Expand) | Author |
2011-09-20 | report the "fix-active" flag, and print any other unknown flags in hex. | Theo de Raadt |
2011-09-19 | Quick fix to avoid fatal() when we receive a line which have a length of exac... | Charles Longeau |
2011-09-19 | Make it more clear what are subtypes and some more cleanup of the | Claudio Jeker |
2011-09-19 | remove an unused ctl struct and remove some unneeded values from | Claudio Jeker |
2011-09-18 | a single ramqueue message may be shared by many ramqueue envelopes to be | Gilles Chehade |
2011-09-18 | extract 8 octets (as per RFC 2661) rather than a long; with jsing@ | Christian Weisgerber |
2011-09-18 | Fix whitespace. | Joel Sing |
2011-09-18 | Avoid potential 64-bit unaligned access on strict alignment architectures. | Joel Sing |
2011-09-18 | Reorder the headerfiles a bit. Move the bgpd specific prototypes out of | Claudio Jeker |
2011-09-17 | Make tcpdump -v print the id and seq of icmp6 echo packets. | Alexander Bluhm |
2011-09-17 | update pointer variable after copying misaligned packet; ok claudio@ | Christian Weisgerber |
2011-09-17 | Implement new mrt table dump format as specified in draft-ietf-grow-mrt. | Claudio Jeker |
2011-09-17 | tweak previous; | Jason McIntyre |
2011-09-17 | access a 32-bit field as u_int32_t, not as u_long; ok bluhm@ | Christian Weisgerber |
2011-09-17 | make pkg_add -nvv work with respect to whatis.db updates; | Ingo Schwarze |
2011-09-17 | Apply the fnmatch recursion limit fix to the local copy of fnmatch in httpd. | Stefan Sperling |
2011-09-17 | Standarize the ToS option across nc/ping/traceroute so that they'll | Christiano F. Haesbaert |
2011-09-17 | tweak previous; | Jason McIntyre |
2011-09-17 | improve -s description. the major points are set vs adjust and stay in | Henning Brauer |
2011-09-17 | work-around for default vs. no flavor | Marc Espie |
2011-09-16 | reorder SENSOR_* in switch() and add missing cases. | Yojiro Uo |
2011-09-16 | Rather than reloading kernel routes immediately when an RTM_DESYNC is seen, | Stuart Henderson |
2011-09-16 | add lacked cases of sensors value, and fix orders. | Yojiro Uo |
2011-09-16 | Fix my usual typo | Claudio Jeker |
2011-09-16 | apply following changes to sensor framework: | Yojiro Uo |
2011-09-16 | If a user configures logging explicitly in relayd.conf, do it | Alexander Bluhm |
2011-09-12 | - introduce filtermask in struct smtpd | Gilles Chehade |
2011-09-11 | remove unused header | Charles Longeau |
2011-09-10 | let pkg_mklocatedb work consistently with SUBDIRLIST (print only the | Marc Espie |
2011-09-07 | - update key size and alg recommendations; from Lawrence Teo | Jason McIntyre |
2011-09-04 | KNF, fix white spaces in relayd. No binary change. | Alexander Bluhm |
2011-09-04 | Especially with SSL and short data transfers, it could happen that | Alexander Bluhm |
2011-09-04 | The relayd used the CHECK_TIMEOUT for connect and ssl handshake. | Alexander Bluhm |
2011-09-03 | make -column lists pretty again; | Jason McIntyre |
2011-09-01 | grammar fix; from Brynet | Jason McIntyre |
2011-09-01 | move a log_debug() call to a less annoying spot so that it does not get | Gilles Chehade |
2011-09-01 | Introduce a small set of functions to manage stat counters in a | Eric Faurot |
2011-09-01 | add missing header needed by bsearch() | Charles Longeau |
2011-09-01 | - if no filter is setup, do not overwrite the data line with filtmsg buffer | Charles Longeau |
2011-09-01 | Fix the display of running utilities (e.g. don't say we are running | Antoine Jacoutot |
2011-08-31 | propagate change of internals | Marc Espie |
2011-08-31 | add support for per-line DATA callbacks, this allows filters to take their | Gilles Chehade |
2011-08-31 | versionspec stuff belongs in PkgSpec, not PackageName | Marc Espie |
2011-08-31 | synch with current state of affairs a bit | Marc Espie |
2011-08-30 | Call free() into ramqueue_remove_{batch,host,message,envelope}() instead of j... | Charles Longeau |
2011-08-30 | remove unused header | Charles Longeau |
2011-08-30 | fix format string | Charles Longeau |
2011-08-29 | cast all printed time_t to long long int, and change format string accordingly. | Charles Longeau |
2011-08-29 | remove unused file | Charles Longeau |
2011-08-29 | add missing header needed by signal() | Charles Longeau |