mail/akpop3d authenticate.c:user_in_file bug

2020-04-27 Thread Alexei Malinin
Hello! I ported akpop3d to NetBSD and found the Subject. GCC warning was the following: authenticate.c: In function 'is_user_allowed': authenticate.c:110:11: warning: switch condition has boolean value [-Wswitch-bool]    switch (user_in_file(user,POP3ALLOW_FILE)>0) {    ^ Please look at

webalizer extended reports - "Invalid" in the Hostname column

2015-04-07 Thread Alexei Malinin
if (!strcmp(log_rec.hostname,"\020\002")) + strncpy(log_rec.hostname, host_buf, sizeof(host_buf)); + } } #endif -- Alexei Malinin