summaryrefslogtreecommitdiff
path: root/net/samba
AgeCommit message (Collapse)AuthorFilesLines
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-3/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-04-09Make the ${SAMBA_PRIVATE} directory owned by root, rather thanagc1-2/+2
${BINOWN}, for backwards compatibility, as suggested by Manuel (group ownership doesn't matter, since the directory is mode 700).
1999-04-07Change ${CHOWN} bin:bin to ${CHOWN} ${BINOWN}:${BINGRP}; pointed outbouyer1-2/+2
by Alistair G. Crooks.
1999-04-07Make this work on Solaris.agc1-7/+7
s/chown/${CHOWN}/g s/chmod/${CHMOD}/g s/root:wheel/${BINOWN}:${BINGRP}/g
1999-03-29Update to samba 2.0.3.bouyer3-6/+8
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-18Samba 1.9.18 is dead, upgrade to samba 2.0.2.bouyer6-426/+382
1999-01-29Make this conflict with sanba 2.*bouyer1-2/+2
1999-01-09Get rid of obsolete chown(8) operand usage.kleink2-5/+5
1998-11-27samba doesn't require (and doesn't want) smbpasswd to be setuid anymoredrochner1-3/+1
1998-11-27Add conflict with samba-1.9.18p8 and samba-2.0.0beta2bouyer1-1/+3
1998-10-28Include bsd.prefs.mk earlier, so that SAMBA_ETCDIR and SAMBA_PRIVATE canagc1-17/+18
be set in /etc/mk.conf. Use ${SED}, rather than sed. Minor formatting changes.
1998-09-24'mkdir -p', not 'mkdir'.bouyer1-2/+2
1998-09-04Update to samba-1.9.18p10.bad6-71/+76
While here clean up the package somewhat: - Remove confusion about where the SAMBA_PRIVATE directory is. - Don't gratitously create yet another world writeable directory. - Don't use $PREFIX as the WEB_ROOT, use the htdocs directory from the Apache pkg instead. - Enable use of netgroups, checking of disk quotas and the password changing feature. - Use /var/run/samba for runtime status files. - Always install the example startup file. - Misc. minor modification for better maintainability.
1998-08-20The Grand Homepagification:tsarna1-2/+3
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-09The password file for samba cannot generally be share between machines,kim2-12/+17
so place it in /etc/samba/private. Other machine dependent files (e.g. the printer defs) go now into /etc/samba by default.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc3-0/+5
1998-06-22Update package Makefiles for automatic manual page handling.agc1-6/+1
1998-06-17Update to 1.9.18p8.bouyer5-38/+31
1998-06-04Upgrade to samba version 1.9.18p7, from Ty Sarna in PR pkg/5529.agc4-14/+29
1998-06-03Include bsd.prefs.mk so that variables can be set in /etc/mk.confagc1-1/+3
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-02-25- add missing bin/mksmbpasswd.sh and lib/codepages/codepage.866, pointedfrueauf1-24/+26
out by Matthias Scheler - add .gz extension to manpags
1998-02-21adjust for samba-1.9.18p3. Fixes pr 5033 by Lennart Augustsson.frueauf1-1/+1
1998-02-21samba is at version 1.9.18p3 now. Fixes pr 5033 by Lennart Augustsson.frueauf1-3/+3
1998-01-28Delete erroneous patch. (from Ty Sarna)agc1-15/+0
1998-01-13Upgrade to samba version 1.9.18p1, to avoid a possible data lossagc2-4/+4
problem, as reported by Scott reynolds in PR pkg/4809
1998-01-12Additional patches for 1.9.18 from Ty Sarna (tsarna@endicor.com)agc2-0/+151
1998-01-12Update to version 1.9.18, from Ty Sarna (tsarna@endicor.com).agc5-50/+105
This version unites the samba and the uncommitted samba-des packages, as it includes a "castrated" DES implementation that is only usable as a hash function. Some very minor typos in the description file corrected by myself.
1997-12-24Clean up a sed command, and lose two inappropriate and duplicateagc1-5/+3
Makefile definitions in the process.
1997-12-24Add NetBSD RCS Ids.agc2-0/+2
1997-12-24Initial import of samba, from FreeBSD, into the NetBSD packagesagc7-0/+403
collection, thanks to Ty Sarna (tsarna@endicor.com), and addresses the first part of PR pkg/4746. The Samba software suite is a collection of programs that implements the SMB protocol for UNIX systems.