Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-10 | don't complain about uid/gid of symlinks. | Steven Mestdagh | |
"makes sense" sturm@, "go for it" espie@ | |||
2006-12-09 | better synopsis/usage and a couple wee fixes; | Jason McIntyre | |
mostly ok beck | |||
2006-12-09 | make spamdb take multiple add/delete arguments, thus making it | Bob Beck | |
much easier to do bulk add/deletes without opening and locking the database for each one. testing by scads of people on tech@ Ok deraadt@ jmc@ | |||
2006-12-09 | switch IPv6 advanced API from RFC2292 to RFC3542 (2292 is superseded by 3542). | Jun-ichiro itojun Hagino | |
the kernel still handles RFC2292 set/getsockopts, so that compiled binary has no trouble running. userland sees RFC3542 symbols only on header file so new code has to use RFC3542 API. bump libc shlib minor for function additions. tested on i386/amd64 by jmc, i386 by brad. checked by deraadt. | |||
2006-12-08 | no need for KAME_SCOPEID; just check __KAME__. | Jun-ichiro itojun Hagino | |
2006-12-08 | Fix a crash seen on busy area border routers. The problem was a NULL | Claudio Jeker | |
dereference in rde_summary_update(). Even though we merge in the new LSA it may be suppressed because the remove happened less than 5 seconds ago. So the second lsa_find() is still unable to locate the LSA and in this case we may not access v->cost. Additionally only remove not yet deleted LSA in lsa_remove_invalid_sums(), removing already removed entries removes also the suppressed LSAs. Problem found and fix tested by Pierre-Yves Ritschard. OK norby@ | |||
2006-12-08 | Document redistribute set options. OK norby@ | Claudio Jeker | |
2006-12-08 | Document the interface:ip syntax and add some statements to the examples | Claudio Jeker | |
to make them useful. OK norby@ | |||
2006-12-07 | Make it possible to set the metric and LSA type for redistributed routes. | Claudio Jeker | |
Mostly based on a diff by Pierre-Yves Ritschard (I just simplified the parser code). OK norby@ | |||
2006-12-06 | missing full stop; from daniel matic | Jason McIntyre | |
2006-12-06 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai | |
OK jaredy@. | |||
2006-12-05 | use lstat for symbolic links; fixes uninitialized uid/gid. | Steven Mestdagh | |
ok espie@ | |||
2006-12-05 | implement the ttl security hack. since the pc slaves fear the word hack, | Henning Brauer | |
they call it "Generalized TTL Security Mechanism" officially, RFC 3682. manpage with help from jmc | |||
2006-12-04 | add rcompress method | Marc Espie | |
2006-12-03 | introduce rde_check_route that selects which routes must be accepted and ↵ | Michele Marchetto | |
which discarded. Still not complete, just a step forward. ok norby@ henning@ | |||
2006-12-02 | allows us to mark *.pc files as PkgConfig. | Marc Espie | |
This will be useful for some `normalization' work (remove ports directory, and replace /usr/local with DEPBASE or some such, so that building without installation works). | |||
2006-12-01 | handles continuation lines and comments. | Marc Espie | |
2006-12-01 | Fixes parsing of variables/delimiters, so that we classify like pkgconfig. | Marc Espie | |
Augment the Requires parser to deal correctly with comparisons. | |||
2006-12-01 | forgot to update the comment as well | Camiel Dobbelaar | |
2006-12-01 | use flags S/SA for consistency with the rest of pf | Camiel Dobbelaar | |
2006-11-30 | remove "show summary" and "detail" keywords that aren't supported | Michele Marchetto | |
ok henning@ | |||
2006-11-30 | Allow sensors in a sensors-only configuration to set the time at startup. | Chris Kuethe | |
2006-11-30 | apply some normalization to some properties while reading or writing, | Marc Espie | |
for instance, parse Requirements correctly, and simplify Libs before writing. We normalize Libs before writing because it's more efficient. | |||
2006-11-30 | some *.pc files have variable= value, with a space. | Marc Espie | |
2006-11-30 | adjust (C), noticed by matthieu. | Marc Espie | |
Note that this lives here because pkg_create is going to use it to normalize *.pc files at some point... | |||
2006-11-29 | remove incorrect comment | Kevin Steves | |
2006-11-29 | for macppc too; from ghz@darkdata.org | Theo de Raadt | |
2006-11-29 | add compress_list, allows for empty lines consisting of spaces... | Marc Espie | |
2006-11-29 | let compress filter out stuff, add method add_bases, make sure write_fh | Marc Espie | |
writes to fh. | |||
2006-11-29 | +OpenBSD::PkgConfig | Marc Espie | |
2006-11-29 | handle pkg-config files. | Marc Espie | |
2006-11-29 | avoid code duplication, include <dev/sdmmc/sdmmcvar.h> | Uwe Stuehler | |
2006-11-28 | my small tool for debugging SD/MMC cards from the command line, | Uwe Stuehler | |
not hooked up to the build; ok deraadt | |||
2006-11-28 | handle the new link states as UP | Reyk Floeter | |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
2006-11-28 | allow bgpd to work on alternate routing tables, claudio ok, jmc manpage help | Henning Brauer | |
2006-11-28 | mib we pass to sysctl when fetching the routing table has 7 entries now, | Henning Brauer | |
not 6 any more (rtableid added). need to tell sysctl so. | |||
2006-11-27 | use correct function name in error message; ok henning@ | Kevin Steves | |
2006-11-26 | repair missing DPADD requests | Theo de Raadt | |
2006-11-22 | sync dhclient and dhcpd parse.c areas where we can. | Kevin Steves | |
mainly formatting, whitespace; ok henning@ | |||
2006-11-22 | small header cleanup: | Kevin Steves | |
remove uneeded header use <foo.h> not "foo.h" for system include no binary change; ok henning@ | |||
2006-11-22 | fix some warning messages and comments in parse_date(); ok henning@ | Kevin Steves | |
2006-11-22 | Outsource fgets line reading, newline continuation, and comment | Ray Lai | |
handling to fparseln. Fixes out of bounds array access for strings of length 0 or 1. OK moritz@. | |||
2006-11-22 | also save gp for them dynamic executables; todd@ ok | Michael Shalayeff | |
2006-11-21 | remove unused #defines; | Kevin Steves | |
remove duplicate #defines; remove DEBUG; remove useless comment; no need to #ifdef protect. no binary change; ok henning@ | |||
2006-11-21 | remove unused #defines, no binary change; ok henning@ | Kevin Steves | |
2006-11-21 | no "\n" needed here; ok henning@ | Kevin Steves | |
2006-11-21 | try udpencap before ike; ok hshoexer | Markus Friedl | |
2006-11-21 | in octal, eight looks like 10... fix the STP_FLAGS_BITS definition | Reyk Floeter | |
introduced with my previous commit. | |||
2006-11-21 | make this work; todd@ deraadt@ ok | Michael Shalayeff | |