Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-29 | smtpd no longer knows a map called "secrets" which holds credentials for | Gilles 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-29 | talk about pkg-readmes and /etc/rc.d | Marc Espie | |
2010-10-29 | some fixes from ingo regarding the recent groff removal; | Jason McIntyre | |
2010-10-29 | various fixes, mostly concerning the recent groff removal, | Jason McIntyre | |
as suggested by ingo; | |||
2010-10-29 | for late TZ handling, place the temporarily tzlist file into /mnt/tmp | Theo de Raadt | |
(which has already been mounted). discussed with halex | |||
2010-10-29 | nroff->mandoc; ok schwarze | Jason McIntyre | |
2010-10-29 | Include the octet of the mode that contains the setuid/setgid/sticky bits | Philip Guenthe | |
in the output format used for the -x option. Problem observed by LEVAI Daniel | |||
2010-10-29 | Align to 32-bits instead of sizeof(long) which may be bigger. There is no | Can Erkin Acar | |
practical value of aligning things to 64-bit and waste more space then necessary on some architectures. ok deraadt@ | |||
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA | |
2010-10-28 | Inital commit of PCI and SATA support for OCTEON | Takuya ASADA | |
2010-10-28 | :-P | Marc Espie | |
2010-10-28 | more roff removal; | Jason McIntyre | |
2010-10-28 | document /etc/rc.d; description from ajacoutot | Jason McIntyre | |
2010-10-28 | remove my debug printf | Robert Nagy | |
2010-10-28 | more roff adjustments; | Jason McIntyre | |
2010-10-28 | rewrite EXAMPLES, so that it makes a bit more sense; | Jason McIntyre | |
2010-10-28 | teach smtpd how to handle per-rule delays for message expiry, this allows | Gilles 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-28 | After discussing with Ingo and Antoine we decided to rename | Robert Nagy | |
files to not include -. This way we can easily overwrite daemon flags from rc.conf.local. | |||
2010-10-28 | adjust text to avoid referencing non-existent pages; | Jason McIntyre | |
2010-10-28 | Fix a 'bstp still active' panic that happens if a stp enabled | Marco 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-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre | |
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre | |
2010-10-28 | knock out some "-*- nroff -*-" lines; | Jason McIntyre | |
2010-10-28 | wording clarification; from Jan Stary | Jason McIntyre | |
ok deraadt | |||
2010-10-28 | no more groff; | Jason McIntyre | |
2010-10-28 | update this page to reflect reality; | Jason McIntyre | |
2010-10-28 | no more nroff or refer; | Jason McIntyre | |
2010-10-28 | remove the libdes entry; | Jason McIntyre | |
2010-10-28 | Do not send route messages to userland processes that the kernel | Claudio 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-28 | Normalize mbuf after prepending space for the header since the data | Claudio 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-28 | this 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-28 | Add m_print() a function to print mbuf headers. Can be called from ddb | Claudio Jeker | |
with an mbuf pointer as argument to see the contents of it. OK thib@, deraadt@ | |||
2010-10-28 | remove libdes src/ports users have been switched to libcrypto | Jonathan Gray | |
2010-10-28 | sync | Theo de Raadt | |
2010-10-28 | unlink libdes src/ports users have been switched to libcrypto | Jonathan Gray | |
2010-10-28 | cleanup ;; | Theo de Raadt | |
2010-10-28 | improve look of ;; in a for loop | Theo de Raadt | |
2010-10-28 | add $ | Robert Nagy | |
2010-10-28 | grammar tweak; from Michael W. Bombardieri | Jason McIntyre | |
2010-10-28 | sync | Theo de Raadt | |
2010-10-28 | Regen for new getdirentries. | Todd C. Miller | |
2010-10-28 | Change 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-28 | A 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-28 | some groff_ and tmac removal; | Jason McIntyre | |
2010-10-28 | Fix memory leak. | Tobias Stoeckmann | |
ok stsp, zinovik | |||
2010-10-28 | fix a possible NULL deref on loading a corrupt ECDH key | Damien 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-28 | Font alternating blocks like .RB must not break the line between children | Ingo 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-28 | remove skipjack and cast from the libc; ok deraadt | Mike Belopuhov | |
2010-10-28 | support _SC_HOST_NAME_MAX; from brad | Theo de Raadt | |
a libc crank is happening in < 24 hours | |||
2010-10-27 | fix double ;; | Theo de Raadt | |