Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | In event_again() call event_del() before calling event_set() so we | Jonathan Gray | |
don't get into a situation where we are calling event_set() on an event that was already added. ok claudio@ | |||
2010-02-04 | no -S option; from Daniel Dickman | Jason McIntyre | |
2010-02-03 | Add a SECURITY FIX for CVE-2010-0010 | Jasper Lievisse Adriaanse | |
"on 64-bit platforms this allows remote origin servers to cause a denial of service (daemon crash) or possibly execute arbitrary code via a large chunk size that triggers a heap-based buffer overflow." "looks good" to henning@ ok otto@ | |||
2010-02-01 | Fix logic error (&& vs. ||), found while looking for inspiration for smtpd | Jacek Masiulaniec | |
state machine needed by the features that are coming along. ok claudio@ | |||
2010-01-31 | add HOWTO_PIPEX_NPPPD.txt for people who try to use pipex and npppd before | YASUOKA Masahiko | |
everything is done. | |||
2010-01-31 | privilege separation of npppd. | YASUOKA Masahiko | |
- Drop privilege after daemon initializing. - Some system calls that requires root privileges were replaced to wrapper functions that communicate with a separated privileged process via IPC. And the privileged process checks whether the operations are acceptable. | |||
2010-01-30 | Build on loongson, and sort platform list. | Miod Vallat | |
2010-01-27 | tweak previous: there was a word missing, but i've just changed | Jason McIntyre | |
the wording to match that of a similar piece of text already in this page; | |||
2010-01-27 | actually order things: | Marc Espie | |
beta < (rc|pre) < release < pl (fixes speex updates) | |||
2010-01-27 | search for authpf.message in $USER dirs also | Todd T. Fries | |
from Rafal Bisingier ravbc at man dot pozman dot pl, ok beck@ | |||
2010-01-27 | use arc4random() instead of random() | Jakob Schlyter | |
2010-01-27 | merge QID generation patch from NSD trunk | Jakob Schlyter | |
2010-01-27 | Fixed 2 off-by-one problems. | YASUOKA Masahiko | |
(found by parfait, reported by jsg@) | |||
2010-01-26 | downgrade, not downgrades | Marc Espie | |
2010-01-26 | fix merging behavior when merging doesn't occur: | Marc Espie | |
- display message that says "this update didn't merge" - be more specific in return values, because we want to distinguish between we merged some stuff -> compute full depends / we didn't -> proceed thanks to Florent Tribouilloy for being my guinea pig ;) | |||
2010-01-24 | extra indirection: no match gives a reason why, so we can rebuild | Marc Espie | |
report_problems to actually say what's wrong... | |||
2010-01-24 | use libspecs, report problem will be terser for now. | Marc Espie | |
2010-01-24 | use libspecs through Dependencies. | Marc Espie | |
2010-01-24 | add code to unify spec and names as LibraryObject, plus a repository and | Marc Espie | |
match/lookup functions. | |||
2010-01-24 | prevent broken packagenames from creeping in. | Marc Espie | |
2010-01-24 | add code to check packagename for problems | Marc Espie | |
2010-01-24 | In orig_intra_lsa_rtr(), don't allocate and free a temporary buffer | Stefan Sperling | |
which easily fits on the stack. OK claudio@ | |||
2010-01-20 | Make ypserv(8) reread its YP maps on SIGHUP | Ingo Schwarze | |
and use that in Makefile.yp(8) at the end of cd /var/yp; make all such that the new maps get used locally even when NOPUSH is set; fixing a quirk reported by ian@. While here, polish the yppush(8) manual and document a few related mini-bugs to be fixed later. feedback and ok ian@ and jmc@ | |||
2010-01-20 | Print RFC3947 NAT Original Address (NAT-OA) payloads, they're a subset | Stuart Henderson | |
of the id payload, so using the existing id printer. ok dlg@ | |||
2010-01-20 | Apache manual is now part of the "man" file set. | Antoine Jacoutot | |
wording from and ok jmc@ ok sthen@ on a previous diff | |||
2010-01-19 | Don't fatalx() when a static route is deleted. | Michele Marchetto | |
ok claudio@ | |||
2010-01-19 | simplify caching: return $cached->{$_} //= new_value; | Marc Espie | |
remove stats cache LibSpec as well (1000 c.53.0 !) | |||
2010-01-19 | simplify using LibSpec | Marc Espie | |
2010-01-19 | move generic code to handle libspec in a new file, to clean up stuff | Marc Espie | |
2010-01-19 | fix handling of always-update: it should only come into play when the | Marc Espie | |
normal signature is equal. Otherwise, downgrade prohibition is still in effect. | |||
2010-01-18 | don't bother checking for exec and displaying them if we're not verbose | Marc Espie | |
and we have -D update on. | |||
2010-01-17 | strcpy/strncat/sprintf --> strlcpy/strlcat/snprintf | Charles Longeau | |
ok jakob@ | |||
2010-01-17 | add a printer for IPV6CP (IPv6 Control Protocol); ok sthen@ | Christian Weisgerber | |
2010-01-17 | * remove a nonsensical print statement left over since antiquity | Christian Weisgerber | |
ok yasuoka@ * add many missing truncation checks and don't output control characters to the terminal ok sthen@ | |||
2010-01-17 | regen with {autoconf,autoheader}-2.62 | Jakob Schlyter | |
2010-01-17 | use --with-chroot | Jakob Schlyter | |
2010-01-17 | add --with-chroot option to set default chroot directory | Jakob Schlyter | |
2010-01-17 | even better messages | Marc Espie | |
2010-01-17 | use Carp directly, it it very inexpensive actually, since it's been rewritten | Marc Espie | |
to be just a very small stub that loads Carp::Heavy on demand. Also, stop wrapping messages in "Expected", doesn't give us anything. Finally, make RequiredBy calls be carp, so that we actually know where they fail... | |||
2010-01-16 | run as user _nsd | Jakob Schlyter | |
2010-01-15 | rename zonec to nsd-zonec | Jakob Schlyter | |
2010-01-15 | init | Jakob Schlyter | |
2010-01-15 | NSD v3.2.4 | Jakob Schlyter | |
2010-01-15 | Address family for UNIX domain socket was mistakenly specified as | YASUOKA Masahiko | |
AF_INET. It should be AF_UNIX. | |||
2010-01-14 | fix to compile with gcc4. (from jsg@) | YASUOKA Masahiko | |
2010-01-14 | fix new vstat, and make it useful, for instance for -n. | Marc Espie | |
2010-01-14 | Include the link-level header in the hex output if both the -x and -e | Joel Sing | |
options are specified. ok claudio@ sthen@ deraadt@ jmc@ | |||
2010-01-13 | - move the separator so it's just displayed for files with diffs to | Stuart Henderson | |
review, specifically it's now not printed for every auto-installed file, giving a much more compact output. ok ajacoutot@ - skip the blank line before 'Comparison complete' suggested by ajacoutot. | |||
2010-01-13 | Fix problems with incomplete arrays that was fixed in other ospfctl | Jonathan Gray | |
based programs a few months back. ok claudio@ | |||
2010-01-13 | revert previous and allow reading the last element of the array; ok deraadt@ | Christian Weisgerber | |