./sysutils/qpasswd, Password-checking tools for many authentication schemes

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.5, Package name: qpasswd-0.5, Maintainer: schmonz

The qpasswd tools are meant for use with checkpassword-compatible
authentication programs like qmail-popup and qmail-smtpd. Currently, the
following auth mechanisms are supported: plain, login, apop, cram-md5,
cram-sha1, cram-ripemd, and digest-md5. The tools:

- multicheckpw (runs multiple checkpassword programs)

- checkqpasswd (for virtual users)

- checkpasswd (for system users in /etc/passwd)


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 69.798 KB

Version history: (Expand)


CVS history: (Expand)


   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2020-11-19 10:35:43 by Amitai Schleier | Files touched by this commit (41)
Log message:
Remove DJB_RESTRICTED, no longer used.
   2020-11-19 10:31:19 by Amitai Schleier | Files touched by this commit (1)
Log message:
Set SUBST_NOOP_OK in case PKG_SYSCONFBASE == "/etc". Define LICENSE.
   2020-06-25 07:42:40 by Amitai Schleier | Files touched by this commit (39)
Log message:
Retire 'djbware-errno-hack' and associated options.mk cleverness.
Instead:

1. Package makefiles including their own options.mk
2. Packages say "SUBST_CLASSES+=djberrno" to get the hack, if needed
3. Packages adjust SUBST_FILES.djberrno, if needed

Should fix bulk build failures due to multiple inclusions of options.mk
and/or incorrect definitions of DJB_ERRNO_HACK.

Approved during the freeze by wiz@.
   2020-01-21 22:09:41 by Amitai Schleier | Files touched by this commit (2)
Log message:
Stop adding unneeded CFLAGS. Fixes tests on at least macOS Catalina.
   2018-12-22 02:08:56 by Amitai Schleier | Files touched by this commit (2)
Log message:
Move LDFLAGS to the end. Fixes Ubuntu, doesn't break NetBSD or OS X.
   2018-12-17 17:32:19 by Amitai Schleier | Files touched by this commit (2)
Log message:
Handle _XOPEN_SOURCE on SunOS. Should fix SmartOS build.