Age | Commit message (Expand) | Author |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-09-01 | Include err.h and remove unused variables. | Ray Lai |
2007-08-31 | Copy editit() from sendbug, synchronizing editor calling code. | Ray Lai |
2007-08-28 | add -I option for printing the interfaces; | Markus Friedl |
2007-08-28 | reverse mistaken commit, restore FETCH_CMD to functionality. | Marc Espie |
2007-08-24 | Yet another application that does not check if the RTM_VERSION is the expected | Claudio Jeker |
2007-08-24 | Add a new configuration directive 'RLimitNOFILE' to set the number of | Marc Balmer |
2007-08-23 | write out the object url in the error message if that's an object error and | Marc Espie |
2007-08-23 | fix v* order in keep_most_recent. | Marc Espie |
2007-08-22 | Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUG | Chris Kuethe |
2007-08-21 | No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since their | Kenneth R Westerback |
2007-08-15 | Some servers / proxies out there like to open the data connection | Camiel Dobbelaar |
2007-08-14 | Fix Segmentation fault for tcpdump when used in combination with | Marcus Glocker |
2007-08-14 | sync printing w/ sysctl(8) and add missing sensor types to conf parser; | Constantine A. Murenin |
2007-08-14 | Commentary in the examples section was wrong from the start, because it gave | Constantine A. Murenin |
2007-08-13 | No need to #include <netinet/in.h> twice. Noticed by Diego Casati. | Kenneth R Westerback |
2007-08-11 | add caveats section, documenting previously undocumented state dumping mechan... | Constantine A. Murenin |
2007-08-11 | s/ and alerter// against previous: 'alerter' is not a standard word (yet), | Constantine A. Murenin |
2007-08-10 | sync sensorsd.8: add my copyright; change NAME summary; fix some grammar; | Constantine A. Murenin |
2007-08-10 | sync sensorsd.conf.5 with reality, including: | Constantine A. Murenin |
2007-08-09 | fix CVE-2007-3304 | Martynas Venckus |
2007-08-08 | fix CVE-2006-5752 | Martynas Venckus |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-08-06 | Fix two issues in the RIB calculation. First rt_nexthop_add() should not | Claudio Jeker |
2007-08-05 | use memchr and a memrchr like implementation on non C strings. fixes | Federico G. Schwindt |
2007-08-04 | This diff makes ntpd poll for sensors more aggressively when the use of | Chris Kuethe |
2007-08-03 | document reload command. | Pierre-Yves Ritschard |
2007-08-02 | catch a few truncation cases instead of silently ignoring them. one of the | Theo de Raadt |
2007-08-02 | document the reload command. | Pierre-Yves Ritschard |
2007-08-01 | cats went away | Theo de Raadt |
2007-08-01 | cats went away | Theo de Raadt |
2007-08-01 | - -T before -t | Jason McIntyre |
2007-08-01 | allow ftp-proxy to add tag statements to teh rules it inserts | Henning Brauer |
2007-07-31 | something went wrong w/ previous; | Jason McIntyre |
2007-07-31 | document the -d option of sensorsd; input and ok from jmc@, deraadt@ | Robert Nagy |
2007-07-26 | Combine http filter/expect cases to simplify code. | Jonathan Gray |
2007-07-26 | Remove the space after "Password:" in password prompts where echo is | Todd C. Miller |
2007-07-25 | Don't fatal if the imsg pipe is closed, this is often triggered in the parent | Claudio Jeker |
2007-07-24 | Quote digest otherwise it won't be parsed as a string. | Pierre-Yves Ritschard |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard |
2007-07-24 | use 1 vs. -1 for true; ok henning@ krw@ | Kevin Steves |
2007-07-24 | make imsg_create use dynamic buffers. | Pierre-Yves Ritschard |
2007-07-23 | fix a variable shadowing problem | Henning Brauer |
2007-07-23 | when multipath routes exist, display them in ospfctl sh fib output. | Pierre-Yves Ritschard |
2007-07-21 | 64 bit mips support for the arla lwp code, requested by todd@ long ago... | Miod Vallat |
2007-07-21 | s/ETHERTYPE_EAPOL/ETHERTYPE_PAE/ to be in line with src/sys/net/ethertypes.h | Damien Bergamini |
2007-07-18 | Fix uninitialised variable 'sum' in single-processor idle calculation. | Ryan Thomas McBride |
2007-07-18 | - document the fact that mkfontscale is now run as well as mkfontdir and | Antoine Jacoutot |
2007-07-16 | typo | Pierre-Yves Ritschard |
2007-07-16 | use fatal and not err, the message would get lost. | Pierre-Yves Ritschard |