Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt | |
2005-04-11 | use writev() here too; henning ok | Theo de Raadt | |
2005-04-11 | when -d is used, log to stderr, not via syslog(3); fixed pr/4171. | Federico G. Schwindt | |
ok henning@ | |||
2005-04-11 | tcpdump developers are uncautious retards, plain and simple; ok otto | Theo de Raadt | |
2005-04-11 | restore lost sprintf -> snprintf conversion | David Krause | |
ok krw@ deraadt@ jakob@ | |||
2005-04-10 | do not forget to call endpwent(). ok moritz@ | Otto Moerbeek | |
2005-04-10 | reduce the set of allowed actions in the privileged part | Moritz Jodeit | |
depending on the arguments supplied to tcpdump. ok otto@, canacar@ | |||
2005-04-09 | `an URL' -> `a URL'; | Jason McIntyre | |
2005-04-09 | add scp example; | Jason McIntyre | |
from olivier cherrier; ok espie@ | |||
2005-04-08 | don't whine when we can't find interface with index 0 | Henning Brauer | |
(that is a rare corner case in that context, but still) | |||
2005-04-07 | nicer output | Henning Brauer | |
2005-04-06 | Add check for key lengths. Based on diff from Jason Ackley. | Esben Norby | |
Reworked by me. ok claudio@ | |||
2005-04-06 | When deleting LSA because they hit max age (IMSG_LS_MAXAGE) check if the | Claudio 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-05 | ap_compat.h defines MD5Update to one thing, but now that we use functions | Niall 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-05 | magic police, Jason Ackley <jason@ackley.net> | Henning Brauer | |
2005-04-05 | Use the dynamic buffer API for packet generation and sending. | Claudio Jeker | |
OK norby@ | |||
2005-04-05 | Set errno in case buf_realloc() fails because the limit of the buffer is | Claudio Jeker | |
reached. | |||
2005-04-04 | shrink | Theo de Raadt | |
2005-04-04 | On 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-04 | nlist.h not needed | Theo de Raadt | |
2005-04-03 | Report quotas > 10GB in a readable way. Diff based on PR 2836. | Otto Moerbeek | |
ok deraadt@ | |||
2005-04-03 | yacc parser | Hakan Olsson | |
2005-04-03 | Cleanup. | Hakan Olsson | |
2005-04-03 | Remove debugging code. | Hakan Olsson | |
2005-04-03 | kill redundant warning - getopt does it for us; from andrushock AT korovino.net | Damien Miller | |
2005-04-02 | Create unix domain sockets with permissions 0666, so clients can | Otto 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-02 | new sentence, new line; | Jason McIntyre | |
change an article; | |||
2005-04-01 | spacing | Theo de Raadt | |
2005-04-01 | sensorsd(8) execute command on exceeding limits | Hans-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-01 | these commands said "blocks" when they meant "KBytes" (they even calculated | Theo de Raadt | |
it so). pointed out by janc@cyberspace.org, pr 3956 | |||
2005-04-01 | spacing | Theo de Raadt | |
2005-03-31 | Better crypt sequence number initialization. | Esben Norby | |
Suggested by henning@ ok henning@ | |||
2005-03-31 | Add support for crypt authentication (MD5). | Esben Norby | |
ok and input claudio@ | |||
2005-03-31 | zap includes, grunk | Henning Brauer | |
2005-03-31 | and some includes too much here as well, grunk | Henning Brauer | |
2005-03-31 | zap includes, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer | |
2005-03-31 | zap some includes we don't need, Alexander von Gernler <grunk@pestilenz.org> | Henning Brauer | |
2005-03-30 | remove trailing \n in errx(). | Moritz Jodeit | |
ok deraadt@ | |||
2005-03-30 | output 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-30 | Use getcap to pull out login.conf entries that contain a localcipher | Todd 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-30 | spacing | Theo de Raadt | |
2005-03-30 | Fix some stuff noted by Theo. | Hakan Olsson | |
2005-03-30 | Move sasyncd(8), for IPsec SA synchronization, in-tree. Work in progress. | Hakan Olsson | |
deraadt@ ok. | |||
2005-03-30 | bgpd used to open listeners in advance in the parent and the SE picked | Henning 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-30 | interface validation cleanup / fixes | Henning Brauer | |
there's some nastiness in the interface validation. clean up by centralizing the checks in kif_validate(). claudio ok | |||
2005-03-29 | -Wall | Henning Brauer | |
2005-03-29 | clean further, theo ok | Henning Brauer | |
2005-03-29 | make this a bit more readable | Henning Brauer | |
2005-03-29 | add -F to force replacement of entries with -s and -f | Henning Brauer | |
inspired by a diff from Mike Belopuhov <mkb@cvs.hnet.spb.ru>, these semantics with theo, manpage jaredy jmc and bob, ok bob |