Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-13 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau | |
use strtonum instead of atoi prompted by ray@ ok moritz@ ray@ | |||
2007-09-12 | Here too: Add support to the lex for parsing number out of the stream. | Hans-Joerg Hoexer | |
handle this in the parser. better range checks. with and ok deraadt@ | |||
2007-09-12 | add a missing range check for rtable ids; ok cloder henning | Theo de Raadt | |
2007-09-12 | Add support to the lex for parsing number out of the stream. handle | Theo de Raadt | |
this in the parser. because the new numbers are int64_t, many new range checks for < 0 are needed. re-check and improve all the existing rangechecks while at it. thanks for help by cloder and dhartmei | |||
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade | |
ok pyr@, ray@, millert@, moritz@, chl@ | |||
2007-09-11 | rearrange the mount_vnd examples to show the equivalent entry for each | Alexandre Anriot | |
vnconfig example, instead of having a bunch of different examples. discussed with and ok jmc@ grunk@ | |||
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann | |
OK joris@, otto@ | |||
2007-09-08 | make bioctl behave like a unix program and exit 1 on error | Henning Brauer | |
ok deraadt, silence dlg marco | |||
2007-09-07 | check fgets return value | Charles Longeau | |
use sizeof buf instead of TP_BSIZE use strcspn to properly overwrite '\n' in fgets returned buffer ok moritz@ ray@ | |||
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker | |
rmx_pksent is not u_int64_t all others are just u_int. This is almost the same as in usr.bin/netstat. | |||
2007-09-05 | remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one | Alexander von Gernler | |
release now. ok deraadt@ todd@ | |||
2007-09-03 | malloc(n * m) -> calloc(n, m); ok espie | Theo de Raadt | |
2007-09-03 | Typos from miod. 'specificed' -> 'specified' in some comments and man page. | Kenneth R Westerback | |
2007-09-02 | more malloc(n * m) -> calloc(n, m); from Igor Zinovik | Theo de Raadt | |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt | |
2007-08-30 | add support for address ranges ("from 10.1.2.50 - 10.1.3.75") in from/to | Daniel Hartmeier | |
criteria. ok mcbride@ | |||
2007-08-25 | missing free, Igor Zinovik <zinovik@cs.karelia.ru> | Henning Brauer | |
2007-08-21 | no need to include both sys/types.h and params.h | Hans-Joerg Hoexer | |
2007-08-15 | Remove a superflous debug fprintf. | Hans-Joerg Hoexer | |
2007-08-14 | make default_lease_time a #define; ok krw@ henning@ | Kevin Steves | |
2007-08-11 | Kill a couple of 'echo' statements that can never produce visible | Kenneth R Westerback | |
output. i.e. not visible on the screen, nor in any log. If nothing else, makes dhclient-script smaller for install media. 'yesh kill' (sic) henning@ | |||
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer | |
glitch introduced by previous commit. ok markus@ | |||
2007-08-10 | duplicate strdup; ok hshoexer | Markus Friedl | |
2007-08-07 | m_priv_req_readdir(): check file type after fstat, since d_type | Markus Friedl | |
is not passed over NFS (unless readdir+ is used). fixes pr 5557 with and ok hshoexer@ | |||
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado | |
and synopsis of commands lots of good ideas by jmc@ ok jmc@ | |||
2007-08-05 | Allow key exchange with RSA signature authentication to work with | Tom Cosgrove | |
Cisco IOS and other initiators that only send their certs in response to CERT_REQUEST. With input and help from cloder@, Stuart Henderson, mpf@, and several others who did lots of testing - thanks to all. ok hshoexer@ | |||
2007-08-01 | cats went away | Theo de Raadt | |
2007-08-01 | cats went away | Theo de Raadt | |
2007-07-31 | Use correct function name in log message. Noticed by Igor Zinovk | Hans-Joerg Hoexer | |
zinovik@cs.karelia.ru. Thanks! | |||
2007-07-31 | oops, forgot to include the man page tweaks from jmc@ | Pierre-Yves Ritschard | |
2007-07-31 | When setting the vlandevice without specifying a tag, infer the tag | Pierre-Yves Ritschard | |
from the interface name, this allows constructs like: ifconfig vlan15 vlandev smth0 ok reyk@, ``makes sense'' henning@ | |||
2007-07-30 | strlen returns size_t. | Pierre-Yves Ritschard | |
ok henning, mbalmer. | |||
2007-07-30 | avoid segfault when empty string is passed as interface name. | Pierre-Yves Ritschard | |
ok henning@ | |||
2007-07-26 | use calloc() instead of malloc(); zinovik@cs.karelia.ru | Theo de Raadt | |
2007-07-24 | Sync closer to netstat/show.c this removes also the unneeded variable | Claudio Jeker | |
noticed by Igor Zinovik. | |||
2007-07-24 | rearrange newline printing code during editor startup; ok millert krw | Theo de Raadt | |
2007-07-21 | Check the rtm_version before trying to print an entry. If the rtmsg has a | Claudio Jeker | |
different version skip it and don't try to print it. Solves a SIGSEGV I have triggered with one of my scarier diffs. OK henning@ | |||
2007-07-19 | kern.timecounter.timestepwarnings may be altered; from Kristaps Dzonsons | Jason McIntyre | |
2007-07-18 | hw.sensors is a tree, so describe/expand it as such; 'put it in' jmc@ | Constantine A. Murenin | |
2007-07-18 | eliminate duplicate code to open lease file and just open at | Kevin Steves | |
startup; ok krw@ henning@ | |||
2007-07-17 | remove m68k gcc workaround now that the gcc fix is in; ok miod@ | Todd C. Miller | |
2007-07-17 | rmoev the macppc workaround, now that isset() and friends use expressions | Otto Moerbeek | |
that gcc likes better | |||
2007-07-17 | sync swapon usage(); from Igor Zinovik | Jason McIntyre | |
2007-07-17 | do not try to list which options go with -p: the list is currently out of | Jason McIntyre | |
date, and even if i update it, it will obsolete itself if we add or remove options. it works when it makes sense, like it should. after a request from Igor Zinovik | |||
2007-07-16 | Remove dead code and fix incorrect comment. From Igor Zinovik. | Todd C. Miller | |
2007-07-16 | No need to include <sys/param.h> or <errno.h>. Also reorder includes | Todd C. Miller | |
while here. Adapted from a diff by Igor Zinovik. | |||
2007-07-11 | ffs2 support from FreeBSD. Tested by jmc@ and kili@ | Todd C. Miller | |
2007-07-11 | put -q in the right place; | Jason McIntyre | |
2007-07-10 | implement -q to query a scsi disk for its inquiry data (vendor, model, | Henning Brauer | |
revision, serial #) and print that. when the default bio ioctl fails with ENOTTY because the given disk is not on a bio-supported raid controller, fall back to -q. use strnvis to sanitize inquiry data so it is safe to use in scripts. ok deraadt | |||
2007-07-09 | correct a typo in an error message. | Thordur I. Bjornsson | |
use realpath(3) to sanitize the path we're going to work with, prevents silly errors when passing ncheck_ffs paths from the shell with a trailing '/' since that doesnt match the entry in fstab. ok deraadt@,krw@ |