changing router-ids in ospfd not working

2010-01-07 Thread Florian Obser
Hello, ospfd can't handle changing router-ids. Consider the following setup, two machines, border3 / superm: border3: border3# cat /etc/ospfd.conf router-id 10.12.95.250 redistribute static set type 2 redistribute connected set type 2 redistribute 10.12.95.250/32 set type 2

patch ftp-proxy, proposal

2010-01-07 Thread Tiery DENYS
Hi, I would like to propose a patch for ftp-proxy. This patch implement an option concerning specific timeout (connect_timeout). It add an option for setting connect_timeout variable while starting ftp-proxy (this variable is currently set to 30 in code). Setting this variable to another value

haga mailing proveemos el mejor programa y usuarios smtp

2010-01-07 Thread Publicidad para todos
Envio de emails por smtp abiertos pagas por unica vez envios a alta velocidad Hasta 5 envios por pc en simultaneo Permite mensajes html o texto Envia con nombres personalizados y en modo texto permite mail merge multiple Estadisticas de envio completo casilla de mails rebotados y mails exitosos,

[patch] bgplg.c probably leaks file descriptor

2010-01-07 Thread Igor Zinovik
Hello, t...@. Seems that bgplg.c leaks file descriptor `fd' in lg_incl(). It opens it, but does not closes. Index: bgplg.c === RCS file: /OpenBSD/src/usr.bin/bgplg/bgplg.c,v retrieving revision 1.7 diff -u -r1.7 bgplg.c ---

[patch] patch:util.c does free memory after strdup(3)

2010-01-07 Thread Igor Zinovik
Hello, t...@. tmpbuf is allocated via strdup(3) but it is leaved unfreed when we leave makedirs() function. Index: util.c === RCS file: /OpenBSD/src/usr.bin/patch/util.c,v retrieving revision 1.33 diff -u -r1.33 util.c --- util.c