File: Changes

package info (click to toggle)
libauthen-ntlm-perl 1.09-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 224 kB
  • sloc: perl: 833; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 982 bytes parent folder | download | duplicates (3)
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
Revision history for Perl NTLM authentication suite

1.09 8 Sep 2011
	- fix CPAN ticket # 70703

1.08 6 Apr 2011
	- fix CPAN ticket # 39925

1.07 - not released

1.06 24 Mar 2011
	- relicense as GPL+ or Artistic

1.05 19 Jun 2008
	- implement OO interface  - thanks to Dmitry Karasik <dmitry@karasik.eu.org>
	- fix minor bug in last release - thanks to Dmitry Karasik <dmitry@karasik.eu.org>

1.04 29 May 2008
	- implement NTLMv2 - thanks to Andrew Hobson <ahobson@infloop.com> 

1.03 Thur Aug 09 09:13:00 2007
	- fixes bug from 2001 - http://rt.cpan.org/Public/Bug/Display.html?id=9521 
	- fixes minor doco bug also reported in same place.

1.02  Mon Oct 29 19:01:00 2001
        - fixed package names due to a source code mixup!
	- added a test suite

1.01  Sun Oct 28 11:01:00 2001
        - added ntlm_domain() to set initial domain
	- added ntlm_reset() to reset state machine for multiple use
	- added fuller documentation

1.00  Sat Oct 27 13:31:53 2001
	- original version;