Hello Alan, since the release of pre1 half a year has gone. Can you already foresee when the final version will be released? Thanks Norbert Wegener
There is pre2 too ;) Regards, E:S
-----Original Message----- From: freeradius-users- bounces+edvin.seferovic=kolp.at@lists.freeradius.org [mailto:freeradius-users- bounces+edvin.seferovic=kolp.at@lists.freeradius.org] On Behalf Of Norbert Wegener Sent: Samstag, 15. Dezember 2007 14:14 To: FreeRadius users mailing list Subject: release date 2.0.0?
Hello Alan, since the release of pre1 half a year has gone. Can you already foresee when the final version will be released?
Thanks Norbert Wegener
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
__________ NOD32 2724 (20071214) Information __________
This message was checked by NOD32 antivirus system. http://www.eset.com
Norbert Wegener wrote:
Hello Alan, since the release of pre1 half a year has gone. Can you already foresee when the final version will be released?
I've been trying to get a Coverity scan before 2.0 is released, because of the number of changes that have been made. It now seems that the scan is a ways off in the future. I'll fix some issues brought up in the past few days. After that, 2.0 should be pretty close. The main remaining problem is one of feedback. -pre1 and -pre2 were released with the goal of getting feedback and beta testing. There was very little response. My concern is that without adequate feedback, we could have a situation where 2.0 is released, and a number of people immediately see problems. Please try CVS head *now*. I've made some changes that may fix reported issues with jradius. They work with wpa_supplicant, but I have not tested them with XP, Vista, or MAC OSX. Please test this and report back. Alan DeKok.
Alan DeKok wrote:
Norbert Wegener wrote:
Hello Alan, since the release of pre1 half a year has gone. Can you already foresee when the final version will be released?
I've been trying to get a Coverity scan before 2.0 is released, because of the number of changes that have been made. It now seems that the scan is a ways off in the future.
I'll fix some issues brought up in the past few days. After that, 2.0 should be pretty close.
The main remaining problem is one of feedback. -pre1 and -pre2 were released with the goal of getting feedback and beta testing. There was very little response. My concern is that without adequate feedback, we could have a situation where 2.0 is released, and a number of people immediately see problems.
Please try CVS head *now*. I've made some changes that may fix reported issues with jradius. They work with wpa_supplicant, but I have not tested them with XP, Vista, or MAC OSX. Please test this and report back.
/usr/local/src/freeradius-cvscurrent/libtool --mode=compile gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -D_LIBRADIUS -I/usr/local/src/freeradius-cvscurrent/src -c getaddrinfo.c gcc -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DDARWIN -Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef -D_LIBRADIUS -I/usr/local/src/freeradius-cvscurrent/src -c getaddrinfo.c -fno-common -DPIC -o .libs/getaddrinfo.o getaddrinfo.c: In function 'gethostbyname_r': getaddrinfo.c:138: error: 'fr_hostbyname' undeclared (first use in this function) getaddrinfo.c:138: error: (Each undeclared identifier is reported only once getaddrinfo.c:138: error: for each function it appears in.) getaddrinfo.c:139: error: 'fr_hostbyname_mutex' undeclared (first use in this function) getaddrinfo.c: In function 'gethostbyaddr_r': getaddrinfo.c:171: error: 'fr_hostbyaddr' undeclared (first use in this function) getaddrinfo.c:172: error: 'fr_hostbyaddr_mutex' undeclared (first use in this function) make[4]: *** [getaddrinfo.lo] Error 1 make[3]: *** [common] Error 2 make[2]: *** [all] Error 2 make[1]: *** [common] Error 2 make: *** [all] Error 2
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Arran Cudbard-Bell wrote: ...
getaddrinfo.c: In function 'gethostbyname_r': getaddrinfo.c:138: error: 'fr_hostbyname' undeclared (first use in this function)
Agh. It's declared at the top of the function, with the same #ifdef's in both places (where it's used, and where it's defined.) Alan DeKok.
Alan DeKok wrote:
Arran Cudbard-Bell wrote: ...
getaddrinfo.c: In function 'gethostbyname_r': getaddrinfo.c:138: error: 'fr_hostbyname' undeclared (first use in this function)
Agh. It's declared at the top of the function, with the same #ifdef's in both places (where it's used, and where it's defined.)
*sigh* well you fixed it anyway. As for Fr2 feedback, I think most of the conditional language has been pretty well tested. I've been running a cvs copy from the 7th of october for a couple of months, and apart from the rather scary memory leak it's been very stable. FYI memory leak tried libgmalloc on it under GDB; didn't turn up anything. http://developer.apple.com/documentation/Darwin/Reference/ManPages/man3/libg... still present in cvs head
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
Arran Cudbard-Bell wrote:
Alan DeKok wrote: As for Fr2 feedback, I think most of the conditional language has been pretty well tested. I've been running a cvs copy from the 7th of october for a couple of months, and apart from the rather scary memory leak it's been very stable.
FYI memory leak tried libgmalloc on it under GDB; didn't turn up anything.
I've fixed two issues in the last week or so. One is in rlm_eap, where in some corner cases it could leak. Another is in the conditional language in src/main/evaluate.c, where it would *always* leak a little.
still present in cvs head
From yesterday, or from a week ago? Alan DeKok.
participants (4)
-
Alan DeKok -
Arran Cudbard-Bell -
Edvin Seferovic -
Norbert Wegener