Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-08 | use HUGE_VAL defined in <math.h> instead of 1e500 for positive infinity. | Kenjiro Cho | |
gcc -pedantic audit by deraadt@ | |||
2002-06-05 | this must be statically linked. spotted by bks10@cornell.edu | Theo de Raadt | |
2002-05-31 | fail if the default class is smaller than the ctl class. | Kenjiro Cho | |
report by Paul Civati <paul@xciv.org> | |||
2002-03-01 | sync with KAME | Kenjiro Cho | |
minor man fixes from NetBSD. | |||
2002-03-01 | sync with KAME | Kenjiro Cho | |
fix the argument for an unknown hash policy: argv -> *argv | |||
2002-02-20 | sync with KAME | Kenjiro Cho | |
- use strerror(3). | |||
2002-02-20 | sync with KAME | Kenjiro Cho | |
- #include <util.h> for pidfile(3). - use one signal handler instead of three. - add static to internals. | |||
2002-02-20 | sync with KAME | Kenjiro Cho | |
- #include <err.h> - remove unused variables. - initialize rval. | |||
2002-02-19 | IPsec is written ``IPsec'', not ``IPSec''. | Miod Vallat | |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller | |
2002-02-15 | bit of strcpy and sprintf culling | Theo de Raadt | |
2002-02-13 | sync with KAME. | Kenjiro Cho | |
wipe away the remaining code fragments which might be inherited from rsvpd. (just to make sure.) | |||
2002-02-13 | rewrite the parser code to get rid of the heritage | Kenjiro Cho | |
from rsvpd (rtap_cmds.c). replace the USC copyright by mine. it was OKed by the rsvp folks long time ago. this was the last USC copyright in the ALTQ related files. make "delete" command to accept filter name so that named filters can be deleted. | |||
2002-02-13 | typo: clinet -> client from KAME. | Kenjiro Cho | |
2002-02-07 | add cbq.ssh_tos | Artur Grabowski | |
2002-02-07 | Install altq config samples. | Artur Grabowski | |
2002-02-07 | fix typo, ok art@ | Peter Stromberg | |
2002-02-06 | example configuration that sees the difference between interactive and bulk ↵ | Artur Grabowski | |
ssh sessions. | |||
2002-01-23 | sort SEE ALSO | Jun-ichiro itojun Hagino | |
2001-12-03 | cleanup submitted by by Miod Vallat <miod@online.fr> | Kenjiro Cho | |
- use pidfile() - simplifies some perror() + exit() constructs to use err() instead - fixes a warn() call instead of a LOG() after daemon() has been called ok millert@ | |||
2001-12-03 | fix bugs in reporting unknown keywords. (argv shoud be *argv) | Kenjiro Cho | |
report and fix by Oleg Safiullin <form@openbsd.ru> | |||
2001-12-01 | pull in protos | Theo de Raadt | |
2001-11-19 | blah blah blah. guess what. more signals | Theo de Raadt | |
2001-11-14 | fix most signal races | Theo de Raadt | |
2001-11-07 | fix a bug that reports byte-count for packet-count. | Kenjiro Cho | |
report by Panos GEVROS <P.Gevros@cs.ucl.ac.uk> | |||
2001-10-26 | accept the fact that people continue to use decimal points | Kenjiro Cho | |
to specify bandwidth... make the parser to use strtod(3) instead of strtoul(3). | |||
2001-08-23 | typo fixes (/var/rnu -> /var/run) by itojun. | Kenjiro Cho | |
2001-08-20 | fix the misuse of snprintf return values. | Kenjiro Cho | |
spotted by deraadt@. | |||
2001-08-20 | fix a bug that steps over the array boundary. | Kenjiro Cho | |
it hasn't been noticed until the recent code restructure. report by deraadt@. | |||
2001-08-17 | more cleanup of FILES | Theo de Raadt | |
2001-08-17 | fix FILES | Theo de Raadt | |
2001-08-16 | sync with KAME. | Kenjiro Cho | |
altq userland cleanup: - string operation audit - remove variable names from function prototypes - clean up error messages | |||
2001-08-08 | rewrite signal handlers to be race-safe. rewrite USC/ISI code I think | Theo de Raadt | |
sufficiently so that there is nothing in there that doesn't look like any generic select loop from stevens. The FD_SET code remains overflowable... next thing to fix.. | |||
2001-08-08 | put a kjc copyright on this | Theo de Raadt | |
2001-08-06 | inet_[ap]ton result must be compared against 1 (== 1 or != 1). | Jun-ichiro itojun Hagino | |
2001-08-06 | do not use inet_addr | Theo de Raadt | |
2001-08-03 | Move .include <bsd.obj.mk> right after bsd.own.mk. | Federico G. Schwindt | |
2001-08-03 | fix building w/o obj | Jakob Schlyter | |
2001-07-30 | cleanup | Theo de Raadt | |
2001-07-25 | mdoc fixes; sync with KAME. | Kenjiro Cho | |
2001-07-25 | We have to undo the changes to the 3rd party code, because it makes | Mike Pechkin | |
upgrading those components hell. Tip of the day: Don't commit without confirmation. | |||
2001-07-20 | we don't like: | Mike Pechkin | |
o) .Pp before/after .Sh; o) .Pp before/after .Sh; o) .Nm without argument in SYNOPSIS; | |||
2001-07-13 | -DINET6 was missing | Kenjiro Cho | |
2001-06-29 | typos | Marc Espie | |
2001-06-27 | import ALTQ userland tools from KAME. | Kenjiro Cho | |