Update queries.conf
[freeradius.git] / src /
2015-06-29 Alan BuxeyUpdate checkrad.in
2015-06-29 Alan BuxeyUpdate radiusd-example.txt
2015-06-29 Alan T. DeKokManually track the append list
2015-06-29 Alan T. DeKokAllow expansions while we're processing the list.
2015-06-29 Alan T. DeKokPrint out VPs which are xlat'd
2015-06-27 Arran Cudbard-BellRemove pool_get_opaque
2015-06-27 Arran Cudbard-BellDestroy pool mutex on free
2015-06-27 Arran Cudbard-BellNote
2015-06-27 Arran Cudbard-BellNote on new get opaque function
2015-06-27 Arran Cudbard-BellMissed fr_connection_del -> fr_connection_close
2015-06-27 Arran Cudbard-BellOverzealous search/replace
2015-06-27 Arran Cudbard-BellRe-order connection pool functions
2015-06-27 Arran Cudbard-BellSync doxygen headers for v3.1.x and v3.0.x connection.c
2015-06-27 Arran Cudbard-BellAdd support for reconnecting all connections in a pool
2015-06-27 Arran Cudbard-BellAdd fr_connection_pool_copy and fr_connection_get_opaqu...
2015-06-27 Arran Cudbard-BellReformat comments in connection.c
2015-06-27 Arran Cudbard-BellUse talloc for fifo buffers
2015-06-27 Arran Cudbard-BellSupport 'byte' (8bit unsigned integer) as a conffile...
2015-06-27 Arran Cudbard-BellReformat comments in connection.c
2015-06-27 Alan BuxeyUpdate rad_counter
2015-06-27 Alan BuxeyUpdate checkrad.in
2015-06-27 Alan BuxeyUpdate couchbase.c
2015-06-27 Alan BuxeyUpdate map.c
2015-06-27 Alan BuxeyUpdate eapsimlib.c
2015-06-27 Alan BuxeyUpdate log.c
2015-06-27 Alan BuxeyUpdate radsniff.c
2015-06-27 Arran Cudbard-BellMerge pull request #1080 from alanbuxey/patch-25
2015-06-27 Alan BuxeyUpdate misc.c
2015-06-27 Alan T. DeKoktypo
2015-06-27 Alan T. DeKokMake the module tests depend on the auth tests
2015-06-26 Arran Cudbard-Bellgroup_attribute not group_attr
2015-06-26 Arran Cudbard-BellUpdate the default configuration to specify sql-group...
2015-06-26 Alan T. DeKokUse the %-SQL-Group
2015-06-26 Alan T. DeKokClearer "reconnecting" message
2015-06-26 Alan T. DeKokPrint out debug condition. Fixes #1046
2015-06-26 Alan T. DeKokEnsure debug_condition is initialized
2015-06-26 Alan T. DeKokZero terminate at current position, not at start of...
2015-06-26 Alan T. DeKokRevert "Unecessary fileno(), just do as cf_file_input()"
2015-06-26 Alan T. DeKokFix CID #1308371
2015-06-25 Arran Cudbard-BellMerge pull request #1070 from jpereira/bug/leak1
2015-06-25 Jorge PereiraWas leaking on cf_file_open() when don't have write...
2015-06-25 Jorge PereiraWas leaking on cf_file_input() when don't have write...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-25 Arran Cudbard-BellMerge pull request #1069 from jpereira/develop/cereja1
2015-06-25 Jorge PereiraThe fr_strerror() is useless when called by non-library...
2015-06-25 Arran Cudbard-BellCloses #1068
2015-06-25 Alan T. DeKokNo need to print "OK" if we didn't do anything
2015-06-25 Alan T. DeKokActually implement "break".
2015-06-24 Jorge Pereiraavoid strings replication
2015-06-24 Jorge PereiraUnecessary fileno(), just do as cf_file_input()
2015-06-24 Alan T. DeKokDon't need this.
2015-06-24 Alan T. DeKokPrint out which type of password we're using
2015-06-23 Arran Cudbard-BellAnother incorrect check for tmpl_from_attr_substr
2015-06-23 Alan T. DeKokRemove unused assignment
2015-06-23 Alan T. DeKokRemove unused assignment
2015-06-23 Arran Cudbard-Belltmpl_from_attr_substr ret = 0 also indicates an error
2015-06-23 Arran Cudbard-BellMinor formatting fixes
2015-06-22 Arran Cudbard-BellSlightly more efficient
2015-06-22 Alan T. DeKokSet X509_V_FLAG_CRL_CHECK_ALL
2015-06-22 Alan T. DeKokUse the snake oil CA
2015-06-22 Alan T. DeKokChange snake oil certs to example.org, instead of examp...
2015-06-22 Arran Cudbard-BellSet result to NULL after freeing so we don't get double...
2015-06-22 Arran Cudbard-Bell...and tmp_msg needs to be set to NULL too
2015-06-22 Arran Cudbard-Bellresult may now be NULL
2015-06-22 Arran Cudbard-BellMake sure we don't call ldap_result if msgid < 0
2015-06-21 Arran Cudbard-BellOnly retrieve result if msgid >= 0
2015-06-21 Arran Cudbard-BellDon't call ldap_result after ldap_sasl_interactive_bind...
2015-06-21 Arran Cudbard-BellNow handled by the build system...
2015-06-21 Arran Cudbard-BellMake the SASL code slightly clearer
2015-06-19 Arran Cudbard-BellPad error codes correctly
2015-06-19 Alan T. DeKokPut the DB into the sql_sqlite subdirectory
2015-06-19 Alan T. DeKokUse user1, not user2
2015-06-19 Alan T. DeKokMake SQL test User-Names unique
2015-06-19 Alan T. DeKokThe default printing for attributes is double quotes.
2015-06-19 Alan T. DeKokMove virtual re-write to pass2 callback
2015-06-19 Alan T. DeKokConvert &Packet-Type to "%{Packet-Type}"
2015-06-19 Alan T. DeKokSet node->type
2015-06-19 Arran Cudbard-BellMerge pull request #1064 from jpereira/develop_rlm_sql1
2015-06-19 Jorge PereiraFixing the compilation caused by commit 093a4ac
2015-06-19 Arran Cudbard-Belloutput reference name (not the entire line)
2015-06-19 Arran Cudbard-BellUse correct type for sql_port
2015-06-18 Alan T. DeKokRestore cached VPs prior to EAP-TLS inner-tunnel method
2015-06-18 Alan T. DeKokSet persist callbacks only if persist_dir is configured
2015-06-18 Alan T. DeKokMake messages clearer
2015-06-18 Alan T. DeKokreturn int
2015-06-18 Alan T. DeKokMore messages as per last commit
2015-06-18 Alan T. DeKokMake it clear when we can't cache TLS sessions
2015-06-17 Alan T. DeKokConsistency with radclient
2015-06-17 Alan T. DeKokRevert "Consistency"
2015-06-17 Alan T. DeKokRemove old note
2015-06-17 Alan T. DeKokExpose fr_cursor_init with the correct parameters.
2015-06-17 Alan T. DeKokVALUE_PAIR** not VALUE_PAIR*
2015-06-17 Alan T. DeKokFix for v3
2015-06-17 Alan T. DeKokVALUE_PAIR**, not VALUE_PAIR *
2015-06-17 Alan T. DeKokInitialize the dictionaries via the same method as...
2015-06-17 Alan T. DeKokConsistency
2015-06-17 Arran Cudbard-BellUse correct field for accessing date
2015-06-17 Arran Cudbard-BellAllow casting from date to 64bit integer
2015-06-17 Arran Cudbard-BellSet request->timestamp and request->packet->timestamp...
2015-06-17 Arran Cudbard-BellAllow expr to work on attribute refs that may be conver...
next