]> arthur.barton.de Git - ngircd-alex.git/history - src/ngircd/conn.c
security: fix remotely triggerable crash in SSL/TLS code
[ngircd-alex.git] / src / ngircd / conn.c
2009-05-05 Florian Westphalsecurity: fix remotely triggerable crash in SSL/TLS...
2009-04-23 David Kingstonallow ping timeout quit messages to show the timeout...
2009-04-21 Florian Westphalremove or translate old comments
2009-04-21 Florian Westphaladd const qualifier to pointers where possible
2009-04-10 Alexander BartonDisplay IPv6 addresses as "[<addr>]" when accepting...
2008-11-20 Alexander BartonChange formatting of some log messages
2008-11-19 Alexander BartonNew configuration option "NoIdent" to disable IDENT...
2008-11-12 Alexander BartonConnection counter: count outgoing connections as well.
2008-09-13 Florian WestphalTLS/SSL support: code changes.
2008-08-30 Florian WestphalFix handling of MaxConnections option
2008-06-11 Alexander BartonAllow mixed line terminations (CR+LF/CR/LF) in non...
2008-05-26 Alexander BartonHandle_Buffer(): code cleanup.
2008-05-26 Alexander BartonConn_Handler(): cleanup code, add/translate comments.
2008-05-19 Florian Westphalmake Listen parameter a comma-seperated list of addresses.
2008-05-13 Alexander BartonMerge commit 'aad49bd260494878aed6795c7a897ad1d28c3082'
2008-05-12 Florian WestphalIf bind() fails, also print ip address and not just...
2008-05-02 Alexander BartonHandle 1-character messages terminated with CR or LF...
2008-04-29 Alexander BartonMerge branch 'master' of git://git.breakpoint.cc/fw...
2008-04-20 Florian WestphalIPv6: Add config options to disabe ipv4/ipv6 support.
2008-02-26 Florian WestphalIPv6 support.
2007-12-13 Florian WestphalFix format arg: ListenAddress was printed instead of...
2007-12-13 Florian WestphalFix format string in error path: didn't print strerror...
2007-12-07 Florian WestphalFix fmt string: int, not long
2007-11-25 Florian Westphalinclude <arpa/inet.h> inside tool.h
2007-11-23 Florian Westphalremove ip-string from Conf_Server struct
2007-11-23 Florian Westphalbind ListenAddress for outgoing connections
2007-11-18 Alexander BartonFix code to compile using K&R C compiler and ansi2kr...
2007-10-25 Florian WestphalNew config option NoDNS: disables all DNS queries.
2007-10-04 Alexander BartonNumeric 317: implemented "signon time" (displayed in...
2007-07-21 Florian Westphallast fix accidentially broke reconnect timer.
2007-06-28 Florian WestphalDon't connect to a server if a connection to another...
2007-05-17 Alexander BartonReworked read and write buffer handling, introduced...
2007-05-17 Florian Westphalthere is no need to treat servers differently than...
2007-05-09 Florian Westphalmake needlesly global function Conn_Write static.
2007-05-09 Florian Westphalremove ZBUFFER constants and increase max buffer size...
2007-05-02 Florian Westphalfix compressed server links
2007-04-04 Florian Westphal- change return type of Conn_InitListeners to unsigned
2007-02-21 Florian Westphalif we can't bind a socket we now Log the port number...
2007-01-23 Alexander BartonRemove Client_DestroyNow() to keep semantik "every...
2006-12-25 Florian Westphalregister io handler before creating new local client...
2006-12-17 Florian Westphalrevert to last good revision again 8-/
2006-12-17 Florian Westphaldo not call Conn_Close when io_event_create fails
2006-07-23 Alexander BartonRemoved (theoretically) division by zero; reformated...
2006-07-23 Alexander Barton"Enhanced" debug message for Handle_Write(), only print...
2006-05-12 Alexander BartonThe third parameter of bind() is of type "socklen_t...
2006-05-10 Alexander BartonUse some more specific data types (e. g. pid_t vs....
2006-05-09 Alexander BartonHandle time shifts backwards gracefully.
2006-04-29 Florian WestphalFix Connection Pool resizing.
2006-04-23 Florian WestphalClient_GetFromConn() removed and replaced with new...
2006-03-18 Florian Westphaluse strlcat return value; don't call time() repeatedly.
2006-02-16 Florian Westphalchanged connection structure to array-api
2006-02-08 Florian Westphalnew Function: LogDebug()
2006-02-08 Florian WestphalMake connid same as connection fd.
2006-02-02 Florian Westphalremoved obsolete "int Conn_MaxFD"
2005-12-09 Florian WestphalFix Bugzilla #64 -- ngicrd did not reconnect to other...
2005-11-21 Alexander BartonRemove direct call of Conf_UnsetServer(): it's already...
2005-10-11 Alexander BartonChanged Handle_Write() to not close sockets itself...
2005-09-24 Florian Westphalavoid 2nd time() call in Check_Servers(), improve comments
2005-09-24 Florian Westphaluse io_close instead of plain close in Conn_ExitListeners()
2005-09-12 Florian Westphalmerge new resolver code
2005-09-11 Florian WestphalMinimal changes (needed for merging resolver changes)
2005-09-05 Florian WestphalHandle_Write(): Report write attempts on closed sockets...
2005-09-02 Florian Westphalsmall formatting change
2005-09-02 Alexander BartonCleaned up some code, comments and log/debug messages.
2005-08-30 Florian Westphalreformatted a few lines.
2005-08-29 Alexander BartonAdded prefix to connection statistic NOTICE.
2005-08-28 Florian Westphalremove unneeded variable "bool action"
2005-08-28 Florian Westphalif the request is empty, remove \r\n (or single \n...
2005-08-27 Florian Westphalfix handling of empty requests
2005-08-27 Alexander BartonChanged handling of timeouts for unregistered connectio...
2005-08-15 Alexander BartonFixed format string bug in "connection statistics"...
2005-08-02 Alexander BartonRemoved some line feeds in debug statements.
2005-07-31 Alexander BartonRemoved unnecessary #define of "LOCAL", now use plain...
2005-07-29 Florian Westphalinternal changes needed for future ssl support
2005-07-28 Florian Westphalchanged RES_STAT buffer to array
2005-07-22 Alexander BartonEliminate some compiler warnings ("unused parameter").
2005-07-13 Florian Westphalremoved unneeded variable "bsize"
2005-07-12 Florian Westphaladd better error checks for io_ routines
2005-07-11 Florian Westphalfix embarassing buffer-off-by one
2005-07-11 Florian Westphalmake Conn_NewListener local to conn.c
2005-07-11 Florian Westphalmade a few config options unsigned.
2005-07-09 Florian Westphalminor cosmetic changes
2005-07-08 Alexander BartonRenamed "Rendezvous" to "Zeroconf".
2005-07-07 Florian Westphaluse new io event API.
2005-07-02 Alexander BartonHandle oversized messages which should be sent to the...
2005-06-26 Alexander BartonFix compiler warning "comparision between signed and...
2005-06-12 Florian WestphalMake sure SimpleMessage() sends <= 512 chars
2005-06-12 Alexander BartonRemoved CONNECTION[].starttime, now saved in CLIENT...
2005-06-04 Florian Westphalremove Try_Write(), Call Handle_Write() directly instead.
2005-06-01 Florian Westphaladd FreeRes_stat(), wait for resolver timeout.
2005-05-22 Alexander BartonDon't exit server if closing of a socket fails; instead...
2005-04-23 Florian Westphalremoved "my_connects" fd_set.
2005-04-16 Florian Westphalfix spelling
2005-04-16 Florian Westphals/malloc(x*y)/calloc(x,y)/
2005-03-20 Florian Westphalchanged type of Conf_ListenPorts[] from "unsigned int...
2005-03-20 Florian WestphalInit_Conn_Struct(): Zero structure using memset().
2005-03-19 Florian WestphalRemove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes.
2005-01-19 Alexander BartonFixed detection of IRC lines which are too long to...
2005-01-17 Alexander BartonFixed a memory leak when resizing the connection pool...
2004-12-22 Alexander BartonFixed indentation and added some more debug code.
next