solanum-vs-hackint-and-char.../tools
Aaron Jones 28541a0d96
tools/mkpasswd.c: misc cleanup for compiler warnings
mkpasswd.c:516:1: warning: function 'full_usage' could be declared with
                  attribute 'noreturn' [-Wmissing-noreturn]

mkpasswd.c:537:1: warning: function 'brief_usage' could be declared with
                  attribute 'noreturn' [-Wmissing-noreturn]
2017-08-04 12:32:56 +00:00
..
genssl.in Just use 4k RSA certificates while at it 2013-11-19 00:59:08 +01:00
Makefile.in tools: Remove Hybrid 6 conversion tools. 2014-09-21 18:20:39 +02:00
mkkeypair [svn] - the new plan: 2007-01-24 22:40:21 -08:00
mkpasswd.c tools/mkpasswd.c: misc cleanup for compiler warnings 2017-08-04 12:32:56 +00:00
README tools: Remove Hybrid 6 conversion tools. 2014-09-21 18:20:39 +02:00
README.mkpasswd cosmetic fix: Blowfish doesn't use CamelCase 2011-01-05 23:20:04 -06:00
smoketest.sh smoketest: Remove race conditions causing occasional test failures. 2014-06-12 23:43:05 +02:00
untabify [svn] - the new plan: 2007-01-24 22:40:21 -08:00
viconf.c Remove trailing whitespace from all .c and .h files. 2014-03-03 04:25:47 +00:00

$Id: README 6 2005-09-10 01:02:21Z nenolod $

A directory of support programs for ircd.

encspeed.c      - test the speed of various encryption algorithms used in
                  cryptlinks
mkkeypair       - a small program used for generating a public and private
                  key pair
mkpasswd.c      - makes password for O lines
rsa_respond/    - a tool to generate an RSA response to the challenge asked
                  by the server, and a tool to generate a keypair for the
                  C/R system
untabify        - converts tab characters to a specific number of spaces
viconf.c        - edit your conf file without having to chdir su etc. etc.
                  also locks the file if file locking is used.
                  viconf is also installed with hard links as vimotd and
                  viklines, to edit those files in a locked mode.