Age | Commit message (Expand) | Author |
2007-10-13 | support an include directive; file of course must also be "secure" like | Theo de Raadt |
2007-10-13 | in all these programs using the same pfctl-derived parse.y, re-unify the | Theo de Raadt |
2007-10-13 | Unconditionally call the TIOCSTSTAMP ioctl, this way calling nmeaattach(8) | Marc Balmer |
2007-10-11 | next step in the yylex unification: handle quoted strings in a nicer fashion | Theo de Raadt |
2007-10-09 | Fix range check for carp vhid: vhid 0 isn't valid | Joel Knight |
2007-10-08 | attribute packed -> __packed | Gilles Chehade |
2007-10-05 | check fgets return value | Charles Longeau |
2007-10-01 | Backout NUMBER to string conversion. | Marco Pfatschbacher |
2007-09-29 | default to svnds now to accomodate change in the vnd driver. | Felix Kronlage |
2007-09-28 | sort options; | Jason McIntyre |
2007-09-27 | Add loginterface support for groups. | Marco Pfatschbacher |
2007-09-26 | some cleanup. remove #ifdef __FreeBSD__ code, last sync to FreeBSD was | Pierre-Yves Ritschard |
2007-09-25 | remove unneeded feof | Charles Longeau |
2007-09-25 | check fgets return value | Charles Longeau |
2007-09-25 | make route flush obey the rtable ID | Henning Brauer |
2007-09-23 | Allow numbers to be used as unquoted strings again. | Marco Pfatschbacher |
2007-09-17 | Document the syntax used with manual SAs for automatic creation | Stuart Henderson |
2007-09-16 | Do not use DIP() as an lvalue; founc by pcc. ok millert@ ray@ | Otto Moerbeek |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-13 | use strcspn to properly overwrite '\n' in fgets returned buffer | Charles Longeau |
2007-09-12 | Here too: Add support to the lex for parsing number out of the stream. | Hans-Joerg Hoexer |
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 |
2007-09-11 | use strcspn to properly overwrite '\n' in fgets returned buffer | Gilles Chehade |
2007-09-11 | rearrange the mount_vnd examples to show the equivalent entry for each | Alexandre Anriot |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-09-08 | make bioctl behave like a unix program and exit 1 on error | Henning Brauer |
2007-09-07 | check fgets return value | Charles Longeau |
2007-09-05 | Correct the format strings after the recent rt_metrics changes. | Claudio Jeker |
2007-09-05 | remove compat link to /usr/sbin/vnconfig, the program is in /sbin for one | Alexander von Gernler |
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 |
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 |
2007-08-11 | Do not complain about being not able to read non-existing files. Minor | Hans-Joerg Hoexer |
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 |
2007-08-06 | the ellipsis is not an optional argument; while here, sync the usage | Igor Sobrado |
2007-08-05 | Allow key exchange with RSA signature authentication to work with | Tom Cosgrove |
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 |
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 |