summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-04-11use writev() here too; henning okTheo de Raadt
2005-04-11when -d is used, log to stderr, not via syslog(3); fixed pr/4171.Federico G. Schwindt
ok henning@
2005-04-11tcpdump developers are uncautious retards, plain and simple; ok ottoTheo de Raadt
2005-04-11restore lost sprintf -> snprintf conversionDavid Krause
ok krw@ deraadt@ jakob@
2005-04-10do not forget to call endpwent(). ok moritz@Otto Moerbeek
2005-04-10reduce the set of allowed actions in the privileged partMoritz Jodeit
depending on the arguments supplied to tcpdump. ok otto@, canacar@
2005-04-09`an URL' -> `a URL';Jason McIntyre
2005-04-09add scp example;Jason McIntyre
from olivier cherrier; ok espie@
2005-04-08don't whine when we can't find interface with index 0Henning Brauer
(that is a rare corner case in that context, but still)
2005-04-07nicer outputHenning Brauer
2005-04-06Add check for key lengths. Based on diff from Jason Ackley.Esben Norby
Reworked by me. ok claudio@
2005-04-06When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if theClaudio Jeker
current LSA in the database was updated while max age LSA was flooded out. This solves a reace condition where self originated LSA got removed because an other server sent an update with age set to MAXAGE. OK norby@
2005-04-05ap_compat.h defines MD5Update to one thing, but now that we use functionsNiall O'Higgins
from md5.h this breaks things which use the compatibility header, such as some 3rd party modules. so simply remove this define from ap_compat.h original breakage found and reported in ports/www/mod_log_sql by naddy@ ok henning@
2005-04-05magic police, Jason Ackley <jason@ackley.net>Henning Brauer
2005-04-05Use the dynamic buffer API for packet generation and sending.Claudio Jeker
OK norby@
2005-04-05Set errno in case buf_realloc() fails because the limit of the buffer isClaudio Jeker
reached.
2005-04-04shrinkTheo de Raadt
2005-04-04On auth crypt verify not only the main key is allowed but all configured keys.Claudio Jeker
This makes changing keys a piece of cake -- if ospfd would support reloads. Found and patch from Jason Ackley.
2005-04-04nlist.h not neededTheo de Raadt
2005-04-03Report quotas > 10GB in a readable way. Diff based on PR 2836.Otto Moerbeek
ok deraadt@
2005-04-03yacc parserHakan Olsson
2005-04-03Cleanup.Hakan Olsson
2005-04-03Remove debugging code.Hakan Olsson
2005-04-03kill redundant warning - getopt does it for us; from andrushock AT korovino.netDamien Miller
2005-04-02Create unix domain sockets with permissions 0666, so clients canOtto Moerbeek
actually access it. If you want unix domain sockets that are access restricted, create them in a dir with restrictive permissions. PR 4141. ok deraadt@
2005-04-02new sentence, new line;Jason McIntyre
change an article;
2005-04-01spacingTheo de Raadt
2005-04-01sensorsd(8) execute command on exceeding limitsHans-Joerg Hoexer
from matthew.gream@pobox.com, thanks! cleaning and ok deraadt@
2005-04-01.Ox 3.8, not 3.7;Jason McIntyre
2005-04-01these commands said "blocks" when they meant "KBytes" (they even calculatedTheo de Raadt
it so). pointed out by janc@cyberspace.org, pr 3956
2005-04-01spacingTheo de Raadt
2005-03-31Better crypt sequence number initialization.Esben Norby
Suggested by henning@ ok henning@
2005-03-31Add support for crypt authentication (MD5).Esben Norby
ok and input claudio@
2005-03-31zap includes, grunkHenning Brauer
2005-03-31and some includes too much here as well, grunkHenning Brauer
2005-03-31zap includes, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-31zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org>Henning Brauer
2005-03-30remove trailing \n in errx().Moritz Jodeit
ok deraadt@
2005-03-30output final summary to stderr instead of stdout,Moritz Jodeit
so it won't get mixed when tcpdump -w - is used. ok henning@ deraadt@
2005-03-30Use getcap to pull out login.conf entries that contain a localcipherTodd C. Miller
entry instead of giving the user a list of all possible login classes. This makes the default list "daemon default staff" instead of listing all the stub classed only meant for inclusion into the real classes.
2005-03-30spacingTheo de Raadt
2005-03-30Fix some stuff noted by Theo.Hakan Olsson
2005-03-30Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress.Hakan Olsson
deraadt@ ok.
2005-03-30bgpd used to open listeners in advance in the parent and the SE pickedHenning Brauer
those it needed, closing all the others. this has some nasty races. so let the parent keep the list of listeners so it knows when it has to open a new one claudio ok, also tested by jason ackley
2005-03-30interface validation cleanup / fixesHenning Brauer
there's some nastiness in the interface validation. clean up by centralizing the checks in kif_validate(). claudio ok
2005-03-29-WallHenning Brauer
2005-03-29clean further, theo okHenning Brauer
2005-03-29make this a bit more readableHenning Brauer
2005-03-29add -F to force replacement of entries with -s and -fHenning Brauer
inspired by a diff from Mike Belopuhov <mkb@cvs.hnet.spb.ru>, these semantics with theo, manpage jaredy jmc and bob, ok bob