pfctl: fix printing of 'foo/*' anchors

2012-04-26 Thread Lawrence Teo
The pfctl(8) man page says: By default, recursive inline printing of anchors applies only to unnamed anchors specified inline in the ruleset. If the anchor name is terminated with a `*' character, the -s flag will recursively print all anchors in a brace delimited block. For

pfctl: remove redundant check

2012-04-26 Thread Lawrence Teo
This diff removes a redundant check from the pfctl_show_rules() function. There is no functional change, and pfctl still passes all regression tests with this change. Comments? Lawrence Index: pfctl.c === RCS file: /cvs/src/sbin/p

allow sparc64 to build with DEBUG

2012-04-26 Thread Okan Demirmen
va is of type vaddr_t. ok? Index: pmap.c === RCS file: /cvs/src/sys/arch/sparc64/sparc64/pmap.c,v retrieving revision 1.75 diff -u -p -r1.75 pmap.c --- pmap.c 22 Sep 2011 17:41:00 - 1.75 +++ pmap.c 26 Apr 2012 21:1

RIG PASS con Certificacion Oficial IADC en VILLAHERMOSA - 05 de Mayo

2012-04-26 Thread PEMEX - Trabajo Seguro
CURSO INTENSIVO RIG PASS con Certificacion Oficial IADC Seguridad para Trabajos de Perforacion en Tierra, Mar y Refinacion Petrolera Inversion por persona: $2,500 pesos mas IVA Duracion: (1 dia) 8 hrs. Con este curso, se proporcionan los conocimientos de los sistemas de Seguridad Basica para l

relayd: forward message-body for http DELETE method

2012-04-26 Thread Florian Obser
Hi, RFC 2616, section 4.3: A message-body MUST NOT be included in a request if the specification of the request method (section 5.1.1) does not allow sending an entity-body in requests. A server SHOULD read and forward a message-body on any request; if th

pfctl -n should not call getifmtu for altq

2012-04-26 Thread Silamael
Hello, We distributed the pf.conf for several machines from a central server. If we configure altq using interface names not existing on this server, it is not possible to run pfctl -nf without an error from the SIOCGIFMTU ioctl call in getifmtu(). This patch prevents the call to getifmtu() if pfc