py-smbpasswd version 1.0.1
This module can generate both LANMAN and NT password hashes, suitable for use with Samba.
This commit is contained in:
parent
60cf8631c9
commit
31cf4566e4
4 changed files with 27 additions and 0 deletions
2
security/py-smbpasswd/DESCR
Normal file
2
security/py-smbpasswd/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
This module can generate both LANMAN and NT password hashes, suitable for
|
||||
use with Samba.
|
18
security/py-smbpasswd/Makefile
Normal file
18
security/py-smbpasswd/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $
|
||||
#
|
||||
|
||||
DISTNAME= py-smbpasswd-1.0.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py-//}
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://barryp.org/static/software/download/py-smbpasswd/1.0.1/
|
||||
|
||||
MAINTAINER= bouyer@NetBSD.org
|
||||
HOMEPAGE= http://barryp.org/software/py-smbpasswd/
|
||||
COMMENT= Python SMB Password Hash Generator
|
||||
|
||||
PYBINMODULE= yes
|
||||
PYDISTUTILSPKG= yes
|
||||
PYTHON_VERSIONS_ACCEPTED= 24 23 22
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
2
security/py-smbpasswd/PLIST
Normal file
2
security/py-smbpasswd/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $
|
||||
${PYSITELIB}/smbpasswd.so
|
5
security/py-smbpasswd/distinfo
Normal file
5
security/py-smbpasswd/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/04/28 22:03:53 bouyer Exp $
|
||||
|
||||
SHA1 (py-smbpasswd-1.0.1.tar.gz) = f1c6f6d7509e47c86d81f4fa000cff809cee664f
|
||||
RMD160 (py-smbpasswd-1.0.1.tar.gz) = 898046b6f1b2191354af0c49b996b5b2066a54b8
|
||||
Size (py-smbpasswd-1.0.1.tar.gz) = 13153 bytes
|
Loading…
Reference in a new issue