summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-19Unify command id printing.Alexander Yurchenko
2009-03-19for "Ciphers", just point the reader to the keyword in ssh_config(5), justJason 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-19minor tweaks (sorry grunk!);Jason McIntyre
2009-03-19correct 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-19Make ips_timeout to be usable not only with scsi xfers.Alexander Yurchenko
2009-03-19do 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-19Remove unused code.Alexander Yurchenko
2009-03-19kill unused varsJoris Vink
2009-03-19only pass the real $var to expand_vars() instead of the entireJoris 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-19properly register Questionable files using CVS/Entries server-sideJoris Vink
in order for them to show up as "? foobar" when opencvs is in server mode.
2009-03-19First big chunk of mrt rewrite. Simplifies code hopefully and fixes tableClaudio 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-19Implement a attr_writebuf() function that works on a struct buf instead ofClaudio Jeker
a pre allocated piece of memory. Will be used by newer mrt code. OK henning@
2009-03-19pfctl -ss printed state levels for ICMPv6. Disable this the sameAlexander Bluhm
way it has already been done for ICMPv4. ok mcbride@
2009-03-19when listen was declared without a port parameter, it would get it wrongGilles Chehade
because of a missing htons()
2009-03-19in the event of a timeout, mxhost is passed to TAILQ_REMOVE before it isGilles Chehade
initialized. spotted and diff by Matthew Haub <matthew.haub@alumni.adelaide.edu.au>
2009-03-18remove debug X-Cipher and turn it into a useful log_info()Gilles Chehade
2009-03-18syncJacek Masiulaniec
ok todd@
2009-03-18Keep softc pointer in ccb because it requires some work to correctlyAlexander 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-18Correctly check the peer group for mrt dumps. Without this all non-groupedClaudio 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-18Correctly 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-18Introduce local_as in the peer config. This allows per peer local AS andClaudio 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-18short_as is always initialised to the 16bit AS that is used. So no needClaudio Jeker
use conf->as as source for > 16bit AS numbers. OK henning.
2009-03-18Remove man page mentions of the vnode interlock, which is long dead.Bret Lambert
ok jmc@ thib@
2009-03-18syncIgor Sobrado
2009-03-18the ellipsis is not an optional argument.Igor Sobrado
ok miod@
2009-03-18previous commit removed "else" conditionGilles Chehade
2009-03-18we can no longer create batches of MDA deliveries, so make sure runnerGilles Chehade
does not do a batch lookup when dealing with a MDA message
2009-03-18be carefull when trying to access cf->file_rcs in cvs_checkout_file()Joris Vink
as it could be NULL under certain conditions.
2009-03-18unbreak make release, spotted by todd and kurtJacek Masiulaniec
2009-03-18in mta, when remote host advertises AUTH, do not attempt to authenticateGilles 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-17pass correct argv[0] to openlog(); ok djm@Markus Friedl
2009-03-17correct argument type for swap64(); from Thomas PfaffJason 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-17Mention that ips now has bio management support.Alexander Yurchenko
2009-03-17Provide both errno.h codes for the userspace tools like bioctlAlexander Yurchenko
and XS_* codes for the scsi layer.
2009-03-17Fix compilation without bio(4).Alexander Yurchenko
2009-03-17DESCRIPTION should also note aucat's ability to act as a serverAlexandre Ratchov
from jmc@
2009-03-17we do know how to handle iack. in the rx path at least.David Gwynne
2009-03-17update a bit, but more work is needed on this man page, working on it andGilles Chehade
will commit an up to date version tomorrow
2009-03-17enable smtpd in the buildGilles Chehade
"please enable it" deraadt@
2009-03-17move smtpd.conf to etc/mail/ directory. it is not installed yet by theGilles Chehade
build
2009-03-16change 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-16in accept rules, support "for local" as a destination which is an alias toGilles 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-16support for smtpd(8); ok gilles@Jacek Masiulaniec
2009-03-16improve spacing in synopsis.Igor Sobrado
2009-03-16use short (one-line) command descriptions (.Nd macros).Igor Sobrado
ok jmc@
2009-03-16update smtpctl.8 with new smtpctl commandsGilles Chehade
2009-03-16makemap symlink should be in /usr/sbin; ok gilles@Jacek Masiulaniec
2009-03-16add secrets.db; ok gilles@Jacek Masiulaniec