Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f9b861acf89aeb9a05e50e948f40bf25248bbae7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ladislav Hagara <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f9b861acf89aeb9a05e50e948f40bf25248bbae7)
  • Date: Fri, 2 May 2008 20:30:38 -0500

GIT changes to master grimoire by Ladislav Hagara <ladislav.hagara AT unob.cz>:

ChangeLog | 4 ++++
crypto/chntpw/BUILD | 1 +
crypto/chntpw/DEPENDS | 1 +
crypto/chntpw/DETAILS | 17 +++++++++++++++++
crypto/chntpw/HISTORY | 3 +++
crypto/chntpw/INSTALL | 2 ++
6 files changed, 28 insertions(+)

New commits:
commit f9b861acf89aeb9a05e50e948f40bf25248bbae7
Author: Ladislav Hagara <ladislav.hagara AT unob.cz>
Commit: Ladislav Hagara <ladislav.hagara AT unob.cz>

crypto/chntpw: new spell, an offline NT/2k/XP/Vista password recovery &
registry editor

diff --git a/ChangeLog b/ChangeLog
index 6168870..f03876d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-03 Ladislav Hagara <hgr AT vabo.cz>
+ * crypto/chntpw: new spell
+ an offline NT/2k/XP/Vista password recovery & registry editor
+
2008-05-01 Treeve Jelbert <treeve AT sourcemage.org>
* kde4/akonadi: new spell, previously part of kdepimlibs4
* kde4/automoc: new spell, for kdesupport
diff --git a/crypto/chntpw/BUILD b/crypto/chntpw/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/crypto/chntpw/BUILD
@@ -0,0 +1 @@
+make
diff --git a/crypto/chntpw/DEPENDS b/crypto/chntpw/DEPENDS
new file mode 100755
index 0000000..ed472ed
--- /dev/null
+++ b/crypto/chntpw/DEPENDS
@@ -0,0 +1 @@
+depends openssl
diff --git a/crypto/chntpw/DETAILS b/crypto/chntpw/DETAILS
new file mode 100755
index 0000000..811576d
--- /dev/null
+++ b/crypto/chntpw/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=chntpw
+ VERSION=070923
+ SOURCE=$SPELL-source-$VERSION.zip
+ SOURCE_URL[0]=http://home.eunet.no/pnordahl/ntpasswd/$SOURCE
+
SOURCE_HASH=sha512:128bbb986764e27c27c51c3b15e5c8d716442927d627885c78dd1b063deae557377a33bb2d847ab81bf152bed9ddbfd1e52f1f2ffd1da8aabd42f2501f700372
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://home.eunet.no/pnordahl/ntpasswd/
+ LICENSE[0]=GPL
+ ENTERED=20080503
+ SHORT="an offline NT/2k/XP/Vista password recovery & registry
editor"
+cat << EOF
+chntpw is a utility to (re)set the password of any user that has a valid
(local)
+account on your NT/2k/XP/Vista system by modifying the crypted password in
the
+registry's SAM file. You do not need to know the old password to set a new
one.
+Will detect and offer to unlock locked or disabled out user accounts!
+It is also an almost fully functional registry editor!
+EOF
diff --git a/crypto/chntpw/HISTORY b/crypto/chntpw/HISTORY
new file mode 100644
index 0000000..7cf21e3
--- /dev/null
+++ b/crypto/chntpw/HISTORY
@@ -0,0 +1,3 @@
+2008-05-03 Ladislav Hagara <hgr AT vabo.cz>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created this spell,
version 070923
+
diff --git a/crypto/chntpw/INSTALL b/crypto/chntpw/INSTALL
new file mode 100755
index 0000000..a363a62
--- /dev/null
+++ b/crypto/chntpw/INSTALL
@@ -0,0 +1,2 @@
+install -m 755 chntpw $INSTALL_ROOT/usr/bin &&
+install -m 755 cpnt $INSTALL_ROOT/usr/bin



  • [SM-Commit] GIT changes to master grimoire by Ladislav Hagara (f9b861acf89aeb9a05e50e948f40bf25248bbae7), Ladislav Hagara, 05/02/2008

Archive powered by MHonArc 2.6.24.

Top of Page