summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Collapse)Author
2014-05-13Bug 1394: PPv2 header modifedTodd Lyons
The HAProxy dev team adjusted the layout of the 16 byte header to allow it to be used for SSL connections. Had to adjust PPv2 handling code and perl proxy emulation script. Added link to this HAProxy commit in the documentation.
2014-04-19Fix Proxy Protocol v2 handlingTodd Lyons
Change recv() to not use MSGPEEK and eliminated flush_input(). Add proxy_target_address/port expansions. Convert ipv6 decoding to memmove(). Use sizeof() for variable sizing. Correct struct member access. Enhance debug output when passed invalid command/family. Add to and enhance documentation. Client script to test Proxy Protocol, interactive on STDIN/STDOUT, so can be chained (ie a swaks pipe), useful for any service, not just Exim and/or smtp.
2013-09-30Typo re-fix in ratelimit.pl docTodd Lyons
2013-09-28small typobes-internal
2013-09-28ratelimit.pl: format usage section, print debug to STDERR, add examplesbes-internal
2013-06-30Add notes and helper-script for OCSPJeremy Harris
2012-12-23gen_pkcs3: add comment explaining rationalePhil Pennock
Wondering why you wrote some code and having to grep the source code to find out, in the same year that you wrote it, is generally a sign of missing information. Fixed.
2012-05-27For DH, use standard primes from RFCsPhil Pennock
2011-06-29Remove obsolete $Cambridge$ CVS revision strings.Tony Finch
I have also de-CVSed the ABOUT files and cleaned up a few introductory comments.
2006-04-12Fix typo in usage: seond -> secondTony Finch
2005-09-13Fix the handling of reverse time in the ratelimit code.Tony Finch
2005-09-13Add util/ratelimit.pl to assist with choosing ratelimit settings.Tony Finch
2005-08-30(1) a new wish (2) minor tweaks to dbmbuild and cramtest when setting upPhilip Hazel
new tests.
2005-05-24Put DPC's mkcdb script (with tabs removed) into the util directory, andPhilip Hazel
also created a README file for that directory.
2004-10-07StartPhilip Hazel