summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2007-09-04add support to print the derivated tree from the OpenPROM (alas devinfo orFederico G. Schwindt
2007-09-04use memrchr; ok millert@.Federico G. Schwindt
2007-09-04Add the ability to specify a host header when using http(s) check methods.Pierre-Yves Ritschard
2007-09-04small fix in the error path when accepting new relay sessionsReyk Floeter
2007-09-04support chained ssl certificates; a chain can be added to theReyk Floeter
2007-09-04Use err(3) functions. input and ok millert.Federico G. Schwindt
2007-09-03malloc(n * m) -> calloc(n, m); ok espieTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-09-01Include err.h and remove unused variables.Ray Lai
2007-08-31Copy editit() from sendbug, synchronizing editor calling code.Ray Lai
2007-08-28add -I option for printing the interfaces;Markus Friedl
2007-08-28reverse mistaken commit, restore FETCH_CMD to functionality.Marc Espie
2007-08-24Yet another application that does not check if the RTM_VERSION is the expectedClaudio Jeker
2007-08-24Add a new configuration directive 'RLimitNOFILE' to set the number ofMarc Balmer
2007-08-23write out the object url in the error message if that's an object error andMarc Espie
2007-08-23fix v* order in keep_most_recent.Marc Espie
2007-08-22Allow ntpd to log sensor offsets and adjtime calls to syslog at LOG_DEBUGChris Kuethe
2007-08-21No need to keep RLOGIN_PORT and RSH_PORT defines hanging around since theirKenneth R Westerback
2007-08-15Some servers / proxies out there like to open the data connectionCamiel Dobbelaar
2007-08-14Fix Segmentation fault for tcpdump when used in combination withMarcus Glocker
2007-08-14sync printing w/ sysctl(8) and add missing sensor types to conf parser;Constantine A. Murenin
2007-08-14Commentary in the examples section was wrong from the start, because it gaveConstantine A. Murenin
2007-08-13No need to #include <netinet/in.h> twice. Noticed by Diego Casati.Kenneth R Westerback
2007-08-11add caveats section, documenting previously undocumented state dumping mechan...Constantine A. Murenin
2007-08-11s/ and alerter// against previous: 'alerter' is not a standard word (yet),Constantine A. Murenin
2007-08-10sync sensorsd.8: add my copyright; change NAME summary; fix some grammar;Constantine A. Murenin
2007-08-10sync sensorsd.conf.5 with reality, including:Constantine A. Murenin
2007-08-09fix CVE-2007-3304Martynas Venckus
2007-08-08fix CVE-2006-5752Martynas Venckus
2007-08-06the ellipsis is not an optional argument; while here, sync the usageIgor Sobrado
2007-08-06Fix two issues in the RIB calculation. First rt_nexthop_add() should notClaudio Jeker
2007-08-05use memchr and a memrchr like implementation on non C strings. fixesFederico G. Schwindt
2007-08-04This diff makes ntpd poll for sensors more aggressively when the use ofChris Kuethe
2007-08-03document reload command.Pierre-Yves Ritschard
2007-08-02catch a few truncation cases instead of silently ignoring them. one of theTheo de Raadt
2007-08-02document the reload command.Pierre-Yves Ritschard
2007-08-01cats went awayTheo de Raadt
2007-08-01cats went awayTheo de Raadt
2007-08-01- -T before -tJason McIntyre
2007-08-01allow ftp-proxy to add tag statements to teh rules it insertsHenning Brauer
2007-07-31something went wrong w/ previous;Jason McIntyre
2007-07-31document the -d option of sensorsd; input and ok from jmc@, deraadt@Robert Nagy
2007-07-26Combine http filter/expect cases to simplify code.Jonathan Gray
2007-07-26Remove the space after "Password:" in password prompts where echo isTodd C. Miller
2007-07-25Don't fatal if the imsg pipe is closed, this is often triggered in the parentClaudio Jeker
2007-07-24Quote digest otherwise it won't be parsed as a string.Pierre-Yves Ritschard
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-07-24use 1 vs. -1 for true; ok henning@ krw@Kevin Steves
2007-07-24make imsg_create use dynamic buffers.Pierre-Yves Ritschard
2007-07-23fix a variable shadowing problemHenning Brauer