Guideline for auditing code for 2.24->2.25 transition:

I`ll use ITS4 (www.cigital.com/its4) for the finding of
threatened functions in first place.

I`ll replace every call to a threatened function with a less
problematic one where possible.

(my* calls have changed - i use strlcpy and strlcat now.)
I`ll use the my* functions from util.c, since they are already
used and they are avialable on all platforms, in addition to
showing a uniform behaviour across all platforms.
This will imply losses in speed over compareable optimized versions.

I`ll move configurations stuff over to "default deny" mode.

I`ll not add any features for 2.25. this is a bugfix release only.


Stefan Koerner 23. Jan 2002
