newvector should be a bool
[freeradius.git] / src / lib / tcp.c
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-05-28 Alan T. DeKokDon't set nonblock on outgoing client connections.
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-03 Arran Cudbard-BellSet nonblock after calling connect, else it returns...
2014-05-02 Arran Cudbard-BellSet nonblock on TCP client sockets
2014-05-02 Arran Cudbard-BellMake sending/receiving debug messages consistent, and...
2014-05-02 Arran Cudbard-BellBackport radsniff and additional required library code...
2014-04-22 Alan T. DeKokRemove unused functions for tcp
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-08-15 Alan T. DeKokRemove redundant headers
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-19 Alan T. DeKokMove recv() functions to talloc.
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-02-19 Arran Cudbard-BellConvert rad_alloc and rad_free to use talloc
2013-02-18 Alan T. DeKokFree newfd on error
2013-02-17 Alan T. DeKokReturn on error
2013-02-17 Arran Cudbard-BellFix for coverity (check setsockopt succeeded)
2013-02-17 Alan T. DeKokClose fd on error
2012-10-20 Alan T. DeKokMade packet data len "size_t".
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-18 Alan Buxeyremove compilation warnings
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-09-30 Alan T. DeKokECONNRESET and EWOULDBLOCK aren't portable
2010-07-19 Alan T. DeKokUse correct return code
2010-07-05 Alan T. DeKokReturn on error
2009-09-24 Alan T. DeKokJumbo patch to clean up socket handling
2009-09-15 DanteHeader file and protocol handler for RADIUS over TCP