File: ChangeLog

package info (click to toggle)
samdump2 3.0.0-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 308 kB
  • sloc: ansic: 3,249; makefile: 228
file content (57 lines) | stat: -rw-r--r-- 2,129 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
2012-04-20 Cedric Tissieres <cedric.tissieres@objectif-securite.ch>
	* Version 3.0
	* Dump of hashes on live systems running on NTFS fs
	  through low-level fs access (admin rights required)
	* Support of special characters in usernames
	
2008-10-02 Cedric Tissieres <cedric.tissieres@objectif-securite.ch>
	* Fix segfault when no output file given (thanks to pcguy11)
	* Minor changes to match the code in ophcrack branch

2008-03-17 Cedric Tissieres <cedric.tissieres@objectif-securite.ch>
	* Version 2.0
	* Merge bkhive code into samdump2 in order to have all
	  functionality in one tool
	* Make bkhive and samdump2 easier to call from an external program
	* Fix headers for endianness (thanks to an anonymous poster)
	* Changes to Makefile
	* Changes to man page.
	
2007-11-21 Cedric Tissieres <cedric.tissieres@objectif-securite.ch>
	* Version 1.1.1
	* Fix the detection of LM hash
	  We get LM and NT hashes offset and size directly
	
2007-02-16 Cedric Tissieres <cedric.tissieres@objectif-securite.ch>
	* Version 1.1.0
	* Code is (should be) portable
	* Link againt OpenSSL instead of libdes
	* Fix bugs
	* Add support for Windows Vista
	* Code cleaning + debugging 
	* Fix wrong permissions in files
	* Fix Makefile
	* Changes to LICENSE
	
2006-10-15 Adam Cécile (Le_Vert) <gandalf@le-vert.net>
	* Fix wrong permissions in Makefile (777 instead of 755).

2006-10-14 Adam Cécile (Le_Vert) <gandalf@le-vert.net>
	* Bump to version 1.0.0 !
	* Update to libdes 4.04b.
	* Re-write Makefile.
	* Write a man page.
	* Move gpl.txt to COPYING.
	* Add a ChangeLog.
	* Add a README file containing "syskey.txt"
	  This document describe the obfuscation algorithm used by Windows
	  2k/NT/XP Syskey and the steps required to remove its encryption from
	  the password hashes
	* Add Nicola Cuomo copyright in sources files headers.
	* Write LICENSE file that summarize different copyright and licenses
	  used in this software.
	* Add an exception to the GPL license to fit with the OpenSSL-like
	  licenses used by Eric Young.

2006-10-13 Nicola Cuomo <ncuomo@studenti.unina.it>
	* Switch to GNU General Public License version 2.