summaryrefslogtreecommitdiff
path: root/src/identd/identd_socket.cpp
AgeCommit message (Collapse)Author
2020-02-25Ignore malformed identd querieslouiz’
fix #3422
2020-02-25Fix a typo in a function name (match_pairt)louiz’
It’s totally harmless
2017-11-27Send \r\n at the end of the identd responseslouiz’
fix #3315
2017-03-08Pass the shared_ptr by reference, to avoid useless copieslouiz’
2017-03-06Remove the embedded sha1 code, and use one of botan or gcryptlouiz’
This adds a hard dependency on one of Botan or gcrypt. Botan is already a recommended dependency, and gcrypt is probably packaged almost everywhere, so this should not be a big deal. ref #3241
2016-12-07Add some missing includeslouiz’
2016-11-15Support the ident protocollouiz’
fix #3211