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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
|
Source: samba
Section: net
Priority: optional
Maintainer: Jelmer Vernooij <jelmer@samba.org>
Standards-Version: 3.6.2
Build-Depends: libgtk2.0-dev, libgconf2-dev, libldap-dev, debhelper (>> 4.0.0), libparse-yapp-perl, perl, docbook-xsl, xsltproc, po-debconf
Package: samba-common
Architecture: all
Description: Samba 4 common files used by both the server and the client
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients. This protocol
is sometimes also referred to as the LanManager or NetBIOS protocol.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains the common files that are used by both the server
(provided in the samba-server package) and the client (provided in the
samba-client package).
Package: samba-client
Architecture: any
Depends: ${shlibs:Depends}
Description: client utilities from Samba 4
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients. This protocol
is sometimes also referred to as the LanManager or NetBIOS protocol.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains some client components of the Samba suite. In
particular it includes the command line utilities smbclient, net,
and some ACL tools.
Package: samba-testsuite
Architecture: any
Depends: ${shlibs:Depends}, samba-common
Description: test suite from Samba 4
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains programs for testing the reliability and speed
of SMB servers, Samba in particular.
Package: samba-server
Architecture: any
Recommends: samba-swat
Depends: ${shlibs:Depends}, samba-common, debconf
Description: LanManager-like file and printer server for Unix (version 4)
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains smbd, the Samba file, print and domain server.
Package: samba-gtk-frontends
Architecture: any
Depends: ${shlibs:Depends}
Description: graphical Samba client utilities
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains GTK+ programs for maintaining:
.
* Remote SAM databases
* Local and remote registries
* DCE/RPC endpoints
Package: winregistry-tools
Architecture: any
Depends: ${shlibs:Depends}
Description: tools for viewing and manipulating the Windows registry
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains tools for viewing and manipulating the binary
"registry" found on Windows machines, both locally and remote.
Package: libparse-pidl-perl
Architecture: any
Depends: ${perl:Depends}
Description: IDL compiler written in Perl
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains the IDL (Interface Description Language) compiler pidl,
which takes in IDL files and can output C code for various uses. It is
primarily of interest to developers.
Package: samba-dev
Architecture: any
Depends: libparse-pidl-perl, libc6-dev, pkg-config (>= 0.14.0)
Description: tools for extending Samba
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains include files and libraries for interfacing to
and extending Samba. In particular, it contains development files for
the talloc and ldb libraries.
Package: ldb-tools
Architecture: any
Depends: ${shlibs:Depends}
Description: tools for maintaining LDB database files
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains tools for maintaining, creating and editing
LDB database files, which are central to Samba 4's operation. They
are primarily useful for debugging and developing Samba or other
applications using LDB.
Package: samba-swat
Architecture: all
Description: data files for SWAT
The Samba software suite is a collection of programs that
implements the SMB protocol for unix systems, allowing you to serve
files and printers to Windows, NT, OS/2 and DOS clients, as well as
run as a domain controller for Active Directory.
.
These packages contain snapshot versions of Samba 4, the next-generation
version of Samba. These should be considered _experimental_, and should
not be used in production. In particular, no guarantees are made with
regard to upgrades between versions.
.
This package contains the data files for SWAT, the Samba Web Administration
Tool. These are used by the embedded Samba 4 web server to provide web-based
administration of shares and other settings.
|