Commit Graph

89 Commits

Author SHA1 Message Date
David W. Chapman Jr.
6ea3f6c988 Add WWW tag to pkg-descr 2001-08-18 21:52:13 +00:00
Jimmy Olgeni
174f7b9b3f Remove a line containing a lonely "n" letter, causing make to fail :o) 2001-08-09 21:45:23 +00:00
David W. Chapman Jr.
e5773884f8 Update german samba mirror
Submitted by:	Noel Koethe <noel@koethe.net>
2001-08-09 18:14:46 +00:00
David W. Chapman Jr.
29ad4272f3 Add missing PORTDOCS to pkg-plist
Submitted by:	pat@databits.net
2001-07-10 02:08:57 +00:00
David W. Chapman Jr.
3ff85d2795 Take out GNU_CONFIGURE
PORTDOC police w/ DOCSDIR

PR:		28854
Submitted by:	Patrick Li <pat@databits.net>
2001-07-10 01:23:26 +00:00
David W. Chapman Jr.
24deeed7b5 Security Updates to samba
WWW: http://samba.org/samba/whatsnew/macroexploit.html
2001-06-23 21:17:09 +00:00
David W. Chapman Jr.
1c7668e00f Change maintainer email
Reviewed by:	will
2001-06-08 18:33:07 +00:00
David W. Chapman Jr.
4add485a53 Patch for configure.in for CUPS support
PR:		27650
Submitted by:	marcus@marcuscom.com
Reviewed by:	will
2001-06-07 19:17:42 +00:00
David W. Chapman Jr.
3fbfb552df Bump portrevision and add WITH_CUPS hooks
PR:		27650
Submitted by:	marcus@marcuscom.com
Reviewed by:	will
2001-06-07 19:17:14 +00:00
David E. O'Brien
90eb686abd Use proper POSIX syntax for `chown'. 2001-06-01 06:05:18 +00:00
Peter Pentchev
ea87f8cb4c Remove obsolete maintainer information.
PR:		27531
Submitted by:	maintainer
2001-05-22 16:58:51 +00:00
Peter Pentchev
4ccad02c15 Update to 2.0.9.
PR:		27229
Submitted by:	maintainer
2001-05-09 16:14:18 +00:00
Maxim Sobolev
e4f245f5c9 Update path to the old releases on the MASTER_SITES. 2001-04-18 10:29:59 +00:00
Satoshi Asami
0e3e482224 Revert back to two versions ago after sliding the tag forward. In
addition, put back NO_LATEST_LINK to samba-2.2, you need NO_LATEST_LINK
in one or the other if PORTNAME is the same.
2001-04-18 03:58:37 +00:00
Satoshi Asami
1fcf18296c Temporarily revert to previous version and mark FORBIDDEN -- I need
to slide the tag forward for the release.
2001-04-18 03:53:45 +00:00
Chris D. Faulhaber
1474dd9288 Update port to 2.0.8
PR:		26657
Submitted by:	Maintainer
2001-04-18 01:40:01 +00:00
Doug Barton
41caa65c20 Move maintainership to David Chapman, maintainer of samba-devel, at the
request of current maintainer. Samba 2.2 is about to be -release'ed, and
the current maintainer no longer has time. Do some portlint while I'm here.

Submitted by:	"Tatsumi Hosokawa" <hosokawa@itc.keio.ac.jp>
Approved by:	"David W. Chapman Jr." <dwcjr@inethouston.net>
2001-04-15 19:02:08 +00:00
Jimmy Olgeni
ce07beb68e When converting /etc/passwd, skip comments ($FreeBSD$ line).
Previously, they would end up in private/smbpasswd after being parsed as
users.
2001-03-05 16:03:34 +00:00
Steve Price
cbb27f6982 Silence a couple of warnings that crept in with the commit of patch-a[bc].
PR:		24812
Submitted by:	Matt Emmerton <matt@gsicomp.on.ca>
2001-02-26 04:38:32 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Akinori MUSHA
8bb357038e Add a few entries that were missed out of MAN1 and MAN8.
Submitted by:	bento

Add a trick to generate PLIST which removes
${PREFIX}/private/smbpasswd, on PACKAGE_BUILDING.

Submitted by:	bento
Obtained from:	japanese/samba
2000-08-29 19:54:35 +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
Chris Piazza
93a61d6874 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 18:14:07 +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
Tatsumi Hosokawa
311f488af3 Removed manpages in share/doc/manpages that will be also installed
in share/man.
2000-03-10 20:47:44 +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
Michael Haro
332b0f4a83 remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR:		14759
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-12-24 18:39:48 +00:00
Tatsumi Hosokawa
d61902e6a7 Upgraded to samba-2.0.6 1999-11-17 15:52:12 +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
Peter Wemm
a6c3f62331 $Id$ -> $FreeBSD$ 1999-08-30 14:24:37 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Tatsumi Hosokawa
9663fef70c Actually requires 2.0.5a
Submitted by:	"Oleg V. Volkov" <rover@lglobus.ru>
1999-07-24 00:53:52 +00:00
Tatsumi Hosokawa
ed243d3c9f Upgraded to samba-2.0.5a. 1999-07-23 06:41:43 +00:00
Tatsumi Hosokawa
82ac8bdb52 Added --privatedir option to configure option.
Submitted by:	Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
1999-07-12 08:44:04 +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
Chris Piazza
595fce410f Make samba auto-use Kerberos 5 a la security/ssh
Note: I haven't tested this because I don't use krb5, but I trust
that it works.

PR:		12143
Submitted by:	Walt Howard <howard@ee.utah.edu>
1999-06-29 05:44:21 +00:00
SADA Kenji
128e8e2fb0 Fix typo of sampe config file.
Approved by:	maintainer
1999-06-23 15:24:43 +00:00
Jun Kuriyama
4847085f29 Use make_smbpasswd, not mksmbpasswd.sh. 1999-06-15 14:32:21 +00:00
Justin M. Seger
d04f750efd Upgrade to 2.0.4b
Submitted by:	Palle Girgensohn <girgen@partitur.se>
PR:		ports/11877
1999-06-04 01:44:54 +00:00
Satoshi Asami
0c3e5b018e Misc. PLIST cleanups.
Submitted by:	Jeremy Lea <reg@shale.csir.co.za>
1999-05-12 11:19:22 +00:00
Tatsumi Hosokawa
6d272ef8b9 smbrun does not compiled. 1999-05-03 01:54:02 +00:00
Tatsumi Hosokawa
95f34b4756 PR: ports/10404
Submitted by:	girgen@partitur.se
Samba PLIST was not up to date.
1999-03-09 07:38:05 +00:00
Tatsumi Hosokawa
68169bb87b upgraded to 2.0.3 1999-03-03 15:48:34 +00:00
Tatsumi Hosokawa
7937664f66 added mirror sites. 1999-02-10 00:26:02 +00:00
Tatsumi Hosokawa
9ade161339 tarball was remade. 1999-02-10 00:13:54 +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
788dc90e45 Upgraded to 2.0.2 1999-02-09 14:00:25 +00:00