Update the GPL boilerplate with the new address of the FSF.
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_mysql / sql_mysql.c
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-09 nbkPull from CVS head:
2005-12-09 nbk Tell the libmysqlclient to read the sections [freeradius]
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-28 nbk Add the attribute UNUSED to parameters that need it.
2005-05-05 aland Include autoconf.h, too
2004-01-22 aland More attempts to get MySQL working
2003-09-02 aland Allocate memory only if it wasn't already allocated
2003-09-02 aland Implemented sql_destroy_socket
2003-07-09 aland Don't free memory we didn't allocate
2003-07-09 aland Don't free memory we didn't allocate.
2003-07-05 aland Check pointer before de-referencing it.
2003-07-04 aland After allocating memory, ensure it's all zero before...
2003-07-04 aland Clear out field after we've freed it.
2003-05-14 aland Patch from "Simon" to use the port given in the config...
2002-11-05 aland Re-arranged functions to get rid of compiler warnings.
2002-11-05 aland Normalized error messages
2002-09-16 kkalevCheck that mysql_sock is not NULL in sql_close. Patch...
2002-08-30 fcusack don't close a nonexistent connection (null dereference)
2002-08-02 fcusack Don't call mysql_error() if we don't have a connection.
2002-07-29 aland Removed unnecessary header files, as all they did...
2002-07-24 fcusack call sql_check_error() correctly. Patch from Denis...
2002-07-11 cparker SQL Socket Reconnect patch from Todd T. Fries.
2001-09-28 aland Removed unused, and commented out, references to sql_e...
2001-05-14 cmillerAdding a version several weeks old. :(