File: Changes

package info (click to toggle)
libcrypt-smbhash-perl 0.12-2
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 76 kB
  • ctags: 27
  • sloc: perl: 449; makefile: 36
file content (17 lines) | stat: -rw-r--r-- 651 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Revision history for Perl extension Crypt::SmbHash.

0.01  Wed Sep 26 10:58:41 2001
	- original version; created by h2xs 1.21 with options
		-X -n Crypt::SmbHash
0.02  Mon Oct  8 12:07:08 2001
	- workaround for Digest::MD4, other machines didn't like the
		way I was calling it
0.12  Sun Oct 17 17:00:00 2004
	- Woke up from long sleep.
	- Finally applied patch supplied to me from
		Alexander Zangerl <az@snafu.priv.at>, for support of
		non-ascii characters, and correct handling for passwords
		like "0"
	- Included SMBNTEncrypt subroutine, which is used in
		challenge/response authentication. I added it and can't be
		bothered to take it out =)