perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_oracle / sql_oracle.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-05 aland Now that we handle things a little better, don't do...
2003-11-27 aland The 'indictors' array should be long-lived, and not...
2003-11-25 aland Assert that the expected schema is returned
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-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-30 pnixonminor logging update
2003-07-16 aland Pull patches from the branch
2003-07-16 aland Pull patch from the head
2003-07-16 aland Added more options to calls to oracle functions, which...
2003-07-11 aland Don't free sqlsocket
2002-12-03 aland Clean up on errors. Patch from David Kerry
2002-12-02 aland Attempted fix for undefined things.
2002-11-28 aland Add more cases to the list of string types we handle.
2002-11-27 aland Added patch from Stocker Gernot to allow character...
2002-11-05 aland Normalized error messages
2002-09-11 aland Re-arrange the functions so that they are defined...
2002-09-11 aland Fix an error in the sql_fetch_row function where it...
2002-09-11 aland Add reconnect to the Oracle module.
2002-07-30 aland Return code should be zero for success
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-04-15 aland Fix apparent memory leak, by using the correct data...
2001-11-13 aland This patch eliminates Oracle's complain in rare cases...
2001-10-19 aland Loop over the number of fields, not the pointer to...
2001-10-09 aland Fixed leak / core dump.
2001-08-17 aland Patch to fix segv from Tomas Heredia <tomas@intermedia...
2001-06-04 aland minor mods to see if it compiles.
2001-05-07 mmachadoApplied Orable fixed provided by Vladimir Krymov <krymo...
2001-04-23 aland removed unused functions
2001-03-22 jcarnealsql user escape patch
2001-03-22 mmachadoFew oracle fixups and converted iODBC driver to use...
2001-03-22 mmachadoConverted rlm_sql_oracle to new dynamic drivers. I...
2001-03-22 aland Include sql_oracle.h
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-02-02 jcarnealJeff Carneal <jeff@apex.net>
2001-01-15 jcarnealCommitting part of Oracle patch for David Kerry <davidk...