]> jfr.im git - irc/ircd-hybrid/efserv-cvs.git/commit
Added USE_CRYPT, allowing the administrator passwords to be encrypted,
authorwcampbel <wcampbel>
Tue, 16 Apr 2002 21:33:27 +0000 (21:33 +0000)
committerwcampbel <wcampbel>
Tue, 16 Apr 2002 21:33:27 +0000 (21:33 +0000)
commitc6592ad99dbccbe264d6b52891d6545d939eaba0
tree8b940d8665d7ea3ab14620c936001e15f2b6d5d3
parent000ccc19b5edc4261839e0a3197c5826a6a96180
Added USE_CRYPT, allowing the administrator passwords to be encrypted,
  and all related items.
The configure changes required include/setup.h.
In the unencrypted option, use a case sensitive comparison for the passowrd
  rather than a caseless variety for added security.
Include mkpasswd, installed into the same directory as efserv and the
  module.
.depend
Makefile.in
config.c
configure
configure.in
example.conf
include/config.h
include/setup.h.in [new file with mode: 0644]
mkpasswd.c [new file with mode: 0644]