$Id: CHANGES 1 2006-03-06 22:05:41Z root $ Brief notes on major changes from one release to another (new in 1.0) Feature/Bug-fix request history also included (new in 1.0) --- 0.5/a -> 1.0 Added CHANGES. Changed to 1.0 to indicate stability as it has been used without failure in ISP for more than one year Expanded/fixed INSTALL and docs/tutorial.html Fixed mysql.c file for our modified Cistron 1.6.6 for mySQL 4+ Fixed tclientfunc.h for auto tAuthorize tandem delete. Fixed link layout in main.c Fixed creation of lame admin and reseller examples in mainfunc.h Added to cistron dir README Added distribution files to makefile. Including full mysqlradiusd0.x-cistron-1.6.6.tar.gz --- 1.0 -> 1.1 Expanded cSessionID to 32 chars. RFC 2139 Just says string of printable ASCII chars. But our review of other SQL RADIUS accounting systems, seems to say that 32 chars is more than enough. It will also index fast enough with that max for older servers. Fixed for mySQL 4 auto increment default can't be 0 error. --- 1.1 --> 1.2 Fixed all warnings and const char * issues for clean compile with libmysqlclient.a and headers of mySQL 4. makefile Added support for FreeBSD makes, and added feedback mail on make. Please remove after first make. --- 1.2 --> 1.3 Fixed DoS dialup user login attack vector in mysql.c of now included radiusd Added radius logfile #ifdef LOGFILE_DEBUG to keep log files cleaner and production systems running faster. Changed error log message for 0 rows affected. All these changes in file on next line. mysqlradiusd0.9-cistron-1.6.6.tar.gz in distribution and CVS Modernized local.h and main.c --- 1.3 --> 1.4 (mysqlradiusd1.0) Continued with local.h, main.c mainfunc.h "modernization." Which really just means W3C html validation, more mysql_real_connect defines and RELEASE command line printing in mainfunc.h menu. Fixing mysqlradiusd for problem with unsupported length cCallerID overwriting timestamps. --- Feature/Bug-fix request history #i1 Failover mySQL database system should be added to ConnectDB(). This should be done in conjuntion with mysqlradiusdx.x-cistron-1.6.6 ConnectDB() also. This could be done via tConfiguration entries. #i2 Add an #ifdef to get rid of pain in the rear "Error: Accounting: logout:..." logfile junk. // vim:tw=78: