-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
121 lines (95 loc) · 4.64 KB
/
ChangeLog
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
2011-02-09 Claudio André Till Clemens <[email protected]>
* sambascan2.in: use now awk. Not autoconfigured. Changed date format.
2011-02-03 Claudio André Till Clemens <[email protected]>
* all: updated email address.
* Makefile.am: renamed debian target to deb.
* NEWS: Updated.
* output.txt: deleted.
2011-02-02 Claudio André Till Clemens <[email protected]>
* sambascan2.in: More todos added. Removed "DEBUG" Variable. Better
handling of shares with spaces. Count old hosts. Added Date to output.
Code cleanup. Kill stale sleeps.
* debian/changelog: Updated version number.
* configure.ac: Update version to -dev
* ChangeLog: Updated.
2011-02-01 Claudio André Till Clemens <[email protected]>
* sambascan2.in: Final changes for 0.5.0. Comment and code cleanup.
More todos added in code. Added package and author variables. Use
single files for scanning (first step to threaded scan?). Output
tweaked. Added option for skipping hidden shares. Added support for
generic password. Better parsing of verbosity level. Parsing of
password/auth options rewriten: Fixes bug introduced with getopts.
Help and options synced.
* ChangeLog: Updated.
* NEWS: Updated.
* sambascan2.1: Updated.
2011-01-31 Claudio André Till Clemens <[email protected]>
* all: Lots ot changes not writen in the changelog by now. From r6-r15
* sambascan2.in: Updated year in copyright. Todos added. display
function added. Output now with display function. Using getopt (intro-
duced many bugs with auth options). Added argument for verbose level.
Many changes in the output. Changed nmap options. Bug fixed for old
host.
* Makefile.am: Added debian targets.
* configure.ac: Changed version to 0.5.0. Regenerated autotool files.
* sambascan2.1: Corrected typos in manpage. Added infos for -V.
2009-11-18 Claudio André Till Clemens <[email protected]>
* sambascan2.in: Corrected Typo. Fixed finding share-names with spaces,
fixed "-l" with empty file.
* configure.ac: Update version number.
2007-12-11 Claudio André Till Clemens <[email protected]>
* sambascan2.1: Added man page
* sambascan2.in: Added "version" parameter
2007-12-07 Claudio André Till Clemens <[email protected]>
* Version: 0.4.1
* Moved ~/samba directory to ~/.sambascan2
* Added -l option to search in IPs given in a file
* Remove old files in WORKDIR
2007-05-17 Claudio André Till Clemens <[email protected]>
* Version: 0.4.0
* sambascan2.sh: Added capability to scan hosts using a password.
Changed shell to bash. Code cleanup. Added short options for: -o, -h,
-s, -m, -M. Added new option:
-a --add - Add a login to authentication list
-g --get - Get the login for a given host
-d --delete - Delete the login for a host
-l --listauth - Show list of logins (without passwords)
-n --nohome - Don't scan the home directory of a login user.
* sambascan2.sh: retabbed code. Kill all missing sleeps without
output.
* FAQ: Complemented FAQ about some issues using passwords with
sambascan2.
* ChangeLog: Changed format of changelog.
2005-04-24 Claudio André Till Clemens <[email protected]>
* Version: 0.3.6
* sambascan2.sh: Cleaned some glichies of using Samba 3 (too much
output) Added some little nice features:
--help - For a little commandline help
--oldhosts - Scan only known hosts
--sname - Search for files
--sizemin - Minimum size for searches
--sizemax - Maximum size for searches
2004-03-23 Claudio André Till Clemens <[email protected]>
* sambascan2.sh: Little anoiance fix: older "ps" may throw errors, if
the "Kernel version doesn't match data". Any error messages from ps
are going to nirvana now.
2004-02-10 Claudio André Till Clemens <[email protected]>
* Version: 0.3.4
* sambascan2.sh: Remove dependency with "timeout", and implemented my
own timemout bash variant.
* sambascan2.sh: Added more control over error conections
2003-11-05 Claudio André Till Clemens <[email protected]>
* sambascan2.sh: Minor changes to run with older sed versions.
2003-11-03 Claudio André Till Clemens <[email protected]>
* Version: 0.3.1
* sambascan2.sh: Corrected some minor bugs and changed the output
format again, so now the list is IP:Share:Path:File:Size
2003-11-01 Claudio André Till Clemens <[email protected]>
* Version: 0.3.0
* sambascan2.sh: Corrected a bug, which didn't detect empty shares.
Inserted code to format the output and generate only one file per
host, and not per share, anymore. Changed code to not use nbtscan
anymore, using nmblookup instead.
2003-10-21 Claudio André Till Clemens <[email protected]>
* sambascan2.sh: Added some code to reduce the number of created
files.