Merge tag 'release_3_0_12' into branch moonshot-fr-3.0.12-upgrade.
[freeradius.git] / src / main / listen.c
2017-01-27 Dan BreslauMerge tag 'release_3_0_12' into branch moonshot-fr...
2016-06-21 Alan T. DeKokBuild without TCP, too
2016-06-21 Alan T. DeKokrun without VMPS.
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-16 Alan T. DeKok%zd -> %d
2016-02-16 Alan T. DeKokwarning on possible truncation
2015-11-16 Sam HartmanMerge tag 'release_3_0_10' into tr-integ
2015-11-02 Alan T. DeKokUse main_config.name everywhere.
2015-09-16 Alan T. DeKokProxying to a bad destination is a failure.
2015-09-02 Arran Cudbard-BellMove xlat_listen
2015-09-02 Alan T. DeKokSet default DHCP port if user has "port = 0"
2015-09-02 Arran Cudbard-BellRegister the listen xlat in mainconfig not listen_init
2015-08-19 Arran Cudbard-BellMerge pull request #1197 from jpereira/develop/rlm_rest2
2015-08-19 Alan T. DeKokWhen creating default proxy listener, add it to the...
2015-08-19 Alan T. DeKokClarify debugging messages with actual port number
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-08 Alan T. DeKokSet proto for proxied packets, too
2015-08-07 Arran Cudbard-BellOnly print packet decoding errors if running in debug...
2015-07-22 Arran Cudbard-BellMerge pull request #1159 from qnet-herwin/servicetype_a...
2015-07-22 Herwin WeststrateUse define for Service-Type value check
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-07-08 Alan T. DeKokBe more careful about talloc parent. Fixes #1129
2015-06-26 Alan T. DeKokFix CID #1308371
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-16 Arran Cudbard-BellFix for same memory leak in cos_socket_recv
2015-06-16 Arran Cudbard-BellFix memory leak on malformed or duplicate accounting...
2015-06-16 Arran Cudbard-BellName the talloc pools
2015-06-04 Arran Cudbard-BellOnly print decode errors if we're running in debug...
2015-06-04 Alan T. DeKokMore errors on rad_recv_header()
2015-06-04 Alan T. DeKokMake debug messages consistent for bad packets
2015-06-04 Arran Cudbard-BellLog the reason *WHY* we're rejecting malformed packets...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-13 Alan T. DeKokBuild without proxying
2015-05-11 Alan T. DeKokRenew dynamic clients when their underlying file is...
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-03-20 Arran Cudbard-BellCreate a standard set of socket connection functions...
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-12 Alan T. DeKokMake tls_new_client_session() take talloc_ctx
2015-03-09 Alan T. DeKokClean up statistics handling
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-06 Alan T. DeKokproxy_new_listener() gets a talloc_ctx so we can clean...
2015-03-06 Alan T. DeKokPut TCP listeners into a tree in their parent
2015-03-04 Alan T. DeKokUpdate assertions
2015-03-04 Alan DeKokMerge pull request #918 from nchaigne/3.0.x-fb2
2015-03-04 Alan T. DeKokConvert explicit frees to asserts that the parents...
2015-03-04 Alan T. DeKokMake tls_new_client_session() take talloc_ctx
2015-03-03 Arran Cudbard-BellDocument more clients code
2015-02-27 Sam HartmanMerge tag 'release_3_0_7' into tr-integ
2015-02-24 Alan T. DeKokFree ctx on error
2015-02-22 Arran Cudbard-Bellspawn_flag always used.
2015-02-10 Alan T. DeKokSet talloc pool size
2015-02-10 Alan T. DeKokUse talloc pools for RADIUS packets
2015-02-10 Alan T. DeKokMake rad_recv() take a TALLOC_CTX
2015-02-10 Alan T. DeKokMake request_receive() take a TALLOC_CTX
2015-02-04 Alan T. DeKokMake listener_find_client_list() take proto
2015-02-04 Alan T. DeKokAllow finding client lists for CoA sockets, too
2015-02-03 Arran Cudbard-BellThe dynamic client server can return updated too.
2015-02-03 Arran Cudbard-BellFormatting
2015-01-26 Arran Cudbard-BellMove suid* functions to util.c so they're included...
2015-01-14 Alan T. DeKokCheck for destination IP, too. Closes #873
2015-01-06 Alan T. DeKokIf we can't load DHCP, complain. Closes #869
2015-01-02 Arran Cudbard-BellFormatting
2014-12-30 Arran Cudbard-BellMake it possible to add home_servers without names
2014-12-22 Arran Cudbard-BellFix master_listen prototype
2014-12-22 Arran Cudbard-BellGCC fixes
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-17 Alan T. DeKokRemove cppcheck warning
2014-11-04 Arran Cudbard-BellFormatting
2014-10-30 Alan T. DeKokIt's COMBO_IP_ADDR
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-10-11 Arran Cudbard-BellMove some functions around in clients.c and expose...
2014-10-10 Alan T. DeKokExpose rad_coa_recv
2014-09-25 Alan T. DeKokMore specific ifdef's
2014-09-17 Sam HartmanMerge tag '3.0.4+moonshot1' into tr-integ
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-09 Nikolai Kondrashovlisten: Retrieve configuration pairs once
2014-09-08 Alan T. DeKokUpdate comments to be more descriptive
2014-09-07 Kevin WassermanRemove calls to deprecated talloc_reference()
2014-09-07 Kevin WassermanMerge branch 'v3.0.x' into tr-integ
2014-09-04 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-08-05 Arran Cudbard-BellRename 'paircopy2' to 'paircopy_by_num'
2014-08-03 Alan T. DeKokNested extern
2014-08-02 Alan T. DeKokDon't open proxy UDP socket if it's not needed
2014-07-29 Alan T. DeKokUse PSK only if PSK is available
2014-07-28 Alan T. DeKokit's OK for this->server to be NULL
2014-07-27 Arran Cudbard-BellMove net functions which don't depend on PCAP libraries...
2014-07-25 Alan T. DeKokHack to get TLS-PSK-Identity
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-07-22 Kevin WassermanMerge branch 'v3.0.x' into tr-upgrade
2014-07-22 Sam HartmanUpdates to trustrouter integration
2014-06-27 Alan T. DeKokProxy sockets use common_socket_free(). Closes #680
2014-06-27 Alan T. DeKokNo need for an empty function
2014-06-27 Alan T. DeKokMove checks for virtual_server to listen_parse()
2014-06-26 Kevin WassermanMerge remote-tracking branch 'freeradius/v3.0.x' into...
2014-06-24 Alan T. DeKoktalloc_steal the packet after reading it
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
next