• R/O
  • HTTP
  • SSH
  • HTTPS

pam_smtpauth: レポジトリ概要

PAM for SMTP Authentication


最近のコミット RSS

Rev. 日時 作者 メッセージ
12c2525 2011-10-05 15:36:04 Taizo ITO master fixed check whether starttls is enabled or not.
0cd2bc1 2011-10-04 16:33:17 Taizo ITO typo. - VERIFY_CERT macro definition. set SSLCertificateF...
e2b4a65 2011-10-03 15:26:08 Taizo ITO Version number up.
36b7359 2011-10-03 15:04:05 Taizo ITO Added new configuration parameter - TryMechs.
763b443 2011-09-30 15:30:35 Taizo ITO Try to all available auth mechanisms.
39991bb 2011-09-30 15:09:59 Taizo ITO Build: fix missing -fPIC on C++ shared library compiles.
c571f72 2011-09-14 09:30:37 Taizo ITO changed version.
f7b0149 2011-09-14 09:26:27 Taizo ITO Within NAT environment, a smtp greeting message cannot be...
ce2f6e7 2010-04-21 17:44:54 Taizo ITO Fixed compile option.
0e90c8e 2010-04-21 17:36:37 Taizo ITO commited.

ブランチ

名前 Rev. 日時 作者 メッセージ
master 12c2525 2011-10-05 15:36:04 Taizo ITO fixed check whether starttl...

README

pam_smtpauth
============
pam_smtpauth is a pluggable authentication module that can be used with
Linux-PAM and SMTP Authentication.

Install
=======
See INSTALL.

License
=======
All parts of pam_smtpauth are GPL except MD5-related sources(md5.h,md5c.c,global.h).

MD5 Message Digest is used in various protocols and programs
related to computer security.  MD5 algorithm is defined in the
RFC1321.

Copyright by RSA Data Security
------------------------------
The most part of this source code is what I (Kondo) changed the
"RSA Data Security, Inc. MD5 Message-Digest Algorithm" sample
source code which is distributed within RFC1321 to work in the
C++ code.  The sample source code is allowed to copy and use
provided that it is identified as above.
For mor information, you should refer to the comment in the
md5c.cpp file.
        Copyright (C) 1991-2, RSA Data Security, Inc.
        Created 1991. All rights reserved.

The implementation of CRAM-MD5 is a straight port of the "sample
implementation" presented in RFC2104, which is based on RFC1321.


Contact Info
============
http://sourceforge.jp/projects/pam-smtpauth/
旧リポジトリブラウザで表示