CVS: cvs.openbsd.org: src

2016-06-24 Thread Ingo Feinerer
CVSROOT:/cvs
Module name:src
Changes by: feine...@cvs.openbsd.org2016/06/24 23:31:08

Modified files:
share/man/man4 : umb.4 

Log message:
Add Medion Mobile S4222

Remove deprecated Tn at the same time.

OK jmc@



CVS: cvs.openbsd.org: src

2016-06-24 Thread Ted Unangst
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/06/24 14:49:56

Modified files:
usr.bin/doas   : doas.c 

Log message:
move a space to the correct spot



CVS: cvs.openbsd.org: src

2016-06-24 Thread Ted Unangst
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2016/06/24 11:22:56

Modified files:
usr.sbin/pppd  : auth.c 

Log message:
use crypt_checkpass to simplify password checking logic.



CVS: cvs.openbsd.org: src

2016-06-24 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2016/06/24 08:20:49

Modified files:
usr.sbin/pkg_add/OpenBSD: Interactive.pm 

Log message:
make use of former changes. If list is higher than display go thru more.



CVS: cvs.openbsd.org: src

2016-06-24 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2016/06/24 07:55:57

Modified files:
sys/net: pf_lb.c 

Log message:
The function pf_get_sport() did work for out rules only.  Make it
aware of the direction of the packet.  Now nat-to can be used by
in rules and together with divert-to.  Collisions with existing
states are found and produce a "NAT proxy port allocation failed"
message.
OK henning@ mikeb@



CVS: cvs.openbsd.org: src

2016-06-24 Thread Marc Espie
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org   2016/06/24 05:42:30

Modified files:
usr.sbin/pkg_add/OpenBSD: AddCreateDelete.pm State.pm 
usr.sbin/pkg_add/OpenBSD/ProgressMeter: Term.pm 

Log message:
simplify the logic. no need for a separate hook when we can just specialize
find_window_size.
fix a bug: integrate SIG{CONT} for re-checking window size.

the way it's currently written, first call to compute_playfield will
call itself once. But it makes for less code.



CVS: cvs.openbsd.org: src

2016-06-24 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2016/06/24 02:34:33

Modified files:
usr.sbin/nsd   : config.h.in configure 

Log message:
regen



CVS: cvs.openbsd.org: src

2016-06-24 Thread Florian Obser
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2016/06/24 02:34:03

Modified files:
usr.sbin/nsd   : Makefile.in acx_nlnetlabs.m4 answer.c axfr.c 
 configlexer.lex configparser.y configure.ac 
 dbaccess.c dbcreate.c difffile.c dns.c dns.h 
 namedb.c namedb.h nsd-checkconf.8.in 
 nsd-checkconf.c nsd-checkzone.8.in 
 nsd-control.8.in nsd.8.in nsd.c nsd.conf.5.in 
 nsd.conf.sample.in nsd.h nsec3.c options.c 
 options.h query.c rrl.c server.c tsig-openssl.c 
 udb.h udbzone.c udbzone.h util.c util.h 
 xfrd-tcp.c xfrd.c zparser.y 

Log message:
Update to 4.1.10
Testing by millert@, sthen@ and me.
came up with the same diff & OK sthen@