Use define for Service-Type value check
[freeradius.git] / src / main / listen.c
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-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-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-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-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-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-24 Alan T. DeKoktalloc_steal the packet after reading it
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-05-30 Arran Cudbard-BellAdd similar ipaddr, ipv4addr, ipv6addr config items...
2014-05-30 Arran Cudbard-BellRename PW_TYPE_IP* so they're all consistent
2014-05-30 Arran Cudbard-BellFix all remaining config items to use FR_CONF_OFFSET
2014-05-28 Alan T. DeKokonly use TLS if TLS is enabled
2014-05-28 Alan T. DeKokFix use of fr_nonblock && listen() for sockets
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Arran Cudbard-BellDon't set SO_REUSEADDR for UDP ports
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-11 Alan T. DeKokUse counters even if there's no parent
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-09 Alan T. DeKokReplace ad-hoc code with RATE_LIMIT(...) macro
2014-05-09 Alan T. DeKokToo many connections to a home server is INFO not WDEBUG
2014-05-08 Alan T. DeKokEvents are only managed by the main thread
2014-05-02 Arran Cudbard-BellShould probably set non-blocking socket options before...
2014-05-02 Arran Cudbard-BellVarious scan-build fixes #2
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-23 Alan T. DeKokassert that we don't open sockets to virtual servers
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-18 Alan T. DeKokCheck for "no reply" in all places we send a reply...
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-21 Arran Cudbard-BellFix protocol dlopen handle 'leak' CID 1004305
2014-03-14 Alan T. DeKokCheck for client/home entries. Fixes #547
next