freeradius.git
2013-03-15 Alan Buxeyfixed some typos
2013-03-15 Arran Cudbard... Replace EAP-SIM draft with the released version
2013-03-15 Arran Cudbard... Remove redundant check
2013-03-15 Alan T. DeKokMinor fixes again
2013-03-14 Alan T. DeKokClean up code
2013-03-14 Arran Cudbard... Fix typo
2013-03-14 Arran Cudbard... Verify string is UTF8 clean, and unlink partially initi...
2013-03-14 Arran Cudbard... Coverity fix
2013-03-14 Arran Cudbard... Coverity fix
2013-03-14 Arran Cudbard... Initialise error to null
2013-03-14 Alan T. DeKok"this" may be NULL if we don't have a new proxy socket
2013-03-14 Alan T. DeKokAdd proxy socket to event list
2013-03-14 Alan T. DeKokFree all listeners when we exit.
2013-03-14 Alan T. DeKokFix comments so that they match the code.
2013-03-14 Alan T. DeKokDon't use %s for non-nil terminated strings
2013-03-14 Alan T. DeKokMore fixes for Coverity.
2013-03-13 Arran Cudbard... Fix build error
2013-03-13 Alan T. DeKokAdd the client to the section
2013-03-13 Alan T. DeKokRemove "bind_address" configuration.
2013-03-12 Arran Cudbard... Fix typo (caught by Alan Buxey)
2013-03-12 Arran Cudbard... Allow rlm_yubikey to be built as part of CI
2013-03-12 Arran Cudbard... Add rlm_yubikey
2013-03-12 Arran Cudbard... Remove uneeded checks
2013-03-12 Arran Cudbard... Fix docs
2013-03-12 Arran Cudbard... Update rlm_eap_md5 configure script
2013-03-12 Arran Cudbard... Should be inst not data
2013-03-12 Alan T. DeKokRadmin doesn't need readline. Closes #227
2013-03-12 Alan Buxeychange to comment/instruction
2013-03-12 Alan Buxeyadd RFC to our local RFC store
2013-03-10 Alan T. DeKokFix typo. Closes issue #222
2013-03-10 Arran Cudbard... Make sqlite driver work with more versions of the library
2013-03-09 Arran Cudbard... Fix missed pair create call
2013-03-09 Arran Cudbard... Refactor error message handling in rlm_ldap
2013-03-09 Arran Cudbard... Add module prefix to module, and make RDEBUGE set modul...
2013-03-09 Arran Cudbard... Rewrite eap-tnc to work with tnch@fhh libraries
2013-03-09 Arran Cudbard... Merge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokRemove RADIUSD_NEED_DECLARATION
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 Arran Cudbard... Add call to AC_CANONICAL_SYSTEM to populate $host
2013-03-08 Alan T. DeKokFix debug messages
2013-03-08 Alan T. DeKokNote recent changes
2013-03-08 Arran Cudbard... Cleanup the last bits of non-talloc socket destruction
2013-03-08 Arran Cudbard... Fix typos/weird function names
2013-03-08 Arran Cudbard... Fix typo in oracle configure script
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (SQLite)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (postgresql)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (sybase)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (unixodbc)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (oracle)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (mysql)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (iodbc)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (freetds)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (firebird)
2013-03-08 Arran Cudbard... Use talloc destructors to close sockets (db2)
2013-03-08 Arran Cudbard... Make close method optional
2013-03-08 Arran Cudbard... Rename sql_init_socket to sql_socket_init
2013-03-08 Arran Cudbard... Mark sqlite as stable
2013-03-08 Arran Cudbard... Add schemas and support files for IP allocation for...
2013-03-08 Arran Cudbard... Add support for bootstrapping sqlite databases
2013-03-08 Arran Cudbard... Close SQLite sockets properly on failure
2013-03-08 Arran Cudbard... Add function for checking whether files exist
2013-03-08 Alan T. DeKokRemove MySQL text
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan Buxeyadded RFC6677 to the main include list
2013-03-07 Alan Buxeykeeping up with the RFCs
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... Fix SQLite inserts
2013-03-06 Arran Cudbard... Basic Sqlite Schema
2013-03-06 Arran Cudbard... Extra debugging
2013-03-06 Arran Cudbard... WS fixup
2013-03-06 Arran Cudbard... Create non xlated values too!
2013-03-06 Arran Cudbard... Fix Doxygen
2013-03-06 Arran Cudbard... Output reason for connection failure
2013-03-06 Arran Cudbard... Should probably open in multi-threaded mode
2013-03-06 Arran Cudbard... Allocate the subsection if it doesn't exist instead...
2013-03-06 Arran Cudbard... Remove boilerplate text, update copyright
2013-03-06 Arran Cudbard... Fix order of arguments and expose cf_section_alloc
2013-03-06 Arran Cudbard... Don'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... More sqlite fixes
2013-03-06 Arran Cudbard... More travis fixes
2013-03-06 Arran Cudbard... Fix config path
2013-03-06 Arran Cudbard... Don't need to check row
2013-03-06 Arran Cudbard... Fix typo
2013-03-06 Arran Cudbard... Fix some warnings
2013-03-06 Arran Cudbard... Add instantiate method for rlm_sql drivers
2013-03-06 Arran Cudbard... Rename sql_conn to sql_conn_t
2013-03-06 Arran Cudbard... Remove wrappers from sqlite
2013-03-06 Arran Cudbard... Remove col_type
2013-03-06 Arran Cudbard... Add support for floats to sqlite
2013-03-06 Arran Cudbard... Fix potential memory leak
2013-03-06 Arran Cudbard... Fix travis retardation
2013-03-06 Arran Cudbard... Fixup sqlite
2013-03-06 Arran Cudbard... Use libtalloc for creating and destroying sql connections
next