pfsync and policy routing states patch - version2

2010-01-20 Thread Romey Valadez
Hi tech@, here is a version 2 of the patch to correct the synchronization of states that use route-to policy, thanks to Bret Lambert for your patience to teach me and your suggestions. This patch apply to OpenBSD v4.6 -stable, nexthop_idx will give us the reference into the route pool that have a

[patch] httpd/src/modules/ssl/ssl_util_table.c - fd leak

2010-01-20 Thread Igor Zinovik
Hello. Looks like a file descriptor leak? Index: ssl_util_table.c === RCS file: /OpenBSD/src/usr.sbin/httpd/src/modules/ssl/ssl_util_table.c,v retrieving revision 1.6 diff -u -r1.6 ssl_util_table.c --- ssl_util_table.c2

Flojas las ventas? Probaste hacer una campa�a de email?

2010-01-20 Thread iNeva eMail Marketing
Los envmos duran 6 meses y podes distribuirlos como vos quieras Podes utilizar distintas bases de datos y ver en lmnea los reportes

usr.bin/cut errx correctness

2010-01-20 Thread Laurent Ghigonis
the -b option can cause those messages too Index: usr.bin/cut/cut.c === RCS file: /cvs/src/usr.bin/cut/cut.c,v retrieving revision 1.14 diff -u -r1.14 cut.c --- usr.bin/cut/cut.c 27 Oct 2009 23:59:37 - 1.14 +++ usr.bin/cut/

Re: two sort(1) segmentation faults

2010-01-20 Thread Daniel Dickman
> $ ftp -o- http://junkpile.org/sort-ispell.txt | sort -u -t/ +0f -1 +0 The -u seems unimportant. Using more modern syntax, the following seems to have the same effect: $ ftp http://junkpile.org/sort-ispell.txt && sort -t/ -k1,1 -k1 sort-ispell.txt > > The second one I've seen affects at least

[PATCH] typo in pfvar.h?

2010-01-20 Thread Daniel Dickman
One too many \'s in the recent commit of pfvar.h? Index: pfvar.h === RCS file: /usr/cvs/src/sys/net/pfvar.h,v retrieving revision 1.306 diff -u -r1.306 pfvar.h --- pfvar.h 18 Jan 2010 23:52:46 - 1.306 +++ pfvar.h 20 J