Displaying 1 50 of 4,079 commits (0.006s)

Bitrig — usr.sbin/smtpd smtpd.8

    fix previous;
Delta File
+3 -3 usr.sbin/smtpd/smtpd.8
+3 -3 1 file

OpenBSD — usr.sbin/smtpd smtpd.8

    fix previous;
Delta File
+4 -4 usr.sbin/smtpd/smtpd.8
+4 -4 1 file

Bitrig — usr.sbin/smtpd smtpd.8

    To enable smtpd you should comment a crontab entry too
    ok gilles@
Delta File
+5 -2 usr.sbin/smtpd/smtpd.8
+5 -2 1 file

OpenBSD — usr.sbin/smtpd smtpd.8

    To enable smtpd you should comment a crontab entry too
    ok gilles@
Delta File
+5 -2 usr.sbin/smtpd/smtpd.8
+5 -2 1 file

Bitrig — usr.sbin/smtpd crypto.c

    Add crypto.c to provide smtpd with a way to encrypt envelopes and messages
    using aes-256-gcm before they hit the queue. not "plugged" yet.
    
    lots of comments from mikeb, tedu and djm.
Delta File
+390 -0 usr.sbin/smtpd/crypto.c
+390 -0 1 file

OpenBSD — usr.sbin/smtpd crypto.c

    Add crypto.c to provide smtpd with a way to encrypt envelopes and messages
    using aes-256-gcm before they hit the queue. not "plugged" yet.
    
    lots of comments from mikeb, tedu and djm.
Delta File
+390 -0 usr.sbin/smtpd/crypto.c
+390 -0 1 file

Bitrig — usr.sbin/smtpd dns.c

    remove params after API change.
Delta File
+3 -3 usr.sbin/smtpd/dns.c
+3 -3 1 file

OpenBSD — usr.sbin/smtpd dns.c

    remove params after API change.
Delta File
+3 -3 usr.sbin/smtpd/dns.c
+3 -3 1 file

Bitrig — usr.sbin/smtpd smtpctl.c queue_backend.c

    large time_t problems
    ok gilles
Delta File
+4 -4 usr.sbin/smtpd/smtpctl.c
+3 -3 usr.sbin/smtpd/queue_backend.c
+3 -3 usr.sbin/smtpd/smtpd.c
+10 -10 3 files

Bitrig — usr.sbin/smtpd smtpctl.c queue_backend.c

    large time_t problems
    ok gilles
Delta File
+4 -4 usr.sbin/smtpd/smtpctl.c
+3 -3 usr.sbin/smtpd/queue_backend.c
+3 -3 usr.sbin/smtpd/smtpd.c
+10 -10 3 files

OpenBSD — usr.sbin/smtpd smtpctl.c queue_backend.c

    large time_t problems
    ok gilles
Delta File
+4 -4 usr.sbin/smtpd/smtpctl.c
+3 -3 usr.sbin/smtpd/queue_backend.c
+3 -3 usr.sbin/smtpd/smtpd.c
+10 -10 3 files

Bitrig — usr.sbin/smtpd smtp_session.c smtpd.h

    replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
    consistency and clarity.  Remove useless and confusing extra byte in
    a few arrays based on this define.
    
    ok gilles@
Delta File
+9 -9 usr.sbin/smtpd/smtp_session.c
+6 -9 usr.sbin/smtpd/smtpd.h
+4 -4 usr.sbin/smtpd/bounce.c
+4 -4 usr.sbin/smtpd/mta_session.c
+4 -4 usr.sbin/smtpd/to.c
+4 -4 usr.sbin/smtpd/mda.c
+30 -30 13 files not shown
+61 -64 19 files

OpenBSD — usr.sbin/smtpd smtp_session.c smtpd.h

    replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
    consistency and clarity.  Remove useless and confusing extra byte in
    a few arrays based on this define.
    
    ok gilles@
Delta File
+9 -9 usr.sbin/smtpd/smtp_session.c
+6 -9 usr.sbin/smtpd/smtpd.h
+4 -4 usr.sbin/smtpd/bounce.c
+4 -4 usr.sbin/smtpd/mta_session.c
+4 -4 usr.sbin/smtpd/to.c
+4 -4 usr.sbin/smtpd/mda.c
+30 -30 13 files not shown
+61 -64 19 files

Bitrig — usr.sbin/smtpd to.c

    division of time_t does not necessarily fit in an int
    
    spotted by deraadt@
Delta File
+4 -3 usr.sbin/smtpd/to.c
+4 -3 1 file

OpenBSD — usr.sbin/smtpd to.c

    division of time_t does not necessarily fit in an int
    
    spotted by deraadt@
Delta File
+4 -3 usr.sbin/smtpd/to.c
+4 -3 1 file

Bitrig — usr.sbin/smtpd queue_fsqueue.c

    change log format to fix warning
Delta File
+3 -3 usr.sbin/smtpd/queue_fsqueue.c
+3 -3 1 file

OpenBSD — usr.sbin/smtpd queue_fsqueue.c

    change log format to fix warning
Delta File
+3 -3 usr.sbin/smtpd/queue_fsqueue.c
+3 -3 1 file

Bitrig — usr.sbin/smtpd aliases.c

    '#' starts a comment, not a line continuation.
    
    ok gilles
Delta File
+2 -2 usr.sbin/smtpd/aliases.c
+2 -2 1 file

OpenBSD — usr.sbin/smtpd aliases.c

    '#' starts a comment, not a line continuation.
    
    ok gilles
Delta File
+2 -2 usr.sbin/smtpd/aliases.c
+2 -2 1 file

Bitrig — usr.sbin/smtpd queue_fsqueue.c

    ooops, forgot to lower the define after my very last test: it's 10% not 99%
Delta File
+2 -2 usr.sbin/smtpd/queue_fsqueue.c
+2 -2 1 file

OpenBSD — usr.sbin/smtpd queue_fsqueue.c

    ooops, forgot to lower the define after my very last test: it's 10% not 99%
Delta File
+2 -2 usr.sbin/smtpd/queue_fsqueue.c
+2 -2 1 file

Bitrig — usr.sbin/smtpd queue_fsqueue.c

    have smtpd temporarily refuse new messages if file system holding the queue
    has less than 10% of disk space or inodes left. a warning is logged and the
    clients will get a temporarily failure asking them to retry later.
    
    prompted by deraadt@
Delta File
+47 -1 usr.sbin/smtpd/queue_fsqueue.c
+47 -1 1 file

OpenBSD — usr.sbin/smtpd queue_fsqueue.c

    have smtpd temporarily refuse new messages if file system holding the queue
    has less than 10% of disk space or inodes left. a warning is logged and the
    clients will get a temporarily failure asking them to retry later.
    
    prompted by deraadt@
Delta File
+47 -1 usr.sbin/smtpd/queue_fsqueue.c
+47 -1 1 file

Bitrig — usr.sbin/smtpd makemap.c

    Prevent race conditions in db file handling.
    
    ok gilles
Delta File
+24 -26 usr.sbin/smtpd/makemap.c
+24 -26 1 file

OpenBSD — usr.sbin/smtpd makemap.c

    Prevent race conditions in db file handling.
    
    ok gilles
Delta File
+24 -26 usr.sbin/smtpd/makemap.c
+24 -26 1 file

Bitrig — usr.sbin/smtpd/smtpd Makefile

    fix build after asr update
    
    ok gilles@
Delta File
+3 -2 usr.sbin/smtpd/smtpd/Makefile
+3 -2 1 file

OpenBSD — usr.sbin/smtpd/smtpd Makefile

    fix build after asr update
    
    ok gilles@
Delta File
+3 -2 usr.sbin/smtpd/smtpd/Makefile
+3 -2 1 file

Bitrig — usr.sbin/smtpd mfa_session.c

    Include inttypes.h to get PRIx64; ok gilles@
Delta File
+2 -1 usr.sbin/smtpd/mfa_session.c
+2 -1 1 file

OpenBSD — usr.sbin/smtpd mfa_session.c

    Include inttypes.h to get PRIx64; ok gilles@
Delta File
+2 -1 usr.sbin/smtpd/mfa_session.c
+2 -1 1 file

pkgsrc — mail/qmail options.mk

    qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathan
    Arthur). Put a copy up on ${MASTER_SITE_LOCAL}.
Delta File
+2 -2 mail/qmail/options.mk
+2 -2 1 file

pkgsrc — mail/qmail options.mk

    qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathan
    Arthur). Put a copy up on ${MASTER_SITE_LOCAL}.
Delta File
+2 -2 mail/qmail/options.mk
+2 -2 1 file

pkgsrc — mail/qmail options.mk

    qmail-smtpd-viruscan-logging.patch disappeared (reported by Nathan
    Arthur). Put a copy up on ${MASTER_SITE_LOCAL}.
Delta File
+2 -2 mail/qmail/options.mk
+2 -2 1 file

Bitrig — bin/systrace cradle.c, lib/libc/rpc svc_tcp.c

    handle ECONNABORTED errors from accept().  In many code blocks they can be
    ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
    ok's from various maintainers of these directories...
Delta File
+5 -6 usr.sbin/bgpd/session.c
+6 -4 usr.sbin/ppp/ppp/server.c
+7 -2 libexec/identd/identd.c
+5 -4 usr.sbin/inetd/inetd.c
+5 -4 usr.sbin/npppd/pptp/pptpd.c
+4 -2 usr.sbin/ftp-proxy/ftp-proxy.c
+67 -42 22 files not shown
+99 -64 28 files

Bitrig — bin/systrace cradle.c, lib/libc/rpc svc_tcp.c

    handle ECONNABORTED errors from accept().  In many code blocks they can be
    ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
    ok's from various maintainers of these directories...
Delta File
+5 -6 usr.sbin/bgpd/session.c
+6 -4 usr.sbin/ppp/ppp/server.c
+7 -2 libexec/identd/identd.c
+5 -4 usr.sbin/inetd/inetd.c
+5 -4 usr.sbin/npppd/pptp/pptpd.c
+4 -2 usr.sbin/ftp-proxy/ftp-proxy.c
+67 -42 22 files not shown
+99 -64 28 files

OpenBSD — bin/systrace cradle.c, lib/libc/rpc svc_tcp.c

    handle ECONNABORTED errors from accept().  In many code blocks they can be
    ignored silently and without aborting, much like EINTR and EWOULDBLOCK are.
    ok's from various maintainers of these directories...
Delta File
+5 -6 usr.sbin/bgpd/session.c
+6 -4 usr.sbin/ppp/ppp/server.c
+7 -2 libexec/identd/identd.c
+5 -4 usr.sbin/inetd/inetd.c
+5 -4 usr.sbin/npppd/pptp/pptpd.c
+4 -2 usr.sbin/ftp-proxy/ftp-proxy.c
+67 -42 22 files not shown
+99 -64 28 files

Bitrig — usr.sbin/smtpd stat_backend.c stat_ramstat.c

    Add missing $OpenBSD$ RCS tags
    
    ok gilles@
Delta File
+2 -0 usr.sbin/smtpd/stat_backend.c
+2 -0 usr.sbin/smtpd/stat_ramstat.c
+2 -0 usr.sbin/smtpd/table_ldap.c
+6 -0 3 files

Bitrig — usr.sbin/smtpd stat_backend.c stat_ramstat.c

    Add missing $OpenBSD$ RCS tags
    
    ok gilles@
Delta File
+2 -0 usr.sbin/smtpd/stat_backend.c
+2 -0 usr.sbin/smtpd/stat_ramstat.c
+2 -0 usr.sbin/smtpd/table_ldap.c
+6 -0 3 files

OpenBSD — usr.sbin/smtpd stat_backend.c stat_ramstat.c

    Add missing $OpenBSD$ RCS tags
    
    ok gilles@
Delta File
+2 -0 usr.sbin/smtpd/stat_backend.c
+2 -0 usr.sbin/smtpd/stat_ramstat.c
+2 -0 usr.sbin/smtpd/table_ldap.c
+6 -0 3 files

Bitrig — usr.sbin/dvmrpd parse.y, usr.sbin/ifstated parse.y ifstated.h

    as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
    that from bgpd, so that it logs to syslog when daemonized.
Delta File
+8 -5 usr.sbin/ripd/parse.y
+8 -5 usr.sbin/ldpd/parse.y
+7 -5 usr.sbin/dvmrpd/parse.y
+7 -4 usr.sbin/ypldap/parse.y
+7 -4 usr.sbin/snmpd/parse.y
+7 -4 usr.sbin/smtpd/parse.y
+17 -8 5 files not shown
+61 -35 11 files

Bitrig — usr.sbin/dvmrpd parse.y, usr.sbin/ifstated parse.y ifstated.h

    as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
    that from bgpd, so that it logs to syslog when daemonized.
Delta File
+8 -5 usr.sbin/ripd/parse.y
+8 -5 usr.sbin/ldpd/parse.y
+7 -5 usr.sbin/dvmrpd/parse.y
+7 -4 usr.sbin/ypldap/parse.y
+7 -4 usr.sbin/snmpd/parse.y
+7 -4 usr.sbin/smtpd/parse.y
+17 -8 5 files not shown
+61 -35 11 files

OpenBSD — usr.sbin/dvmrpd parse.y, usr.sbin/ifstated parse.y ifstated.h

    as done in ospf{,6}d/relayd, sync yyerror in various other daemons with
    that from bgpd, so that it logs to syslog when daemonized.
Delta File
+8 -5 usr.sbin/ripd/parse.y
+8 -5 usr.sbin/ldpd/parse.y
+7 -5 usr.sbin/dvmrpd/parse.y
+7 -4 usr.sbin/ypldap/parse.y
+7 -4 usr.sbin/snmpd/parse.y
+7 -4 usr.sbin/smtpd/parse.y
+17 -8 5 files not shown
+61 -35 11 files

NetBSD — . build.sh Makefile, bin/cat cat.c

    resync with head
Delta File
+9,325 -9,142 external/bsd/bind/dist/doc/arm/Bv9ARM.pdf
+4,939 -6,693 tools/compat/configure
+5,731 -5,664 sys/dev/pci/pcidevs_data.h
+8,907 -0 tests/usr.bin/netpgpverify/t_netpgpverify.sh
+0 -7,504 sys/arch/arm/fpe-arm/armfpe.S
+5,976 -0 external/gpl3/gdb/lib/libbfd/arch/earmhf/bfd-in3.h
+301,413 -53,881 4988 files not shown
+336,291 -82,884 4994 files

Bitrig — usr.sbin/smtpd mta_session.c

    Fix a potential crash when connecting to a misbehaving smtp server. If a smtp session 
got bogus data from a remote server and has just issued an internal query, then defer the 
deletion of that session until it gets the reply.
    
    ok gilles@ deraadt@
Delta File
+47 -8 usr.sbin/smtpd/mta_session.c
+47 -8 1 file

Bitrig — usr.sbin/smtpd mta_session.c

    Fix a potential crash when connecting to a misbehaving smtp server. If a smtp session 
got bogus data from a remote server and has just issued an internal query, then defer the 
deletion of that session until it gets the reply.
    
    ok gilles@ deraadt@
Delta File
+47 -8 usr.sbin/smtpd/mta_session.c
+47 -8 1 file

Bitrig — usr.sbin/smtpd mta_session.c

    Fix a potential crash when connecting to a misbehaving smtp server. If a smtp session 
got bogus data from a remote server and has just issued an internal query, then defer the 
deletion of that session until it gets the reply.
    
    ok gilles@ deraadt@
Delta File
+47 -8 usr.sbin/smtpd/mta_session.c
+47 -8 1 file

Bitrig — usr.sbin/smtpd mta_session.c

    Fix a potential crash when connecting to a misbehaving smtp server. If a smtp session 
got bogus data from a remote server and has just issued an internal query, then defer the 
deletion of that session until it gets the reply.
    
    ok gilles@ deraadt@
Delta File
+47 -8 usr.sbin/smtpd/mta_session.c
+47 -8 1 file

Bitrig — usr.sbin/smtpd mta_session.c

    Fix a potential crash when connecting to a misbehaving smtp server.
    If a smtp session got bogus data from a remote server and has just
    issued an internal query, then defer the deletion of that session
    until it gets the reply.
    
    ok gilles@ deraadt@
Delta File
+47 -8 usr.sbin/smtpd/mta_session.c
+47 -8 1 file

OpenBSD — usr.sbin/smtpd mta_session.c

    Fix a potential crash when connecting to a misbehaving smtp server.
    If a smtp session got bogus data from a remote server and has just
    issued an internal query, then defer the deletion of that session
    until it gets the reply.
    
    ok gilles@ deraadt@
Delta File
+47 -8 usr.sbin/smtpd/mta_session.c
+47 -8 1 file

Bitrig — usr.sbin/smtpd smtp_session.c

    do not send disconnect event to the mfa if connect event was not sent.
    
    ok gilles@
Delta File
+8 -4 usr.sbin/smtpd/smtp_session.c
+8 -4 1 file

Bitrig — usr.sbin/smtpd smtp_session.c

    do not send disconnect event to the mfa if connect event was not sent.
    
    ok gilles@
Delta File
+8 -4 usr.sbin/smtpd/smtp_session.c
+8 -4 1 file