talloc_steal the packet after reading it
[freeradius.git] / src / main / listen.c
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
2014-02-28 Alan T. DeKoktrack listener->sock->home->limit.num_connections
2014-02-26 Alan T. DeKokWhen a socket is dead, set it's state to EOL, not REMOV...
2014-02-26 Alan T. DeKokUse random outbound port for proxying.
2014-02-24 Alan T. DeKokUse name for Radsec port
2014-02-24 Alan T. DeKokMove proto check to a place where it makes sense
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-21 Alan T. DeKokMore bool fixes for spawn_flag
2014-02-21 Alan T. DeKokBuild without command sockets
2014-02-21 Alan T. DeKokWhen freeing a socket, it MUST NOT have any live events
2014-02-20 Alan T. DeKokNote about management of this->tls
2014-02-19 Alan T. DeKokRegularize error message for proxy_new_listener
2014-02-19 Alan T. DeKokOpen SSL sockets only if we have a valid FD
2014-02-19 Alan T. DeKokRate-limit connection attempts for "down" home servers
2014-02-19 Alan T. DeKokScan warnings
2014-02-18 Alan T. DeKokAlways free sock->ssn for TLS listeners
2014-02-11 Arran Cudbard-Bellradiusd is called freeradius on debian platforms
2014-02-03 Arran Cudbard-BellRename home_server type to home_server_t
2014-01-31 Alan T. DeKokMake TCP sockets work with udpfromto.
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-19 Arran Cudbard-BellPrint errors when decoding RADSEC packets
2014-01-06 Arran Cudbard-BellDisable proxy loopback check
2013-12-20 Arran Cudbard-BellFix places where tls field was used in listen.c without...
2013-12-19 Arran Cudbard-BellVarious fixes to allow building without threads
2013-12-19 Alan T. DeKokUse correct ifdef
2013-12-19 Alan T. DeKokAllow auth+acct for TCP / TLS sockets
2013-11-22 Alan T. DeKokDon't worry about threading when doing radiusd -C
2013-11-21 Alan T. DeKokClean up counters when we close the socket
2013-11-21 Alan T. DeKokUse sock context for allocating packets
2013-11-20 Alan T. DeKokcheck_config is now a bool
2013-10-23 Alan T. DeKokOnly TCP packets should be non-blocking
2013-10-14 Alan T. DeKokAllow clients to have "proto = tls".
2013-09-23 Alan T. DeKokFix udpfromto bug on Mac OSX.
2013-09-20 Arran Cudbard-BellWrap _exit and exit. Prints error message, and when...
2013-09-10 Arran Cudbard-BellInitialise server_ipaddr to 0
2013-08-20 Alan T. DeKokClean up "close socket" routines.
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-29 Alan T. DeKokMake requests NULL talloc context
2013-06-28 Alan T. DeKokMake request_alloc() take a TALLOC_CTX
2013-06-20 Arran Cudbard-BellDynamic LDAP clients
2013-05-31 Alan T. DeKokAdd "skip_duplicate_checks" for detail && tcp listeners
2013-05-31 Alan T. DeKokDocument the "limit" section, and move max_pps there
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-25 Alan T. DeKokRevert "Replace some globals with library specific...
2013-04-23 Arran Cudbard-BellReplace some globals with library specific static variables
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-04 Alan T. DeKokfix check
2013-04-04 Alan T. DeKokMove the rest of VQP into proto_vmps
2013-04-04 Alan T. DeKokMove DHCP to its own plugin module
2013-04-04 Alan T. DeKokMove VMPS into a plug-in library
2013-04-03 Alan T. DeKokClean up listener code
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-14 Alan T. DeKokAdd proxy socket to event list
2013-03-14 Alan T. DeKokFree all listeners when we exit.
2013-03-13 Alan T. DeKokRemove "bind_address" configuration.
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
next