perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_postgresql / sql_postgresql.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-02 aland Allocate memory only if it wasn't already allocated
2003-09-02 aland Implemented sql_destroy_socket
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-25 phampsonPull from CVS head: Add missing prototypes to silence...
2003-08-22 phampsonAdd missing prototypes to silence warnings about extern...
2003-07-31 pnixonChange dummy function to one that actually does somethi...
2003-07-31 pnixonmissing bracket
2003-07-31 pnixonAdded dummy sql_destroy_socket function to stop crashes...
2003-07-30 pnixonAdded some comments.
2003-06-27 aland Use the correct variable to check the status
2003-04-02 aland Removed extraneous 's'
2003-02-05 aland If the qeury failed, then the server connection is...
2002-12-10 aland Trivial fix to print error message, from Thomas Krantz
2002-11-12 aland reconnect patch from Peter Nixon
2002-11-05 aland Normalized error messages
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 uhh sql_select_query() should actually return the...
2002-04-19 aland Updated patch from Andrew Kukhta <andy@wubn.net>,...
2002-02-20 aland postgresql's 'PQcmdTuples' used in function 'affected_...
2002-01-21 aland Corrected buffer over-write, which would allocate...
2001-07-31 aland Patch from rob <rob@work.gb.com> to avoid freeing... release_0_2_0
2001-07-12 cmillerCosmetic change.
2001-05-02 cmillerMerged duplicate code: sql_select_query into sql_query.
2001-04-26 aland Print out 'host=', too.
2001-04-24 aland Recollecting wrong assumption in sql_select_query...
2001-04-20 aland Patch to allow non-standard SQL ports.
2001-04-12 aland Fixed memory leak.
2001-04-11 aland Patch from Bernhard Herzog <bh@intevation.de> to make it
2001-04-05 aland Added braces to prevent an infinite loop.
2001-04-04 aland Patch from "Nikolay P. Romanyuk" <mag@ns.dti.ru>
2001-03-28 aland check the socket return code for errors
2001-03-23 jcarnealPart of escaping patch.
2001-03-15 aland Patch to include function sql_destroy_socket(), from
2001-03-13 aland Patches from Yury Bokhoncovich <byg@center-f1.ru>
2001-02-16 mmachadosyntax error fix
2001-02-15 aland Removed CR's from the source files, so that they're...
2001-02-14 mmachadoReanmed sql_create_socket to sql_init_socket
2001-01-11 mmachadoAdded threads to rlm_sql, make drivers directory in...