Commit graph

67 commits

Author SHA1 Message Date
Alexey Dokuchaev
0c8c0874e3 Fix a bug that breaks copy/delete of files from Win98 Explorer.
Bugzilla:	https://bugzilla.samba.org/show_bug.cgi?id=2501
Approved by:	portmgr (krion)
2005-03-25 10:54:10 +00:00
Alexey Dokuchaev
8f5d0f33d7 Update to version 3.0.12.
Currently, ADS support is off for the package builds, as it creates
dependency problems with Kerberos5.  Also, an experimental support
for extended attributes is included.

PR:		ports/79037
Submitted by:	maintainer
2005-03-20 09:29:05 +00:00
Jun Kuriyama
22f2d61c80 Update to 3.0.11.
PR:		ports/77187
Submitted by:	maintainer
2005-02-07 05:15:17 +00:00
Sergey Matveychuk
92d47ccb5d - Update to 3.0.10
PR:		ports/75168
Submitted by:	Joerg Pulz <Joerg.Pulz(at)frm2.tum.de>
Reworked by:	maintainer
2004-12-21 12:24:03 +00:00
Kirill Ponomarev
6fc70a0faf Update to 3.0.9
o Problem updating roaming user profiles.
o Crash in smbd when printing from a Windows 9x client.
o Unresolved symbols in libsmbclient which caused
  applications such as KDE's konqueror to fail when
  accessing smb:// URLs.

PR:		ports/74223
Submitted by:	maintainer
2004-11-23 17:34:51 +00:00
Pav Lucistnik
025d09c0c3 - Update to 3.0.8
o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability.

PR:		ports/73701
Submitted by:	Timur Bakeyev <timur@gnu.org> (maintainer)
2004-11-09 21:34:44 +00:00
Tom Rhodes
29056f4900 Remove files accidently not removed from previous commit.
Approved by:	portmgr
2004-09-14 16:15:58 +00:00
Tom Rhodes
5c6d60bdaf Update to fix recently announced security vulnerability (DoS issues).
PR:		71704
Submitted by:	Timur Bakeyev <timur@gnu.org>
Approved by:	portmgr (marcus)
2004-09-13 20:39:35 +00:00
Michael Nottebrock
d956ad3a7b Add a patch to fix compilation of quota support on 4-STABLE.
Submitted by: Mario Ferreira <lioux@FreeBSD.org>
2004-09-01 21:59:11 +00:00
Michael Nottebrock
68322422c6 Update to 3.0.6.
Submitted by: maintainer
2004-09-01 16:23:29 +00:00
Edwin Groothuis
d281f6efd9 Here I attach the patch that fixes mentioned 3 problems as well as few others:
* BUG 1315 - wbinfo -t unsuccessful on 3.0.4
 * BUG 1319 - Cannot write to a share with write-list users
 * BUG 1345 - Macromedia Homesite cannot connect anymore after upgrade to 3.0.4

 * Patch from Rudolf Cejka <cejkar@fit.vutbr.cz> - rpcclient does not recognize
     parameters in -c <command> correctly.

 * Patch from Joerg Pulz <Joerg.Pulz@frm2.tum.de> - fixes to samba.sh startup script.

PR:		ports/67865
Submitted by:	edwin@mavetju.org,Rudolf Cejka <cejkar@fit.vutbr.cz>,Joerg Pulz <Joerg.Pulz@frm2.tum.de>
Approved by:	maintainer
2004-07-03 12:46:41 +00:00
Michael Nottebrock
931f23c7ef - Put lockfiles into ${VARDIR}/db/samba
- Resolve kerberos/ldap issues with libsmbclient
- Reenable iconv autodetection
- Add a small patch from Konstantin Reznichenko <kot@premierbank.dp.ua> that fixes
  coredump of smbd when user add script is invoked

PR: ports/66617
Submitted by: maintainer
2004-05-18 14:52:48 +00:00
Michael Nottebrock
3f5d48af9e Update to version 3.0.4.
PR: ports/66503
Submitted by: Timur I. Bakeyev <timur@gnu.org>
2004-05-11 20:30:02 +00:00
Pav Lucistnik
862b7eb349 - Update to 3.0.3.r1
- Rewrite libsmbclient port to not conflict with samba port, stop installing
  libsmbclient in samba port
- Split out python extensions into standalone port

PR:		ports/65976
Submitted by:	Timur I. Bakeyev <timur@gnu.org> (samba-devel maintainer)
Approved by:	Koop Mast (samba-libsmbclient maintainer)
2004-05-09 20:34:40 +00:00
Pav Lucistnik
4de7a65edf - Fix wrong location of lockdir from revision 1.105. This broked printing.
PR:		ports/65818
Submitted by:	Timur Bakeyev <timur@gnu.org> (maintainer)
2004-04-20 16:15:05 +00:00
Pav Lucistnik
1c58bcd122 - Improve rc script: if samba_enable is not set, use fine grained control
using smbd_enable and nmbd_enable and silence warning about samba_enable
  not being set.

PR:		ports/65598
Submitted by:	Timur I. Bakeyev <timur@com.bat.ru> (maintainer)
Requested by:	obrien
2004-04-18 14:26:11 +00:00
Sergey A. Osokin
115c991449 Update to 3.0.3.p2 (aka pre2), which containes
a lot of imporvements and bugfixes since 3.0.2a.

In addition following problems solved:
 o linking agaist libiconv is mandatary now
 o more ways of detecting Kerberos5 installation and
   LIB_DEPENDS on Heimdal port if none is found -
   should address problems with bentoo building as well
 o fixed problem when port wasn't compilable when LDAP
   wasn't chosen and ADS was.

Submitted by:	Timur Bakeyev <timur@gnu.org> (maintainer)
PR:		65237
2004-04-06 11:56:20 +00:00
Mark Linimon
e6beafd1cf Address some oddities on 4.x: work around NSS support missing; the separate
knob for Kerberos is misleading, as it is necessary only for ADS support;
the installation scripts renamed installed binaries to *.old.  Also,
delete the USE_OPENLDAP_VER?= line, it is not only not needed once you
set USE_OPENLDAP=yes, it can positively interfere with LDAP version bumps

PR:		ports/64057
Submitted by:	Timur I. Bakeyev <timur@gnu.org> (maintainer)
Reviewd by:	eik
2004-03-13 10:39:59 +00:00
Oliver Braun
a32749e1a3 Add two new patches and "rename" patch-source_Makefile.in to patch-Makefile.in.
Submitted by:	maintainer
2004-03-05 15:36:00 +00:00
Oliver Braun
bd00fedbb9 * Usage of OPTIONS and config target for GUI configuration tool (PR 50044).
* No(?) hidden dependencies, configuration variables for almost all available
  options, with ability to negate OS defaults (PR 60414).
* Consistent ADS and WINBIND support, with all the necessary pam and nss
  modules, as well as with documentation (PR 50039).
* rcNG startup script, that handles start of winbindd as well (PR 44273).
* CONFIGURE_ENV get PREFIX by default (fixes PR 61636 and PR 60254).
* Better support for hier(7) - suplimentary modules went from etc/ to
  lib/samba/, log files are in /var/log/samba (PR 60254 and PR 62728).
* libsmbclient installs with all necessary symlinks (PR 60994).
* Incorporate fixes to smb.conf.default from PR 60994.
* Clean installation of manpages(no linux staff).
* Various other small fixes.
* Pass Maintainership to "Timur I. Bakeyev <timur@gnu.org>"

Submitted by:	"Timur I. Bakeyev <timur@gnu.org>"
Approved by:	dwcjr (old maintainer)
2004-03-05 14:25:42 +00:00
Oliver Braun
5c7a389470 Upgrade to 3.0.2a.
Submitted by:	maintainer
2004-03-02 14:42:30 +00:00
Jacques Vidrine
67d5bc650f Add patch for password initialization bug.
Obtained from:	Samba CVS
2004-02-12 15:47:11 +00:00
Joe Marcus Clarke
b45959ed9f * Update samba-devel to the last stable version, 3.0.1
* Add a patch so libsmbclient.[ch] doesn't get installed, thus the CONFICTS
  with samba-libsmbclient can be removed

PR:		61445
Submitted by:	Koop Mast <kwm@rainbow-runner.nl>
Approved by:	dwcjr (maintainer)
2004-02-02 18:18:44 +00:00
Oliver Braun
8af6edf436 Add dependency on converters/libiconv.
Submitted by:	maintainer
2003-03-24 19:02:35 +00:00
David W. Chapman Jr.
b1c4f7eeed Update to alpha20 2002-10-11 14:27:00 +00:00
David W. Chapman Jr.
f7388c6313 Update to alpha19 2002-08-21 14:56:55 +00:00
David W. Chapman Jr.
552d116623 Update to Alpha18 2002-08-09 14:43:34 +00:00
David W. Chapman Jr.
f8be381957 Fix cups support.
PR:		36666
Submitted by:	alane@geeksrus.net
2002-04-02 23:42:32 +00:00
David W. Chapman Jr.
e9b78c2bdc Update to a17
Fix openpam build problems

Submitted by:	alfred
2002-03-31 06:38:13 +00:00
David W. Chapman Jr.
8546de2df8 Update pkg-plist with new files
Fix location of manpage installation to also fix package errors
2002-01-19 04:44:01 +00:00
David W. Chapman Jr.
06f89fdeff Patch configure.in to fix krb building problems when not wanting to build krb
Add dependency to AUTOCONF

Submitted by:	petef
2001-12-24 04:50:51 +00:00
David W. Chapman Jr.
cfd27f5f5b Remove unneeded patch so port will build 2001-12-23 07:22:37 +00:00
David W. Chapman Jr.
0b5f271992 Update to 3.0 alpha 8 2001-12-16 19:20:38 +00:00
David W. Chapman Jr.
3f01585109 Update samba to 2.2.2 which includes the winbindd server
Submitted by:	ianjhart@ntlworld.com
2001-10-17 01:39:24 +00:00
David W. Chapman Jr.
d619684901 Patch for CUPS support
PR:		27650
Submitted by:	marcus@marcuscom.com
Reviewed by:	will
2001-06-07 19:19:24 +00:00
Chris D. Faulhaber
959846cd21 Update port to 2.2.0
PR:		26655
Submitted by:	Maintainer
2001-04-18 01:45:11 +00:00
Jun Kuriyama
f48b5a955a Update to alpha3.
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net> (maintainer)
PR:		ports/26045
2001-03-28 13:03:46 +00:00
Maxim Sobolev
2b5485c781 Add samba-devel --> ports/net/samba-devel, repocopied from ports/net/samba.
This port represents unstable, development Samba branch.

PR:		24808
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-02-12 11:02:48 +00:00
Akinori MUSHA
38ffab0121 Update to 2.0.7.
PR:		ports/18266
Submitted by:	Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua>
Approved by:	MAINTAINER
2000-05-06 16:33:02 +00:00
Tatsumi Hosokawa
451e3f5acb Resurrect client codepage coniguration samples that were in 1.9.x port. 2000-03-11 00:06:00 +00:00
Dirk Froemberg
bde2717424 - use the correct path to passwd (/usr/bin/ instead of /bin/)
- adjust "passwd chat" to work with non-NIS-passwd, at least
- reflect above changes in manpage

OK'ed by:	maintainer
2000-02-07 09:46:02 +00:00
Jacques Vidrine
64be183c10 With the upgrade from Kerberos V 1.0 -> 1.1, libcrypto was
renamed to libk5crypto.
1999-10-11 17:24:05 +00:00
Chris Piazza
9994a0349b Add a patch to fix a problem with very low write speeds with
samba on freebsd.

Following is description made by one of the Samba developers:

"The problem is we switched to using recv() with the MSG_WAITALL flag
instead of read(). This makes Samba faster on most systems. On FreeBSD it
 causes a massive slowdown and I don't know why. To fix it, change
 the definition of MSG_WAITALL to be zero in lib/util_sock.c and
 recompile 2.0.5a. I'm hoping someone from FreeBSD will get back to me
 with some explanation. Regards, Jeremy Allison, Samba Team."

This problem where observed by almost all samba-2.0.5a users and typically
 it led to 10-20x decrease in write speed.

PR:		13894
Submitted by:	Maxim Sobolev <sobomax@altavista.net>
1999-09-24 04:29:42 +00:00
Tatsumi Hosokawa
ed243d3c9f Upgraded to samba-2.0.5a. 1999-07-23 06:41:43 +00:00
Tatsumi Hosokawa
ccf3fc7896 PR: ports/8276
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
Samba's WINS database was cleaned during reboot.
1999-07-12 08:38:14 +00:00
SADA Kenji
128e8e2fb0 Fix typo of sampe config file.
Approved by:	maintainer
1999-06-23 15:24:43 +00:00
Tatsumi Hosokawa
5158d682ff PR: ports/9953
Submitted by:	girgen@partitur.se, dirk@FreeBSD.ORG
Changed nawk to awk in script/updatesmbpasswd.sh
1999-02-09 16:24:55 +00:00
Tatsumi Hosokawa
ad02b30974 PR: ports/9953
Reviewed by:	hosokawa@FreeBSD.org
Submitted by:	girgen@partitur.se, dirk@FreeBSD.ORG
1. added --with-lockdir to CONFIGURE_ARGS
2. changed nawk to awk in script/convert_smbpasswd
1999-02-09 15:25:01 +00:00
Tatsumi Hosokawa
d47e624378 upgraded to 2.0.2 1999-02-09 14:06:53 +00:00
Tatsumi Hosokawa
ce1bc62da3 Version up (Samba-2.0.0)
Reviewed by:	Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org>
Submitted by:	Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
1999-01-18 02:34:06 +00:00