Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_mysql / sql_mysql.c
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
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. :(