]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2015-06-25  Jorge PereiraWas leaking on cf_file_open() when don't have write... 1070/head
2015-06-25  Jorge PereiraWas leaking on cf_file_input() when don't have write...
2015-06-25  Arran Cudbard... Merge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-25  Arran Cudbard... Merge pull request #1069 from jpereira/develop/cereja1
2015-06-25  Jorge PereiraThe fr_strerror() is useless when called by non-library... 1069/head
2015-06-25  Arran Cudbard... Closes #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  Arran Cudbard... List one column per line in queries.conf files
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-24  Arran Cudbard... Fix capitalisation
2015-06-23  Arran Cudbard... Update ChangeLog
2015-06-23  Arran Cudbard... Another 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... tmpl_from_attr_substr ret = 0 also indicates an error
2015-06-23  Alan T. DeKoknote recent changes
2015-06-23  Alan T. DeKokWhoops
2015-06-23  Arran Cudbard... Minor formatting fixes
2015-06-22  Arran Cudbard... Slightly 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... Set result to NULL after freeing so we don't get double...
2015-06-22  Arran Cudbard... ...and tmp_msg needs to be set to NULL too
2015-06-22  Arran Cudbard... result may now be NULL
2015-06-22  Arran Cudbard... Make sure we don't call ldap_result if msgid < 0
2015-06-21  Arran Cudbard... Only retrieve result if msgid >= 0
2015-06-21  Arran Cudbard... Don't call ldap_result after ldap_sasl_interactive_bind...
2015-06-21  Arran Cudbard... Now handled by the build system...
2015-06-21  Arran Cudbard... Make the SASL code slightly clearer
2015-06-19  Arran Cudbard... Pad error codes correctly
2015-06-19  Alan T. DeKoknote recent changes
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. DeKokRemove extra field
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... Merge pull request #1064 from jpereira/develop_rlm_sql1
2015-06-19  Jorge PereiraFixing the compilation caused by commit 093a4ac 1064/head
2015-06-19  Arran Cudbard... output reference name (not the entire line)
2015-06-19  Arran Cudbard... Use 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... Use correct field for accessing date
2015-06-17  Arran Cudbard... Allow casting from date to 64bit integer
2015-06-17  Arran Cudbard... Set request->timestamp and request->packet->timestamp...
2015-06-17  Arran Cudbard... Allow expr to work on attribute refs that may be conver...
2015-06-17  Alan T. DeKokAdd pre/post proxy sections
2015-06-16  Alan T. DeKokBuild with sasl.c if necessary
2015-06-16  Arran Cudbard... Update ChangeLog
2015-06-16  Alan T. DeKokBetter debugging messages for TLS session cache &&...
2015-06-16  Alan T. DeKokCorrectly format cache entries. <sigh>
2015-06-16  Alan T. DeKokDon't copy the VPs when we can just move them
2015-06-16  Alan T. DeKokAdd WITH_ACCOUNTING to accounting code
2015-06-16  Arran Cudbard... More doxygen
2015-06-16  Arran Cudbard... Doxygen
2015-06-16  Arran Cudbard... Fix for same memory leak in cos_socket_recv
2015-06-16  Arran Cudbard... Fixes to SASL interactive bind, as posted to the list...
2015-06-16  Arran Cudbard... Fix memory leak on malformed or duplicate accounting...
2015-06-16  Arran Cudbard... Name the talloc pools
2015-06-16  Arran Cudbard... Formatting
2015-06-15  Alan DeKokMerge pull request #1061 from jpereira/develop-rlm_repl...
2015-06-15  Jorge Pereirarlm_replicate: Fix a wrong pool setting when the packet... 1061/head
2015-06-15  Arran Cudbard... Free connection handle ctx on error
2015-06-15  Alan T. DeKokNote recent changes
2015-06-15  Arran Cudbard... Tweak sqlite error messages
2015-06-15  Alan T. DeKokPoint to more documentation
2015-06-15  Arran Cudbard... Merge pull request #1059 from jpereira/develop-rlm_repl...
2015-06-15  Arran Cudbard... Check return codes from functions, as well as the error...
2015-06-15  Alan T. DeKokDisallow "TLV" types to have any data
2015-06-15  Alan T. DeKoktemplates should not create TLV types
2015-06-15  Alan T. DeKokPrint out the command we executed when the test failed
2015-06-15  Alan T. DeKokExpose rad_data2vp_tlvs
2015-06-15  Jorge Pereirarlm_replicate: Added support for the list 'accounting' 1059/head
2015-06-15  Alan T. DeKokAlways write the header for the first attr
2015-06-15  Alan T. DeKokEncode suboptions in place, instead of creating an...
2015-06-15  Alan T. DeKokDeocde DHCP-Vendor-Specific-Information as octets
2015-06-15  Arran Cudbard... Must set prefix when doing IP address comparisons in...
2015-06-15  Alan T. DeKokDepend on the dictionary
2015-06-15  Alan T. DeKokAdd some DHCP unit tests
next