Include files used to build the server are now <freeradius-devel/*.h>
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_unixodbc / sql_unixodbc.c
2005-11-11 aland Include files used to build the server are now <freera...
2005-08-29 aland Don't call rad_malloc() from sql_error(), it leaks...
2005-08-26 aland Account for space AND trailing NULL
2005-08-17 aland Fix bug
2005-05-05 aland Include autoconf.h, too
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-11 phampsonAdd GNU GPLv2 boilerplate to the top of files which...
2003-09-02 aland Allocate memory only if it wasn't already allocated
2003-09-02 aland Implemented sql_destroy_socket
2003-09-01 phampsonAdd prototypes to prevent compiler warnings.
2003-07-16 aland Pull patches from the branch
2003-07-11 aland Don't free sqlsocket
2002-07-29 aland Removed unnecessary header files, as all they did...
2002-07-11 cparker SQL Socket Reconnect patch from Todd T. Fries.
2002-06-10 fcusack add missing <stdlib.h> for free()
2002-04-25 aland Updated with patches from original author
2002-02-08 aland add unixODBC support