change to comment/instruction
[freeradius.git] / src /
2013-03-12 Alan Buxeychange to comment/instruction
2013-03-10 Arran Cudbard-BellMake sqlite driver work with more versions of the library
2013-03-09 Arran Cudbard-BellFix missed pair create call
2013-03-09 Arran Cudbard-BellRefactor error message handling in rlm_ldap
2013-03-09 Arran Cudbard-BellAdd module prefix to module, and make RDEBUGE set modul...
2013-03-09 Arran Cudbard-BellRewrite eap-tnc to work with tnch@fhh libraries
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-09 Alan T. DeKokWe haven't used sys/locking.h for a while.
2013-03-09 Alan T. DeKokRemove RADIUSD_NEED_DECLARATION
2013-03-09 Olivier BeytrisonCorrect bind error handling in rlm_ldap
2013-03-08 Alan T. DeKokFix debug messages
2013-03-08 Arran Cudbard-BellCleanup the last bits of non-talloc socket destruction
2013-03-08 Arran Cudbard-BellFix typos/weird function names
2013-03-08 Arran Cudbard-BellFix typo in oracle configure script
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (SQLite)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (postgresql)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (sybase)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (unixodbc)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (oracle)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (mysql)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (iodbc)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (freetds)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (firebird)
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (db2)
2013-03-08 Arran Cudbard-BellMake close method optional
2013-03-08 Arran Cudbard-BellRename sql_init_socket to sql_socket_init
2013-03-08 Arran Cudbard-BellMark sqlite as stable
2013-03-08 Arran Cudbard-BellAdd support for bootstrapping sqlite databases
2013-03-08 Arran Cudbard-BellClose SQLite sockets properly on failure
2013-03-08 Arran Cudbard-BellAdd function for checking whether files exist
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-03-07 Alan DeKokMerge pull request #212 from jahir/master
2013-03-06 Arran Cudbard-BellFix SQLite inserts
2013-03-06 Arran Cudbard-BellExtra debugging
2013-03-06 Arran Cudbard-BellWS fixup
2013-03-06 Arran Cudbard-BellCreate non xlated values too!
2013-03-06 Arran Cudbard-BellFix Doxygen
2013-03-06 Arran Cudbard-BellOutput reason for connection failure
2013-03-06 Arran Cudbard-BellShould probably open in multi-threaded mode
2013-03-06 Arran Cudbard-BellAllocate the subsection if it doesn't exist instead...
2013-03-06 Arran Cudbard-BellRemove boilerplate text, update copyright
2013-03-06 Arran Cudbard-BellFix order of arguments and expose cf_section_alloc
2013-03-06 Arran Cudbard-BellDon't segv if we log an error with a NULL cs
2013-03-06 Jakob Hirschdon't count status server requests in internal stats
2013-03-06 Alan T. DeKokFix doxygen stuff
2013-03-06 Alan T. DeKokFix userparse.
2013-03-06 Arran Cudbard-BellMore sqlite fixes
2013-03-06 Arran Cudbard-BellDon't need to check row
2013-03-06 Arran Cudbard-BellFix typo
2013-03-06 Arran Cudbard-BellFix some warnings
2013-03-06 Arran Cudbard-BellAdd instantiate method for rlm_sql drivers
2013-03-06 Arran Cudbard-BellRename sql_conn to sql_conn_t
2013-03-06 Arran Cudbard-BellRemove wrappers from sqlite
2013-03-06 Arran Cudbard-BellRemove col_type
2013-03-06 Arran Cudbard-BellAdd support for floats to sqlite
2013-03-06 Arran Cudbard-BellFix potential memory leak
2013-03-06 Arran Cudbard-BellFixup sqlite
2013-03-06 Arran Cudbard-BellUse libtalloc for creating and destroying sql connections
2013-03-06 Arran Cudbard-BellAdd macro to check for memory allocation errors
2013-03-06 Arran Cudbard-BellUse talloc_array instead of talloc_size
2013-03-06 Arran Cudbard-BellUse talloc to allocate tlvs in dhcp.c
2013-03-06 Alan T. DeKokFix brackets
2013-03-05 Alan T. DeKokFix typo
2013-03-05 Alan T. DeKokCopy updated code from v2.x.x
2013-03-05 Alan T. DeKokRemove unused argument from dhcp_encode()
2013-03-05 Alan T. DeKokAdded 0x... for numbers
2013-03-05 Alan DeKokMerge pull request #210 from arr2036/master
2013-03-05 Arran Cudbard-BellDHCP fixes from v2.1.x
2013-03-05 Arran Cudbard-BellWhitespace fixes
2013-03-03 Alan T. DeKokPrint option only N times, not N + 1
2013-03-03 Alan T. DeKokDelete unused module.
2013-03-03 Alan T. DeKokMark parameters unused
2013-03-02 Arran Cudbard-BellReformatting in firebird
2013-03-02 Alan T. DeKokUse correct return codes and variable types
2013-03-02 Alan T. DeKokRemove unused variable
2013-03-02 Alan T. DeKokFix compiler warnings
2013-03-02 Alan T. DeKokRemove unused variable
2013-03-02 Alan T. DeKokRemove unused variable
2013-03-02 Alan T. DeKokRemove compiler warnings
2013-03-02 Alan T. DeKokRemove more warnings
2013-03-02 Alan T. DeKokFix compile warnings
2013-03-02 Arran Cudbard-BellToo many -Ls
2013-03-02 Alan T. DeKokOnly string and integer types can have tags.
2013-03-02 Alan T. DeKokArray entry always exists
2013-03-02 Alan T. DeKokUse memcpy for binary structures, not strncpy
2013-03-02 Alan T. DeKokUse talloc for hs_type
2013-03-02 Alan T. DeKokFree memory on error
2013-03-02 Alan T. DeKokReturn something. No idea if it's correct.
2013-03-02 Alan T. DeKokNote that it's fall-through
2013-03-02 Alan T. DeKokIf we don't re-connect, it's an error.
2013-03-02 Alan T. DeKokFree memory on error
2013-03-02 Alan T. DeKokInitialize VP to NULL.
2013-03-02 Alan T. DeKokUse correct variable
2013-03-02 Alan T. DeKokUse correct variable
2013-03-02 Alan T. DeKokFree memory on bind / select failed
2013-03-02 Alan T. DeKokHacks for Coverity.
2013-03-02 Alan T. DeKokMade "chase_referrals" and "rebind" to "yes" by default.
2013-03-02 Alan T. DeKokUse correct buffer for output
next