Age | Commit message (Expand) | Author |
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 |
2007-07-14 | - there's no point in running mkfontdir only for @fontdir ; so let's run | Antoine Jacoutot |
2007-07-11 | make the demote count argument optional as advertised in the man page. | Pierre-Yves Ritschard |
2007-07-09 | Handle IPv6 on PPP printer, from Stuart Henderson | Can Erkin Acar |
2007-07-05 | use a more traditional while() instead of for() for getopt(). | Thordur I. Bjornsson |
2007-07-04 | Add ffs2 support; from FreeBSD. OK deraadt@ | Todd C. Miller |
2007-07-02 | Display payload for DS to DS and NO DS traffic. | Can Erkin Acar |
2007-07-02 | Add HISTORY and AUTHORS sections. OK jmc@. | Xavier Santolaria |
2007-06-30 | move the UpdateSet stuff into its separate file, leaving Vstat much cleaner. | Marc Espie |
2007-06-30 | fix saving of old partial packages... problem noticed by Paul Irofti | Marc Espie |
2007-06-29 | make it easy to spot wich nfs version the traffic is. | Thordur I. Bjornsson |
2007-06-28 | Add check for nlist failure to prevent a segfault. | Ray Lai |
2007-06-27 | When aligning buffers correctly handle the case where the | Can Erkin Acar |
2007-06-26 | fix pkg_info's find_by_path behavior, which I accidentally broke two | Marc Espie |
2007-06-26 | missed one mark_as_installed. | Marc Espie |
2007-06-26 | the big gap one: create UpdateSet for all packages being installed, and | Marc Espie |
2007-06-25 | daddr64_t changes to match other parts of tree; ok otto | Theo de Raadt |
2007-06-25 | placeholder to split off the code that handles UpdateSets, as it's | Marc Espie |
2007-06-25 | typo | Marc Espie |
2007-06-23 | setup a local sigalarm to send a HUP to the ftp process if it takes longer | Marc Espie |
2007-06-21 | Print leading zeros in MAC addresses. Initial diff from Stanislav | Ray Lai |