5
I Use This!
Very Low Activity

News

Analyzed about 9 hours ago. based on code collected 1 day ago.
Posted almost 13 years ago by benoitg
Commit patch by Etienne CHAMPETIER to fix buffer overflow on long urls reported in #836
Posted almost 13 years ago by benoitg
Commit patch by Etienne CHAMPETIER to fix segfaults reported in #835
Posted almost 13 years ago by crow_jose@…
prueba
Posted almost 13 years ago by anonymous
.... Than authpuppy. Authpuppy is good, but help is poor
Posted almost 13 years ago by etienne.champetier@…
Hi The first patch prevent buffer overflow on "r->response.headers". The second patch put the url at the end and not the mac, as urlfragment may end up mangled (i think it's best to have half the url than half the mac) In every case, i'm ... [More] not sure of the "safe_asprintf(&urlFragment, "%s&mac=%s", urlFragment, mac)" because urlFragment is in and out (see notes in  http://manpages.ubuntu.com/manpages/precise/man3/printf.3.html), we should at least use a tempUrlFragment. [Less]
Posted almost 13 years ago by etienne.champetier@…
Hi the patch attached corrects, i think, many apparently unrelated segfault problems. (at least http://dev.wifidog.org/ticket/832) In debug.c, you have to use va_start and va_end each time you read the va_list, else the behavior is undefined ... [More] (segfault). In my case (ubuntu server 12.04) if the debug message was printed via vfprintf and vsyslog i had a segfault [Less]
Posted almost 13 years ago by anonymous
The system appears to not be working.
Posted about 13 years ago by badcrisipo1980@…
_, Hello my friend! I wish to say that this article is amazing, nice written and include almost all significant infos. I would like to see more posts like this .
Posted about 13 years ago by etienne.champetier@…
Hi I'm currently playing with wifidog and authpuppy but i'm having some segfault ... It happen when i log and my auth is denied because i've already reached my quota of 1GB (case AUTH_DENIED, line 154 of auth.c) I'm using ubuntu server 12.04 ... [More] 64bits for authpuppy and wifidog (2 virtual machine, 1vCpu and 1024Mo each) I've compiled wifidog gateway (on the server) with: svn checkout  https://dev.wifidog.org/svn/trunk/wifidog ./configure make sudo make install (nothing special) i'm attaching 1 core files (ulimit -c unlimited) and a portion of syslog A really interesting fact is that if i run wifidog with -f no more segfault ... [Less]
Posted about 13 years ago by post157@…
Hello! I'm trying to get wifidog working on Asus RT-n16, but as it is using only 2.6 linux kernel there is a problem with authentication which is mentioned in FAQ (as there is no ipt_mac, ipt_mark modules in 2.6 kernel) so wifidog doesn't work. ... [More] Could you give a newer version that will be working under 2.6 kernel, as nowadays there are a lot of devices on newer broadcom chips using this kernel version. It woulld be great if you could also compile .ipk package for this firmware.  https://code.google.com/p/wl500g/ [Less]