./security/pam-af, Anti-bruteforce PAM module

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


Branch: CURRENT, Version: 1.0.2nb5, Package name: pam-af-1.0.2nb5, Maintainer: pkgsrc-users

pam_af is a simple anti-bruteforce PAM module for authentification
services. It can be used to prevent brute-force attacks on services
like SSH or Telnet.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 17.569 KB

Version history: (Expand)


CVS history: (Expand)


   2022-04-02 13:12:02 by Nia Alarie | Files touched by this commit (3)
Log message:
pam-af: Respect LDFLAGS. Fixes RELRO build.
   2022-01-01 13:59:15 by Olaf Seibert | Files touched by this commit (3)
Log message:
security/pam-af: fix for PIE build

Use "ld -shared" rather than "ld --shared". The former \ 
allows cwrappers to
detect shared lib link mode. This makes it omit "-pie" which would remove
required symbols.
   2021-10-26 13:18:07 by Nia Alarie | Files touched by this commit (605)
Log message:
security: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./security/cyrus-sasl/distinfo \ 
cyrus-sasl-dedad73e5e7a75d01a5f3d5a6702ab8ccd2ff40d.patch.v2
   2021-10-07 16:54:50 by Nia Alarie | Files touched by this commit (606)
Log message:
security: Remove SHA1 hashes for distfiles
   2021-07-06 22:01:17 by Olaf Seibert | Files touched by this commit (3)
Log message:
security/pam-af: "Fix" missing pam_sm_authenticate().

Hacky workaround for

Jul  5 16:38:36 murthe sshd: in openpam_dispatch(): \ 
/usr/pkg/lib/security/pam_af.so: no pam_sm_authenticate()
Jul  5 16:38:36 murthe sshd: in openpam_check_error_code(): \ 
pam_sm_authenticate(): unexpected return value 2

See http://mail-index.netbsd.org/tech-pkg/2021/07/05/msg025227.html and
http://gnats.netbsd.org/39313.
   2018-01-28 21:11:10 by Thomas Klausner | Files touched by this commit (462)
Log message:
Bump PKGREVISION for gdbm shlib major bump
   2017-09-03 10:37:04 by Thomas Klausner | Files touched by this commit (182)
Log message:
Comment out dead MASTER_SITES/HOMEPAGEs.
   2017-02-08 01:07:39 by Joerg Sonnenberger | Files touched by this commit (3)
Log message:
Don't force unaligned memory use. Bump revision.