CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2012/08/24 21:43:27
Modified files:
sys/dev/pci: mpii.c
Log message:
some endian fixes.
?This is a text part of the message.
It is shown for the users of old-style e-mail clients
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 15:24:25
Modified files:
usr.sbin/smtpd : queue.c
Log message:
log forced removal and expiration of envelopes to maillog.
suggested by Jan Stary.
move queue loading notification to log_debug() wh
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 14:13:03
Modified files:
share/man/man4 : ip.4
usr.sbin/bgpd : bgpd.8
usr.sbin/relayd: relayd.conf.5
Log message:
- rfc 5082 replaces rfc 3682; ok claudio
- flesh out SEE ALSO i
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 13:51:48
Modified files:
usr.sbin/smtpd : queue_backend.c
Log message:
envelope_validate() don't take the evpid anymore.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2012/08/24 13:50:19
Modified files:
usr.bin/ssh/ssh: Makefile
Log message:
comment about bsd.own.mk is now false; ok markus
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2012/08/24 12:51:41
Modified files:
gnu/gcc/gcc/config: openbsd-libpthread.h
Log message:
Back out the bit that links all shared libraries against -lc from the previous
commit. It breaks make build
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 12:46:46
Modified files:
usr.sbin/smtpd : queue.c scheduler.c smtp_session.c
Log message:
When an smtp session fails and IMSG_QUEUE_REMOVE_MESSAGE is sent to the
queue, also notify the scheduler s
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 12:26:01
Modified files:
usr.sbin/smtpd : queue.c
Log message:
Error out if queue_envelope_load() failed, rather than sending crap to
the mta/mda.
ok gilles@
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 12:21:06
Modified files:
usr.sbin/smtpd : scheduler.c
Log message:
add stat counter for the number of envelopes inflight.
ok gilles@
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 11:04:06
Modified files:
usr.sbin/bgpd : bgpd.conf.5
Log message:
rfc 4456 replaces rfc 2796; ok claudio
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 08:49:21
Modified files:
sbin/isakmpd : isakmpd.8
Log message:
ikev2 is described in rfc 5996 now;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 08:41:43
Modified files:
share/man/man4 : sppp.4
Log message:
update SEE ALSO;
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2012/08/24 07:21:56
Modified files:
usr.sbin/smtpd : envelope.c queue_backend.c smtpd.h
Log message:
In envelope ascii dump/load:
- remove loading of evpid.
- don't dump the msgid
- ignore msgid at load
- re
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2012/08/24 07:16:15
Modified files:
usr.sbin/smtpd : stat_ramstat.c
Log message:
fix smtpctl show stats crash seen on -portable
reported by todd@
ok gilles@
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2012/08/24 07:13:13
Modified files:
usr.sbin/smtpd : queue_backend.c queue_fsqueue.c smtpd.h
Log message:
Don't pass struct envelope pointer in queue backend API, instead use envelope
id and
an envelope asc
CVSROOT:/cvs
Module name:www
Changes by: ajacou...@cvs.openbsd.org 2012/08/24 06:38:11
Modified files:
de : ftp.html
faq/fr : faq6.html
faq/pf/ru : pools.html
fr : ftp.html
nl : donat
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 06:29:50
Modified files:
usr.sbin/smtpd : scheduler_backend.c scheduler_ramqueue.c
smtpd.h
Log message:
Remove the rq_host and rq_batch structures from the ramqueue sched
CVSROOT:/cvs
Module name:src
Changes by: e...@cvs.openbsd.org2012/08/24 04:07:28
Modified files:
usr.sbin/smtpd : queue_fsqueue.c
Log message:
When creating an envelope, check if the message is incoming or
queued to decide the path for the envelope. Remove the need to
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 04:05:25
Modified files:
sys/arch/macppc/include: bus.h
sys/arch/socppc/include: bus.h
Log message:
ansi
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 04:00:55
Modified files:
sys/arch/sparc64/sparc64: machdep.c
Log message:
don't read past the end of an array when dumping the stack.
same problem/fix as sparc.
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2012/08/24 02:54:32
Modified files:
share/man/man4 : pim.4
Log message:
flesh out STANDARDS;
CVSROOT:/cvs
Module name:www
Changes by: kette...@cvs.openbsd.org2012/08/24 02:01:22
Modified files:
faq: current.html
Log message:
Add missing make obj step in previous.
CVSROOT:/cvs
Module name:src
Changes by: st...@cvs.openbsd.org 2012/08/24 01:57:54
Modified files:
usr.sbin/httpd : Makefile.bsd-wrapper
Log message:
Link httpd with -lpthread; recent pthread work enforces that a program
dlopen()ing a module which uses pthread functions
CVSROOT:/cvs
Module name:src
Changes by: c...@cvs.openbsd.org2012/08/24 01:32:12
Modified files:
usr.sbin/smtpd : scheduler_backend.c
Log message:
fix assignment typo
ok eric@ gilles@
25 matches
Mail list logo