usr/src/cmd/samba/sunman-stability
author Cyril Plisko <cyril.plisko@grigale.com>
Sat, 26 Jun 2010 23:31:21 -0700
changeset 17 4c6e1d5e1470
parent 12 12fc69ddc5a5
child 42 b6f829cb6d9e
permissions -rw-r--r--
Import sfw build 143 Bugs Fixed ---------- 6934319 Update gnuplot to version 4.4 6960032 update gocr to newer version 6961961 CVE-2010-2063 in Samba 3.3.x and below, a buffer overrun is possible in chain_reply code. 6962388 Wireshark update to version 1.2.9

1i\
'\\" t\
\.\\"\
\.\\" Replaced section 8 with section 1m,\
\.\\" Replaced section 5 with section 4,\
\.\\" Modified for Solaris to to add the Solaris stability classification,\
\.\\" fixed/updated ([email protected]).\
\.\\"\ 
s/\/usr\/local\/samba\/bin\/swat/\/usr\/sfw\/sbin\/swat/
s/\/usr\/local\/samba\/swat\/images\/\*/\/usr\/sfw\/swat\/images\/\*/
s/\/usr\/local\/samba\/swat\/help\/\*/\/usr\/sfw\/swat\/help\/\*/
s/\/usr\/local\/samba\/lib\/smb.conf/\/etc\/sfw\/smb.conf/
s/installed in \\fI\/usr\/local\/samba\/bin\\fR/installed in \\fI\/usr\/sfw\/sbin\\fR/
s/\\fB\/usr\/local\/samba\/bin\/smbd/\\fB\/usr\/sfw\/sbin\/smbd/
s/\\fBnetbios-ssn stream tcp nowait root \/usr\/local\/samba\/bin\/smbd/\/usr\/sfw\/sbin\/smbd/
s/under the \\fI\/usr\/local\/samba\/\\fR hierarchy/under the \\fI\/usr\/sfw\/\\fR hierarchy/
s/\\fRprogram be installed under the \\fI\/usr\/local\/samba/\\fRprogram be installed under the \\fI\/usr\/sfw/
/^\.TH/s/ \"5\" / \"4\" /g
/^\.TH/ s/ 5 / 4 /g
/^\.TH/s/ \"8\" / \"1M\" /g
/^\.TH/ s/ 8 / 1M /g
s/(8)/(1M)/g
s/(5)/(4)/g
s/\\m\[[^]]*]//g
$a\
\.\\" Begin Sun update\
.SH ATTRIBUTES\
See\
.BR attributes (5)\
for descriptions of the following attributes:\
.sp\
.TS\
box;\
cbp-1 | cbp-1\
l | l .\
ATTRIBUTE TYPE	ATTRIBUTE VALUE\
=\
Availability	service/network/samba\
=\
Interface Stability	External\
.TE \
.PP\
.SH NOTES\
Source for Samba is available on http://opensolaris.org.\
\
Samba(7) delivers the set of four SMF(5) services as can be seen\
from the following example:\
.PP\
     $ svcs samba wins winbind swat\
    STATE          STIME    FMRI\
    disabled       Apr_21   svc:/network/samba:default\
    disabled       Apr_21   svc:/network/winbind:default\
    disabled       Apr_21   svc:/network/wins:default\
    disabled       Apr_21   svc:/network/swat:default\
.PP\
where the services are:\
.PP\
 "samba"\
.RS 4\
runs the smbd daemon managing the CIFS sessions\
.RE\
.PP\
 "wins"\
.RS 4\
runs the nmbd daemon enabling the browsing (WINS)\
.RE\
.PP\
 "winbind"\
.RS 4\
runs the winbindd daemon making the domain idmap\
.RE\
.PP\
 "swat"\
.RS 4\
Samba Web Administration Tool is a service providing access\
to browser-based Samba administration interface and on-line\
documentation.  The service runs on software loopback network\
interface on port 901/tcp, i.e. opening "http://localhost:901/"\
in browser will access the SWAT service on local machine.\
.RE\
.PP\
Please note: SWAT uses HTTP Basic Authentication scheme where user name\
and passwords are sent over the network in clear text. In the SWAT case\
the user name is root. Transferring such sensitive data is advisable only\
on the software loopback network interface or over secure networks.\
\.\\" End Sun update