| Commit message (Expand) | Author | Age | Files | Lines |
| * | ssld: Remove unused zlib_ok variable | JailBird | 2022-11-09 | 1 | -4/+2 |
| * | Remove ancient portability code (#361)•••Remove portability code for systems that don't follow at least SUSv3.
This fairly closely aligns with ISO C99, which solanum already requires. | jailbird777 | 2022-08-24 | 1 | -2/+0 |
| * | Remove Windows support | jailbird777 | 2021-07-30 | 1 | -9/+1 |
| * | Remove ziplinks (#218) | Ariadne Conill | 2021-06-26 | 2 | -203/+3 |
| * | Innovation by sed | Ed Kellett | 2020-10-15 | 1 | -1/+1 |
| * | ssld: avoid clang static analysis warning•••Edit by @aaronmdjones: fix for loop initialisation and inner condition
| Simon Arlott | 2017-08-04 | 1 | -2/+4 |
| * | ssld: avoid clang static analysis warning•••Don't set `x = 0` twice.
| Simon Arlott | 2017-07-29 | 1 | -2/+4 |
| * | ssld: avoid clang static analysis warning | Simon Arlott | 2017-07-29 | 1 | -1/+1 |
| * | ssld: remove unused macros, avoid sign overflow in integer function argument | Aaron Jones | 2016-06-01 | 1 | -6/+1 |
| * | [sslproc] Use certificate file if key file is not present | Aaron Jones | 2016-05-05 | 1 | -0/+2 |
| * | Fix possible crash when DH parameters are not provided•••This has ssld calling strlen() on a NULL value
[ci ckip]
| Aaron Jones | 2016-05-03 | 1 | -2/+2 |
| * | sslproc: prefix SPKI certfp types to distinguish them from CERT | Simon Arlott | 2016-04-25 | 1 | -4/+5 |
| * | ssld: remove init_prng command•••This is no longer configurable so it's redundant.
| Simon Arlott | 2016-04-25 | 1 | -15/+1 |
| * | ssld: add a callback when the connection is opened•••This allows us to wait until we have the fingerprint information before
continuing with a server connect process.
| Simon Arlott | 2016-04-24 | 1 | -0/+12 |
| * | ssld: send cipher/certfp before proxying any plaintext traffic | Simon Arlott | 2016-04-24 | 1 | -4/+4 |
| * | ssld: Add new certfp_methods spki_sha256 and spki_sha512•••These operate on the SubjectPublicKeyInfo of the certificate, which does
change unless the private key is changed. This allows the fingerprint to
stay constant even if the certificate is reissued.
(The same fingerprint is also used by DANE)
| Simon Arlott | 2016-04-23 | 1 | -1/+1 |
| * | ssld: cipher commands don't have any fds | Simon Arlott | 2016-04-23 | 1 | -1/+1 |
| * | ssld: certfp change commands don't have any fds | Simon Arlott | 2016-04-23 | 1 | -1/+1 |
| * | ssld: Remove left over function | Matt Ullman | 2016-03-27 | 1 | -25/+0 |
| * | ircd: client: substantially rework the connid registry system•••now connid's are allocated on demand and clients may have as many connid's as necessary.
this allows us to build chains of helpers while ensuring the ircd properly tracks and GCs the resources.
| William Pitcock | 2016-03-25 | 1 | -5/+0 |
| * | ssld: Move plain_check_cork() to a boolean | Matt Ullman | 2016-03-24 | 1 | -3/+3 |
| * | ssld: do not shadow openssl-internal symbol "ssl_ok" (yeah, i know) | William Pitcock | 2016-03-19 | 1 | -7/+7 |
| * | More bool conversions | Elizabeth Myers | 2016-03-09 | 1 | -3/+3 |
| * | Remove more $Id tags. | Elizabeth Myers | 2016-03-06 | 1 | -2/+0 |
| * | rename libratbox to librb, since its pretty modified anyway | William Pitcock | 2016-03-06 | 1 | -2/+2 |
| * | Remove some leftover ircd-ratbox references. | Elizabeth Myers | 2016-03-05 | 1 | -3/+2 |
| * | remove presupplied autotools files | William Pitcock | 2016-03-05 | 1 | -698/+0 |
| * | ssld: provide version in stats S output | Simon Arlott | 2016-03-03 | 1 | -0/+9 |
| * | ircd: remove broken USE_IODEBUG_HOOKS knob and related code | William Pitcock | 2016-02-20 | 1 | -2/+2 |
| * | ssld: fix format string warnings for statistics•••Cast the uint64_t format arguments to unsigned long long as
that's what the format string specifies.
| Simon Arlott | 2016-02-11 | 1 | -1/+4 |
| * | ssld: we use uint8_t for IPC buffers, not char | William Pitcock | 2016-02-10 | 1 | -3/+3 |
| * | ssld: change_connid may be called with an unknown ID•••If change_connid is called with an unknown ID, conn will be
NULL, check this with an assert and then respond by reporting
the new ID as closed instead of dereferencing a NULL pointer.
| Simon Arlott | 2016-02-10 | 1 | -0/+14 |
| * | Remove libratbox's snprintf.c, update related ircd code | Valerii Iatsko | 2016-02-10 | 2 | -4/+4 |
| * | ssld: fix memleak•••same as r29199 ircd-ratbox:
free zlib_stream_t with the rest of the conn_t
| Valerii Iatsko | 2016-02-09 | 1 | -0/+1 |
| * | buildsystem: further cleanup | William Pitcock | 2016-01-08 | 1 | -1/+0 |
| * | configure: use correct path for libltdl | William Pitcock | 2016-01-08 | 1 | -2/+2 |
| * | buildsystem: update Makefile.in's | William Pitcock | 2016-01-08 | 1 | -2/+2 |
| * | Fix LTDL conditional, remove some unnecessary and/or ugly configure tests | Aaron Jones | 2016-01-07 | 1 | -1/+0 |
| * | Fix some autotools discrepancies, disable SQLite threading code | Aaron Jones | 2016-01-07 | 1 | -6/+9 |
| * | general: remove last vestiges of static modules support (this hasn't ever act... | William Pitcock | 2016-01-06 | 1 | -3/+0 |
| * | buildsystem: convert to automake + libtool | William Pitcock | 2016-01-05 | 2 | -78/+686 |
| * | ssld: check conn->plain_fd when setting conn->plain_fd type to RB_FD_SOCKET | William Pitcock | 2015-12-16 | 1 | -5/+3 |
| * | ssl: allow cipher list to be overridden (closes #67) | William Pitcock | 2015-12-12 | 1 | -2/+6 |
| * | ssld: use uint64_t explicitly when we want 64-bit counters | William Pitcock | 2015-12-12 | 1 | -4/+4 |
| * | ssld: fix a type warning pointed out by clang | William Pitcock | 2015-12-12 | 1 | -2/+2 |
| * | ssld: take inbuf/outbuf out of global scope, since its unnecessary | William Pitcock | 2015-12-12 | 1 | -5/+6 |
| * | ssld: enable sending SSL cipher information if available | William Pitcock | 2015-12-11 | 1 | -2/+0 |
| * | ssld: integrate some cleanups from ratbox 3.1 | William Pitcock | 2015-12-10 | 1 | -63/+77 |
| * | ssld: update for protocol changes | William Pitcock | 2015-12-08 | 1 | -4/+6 |
| * | ssld: we only will continue supporting one fingerprint method at a time | William Pitcock | 2015-12-07 | 1 | -6/+4 |