File: Changes

package info (click to toggle)
libfilesys-smbclient-perl 3.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 268 kB
  • ctags: 62
  • sloc: perl: 753; ansic: 84; makefile: 54
file content (99 lines) | stat: -rwxr-xr-x 3,358 bytes parent folder | download | duplicates (2)
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
Revision history for Perl extension Filesys::SmbClient.

3.1  2006/09/07 17:15:00 alian
 - fix rt#12221: compile error on Debian Sarge
 - fix rt#18757: compile error with Gentoo Linux/samba 3.0.21b
 - fix rt#13173: read method doesn't return undef when file reading is over
 - fix bug in configure.in that never build config.h
	
3.0  2005/03/04 16:15:00 alian
 - Update to samba3 API and use SMBCTXX
 - Add set_flag method for samba 3.0.11
 - Update smb2www-2.cgi to browse workgroup with smb://
 - Return 0 not undef at end of file with read/READLINE
  (tks to jonathan.segal at genizon.com for report).
 - Fix whence bug in seek method (not used before)
 - Add some tests for read and seek patched in this version

1.5  2003/11/09 18:28:01  alian
 - Add a Copyright section
 - Correct a bug with samba3 (reported by dpavlin at rot13.org)
 - Correct a bug with Sun Compiler (reported by jzhao at paymentech.com)

1.4  2002/10/18 13:00:30  alian
 - Update tie method

1.3  2002/10/17 18:21:05  alian
 - Add tie method to play with filehandle like usually 
 (tks to Bryan Castillo for idea)
 - Update Pod documentation
 - Use Test::More and add test for tie: 38 tests now.

1.2  2002/08/09 11:09:14  alian
 - Correction usage mkdir incorrect

1.1  2002/02/24 09:55:20  alian
 - Update to 1.1 release. With autoconf and last test, this release can be
 see as first stable tested release.

0.10  2002/02/24 09:53:32  alian
 - Fix a bug in open that can cause segfault if file is not found
 - Add include for autoconf file
 - Update DEBUG syntax

0.9  2002/01/05 14:06:58  alian
 	+ Add rmdir_recurse method
	+ Change in opendir for correct return code on error
	+ Update POD documentation
	+ For smb2www.cgi (release 1.4)		
		- Add feature for recurse delete directory
		- Add a javascript confirm for delete
		- Display total of size for files

0.8  2002/01/04 21:23:05  alian
	+ Add defaut size for buf to write in write method (last param is now
	optionnal)
	+ Update POD documentation
	+ For smb2www.cgi:
		- Add feature for workgroup browsing
		- Add a header link for navigate between part of current dir
		- Add comment for share
		- Add sort of listing
		- Add some css example
		- Display size in o, Ko, Mo, Go
		- Add back after delete

0.7  2002/01/03 10:42:51  alian
	+ Add comment for temporay hack in $HOME/.smb/smb.conf
	+ Set $ENV['HOME'} to /tmp if unset
	+ Add smb2www-2.cgi

0.6  2001/12/13 23:20:41  alian
	+ Change in _read method for take it binary safe. Tks to Robert Richmond
	<bob@netus.com>

0.5  2001/10/22 15:39:36 alian
	+ Add behaviour to create an empty $HOME/.smb/smb.conf file if not exist
	(else libsmbclient.so will segfault !)

0.4  2001/10/22	12:58:34 alian
	+ Update Makefile.PL to find needed file
	+ Update make test target to do real rest
	+ Debug write method. All method ok

0.3  2001/08/04 15:30:20  alian
 	+ Update for version 2.2.1 of Samba
  	+ Update POD documentation
 	+ Add fstat, rmdir, unlink_print_job, print_file method
	+ Update return code to use Perl style
	+ Add TODO section
	+ Update read routine to remove memory leak
	+ Change parameters for constructor of Filesys::SmbClient : see POD doc

0.2  2001/01/21 00:38:28  alian
 	+ Update for version 1.10 of libsmbclient.c
 	+ Provide readdir routines
 	+ Add pod documentation

0.1  Tue Dec 26 15:56:58 2000
	- original version; created by h2xs 1.19