Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-15 | Support for -Dvar=value in pkg_create: | Marc Espie | |
- do the substitution for ${var} - handle fragments %%var%% depending on value being 0 or 1. | |||
2004-09-15 | new getopt module, that allows for option-specific processing, so that | Marc Espie | |
for instance, pkg_create -Dvar=value -Dvar2=value2 will work. | |||
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek | |
then call work(). ok henning@ | |||
2004-09-15 | minor KNF, Moritz Jodeit <moritz@jodeit.org> | Henning Brauer | |
2004-09-15 | shell keyword... | Marc Espie | |
2004-09-15 | if (signalflag) { dowork(); signalflag = 0; } is a race. First clear flag, | Otto Moerbeek | |
then call work(). ok deraadt@ | |||
2004-09-15 | Use less stack, as allowed by the new ABI. | Miod Vallat | |
2004-09-15 | string.h for memcpy | Jolan Luff | |
2004-09-15 | KNF | Henning Brauer | |
2004-09-15 | don't refuse packets with stratum=0, they are fine | Henning Brauer | |
2004-09-15 | kill another unused function and two debugging printfs | Henning Brauer | |
2004-09-15 | remove the unused variable/macro code, ok theo | Henning Brauer | |
2004-09-15 | unused variables, theo | Henning Brauer | |
2004-09-15 | missing include, from theo | Henning Brauer | |
2004-09-15 | remove buf_write(), not used in ntpd. found by theo | Henning Brauer | |
2004-09-14 | portable code should not use that gcc __func__ specific junk when it is not ↵ | Theo de Raadt | |
needed | |||
2004-09-14 | size_t vs ssize_t confusion | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | gccisms are bad, including __func__ | Henning Brauer | |
requested by theo | |||
2004-09-14 | add support for info directories. | Marc Espie | |
more prototypes. use Error module for system calls. | |||
2004-09-14 | better wording for documentation. | Marc Espie | |
use System more or less everywhere. prepare to delete info directories properly. | |||
2004-09-14 | use System or Vsystem everywhere. | Marc Espie | |
2004-09-14 | better reporting of conflicts, suggested by naddy@ | Marc Espie | |
2004-09-14 | report issues while installing configuration files. | Marc Espie | |
2004-09-14 | use chown/chmod system calls directly where possible. | Marc Espie | |
some System instead of system. | |||
2004-09-14 | basic error wrapper for system and such. | Marc Espie | |
2004-09-14 | use IdCache. | Marc Espie | |
2004-09-14 | IdCache module, that deals with uid/gid caches. | Marc Espie | |
2004-09-14 | vnd key is u_char * | Theo de Raadt | |
2004-09-14 | install mtree. | Marc Espie | |
2004-09-14 | remove unused variables | Theo de Raadt | |
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | remove gcc specific extensions, and ARGSUSED where useful | Theo de Raadt | |
2004-09-14 | new categories, modules and manual-installation, not active yet. | Marc Espie | |
new visit method, to do anything on a packing-list. | |||
2004-09-14 | ARGSUSED before signal handler with unused signo | Theo de Raadt | |
2004-09-14 | treat ENOBUFS like EAGAIN and try later | Henning Brauer | |
2004-09-14 | Handle basic mtree for directory creation. | Marc Espie | |
2004-09-14 | paranoia: reset query->fd to -1 after close, from canacar some time ago | Henning Brauer | |
2004-09-10 | mention that the used cipher is Blowfish, from Jonathan Gray, ok tedu@ | Pedro Martelletto | |
2004-09-10 | expand @@ServerRoot@@ variable | David Krause | |
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer | |
exactly the same bug as in ntpd, but caused completely different... strange issues seen by arvid goetting who helped a lot in debugging, bug found after an ntpd issue showed up and I saw the relation. hunting with & ok claudio, otto, millert, ok deraadt | |||
2004-09-09 | correctly track peer count. fixes a memory corruption. | Henning Brauer | |
with & ok otto millert claudio, ok deraadt canacar | |||
2004-09-09 | Add missing section heading "DESCRIPTION". | Tom Cosgrove | |
ok jmc@ millert@ deraadt@ | |||
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller | |
remove an extraneous "exiting" when there is a config file error. OK henning@ and mcbride@ | |||
2004-09-08 | security fix: | Henning Brauer | |
Apache's mod_rewrite module can be made to write one zero byte in an arbitrary memory position outside of a char array, causing DoS or possibly buffer overflows. The function lookup_map_dbmfile() in modules/mappers/mod_rewrite.c copies data from a DBM file to the char array buf in a _secure_ manner, but it zero-terminates the array afterwards in an _insecure_ manner. If the key that is looked up has an n bytes long value, a zero byte will be written in the memory position n bytes from the start of the char array buf. exploiting would require enabling dbm for mod_rewrite and getting it to use a malicious dbm file. reported by Ulf.Harnhammar.9485@student.uu.se fix by me ok otto, deraadt | |||
2004-09-07 | ignore ntp_sendmsg()s return value in server_dispatch. could result in | Henning Brauer | |
ntpd exiting on sendmsg() failures, which is not desired. | |||
2004-09-06 | Reset signal mask in the rate limiting case; check for interrupted | Otto Moerbeek | |
waits. Fixes zombies getting reaped late and other ignored signals. Reported by mpech@; fix by millert@ with help from me. Commit requested by deraadt@. ok mpech@ | |||
2004-09-03 | sleep instead of busy waiting on ENOBUFS. reduces cpu time. | Ted Unangst | |
pr3900. ok canacar@ deraadt@ matthieu@ millert@ | |||
2004-08-30 | don't forget to set *hn... theo ok | Henning Brauer | |