Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-19 | Unify command id printing. | Alexander Yurchenko | |
2009-03-19 | for "Ciphers", just point the reader to the keyword in ssh_config(5), just | Jason McIntyre | |
as we do for "MACs": this stops us getting out of sync when the lists change; fixes documentation/6102, submitted by Peter J. Philipp alternative fix proposed by djm ok markus | |||
2009-03-19 | minor tweaks (sorry grunk!); | Jason McIntyre | |
2009-03-19 | correct an example in the manpage: after creating a new crypto volume, | Alexander von Gernler | |
it is sufficient to zero the first megabyte of the disk, not the whole disk. ok marco@ mpf@ rainer@ jmc@ | |||
2009-03-19 | Make ips_timeout to be usable not only with scsi xfers. | Alexander Yurchenko | |
2009-03-19 | do not diff files server-side that are uptodate but require a patch, | Joris Vink | |
as the client does not provide these files at all because they are not modified in anyway. otherwise this results in bad mojo. found by myself and sthen@ | |||
2009-03-19 | Remove unused code. | Alexander Yurchenko | |
2009-03-19 | kill unused vars | Joris Vink | |
2009-03-19 | only pass the real $var to expand_vars() instead of the entire | Joris Vink | |
line, this way commitinfo and stuff works again. found by myself the hard way, fix by tobias@ who's not around to commit. | |||
2009-03-19 | properly register Questionable files using CVS/Entries server-side | Joris Vink | |
in order for them to show up as "? foobar" when opencvs is in server mode. | |||
2009-03-19 | First big chunk of mrt rewrite. Simplifies code hopefully and fixes table | Claudio Jeker | |
dumps that were wrong because of the 4byte AS support. Dumps I took seemed to work so far. "Put it in" henning@ | |||
2009-03-19 | Implement a attr_writebuf() function that works on a struct buf instead of | Claudio Jeker | |
a pre allocated piece of memory. Will be used by newer mrt code. OK henning@ | |||
2009-03-19 | pfctl -ss printed state levels for ICMPv6. Disable this the same | Alexander Bluhm | |
way it has already been done for ICMPv4. ok mcbride@ | |||
2009-03-19 | when listen was declared without a port parameter, it would get it wrong | Gilles Chehade | |
because of a missing htons() | |||
2009-03-19 | in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it is | Gilles Chehade | |
initialized. spotted and diff by Matthew Haub <matthew.haub@alumni.adelaide.edu.au> | |||
2009-03-18 | remove debug X-Cipher and turn it into a useful log_info() | Gilles Chehade | |
2009-03-18 | sync | Jacek Masiulaniec | |
ok todd@ | |||
2009-03-18 | Keep softc pointer in ccb because it requires some work to correctly | Alexander Yurchenko | |
extract it from scsi_xfer in ips_timeout since link->adapter_softc may point to a per-channel structure in pass-through path. | |||
2009-03-18 | Correctly check the peer group for mrt dumps. Without this all non-grouped | Claudio Jeker | |
peers ended up in most mrt dumps. Also switch the if-statements to a hopefully easier to read version. Another mrt fix from my flight home. OK henning@ | |||
2009-03-18 | Correctly check for MRT_TABLE_DUMP_MP and don't send the config to the SE. | Claudio Jeker | |
Make mrt table-mp dumps actually work. Found on the plane from NRT to ZRH. OK henning@ | |||
2009-03-18 | Introduce local_as in the peer config. This allows per peer local AS and | Claudio Jeker | |
simplifies some code because it is possible to get the local AS from the peer struct. Local AS needs more patching to work correctly though. OK henning@ | |||
2009-03-18 | short_as is always initialised to the 16bit AS that is used. So no need | Claudio Jeker | |
use conf->as as source for > 16bit AS numbers. OK henning. | |||
2009-03-18 | Remove man page mentions of the vnode interlock, which is long dead. | Bret Lambert | |
ok jmc@ thib@ | |||
2009-03-18 | sync | Igor Sobrado | |
2009-03-18 | the ellipsis is not an optional argument. | Igor Sobrado | |
ok miod@ | |||
2009-03-18 | previous commit removed "else" condition | Gilles Chehade | |
2009-03-18 | we can no longer create batches of MDA deliveries, so make sure runner | Gilles Chehade | |
does not do a batch lookup when dealing with a MDA message | |||
2009-03-18 | be carefull when trying to access cf->file_rcs in cvs_checkout_file() | Joris Vink | |
as it could be NULL under certain conditions. | |||
2009-03-18 | unbreak make release, spotted by todd and kurt | Jacek Masiulaniec | |
2009-03-18 | in mta, when remote host advertises AUTH, do not attempt to authenticate | Gilles Chehade | |
unless we do have F_AUTH set on the mxhost (which means we explicitely mentionned authentication in config) and we did find credentials in the secrets map. issue and initial diff from Rivo Nurges <rix@estpak.ee> | |||
2009-03-17 | +.Xr pf.conf 5 , | Jason McIntyre | |
from bofh | |||
2009-03-17 | pass correct argv[0] to openlog(); ok djm@ | Markus Friedl | |
2009-03-17 | correct argument type for swap64(); from Thomas Pfaff | Jason McIntyre | |
2009-03-17 | - rename the arg to -b "nframes" and sync usage() | Jason McIntyre | |
- grammar fix for the server section from Thomas Pfaff ok ratchov | |||
2009-03-17 | Mention that ips now has bio management support. | Alexander Yurchenko | |
2009-03-17 | Provide both errno.h codes for the userspace tools like bioctl | Alexander Yurchenko | |
and XS_* codes for the scsi layer. | |||
2009-03-17 | Fix compilation without bio(4). | Alexander Yurchenko | |
2009-03-17 | DESCRIPTION should also note aucat's ability to act as a server | Alexandre Ratchov | |
from jmc@ | |||
2009-03-17 | we do know how to handle iack. in the rx path at least. | David Gwynne | |
2009-03-17 | update a bit, but more work is needed on this man page, working on it and | Gilles Chehade | |
will commit an up to date version tomorrow | |||
2009-03-17 | enable smtpd in the build | Gilles Chehade | |
"please enable it" deraadt@ | |||
2009-03-17 | move smtpd.conf to etc/mail/ directory. it is not installed yet by the | Gilles Chehade | |
build | |||
2009-03-16 | change smtpd.conf to what it will be by default: | Gilles Chehade | |
- only listen on lo0 - support aliases - accept mail for "localhost" and the system hostname - accept relaying mail for all domains | |||
2009-03-16 | in accept rules, support "for local" as a destination which is an alias to | Gilles Chehade | |
"localhost" and system hostname. this allows us to ship with a config file that goes: accept for local deliver to mbox , and which will allow us to have mail working sanely out of the box. | |||
2009-03-16 | support for smtpd(8); ok gilles@ | Jacek Masiulaniec | |
2009-03-16 | improve spacing in synopsis. | Igor Sobrado | |
2009-03-16 | use short (one-line) command descriptions (.Nd macros). | Igor Sobrado | |
ok jmc@ | |||
2009-03-16 | update smtpctl.8 with new smtpctl commands | Gilles Chehade | |
2009-03-16 | makemap symlink should be in /usr/sbin; ok gilles@ | Jacek Masiulaniec | |
2009-03-16 | add secrets.db; ok gilles@ | Jacek Masiulaniec | |