summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-29smtpd no longer knows a map called "secrets" which holds credentials forGilles Chehade
authenticated relaying. one can create many maps holding credentials and name them however he/she wants, just like any other map. teach smtpd how to select a credentials map at the rule-level allowing a setup to relay through the same MX with different credentials depending on the source. smtpd.conf.5 updated to reflect changes with help from jmc@
2010-10-29talk about pkg-readmes and /etc/rc.dMarc Espie
2010-10-29some fixes from ingo regarding the recent groff removal;Jason McIntyre
2010-10-29various fixes, mostly concerning the recent groff removal,Jason McIntyre
as suggested by ingo;
2010-10-29for late TZ handling, place the temporarily tzlist file into /mnt/tmpTheo de Raadt
(which has already been mounted). discussed with halex
2010-10-29nroff->mandoc; ok schwarzeJason McIntyre
2010-10-29Include the octet of the mode that contains the setuid/setgid/sticky bitsPhilip Guenthe
in the output format used for the -x option. Problem observed by LEVAI Daniel
2010-10-29Align to 32-bits instead of sizeof(long) which may be bigger. There is noCan Erkin Acar
practical value of aligning things to 64-bit and waste more space then necessary on some architectures. ok deraadt@
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-28Inital commit of PCI and SATA support for OCTEONTakuya ASADA
2010-10-28:-PMarc Espie
2010-10-28more roff removal;Jason McIntyre
2010-10-28document /etc/rc.d; description from ajacoutotJason McIntyre
2010-10-28remove my debug printfRobert Nagy
2010-10-28more roff adjustments;Jason McIntyre
2010-10-28rewrite EXAMPLES, so that it makes a bit more sense;Jason McIntyre
2010-10-28teach smtpd how to handle per-rule delays for message expiry, this allowsGilles Chehade
some rules to have a longer expiry delay than the default: accept for [...] relay expire 8d # will stay 8 days in queue I added the man page bits so I don't forget but I need to reword it a bit
2010-10-28After discussing with Ingo and Antoine we decided to renameRobert Nagy
files to not include -. This way we can easily overwrite daemon flags from rc.conf.local.
2010-10-28adjust text to avoid referencing non-existent pages;Jason McIntyre
2010-10-28Fix a 'bstp still active' panic that happens if a stp enabledMarco Pfatschbacher
interface is destroyed while in the bridge. Fixed by using bridge_delete() which includes the missing bstp_delete() call: Less code and more consistency. Also fix SIOCBRDGDEL to return an error if an interface can not be found. OK claudio, markus.
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28knock out some "-*- nroff -*-" lines;Jason McIntyre
2010-10-28wording clarification; from Jan StaryJason McIntyre
ok deraadt
2010-10-28no more groff;Jason McIntyre
2010-10-28update this page to reflect reality;Jason McIntyre
2010-10-28no more nroff or refer;Jason McIntyre
2010-10-28remove the libdes entry;Jason McIntyre
2010-10-28Do not send route messages to userland processes that the kernelClaudio Jeker
rejects because of bad encoding. Userland processes trust that the messages on the rtsock are correctly encoded. Moved some checks up to do the suser() check as soon as possible. After discussion with deraadt@, OK deraadt@ and sthen@ (earlier version)
2010-10-28Normalize mbuf after prepending space for the header since the dataClaudio Jeker
in the mbuf my be improperly aligned. Whenever a function is reinjecting packets from low level output functions into high level output functions (like ip_output) it must be guaranteed that the mbuf data is properliy aligned. OK blambert@, deraadt@
2010-10-28this can't be right, as it takes out check_for_loops entirely...Marc Espie
(fixes cyrus-sasl install/updates, but not deinstall yet)
2010-10-28Add m_print() a function to print mbuf headers. Can be called from ddbClaudio Jeker
with an mbuf pointer as argument to see the contents of it. OK thib@, deraadt@
2010-10-28remove libdes src/ports users have been switched to libcryptoJonathan Gray
2010-10-28syncTheo de Raadt
2010-10-28unlink libdes src/ports users have been switched to libcryptoJonathan Gray
2010-10-28cleanup ;;Theo de Raadt
2010-10-28improve look of ;; in a for loopTheo de Raadt
2010-10-28add $Robert Nagy
2010-10-28grammar tweak; from Michael W. BombardieriJason McIntyre
2010-10-28syncTheo de Raadt
2010-10-28Regen for new getdirentries.Todd C. Miller
2010-10-28Change basep parameter of getdirentries() to be off_t *, not long *Todd C. Miller
so it works correctly with large offsets (and matches other systems). This requires adding a new getdirentries syscall, with the old one renamed to ogetdirentries. All in-tree consumers of getdirentries() have been updated. Bump libc and libpthread major numbers. OK and with deraadt@
2010-10-28A function that only returns NULL should return void.Claudio Jeker
bstp_input() always consumes the packet so remove the mbuf handling dance around it.
2010-10-28some groff_ and tmac removal;Jason McIntyre
2010-10-28Fix memory leak.Tobias Stoeckmann
ok stsp, zinovik
2010-10-28fix a possible NULL deref on loading a corrupt ECDH keyDamien Miller
store ECDH group information in private keys files as "named groups" rather than as a set of explicit group parameters (by setting the OPENSSL_EC_NAMED_CURVE flag). This makes for shorter key files and retrieves the group's OpenSSL NID that we need for various things.
2010-10-28Font alternating blocks like .RB must not break the line between childrenIngo Schwarze
in literal mode. Fixing a bug found by naddy@ in the gettext(3) SYNOPSIS. This required a bit of refactoring: * consolidate pre_RB(), pre_RI(), and pre_BI() into pre_alternate() * save the MANT_LITERAL mode before descending into children * restore MANT_LITERAL mode before printing the last child
2010-10-28remove skipjack and cast from the libc; ok deraadtMike Belopuhov
2010-10-28support _SC_HOST_NAME_MAX; from bradTheo de Raadt
a libc crank is happening in < 24 hours
2010-10-27fix double ;;Theo de Raadt