cvsdist bd5b9b5
%define initdir %{_sysconfdir}/rc.d/init.d
cvsdist 1a06c83
%define auth %(test -f /etc/pam.d/system-auth && echo /etc/pam.d/system-auth || echo)
cvsdist 1a06c83
cvsdist bd5b9b5
Summary: The Samba SMB server.
cvsdist 1a06c83
Name: samba
cvsdist 5470a98
Version: 2.2.3a
cvsdist 5470a98
Release: 0.72
cvsdist 9513474
License: GNU GPL Version 2
cvsdist 1a06c83
Group: System Environment/Daemons
cvsdist ae7478c
URL: http://www.samba.org/
cvsdist bd5b9b5
cvsdist bd5b9b5
Source: ftp://us2.samba.org/pub/samba/%{name}-%{version}.tar.bz2
cvsdist bd5b9b5
cvsdist bd5b9b5
# Red Hat specific replacement-files
cvsdist 1a06c83
Source1: samba.log
cvsdist 1a06c83
Source2: samba.xinetd
cvsdist bd5b9b5
Source3: swat.desktop
cvsdist bd5b9b5
Source4: samba.sysconfig
cvsdist bd5b9b5
Source5: smb.init
cvsdist bd5b9b5
Source6: samba.pamd
cvsdist bd5b9b5
Source7: smbprint
cvsdist 5470a98
Source8: winbind.init
cvsdist bd5b9b5
cvsdist bd5b9b5
# generic patches
cvsdist 5470a98
Patch0: samba-2.2.2-smb.conf.patch
cvsdist bd5b9b5
Patch1: samba-2.2.0-smbw.patch
cvsdist bd5b9b5
Patch3: samba-2.0.5a-gawk.patch
cvsdist bd5b9b5
Patch5: samba-2.0.7-krb5-1.2.patch
cvsdist bd5b9b5
Patch6: samba-2.0.7-buildroot.patch
cvsdist bd5b9b5
Patch11: samba-2.2.0-logname.patch
cvsdist 5470a98
Patch13: samba-2.2.2-winsfixes.patch
cvsdist 5470a98
Patch14: samba-2.2.3-smbadduserloc.patch
cvsdist 5470a98
# Not used, but it have some patches which might be needed later...
cvsdist 5470a98
Patch15: samba-2.2.2-smbadduser.patch
cvsdist bd5b9b5
# japanese patches
cvsdist bd5b9b5
Patch100: samba-j.patch.bz2
cvsdist bd5b9b5
Patch111: samba-2.2.0-ook.patch
cvsdist ae7478c
Patch200: samba-j-2.patch.bz2
cvsdist bd5b9b5
cvsdist 1a06c83
Requires: pam >= 0.64 %{auth} samba-common = %{version} 
cvsdist bd5b9b5
Requires: logrotate >= 3.4 initscripts >= 5.54-1 
cvsdist ae7478c
BuildRoot: %{_tmppath}/%{name}-%{version}-root
cvsdist 1a06c83
Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall
cvsdist 1a06c83
Prereq: fileutils sed /etc/init.d 
cvsdist bd5b9b5
BuildRequires: pam-devel, readline-devel, ncurses-devel, fileutils
cvsdist 5470a98
Exclusivearch: i386
cvsdist 1a06c83
cvsdist 1a06c83
%description
cvsdist bd5b9b5
Samba is the protocol by which a lot of PC-related machines share
cvsdist bd5b9b5
files, printers, and other information (such as lists of available
cvsdist bd5b9b5
files and printers). The Windows NT, OS/2, and Linux operating systems
cvsdist bd5b9b5
support this natively, and add-on packages can enable the same thing
cvsdist bd5b9b5
for DOS, Windows, VMS, UNIX of all kinds, MVS, and more. This package
cvsdist bd5b9b5
provides an SMB server that can be used to provide network services to
cvsdist bd5b9b5
SMB (sometimes called "Lan Manager") clients. Samba uses NetBIOS over
cvsdist bd5b9b5
TCP/IP (NetBT) protocols and does NOT need the NetBEUI (Microsoft Raw
cvsdist bd5b9b5
NetBIOS frame) protocol.
cvsdist 1a06c83
cvsdist 1a06c83
%package client
cvsdist 1a06c83
Summary: Samba (SMB) client programs.
cvsdist 1a06c83
Group: Applications/System
cvsdist 1a06c83
Requires: samba-common = %{version}
cvsdist 1a06c83
Obsoletes: smbfs
cvsdist 1a06c83
cvsdist 1a06c83
%description client
cvsdist bd5b9b5
The samba-client package provides some SMB clients to compliment the
cvsdist 1a06c83
built-in SMB filesystem in Linux. These clients allow access of SMB
cvsdist 1a06c83
shares and printing to SMB printers.
cvsdist 1a06c83
cvsdist 1a06c83
%package common
cvsdist 1a06c83
Summary: Files used by both Samba servers and clients.
cvsdist 1a06c83
Group: Applications/System
cvsdist 1a06c83
cvsdist 1a06c83
%description common
cvsdist 1a06c83
Samba-common provides files necessary for both the server and client
cvsdist 1a06c83
packages of Samba.
cvsdist 1a06c83
cvsdist ae7478c
%package swat
cvsdist 9513474
Summary: The Samba SMB server configuration program.
cvsdist ae7478c
Group: Applications/System
cvsdist ae7478c
Requires: samba = %{version} xinetd
cvsdist ae7478c
cvsdist ae7478c
%description swat
cvsdist bd5b9b5
The samba-swat package includes the new SWAT (Samba Web Administration
cvsdist bd5b9b5
Tool), for remotely managing Samba's smb.conf file using your favorite
cvsdist bd5b9b5
Web browser.
cvsdist ae7478c
cvsdist 1a06c83
%prep
cvsdist 1f1dfdc
%setup -q
cvsdist bd5b9b5
cvsdist bd5b9b5
# copy Red Hat specific scripts
cvsdist bd5b9b5
cp %{SOURCE5} packaging/RedHat/
cvsdist bd5b9b5
cp %{SOURCE6} packaging/RedHat/
cvsdist bd5b9b5
cp %{SOURCE7} packaging/RedHat/
cvsdist 5470a98
cp %{SOURCE8} packaging/RedHat/winbind.init
cvsdist bd5b9b5
cvsdist bd5b9b5
%patch0 -p1 -b .oldconf
cvsdist bd5b9b5
%patch1 -p1 -b .smbw
cvsdist bd5b9b5
%patch3 -p1 -b .gawk
cvsdist bd5b9b5
%patch5 -p1 -b .krb5-1.2
cvsdist bd5b9b5
%patch6 -p1 -b .buildroot
cvsdist 5470a98
%patch13 -p1 -b .winsfixes
cvsdist 5470a98
%patch14 -p1 -b .locfix
cvsdist bd5b9b5
cvsdist 5470a98
### patch100 -p1 -b .j
cvsdist 5470a98
### patch111 -p1 -b .ook
cvsdist 5470a98
### patch200 -p1 -b .j-2
cvsdist 7086902
cvsdist 1a06c83
%build
cvsdist bd5b9b5
cvsdist 1a06c83
cd source
cvsdist ae7478c
%ifarch i386 sparc
cvsdist ae7478c
RPM_OPT_FLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64"
cvsdist ae7478c
%endif
cvsdist bd5b9b5
cvsdist bd5b9b5
%configure \
cvsdist bd5b9b5
	--libdir=%{_sysconfdir}/samba \
cvsdist bd5b9b5
	--with-fhs \
cvsdist bd5b9b5
	--with-privatedir=%{_sysconfdir}/samba \
cvsdist bd5b9b5
	--with-lockdir=/var/cache/samba \
cvsdist bd5b9b5
	--with-swatdir=%{_datadir}/swat \
cvsdist bd5b9b5
	--with-codepagedir=%{_datadir}/samba/codepages \
cvsdist bd5b9b5
	--with-automount \
cvsdist bd5b9b5
	--with-smbmount \
cvsdist bd5b9b5
	--with-pam \
cvsdist bd5b9b5
	--with-pam_smbpass \
cvsdist bd5b9b5
	--with-mmap \
cvsdist bd5b9b5
	--with-quotas \
cvsdist 5470a98
	--without-smbwrapper \
cvsdist 5470a98
	--with-utmp
cvsdist bd5b9b5
cvsdist bd5b9b5
make  CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE" \
cvsdist bd5b9b5
	all smbfilter nsswitch/libnss_wins.so debug2html
cvsdist 1a06c83
cvsdist 1a06c83
%install
cvsdist 1a06c83
rm -rf $RPM_BUILD_ROOT
cvsdist 1a06c83
cvsdist 1a06c83
mkdir -p $RPM_BUILD_ROOT/sbin
cvsdist 1a06c83
mkdir -p $RPM_BUILD_ROOT/usr/{sbin,bin}
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT/%{initdir}
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/{pam.d,logrotate.d}
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT/var/{log,spool}/samba
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT/var/cache/samba
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/swat/using_samba
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/samba/codepages 
cvsdist bd5b9b5
cvsdist bd5b9b5
cd source
cvsdist 1a06c83
cvsdist 1a06c83
%makeinstall \
cvsdist bd5b9b5
	BINDIR=$RPM_BUILD_ROOT%{_bindir} \
cvsdist bd5b9b5
	BASEDIR=$RPM_BUILD_ROOT%{_prefix} \
cvsdist bd5b9b5
	SBINDIR=$RPM_BUILD_ROOT%{_sbindir} \
cvsdist bd5b9b5
	DATADIR=$RPM_BUILD_ROOT%{_datadir} \
cvsdist bd5b9b5
	LOCKDIR=$RPM_BUILD_ROOT/var/cache/samba \
cvsdist bd5b9b5
	PRIVATEDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba \
cvsdist bd5b9b5
	LIBDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba \
cvsdist bd5b9b5
	CONFIGDIR=$RPM_BUILD_ROOT%{_sysconfdir}/samba \
cvsdist bd5b9b5
	MANDIR=$RPM_BUILD_ROOT%{_mandir} \
cvsdist bd5b9b5
	VARDIR=$RPM_BUILD_ROOT/var/log/samba \
cvsdist bd5b9b5
	CODEPAGEDIR=$RPM_BUILD_ROOT%{_datadir}/samba/codepages \
cvsdist bd5b9b5
	SWATDIR=$RPM_BUILD_ROOT%{_datadir}/swat \
cvsdist bd5b9b5
	SAMBABOOK=$RPM_BUILD_ROOT%{_datadir}/swat/using_samba \
cvsdist 1a06c83
cvsdist 1a06c83
cd ..
cvsdist 1a06c83
cvsdist 1a06c83
# Install other stuff
cvsdist bd5b9b5
install -m644 packaging/RedHat/smb.conf $RPM_BUILD_ROOT%{_sysconfdir}/samba/smb.conf
cvsdist bd5b9b5
install -m755 source/script/mksmbpasswd.sh $RPM_BUILD_ROOT%{_bindir}
cvsdist 1a06c83
install -m644 packaging/RedHat/smbusers $RPM_BUILD_ROOT/etc/samba/smbusers
cvsdist 1a06c83
install -m755 packaging/RedHat/smbprint $RPM_BUILD_ROOT%{_bindir}
cvsdist 5470a98
install -m755 source/script/smbadduser $RPM_BUILD_ROOT%{_bindir}
cvsdist 1a06c83
install -m755 packaging/RedHat/findsmb $RPM_BUILD_ROOT%{_bindir}
cvsdist 1a06c83
install -m755 packaging/RedHat/smb.init $RPM_BUILD_ROOT%{initdir}/smb
cvsdist 5470a98
install -m755 packaging/RedHat/winbind.init $RPM_BUILD_ROOT%{initdir}/winbind
cvsdist bd5b9b5
ln -s ../..%{initdir}/smb  $RPM_BUILD_ROOT%{_sbindir}/samba
cvsdist 5470a98
install -m644 packaging/RedHat/samba.pamd.stack $RPM_BUILD_ROOT/etc/pam.d/samba
cvsdist 1a06c83
install -m644 $RPM_SOURCE_DIR/samba.log $RPM_BUILD_ROOT/etc/logrotate.d/samba
cvsdist bd5b9b5
ln -s ../usr/bin/smbmount $RPM_BUILD_ROOT/sbin/mount.smb
cvsdist bd5b9b5
ln -s ../usr/bin/smbmount $RPM_BUILD_ROOT/sbin/mount.smbfs
cvsdist bd5b9b5
echo 127.0.0.1 localhost > $RPM_BUILD_ROOT%{_sysconfdir}/samba/lmhosts
cvsdist bd5b9b5
cvsdist 5470a98
# pam_smbpass
cvsdist 5470a98
mkdir -p $RPM_BUILD_ROOT/lib/security
cvsdist 5470a98
mv $RPM_BUILD_ROOT%{_bindir}/pam_smbpass.so $RPM_BUILD_ROOT/lib/security/pam_smbpass.so
cvsdist 5470a98
cp -r source/pam_smbpass/ docs/
cvsdist 5470a98
rm -f docs/pam_smbpass/*.*
cvsdist 5470a98
cvsdist 5470a98
# winbind
cvsdist 5470a98
install -m 755 source/nsswitch/pam_winbind.so $RPM_BUILD_ROOT/lib/security/pam_winbind.so
cvsdist 5470a98
mkdir -p $RPM_BUILD_ROOT/lib
cvsdist 5470a98
install -m 755 source/nsswitch/libnss_winbind.so $RPM_BUILD_ROOT/lib/libnss_winbind.so
cvsdist 5470a98
install -m 755 source/nsswitch/libnss_wins.so $RPM_BUILD_ROOT/lib/libnss_wins.so
cvsdist 5470a98
ln -s libnss_wins.so  $RPM_BUILD_ROOT/lib/libnss_wins.so.2
cvsdist 5470a98
ln -s libnss_winbind.so  $RPM_BUILD_ROOT/lib/libnss_winbind.so.2
cvsdist 5470a98
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d
cvsdist bd5b9b5
install -m644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/xinetd.d/swat
cvsdist bd5b9b5
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System
cvsdist bd5b9b5
install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/X11/applnk/System/swat.desktop
cvsdist bd5b9b5
cvsdist bd5b9b5
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
cvsdist bd5b9b5
install -m644 %{SOURCE4} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/samba
cvsdist ae7478c
cvsdist 1a06c83
# remove this or it ends up in %doc
cvsdist 1a06c83
rm -rf docs/htmldocs/using_samba
cvsdist bd5b9b5
rm -rf docs/{docbook,manpages,yodldocs}
cvsdist bd5b9b5
rm -rf docs/faq/*sgml
cvsdist bd5b9b5
cvsdist bd5b9b5
# remove html'ized man pages:
cvsdist bd5b9b5
rm -rf docs/htmldocs/*.[0-9].*
cvsdist bd5b9b5
cvsdist 1a06c83
cvsdist 1a06c83
%clean
cvsdist 1a06c83
rm -rf $RPM_BUILD_ROOT
cvsdist 1a06c83
cvsdist 1a06c83
%post
cvsdist 1a06c83
/sbin/chkconfig --add smb
cvsdist 1a06c83
cvsdist 1a06c83
%preun
cvsdist 1a06c83
if [ $1 = 0 ] ; then
cvsdist 1a06c83
    /sbin/chkconfig --del smb
cvsdist bd5b9b5
    rm -rf /var/log/samba/* /var/cache/samba/*
cvsdist 1a06c83
    %{initdir}/smb stop >/dev/null 2>&1
cvsdist 1a06c83
fi
cvsdist ae7478c
exit 0
cvsdist 1a06c83
cvsdist 1a06c83
%postun
cvsdist 1a06c83
if [ "$1" -ge "1" ]; then
cvsdist 1a06c83
	%{initdir}/smb condrestart >/dev/null 2>&1
cvsdist 1a06c83
fi	
cvsdist 1a06c83
cvsdist 1a06c83
%triggerpostun -- samba < 1.9.18p7
cvsdist 1a06c83
if [ $1 != 0 ]; then
cvsdist 1a06c83
    /sbin/chkconfig --add smb
cvsdist 1a06c83
fi
cvsdist 1a06c83
cvsdist 1a06c83
%triggerpostun -- samba < 2.0.5a-3
cvsdist 1a06c83
if [ $1 != 0 ]; then
cvsdist 1a06c83
    [ ! -d /var/lock/samba ] && mkdir -m 0755 /var/lock/samba
cvsdist 1a06c83
    [ ! -d /var/spool/samba ] && mkdir -m 1777 /var/spool/samba
cvsdist ae7478c
    chmod 644 /etc/services
cvsdist ae7478c
    [ -f /etc/inetd.conf ] && chmod 644 /etc/inetd.conf
cvsdist 1a06c83
fi
cvsdist 1a06c83
cvsdist 1a06c83
%files
cvsdist 1a06c83
%defattr(-,root,root)
cvsdist 1a06c83
%doc README COPYING Manifest Read-Manifest-Now
cvsdist 1a06c83
%doc WHATSNEW.txt Roadmap
cvsdist 1a06c83
%doc docs
cvsdist 1a06c83
%doc examples
cvsdist 5470a98
%attr(755,root,root) /lib/security/pam_smbpass.so
cvsdist 1a06c83
%{_sbindir}/smbd
cvsdist 1a06c83
%{_sbindir}/nmbd
cvsdist 5470a98
%{_bindir}/make_unicodemap
cvsdist 1a06c83
%{_bindir}/mksmbpasswd.sh
cvsdist 5470a98
%{_bindir}/smbcontrol
cvsdist 1a06c83
%{_bindir}/smbstatus
cvsdist 1a06c83
%{_bindir}/smbadduser
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/sysconfig/samba
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/samba/smbusers
cvsdist 1a06c83
%attr(755,root,root) %config %{initdir}/smb
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/logrotate.d/samba
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/pam.d/samba
cvsdist 5470a98
%{_mandir}/man1/make_unicodemap.1*
cvsdist 5470a98
%{_mandir}/man1/smbcontrol.1*
cvsdist 1a06c83
%{_mandir}/man1/smbstatus.1*
cvsdist 1a06c83
%{_mandir}/man5/smbpasswd.5*
cvsdist 1a06c83
%{_mandir}/man7/samba.7*
cvsdist 1a06c83
%{_mandir}/man8/smbd.8*
cvsdist 1a06c83
%{_mandir}/man8/nmbd.8*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/smbstatus.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man5/smbpasswd.5*
cvsdist bd5b9b5
#%{_mandir}/ja/man7/samba.7*
cvsdist bd5b9b5
#%{_mandir}/ja/man8/smbd.8*
cvsdist bd5b9b5
#%{_mandir}/ja/man8/nmbd.8*
cvsdist 1a06c83
cvsdist bd5b9b5
%dir /var/cache/samba
cvsdist bd5b9b5
%attr(0700,root,root) %dir /var/log/samba
cvsdist bd5b9b5
%attr(1777,root,root) %dir /var/spool/samba
cvsdist 1a06c83
cvsdist ae7478c
%files swat
cvsdist ae7478c
%defattr(-,root,root)
cvsdist bd5b9b5
%{_sysconfdir}/X11/applnk/System/swat.desktop
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/xinetd.d/swat
cvsdist bd5b9b5
%{_datadir}/swat
cvsdist ae7478c
%{_sbindir}/swat
cvsdist ae7478c
%{_mandir}/man8/swat.8*
cvsdist bd5b9b5
#%{_mandir}/ja/man8/swat.8*
cvsdist ae7478c
cvsdist 1a06c83
%files client
cvsdist 1a06c83
%defattr(-,root,root)
cvsdist 1a06c83
/sbin/mount.smb
cvsdist 1a06c83
/sbin/mount.smbfs
cvsdist 5470a98
%{_bindir}/rpcclient
cvsdist 5470a98
%{_bindir}/smbcacls
cvsdist 1a06c83
%{_bindir}/smbmount
cvsdist 1a06c83
%{_bindir}/smbmnt
cvsdist 1a06c83
%{_bindir}/smbumount
cvsdist 1a06c83
%{_mandir}/man8/smbmnt.8*
cvsdist 1a06c83
%{_mandir}/man8/smbmount.8*
cvsdist 1a06c83
%{_mandir}/man8/smbumount.8*
cvsdist 6d54b25
%{_mandir}/man8/smbspool.8*
cvsdist 1a06c83
%{_bindir}/nmblookup
cvsdist 1a06c83
%{_bindir}/findsmb
cvsdist 1a06c83
%{_bindir}/smbclient
cvsdist 1a06c83
%{_bindir}/smbprint
cvsdist 6d54b25
%{_bindir}/smbspool
cvsdist 1a06c83
%{_bindir}/smbtar
cvsdist 5470a98
%{_mandir}/man1/findsmb.1*
cvsdist 5470a98
%{_mandir}/man1/rpcclient.1*
cvsdist 5470a98
%{_mandir}/man1/smbcacls.1*
cvsdist 1a06c83
%{_mandir}/man1/smbtar.1*
cvsdist 1a06c83
%{_mandir}/man1/smbclient.1*
cvsdist 1a06c83
%{_mandir}/man1/nmblookup.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/smbtar.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/smbclient.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/nmblookup.1*
cvsdist 1a06c83
cvsdist 1a06c83
%files common
cvsdist 1a06c83
%defattr(-,root,root)
cvsdist 5470a98
/lib/libnss_wins.so
cvsdist 5470a98
/lib/libnss_wins.so.2
cvsdist 5470a98
/lib/libnss_winbind.so
cvsdist 5470a98
/lib/libnss_winbind.so.2
cvsdist 5470a98
/lib/security/pam_winbind.so
cvsdist 1a06c83
%{_bindir}/make_smbcodepage
cvsdist 1a06c83
%{_bindir}/testparm
cvsdist 1a06c83
%{_bindir}/testprns
cvsdist ae7478c
%{_bindir}/smbpasswd
cvsdist 1a06c83
%{_bindir}/make_printerdef
cvsdist 5470a98
%{_bindir}/wbinfo
cvsdist 5470a98
%{_sbindir}/winbindd
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/samba/smb.conf
cvsdist bd5b9b5
%config(noreplace) %{_sysconfdir}/samba/lmhosts
cvsdist bd5b9b5
%dir %{_datadir}/samba
cvsdist bd5b9b5
%dir %{_datadir}/samba/codepages
cvsdist bd5b9b5
%dir %{_sysconfdir}/samba
cvsdist 5470a98
%{initdir}/winbind
cvsdist bd5b9b5
%{_datadir}/samba/codepages/*
cvsdist 1a06c83
%{_mandir}/man1/make_smbcodepage.1*
cvsdist 1a06c83
%{_mandir}/man1/testparm.1*
cvsdist 1a06c83
%{_mandir}/man1/testprns.1*
cvsdist 1a06c83
%{_mandir}/man5/smb.conf.5*
cvsdist 1a06c83
%{_mandir}/man5/lmhosts.5*
cvsdist ae7478c
%{_mandir}/man8/smbpasswd.8*
cvsdist 5470a98
%{_mandir}/man1/wbinfo.1*
cvsdist 5470a98
%{_mandir}/man8/winbindd.8*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/make_smbcodepage.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/testparm.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man1/testprns.1*
cvsdist bd5b9b5
#%{_mandir}/ja/man5/smb.conf.5*
cvsdist bd5b9b5
#%{_mandir}/ja/man5/lmhosts.5*
cvsdist bd5b9b5
#%{_mandir}/ja/man8/smbpasswd.8*
cvsdist 1a06c83
cvsdist 1a06c83
%changelog
cvsdist 5470a98
* Thu Feb  7 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3a-0.72
cvsdist 5470a98
- 2.2.3a
cvsdist 5470a98
cvsdist 5470a98
* Mon Feb  4 2002 Trond Eivind Glomsrød <teg@redhat.com> 2.2.3-1
cvsdist 5470a98
- 2.2.3
cvsdist 5470a98
cvsdist 5470a98
* Thu Nov 29 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-8
cvsdist 5470a98
- New pam configuration file for samba
cvsdist 5470a98
cvsdist 5470a98
* Tue Nov 27 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-7
cvsdist 5470a98
- Enable PAM session controll and password sync
cvsdist 5470a98
cvsdist 5470a98
* Tue Nov 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-6
cvsdist 5470a98
- Move winbind files to samba-common. Add separate initscript for
cvsdist 5470a98
  winbind 
cvsdist 5470a98
- Fixes for winbind - protect global variables with mutex, use
cvsdist 5470a98
  more secure getenv
cvsdist 5470a98
cvsdist 5470a98
* Thu Nov  8 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-5
cvsdist 5470a98
- Teach smbadduser about "getent passwd" 
cvsdist 5470a98
- Fix more pid-file references
cvsdist 5470a98
- Add (conditional) winbindd startup to the initscript, configured in
cvsdist 5470a98
  /etc/sysconfig/samba
cvsdist 5470a98
cvsdist 5470a98
* Wed Nov  7 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-4
cvsdist 5470a98
- Fix pid-file reference in logrotate script
cvsdist 5470a98
- include pam and nss modules for winbind
cvsdist 5470a98
cvsdist 5470a98
* Mon Nov  5 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-3
cvsdist 5470a98
- Add "--with-utmp" to configure options (#55372)
cvsdist 5470a98
- Include winbind, pam_smbpass.so, rpcclient and smbcacls
cvsdist 5470a98
- start using /var/cache/samba, we need to keep state and there is
cvsdist 5470a98
  more than just locks involved
cvsdist 5470a98
cvsdist 5470a98
* Sat Nov 03 2001 Florian La Roche <Florian.LaRoche@redhat.de> 2.2.2-2
cvsdist 5470a98
- add "reload" to the usage string in the startup script
cvsdist 5470a98
cvsdist 5470a98
* Mon Oct 15 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.2-1
cvsdist 5470a98
- 2.2.2
cvsdist 35c415a
cvsdist 5470a98
* Tue Sep 18 2001 Trond Eivind Glomsrød <teg@redhat.com> 2.2.1a-5
cvsdist 5470a98
- Add patch from Jeremy Allison to fix IA64 alignment problems (#51497)
cvsdist 7086902
cvsdist 9cd4791
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist 9cd4791
- Don't include smbpasswd in samba, it's in samba-common (#51598)
cvsdist 9cd4791
- Add a disabled "obey pam restrictions" statement - it's not
cvsdist 9cd4791
  active, as we use encrypted passwords, but if the admin turns
cvsdist 9cd4791
  encrypted passwords off the choice is available. (#31351)
cvsdist 9cd4791
cvsdist bd5b9b5
* Wed Aug  8 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- Use /var/cache/samba instead of /var/lock/samba 
cvsdist bd5b9b5
- Remove "domain controller" keyword from smb.conf, it's 
cvsdist bd5b9b5
  deprecated (from #13704)
cvsdist bd5b9b5
- Sync some examples with smb.conf.default
cvsdist bd5b9b5
- Fix password synchronization (#16987)
cvsdist bd5b9b5
cvsdist bd5b9b5
* Fri Jul 20 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- Tweaks of BuildRequires (#49581)
cvsdist 56926d2
cvsdist bd5b9b5
* Wed Jul 11 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- 2.2.1a bugfix release
cvsdist 56926d2
cvsdist bd5b9b5
* Tue Jul 10 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- 2.2.1, which should work better for XP
cvsdist d6b6e0b
cvsdist 9513474
* Sat Jun 23 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- 2.2.0a security fix
cvsdist bd5b9b5
- Mark lograte and pam configuration files as noreplace
cvsdist bd5b9b5
cvsdist bd5b9b5
* Fri Jun 22 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- Add the /etc/samba directory to samba-common
cvsdist bd5b9b5
cvsdist bd5b9b5
* Thu Jun 21 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
- Add improvements to the smb.conf as suggested in #16931
cvsdist bd5b9b5
cvsdist bd5b9b5
* Tue Jun 19 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist bd5b9b5
  (these changes are from the non-head version)
cvsdist bd5b9b5
- Don't include /usr/sbin/samba, it's the same as the initscript
cvsdist bd5b9b5
- unset TMPDIR, as samba can't write into a TMPDIR owned 
cvsdist bd5b9b5
  by root (#41193)
cvsdist bd5b9b5
- Add pidfile: lines for smbd and nmbd and a config: line
cvsdist bd5b9b5
  in the initscript  (#15343)
cvsdist bd5b9b5
- don't use make -j
cvsdist bd5b9b5
- explicitly include /usr/share/samba, not just the files in it
cvsdist bd5b9b5
cvsdist bd5b9b5
* Tue Jun 19 2001 Bill Nottingham <notting@redhat.com>
cvsdist bd5b9b5
- mount.smb/mount.smbfs go in /sbin, *not* %%{_sbindir}
cvsdist bd5b9b5
cvsdist bd5b9b5
* Fri Jun  8 2001 Preston Brown <pbrown@redhat.com>
cvsdist bd5b9b5
- enable encypted passwords by default
cvsdist bd5b9b5
cvsdist bd5b9b5
* Thu Jun  7 2001 Helge Deller <hdeller@redhat.de> 
cvsdist bd5b9b5
- build as 2.2.0-1 release
cvsdist bd5b9b5
- skip the documentation-directories docbook, manpages and yodldocs
cvsdist bd5b9b5
- don't include *.sgml documentation in package
cvsdist bd5b9b5
- moved codepage-directory to /usr/share/samba/codepages
cvsdist bd5b9b5
- make it compile with glibc-2.2.3-10 and kernel-headers-2.4.2-2   
cvsdist bd5b9b5
cvsdist bd5b9b5
* Mon May 21 2001 Helge Deller <hdeller@redhat.de> 
cvsdist bd5b9b5
- updated to samba 2.2.0
cvsdist bd5b9b5
- moved codepages to %{_datadir}/samba/codepages
cvsdist bd5b9b5
- use all available CPUs for building rpm packages
cvsdist bd5b9b5
- use %{_xxx} defines at most places in spec-file
cvsdist bd5b9b5
- "License:" replaces "Copyright:"
cvsdist bd5b9b5
- dropped excludearch sparc
cvsdist bd5b9b5
- de-activated japanese patches 100 and 200 for now 
cvsdist bd5b9b5
  (they need to be fixed and tested wth 2.2.0)
cvsdist bd5b9b5
- separated swat.desktop file from spec-file and added
cvsdist bd5b9b5
  german translations
cvsdist bd5b9b5
- moved /etc/sysconfig/samba to a separate source-file
cvsdist bd5b9b5
- use htmlview instead of direct call to netscape in 
cvsdist bd5b9b5
  swat.desktop-file
cvsdist 9513474
cvsdist f526f1b
* Mon May  7 2001 Bill Nottingham <notting@redhat.com>
cvsdist f526f1b
- device-remove security fix again (<tridge@samba.org>)
cvsdist f526f1b
cvsdist f526f1b
* Fri Apr 20 2001 Bill Nottingham <notting@redhat.com>
cvsdist f526f1b
- fix tempfile security problems, officially (<tridge@samba.org>)
cvsdist f526f1b
- update to 2.0.8
cvsdist f526f1b
cvsdist f526f1b
* Sun Apr  8 2001 Bill Nottingham <notting@redhat.com>
cvsdist f526f1b
- turn of SSL, kerberos
cvsdist f526f1b
cvsdist ae7478c
* Thu Apr  5 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- fix tempfile security problems (patch from <Marcus.Meissner@caldera.de>)
cvsdist ae7478c
cvsdist ae7478c
* Thu Mar 29 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- fix quota support, and quotas with the 2.4 kernel (#31362, #33915)
cvsdist ae7478c
cvsdist ae7478c
* Mon Mar 26 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ae7478c
- tweak the PAM code some more to try to do a setcred() after initgroups()
cvsdist ae7478c
- pull in all of the optflags on i386 and sparc
cvsdist ae7478c
- don't explicitly enable Kerberos support -- it's only used for password
cvsdist ae7478c
  checking, and if PAM is enabled it's a no-op anyway
cvsdist ae7478c
cvsdist ae7478c
* Mon Mar  5 2001 Tim Waugh <twaugh@redhat.com>
cvsdist ae7478c
- exit successfully from preun script (bug #30644).
cvsdist ae7478c
cvsdist ae7478c
* Fri Mar  2 2001 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ae7478c
- rebuild in new environment
cvsdist ae7478c
cvsdist ae7478c
* Wed Feb 14 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- updated japanese stuff (#27683)
cvsdist ae7478c
cvsdist ae7478c
* Fri Feb  9 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- fix trigger (#26859)
cvsdist ae7478c
cvsdist ae7478c
* Wed Feb  7 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- add i18n support, japanese patch (#26253)
cvsdist ae7478c
cvsdist ae7478c
* Wed Feb  7 2001 Trond Eivind Glomsrød <teg@redhat.com>
cvsdist ae7478c
- i18n improvements in initscript (#26537)
cvsdist ae7478c
cvsdist ae7478c
* Wed Jan 31 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- put smbpasswd in samba-common (#25429)
cvsdist ae7478c
cvsdist ae7478c
* Wed Jan 24 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- new i18n stuff
cvsdist ae7478c
cvsdist ae7478c
* Sun Jan 21 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- rebuild
cvsdist ae7478c
cvsdist ae7478c
* Thu Jan 18 2001 Bill Nottingham <notting@redhat.com>
cvsdist ae7478c
- i18n-ize initscript
cvsdist ae7478c
- add a sysconfig file for daemon options (#23550)
cvsdist ae7478c
- clarify smbpasswd man page (#23370)
cvsdist ae7478c
- build with LFS support (#22388)
cvsdist ae7478c
- avoid extraneous pam error messages (#10666)
cvsdist ae7478c
- add Urban Widmark's bug fixes for smbmount (#19623)
cvsdist ae7478c
- fix setgid directory modes (#11911)
cvsdist ae7478c
- split swat into subpackage (#19706)
cvsdist ae7478c
cvsdist ae7478c
* Wed Oct 25 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist ae7478c
- set a default CA certificate path in smb.conf (#19010)
cvsdist ae7478c
- require openssl >= 0.9.5a-20 to make sure we have a ca-bundle.crt file
cvsdist ae7478c
cvsdist 1f1dfdc
* Mon Oct 16 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1f1dfdc
- fix swat only_from line (#18726, others)
cvsdist 1f1dfdc
- fix attempt to write outside buildroot on install (#17943)
cvsdist c65eb12
cvsdist 6d54b25
* Mon Aug 14 2000 Bill Nottingham <notting@redhat.com>
cvsdist 6d54b25
- add smbspool back in (#15827)
cvsdist 6d54b25
- fix absolute symlinks (#16125)
cvsdist 6d54b25
cvsdist 1a06c83
* Sun Aug 6 2000 Philipp Knirsch <pknirsch@redhat.com>
cvsdist 1a06c83
- bugfix for smbadduser script (#15148)
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Jul 31 2000 Matt Wilson <msw@redhat.com>
cvsdist 1a06c83
- patch configure.ing (patch11) to disable cups test
cvsdist 1a06c83
- turn off swat by default
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Jul 28 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix condrestart stuff
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Jul 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add copytruncate to logrotate file (#14360)
cvsdist 1a06c83
- fix init script (#13708)
cvsdist 1a06c83
cvsdist 1a06c83
* Sat Jul 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- move initscript back
cvsdist 1a06c83
- remove 'Using Samba' book from %%doc 
cvsdist 1a06c83
- move stuff to /etc/samba (#13708)
cvsdist 1a06c83
- default configuration tweaks (#13704)
cvsdist 1a06c83
- some logrotate tweaks
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
cvsdist 1a06c83
- automatic rebuild
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Jul 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix logrotate script (#13698)
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Jul  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix initscripts req (prereq /etc/init.d)
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Jul 5 2000 Than Ngo <than@redhat.de>
cvsdist 1a06c83
- add initdir macro to handle the initscript directory
cvsdist 1a06c83
- add a new macro to handle /etc/pam.d/system-auth
cvsdist 1a06c83
cvsdist 6d54b25
* Thu Jun 29 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 6d54b25
- enable Kerberos 5 and SSL support
cvsdist 6d54b25
- patch for duplicate profile.h headers
cvsdist 6d54b25
cvsdist 1a06c83
* Thu Jun 29 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix init script
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Jun 27 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- rename samba logs (#11606)
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Jun 26 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- initscript munging
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Jun 16 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- configure the swat stuff usefully
cvsdist 1a06c83
- re-integrate some specfile tweaks that got lost somewhere
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Jun 15 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- rebuild to get rid of cups dependency
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Jun 14 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1a06c83
- tweak logrotate configurations to use the PID file in /var/lock/samba
cvsdist 1a06c83
cvsdist 1a06c83
* Sun Jun 11 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- rebuild in new environment
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Jun  1 2000 Nalin Dahyabhai <nalin@redhat.com>
cvsdist 1a06c83
- change PAM setup to use system-auth
cvsdist 1a06c83
cvsdist 1a06c83
* Mon May  8 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fixes for ia64
cvsdist 1a06c83
cvsdist 1a06c83
* Sat May  6 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- switch to %%configure
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Apr 26 2000 Nils Philippsen <nils@redhat.de>
cvsdist 1a06c83
- version 2.0.7
cvsdist 1a06c83
cvsdist 1a06c83
* Sun Mar 26 2000 Florian La Roche <Florian.LaRoche@redhat.com>
cvsdist 1a06c83
- simplify preun
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Mar 16 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix yp_get_default_domain in autoconf
cvsdist 1a06c83
- only link against readline for smbclient
cvsdist 1a06c83
- fix log rotation (#9909)
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Feb 25 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix trigger, again.
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Feb  7 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix trigger.
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Feb  4 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- turn on quota support
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Jan 31 2000 Cristian Gafton <gafton@redhat.com>
cvsdist 1a06c83
- rebuild to fox dependencies
cvsdist 1a06c83
- man pages are compressed
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Jan 21 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- munge post scripts slightly
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Jan 19 2000 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- turn on mmap again. Wheee.
cvsdist 1a06c83
- ship smbmount on alpha
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Dec  6 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- turn off mmap. ;)
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Dec  1 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- change /var/log/samba to 0700
cvsdist 1a06c83
- turn on mmap support
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Nov 11 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- update to 2.0.6
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Oct 29 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add a %defattr for -common
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Oct  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- shift some files into -client
cvsdist 1a06c83
- remove /home/samba from package.
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Sep 28 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- initscript oopsie. killproc <name> -HUP, not other way around.
cvsdist 1a06c83
cvsdist 1a06c83
* Sat Sep 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- script cleanups. Again.
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Sep 22 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add a patch to fix dropped reconnection attempts
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Sep  6 1999 Jeff Johnson <jbj@redhat.com>
cvsdist 1a06c83
- use cp rather than mv to preserve /etc/services perms (#4938 et al).
cvsdist 1a06c83
- use mktemp to generate /etc/tmp.XXXXXX file name.
cvsdist 1a06c83
- add prereqs on sed/mktemp/killall (need to move killall to /bin).
cvsdist 1a06c83
- fix trigger syntax (i.e. "samba < 1.9.18p7" not "samba < samba-1.9.18p7")
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Aug 30 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- sed "s|nawk|gawk|" /usr/bin/convert_smbpasswd
cvsdist 1a06c83
cvsdist 1a06c83
* Sat Aug 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix typo in mount.smb
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Aug 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add a %trigger to work around (sort of) broken scripts in
cvsdist 1a06c83
  previous releases
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- initscript munging
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Aug  9 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add domain parsing to mount.smb
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Aug  6 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add a -common package, shuffle files around.
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Jul 23 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add a chmod in %postun so /etc/services & inetd.conf don't become unreadable
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Jul 21 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- update to 2.0.5
cvsdist 1a06c83
- fix mount.smb - smbmount options changed again.........
cvsdist 1a06c83
- fix postun. oops.
cvsdist 1a06c83
- update some stuff from the samba team's spec file.
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Jun 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- split off clients into separate package
cvsdist 1a06c83
- don't run samba by default
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Jun 14 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix one problem with mount.smb script
cvsdist 1a06c83
- fix smbpasswd on sparc with a really ugly kludge
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Jun 10 1999 Dale Lovelace <dale@redhat.com>
cvsdist 1a06c83
- fixed logrotate script
cvsdist 1a06c83
cvsdist 1a06c83
* Tue May 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- turn of 64-bit locking on 32-bit platforms
cvsdist 1a06c83
cvsdist 1a06c83
* Thu May 20 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- so many releases, so little time
cvsdist 1a06c83
- explicitly uncomment 'printing = bsd' in sample config
cvsdist 1a06c83
cvsdist 1a06c83
* Tue May 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- update to 2.0.4a
cvsdist 1a06c83
- fix mount.smb arg ordering
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Apr 16 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- go back to stop/start for restart (-HUP didn't work in testing)
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Mar 26 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- add a mount.smb to make smb mounting a little easier.
cvsdist 1a06c83
- smb filesystems apparently don't work on alpha. Oops.
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Mar 25 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- always create codepages
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Mar 23 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- logrotate changes
cvsdist 1a06c83
cvsdist 1a06c83
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
cvsdist 1a06c83
- auto rebuild in the new build environment (release 3)
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Mar 19 1999 Preston Brown <pbrown@redhat.com>
cvsdist 1a06c83
- updated init script to use graceful restart (not stop/start)
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Mar  9 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- update to 2.0.3
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Feb 18 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- update to 2.0.2
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Feb 15 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- swat swat
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Feb  9 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- fix bash2 breakage in post script
cvsdist 1a06c83
cvsdist 1a06c83
* Fri Feb  5 1999 Bill Nottingham <notting@redhat.com>
cvsdist 1a06c83
- update to 2.0.0
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Oct 12 1998 Cristian Gafton <gafton@redhat.com>
cvsdist 1a06c83
- make sure all binaries are stripped
cvsdist 1a06c83
cvsdist 1a06c83
* Thu Sep 17 1998 Jeff Johnson <jbj@redhat.com>
cvsdist 1a06c83
- update to 1.9.18p10.
cvsdist 1a06c83
- fix %triggerpostun.
cvsdist 1a06c83
cvsdist 1a06c83
* Tue Jul 07 1998 Erik Troan <ewt@redhat.com>
cvsdist 1a06c83
- updated postun triggerscript to check $0
cvsdist 1a06c83
- clear /etc/codepages from %preun instead of %postun
cvsdist 1a06c83
cvsdist 1a06c83
* Mon Jun 08 1998 Erik Troan <ewt@redhat.com>
cvsdist 1a06c83
- made the %postun script a tad less agressive; no reason to remove
cvsdist 1a06c83
  the logs or lock file (after all, if the lock file is still there,
cvsdist 1a06c83
  samba is still running)
cvsdist 1a06c83
- the %postun and %preun should only exectute if this is the final
cvsdist 1a06c83
  removal
cvsdist 1a06c83
- migrated %triggerpostun from Red Hat's samba package to work around
cvsdist 1a06c83
  packaging problems in some Red Hat samba releases
cvsdist 1a06c83
cvsdist 1a06c83
* Sun Apr 26 1998 John H Terpstra <jht@samba.anu.edu.au>
cvsdist 1a06c83
- minor tidy up in preparation for release of 1.9.18p5
cvsdist 1a06c83
- added findsmb utility from SGI package
cvsdist 1a06c83
cvsdist 1a06c83
* Wed Mar 18 1998 John H Terpstra <jht@samba.anu.edu.au>
cvsdist 1a06c83
- Updated version and codepage info.
cvsdist 1a06c83
- Release to test name resolve order
cvsdist 1a06c83
cvsdist 1a06c83
* Sat Jan 24 1998 John H Terpstra <jht@samba.anu.edu.au>
cvsdist 1a06c83
- Many optimisations (some suggested by Manoj Kasichainula <manojk@io.com>
cvsdist 1a06c83
- Use of chkconfig in place of individual symlinks to /etc/rc.d/init/smb
cvsdist 1a06c83
- Compounded make line
cvsdist 1a06c83
- Updated smb.init restart mechanism
cvsdist 1a06c83
- Use compound mkdir -p line instead of individual calls to mkdir
cvsdist 1a06c83
- Fixed smb.conf file path for log files
cvsdist 1a06c83
- Fixed smb.conf file path for incoming smb print spool directory
cvsdist 1a06c83
- Added a number of options to smb.conf file
cvsdist 1a06c83
- Added smbadduser command (missed from all previous RPMs) - Doooh!
cvsdist 1a06c83
- Added smbuser file and smb.conf file updates for username map
cvsdist 1a06c83