aboutsummaryrefslogtreecommitdiffstats
path: root/net/samba
Commit message (Collapse)AuthorAgeFilesLines
* change the libtool version to use from 1.3 to 1.5oliver2005-06-031-1/+1
|
* - fix generated plist to preserve secrets.tdbdinoex2004-10-191-1/+1
| | | | | this affects only deinstallation, no version bump. PR: 72188
* - add option WITH_INCLUDED_POPTdinoex2004-10-042-4/+7
| | | | | | | | | | Submitted by: Victor Sudakov - Security Update to 2.2.12 CAN-2004-0815 PR: 72199 Submitted by: Dmitry A Grigorovich Approved by: portmgr (marcus)
* - make portlint happierdinoex2004-09-032-256/+255
| | | | - use DOCSDIR and EXAMPLESDIR
* - workaround "Change Passwort" GID problemdinoex2004-08-182-0/+16
| | | | | PR: 52859, 60361 Submitted by: Jean Milanez Melo
* - Update to 2.2.11pav2004-08-162-3/+3
| | | | | PR: ports/70450 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
* Update jail patch for Samba 2.2.10.anders2004-08-102-3/+3
|
* Update to 2.2.10 (bugfix release)sem2004-07-242-5/+5
| | | | | PR: ports/69528 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
* Mark FORBIDDEN.trhodes2004-07-221-1/+1
|
* Add the new one knob WITH_BROWSING_HACKS.osa2004-07-222-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | - New configuration options: allow workgroups/deny workgroups. When samba is a local master on subnet these options allow you to restrict list of available workgroup names in "Network Neighbourhood". Options accept a list of names. - New configuration options: allow master/deny masters. When samba is running as a WINS server these options allow you to restrict registering of particular IP addresses as group masters. Options accept same arguments as "allow hosts". - New configuration option: workgroups. This allows you to be a member (and thus a master browser!) of multiple workgroups. - New configuration option: force local master. Allows to ignore Windows NT PDC attempts to claim master browser name on subnet. This is violation of standard, but is useful. - All registered NetBIOS names must be isprint(). Do not bump PORTREVISION, because new features show up only if WITH_BROWSING_HACKS is defined in compile-time. Submitted by: glebius
* - Teach rpcclient to recognize parameters in -c <command> correctly, ie.:pav2004-05-252-0/+25
| | | | | | | rpcclient -c "shutdown -r" <host> PR: ports/66746 Submitted by: Rudolf Cejka <cejkar@fit.vutbr.cz>
* Fix permissions of examples/VFS/configure.obraun2004-05-131-0/+1
| | | | Reported by: many
* use USE_OPENLDAPeik2004-05-121-1/+1
| | | | Submitted by: Meno Abels <meno.abels@adviser.com>
* Upgrade to 2.2.9.obraun2004-05-123-6/+3
| | | | Pointed out by: dwcjr
* Tidy up whitespace.trevor2004-04-111-8/+8
|
* . Fix browsing of DFS links by Windows XP and Windows 2003 clients.glewis2004-04-012-1/+14
| | | | | PR: 64996 Submitted by: Dmitry A Grigorovich <odip@bionet.nsc.ru>
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-2/+2
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Add MASTER_SITE_SAMBA for samba official mirrors.osa2004-03-111-3/+1
| | | | | | | Utilize MASTER_SITE_SAMBA for SMB-specific ports. Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> PR: 63861
* With my portmgr hat on, reset the maintainer of samba[-devel] to ports@.marcus2004-03-041-1/+1
| | | | | | David has not committed to these ports since 2002/12/15, and there are some updates pending. This is inline with the new maintainer timeout policy as speleed out in the Porter's Handbook.
* Update the jail patch so that it works again. The script that finds theanders2004-02-272-2/+4
| | | | jail IP was not being run when it was supposed to.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* Register a LIB_DEPENDS on libpopt. To quote the PR:petef2003-12-221-0/+2
| | | | | | | | | | | Samba's ./configure will automatically pull in the system popt if popt is installed when Samba (as port) is compiled, without registering it as a dependency. This means popt can later be removed without complaint, but this may break Samba. PR: 59990 Submitted by: Matthias Andree <matthias.andree@gmx.de> Approved by: maintainer
* List conflicts among japanese/linux-JM, japanese/samba,trevor2003-11-261-0/+2
| | | | | | | | | | | net/samba-devel, net/samba-libsmbclient and net/samba ports. PR: 59599 Submitted by: Koop Mast (net/samba-libsmbclient maintainer) with changes by eik Approved by: dwcjr (net/samba-devel and net/samba maintainer), NAKAJI Hiroyuki (japanese/samba maintainer), and portmgr (5.2 freeze)
* Add WITH_JAIL knob to allow Samba to run in jail(2).anders2003-11-092-0/+10
| | | | | | | | | | The patch was originally created by Gerhard Sittig <Gerhard.Sittig@gmx.net>. Updated and portsified by me. This still needs a little work, but at least it works. PR: 22316 Approved by: maintainer
* - change spaces for tabs in Makefile (portlint complaint)obraun2003-08-252-3/+3
| | | | | | | | - add 'samba' to configuration dialog title PR: ports/55920 Submitted by: Lars Thegler <lars@thegler.dk> Approved by: maintainer
* Fix non-default dependency on openldap2[012] which is broken by splitting.kuriyama2003-08-151-1/+1
| | | | | # I'm not bumped port revision of them because this should not affect # packages built on bento...
* Pass LIBTOOL=${LIBTOOL} to post-build target.obraun2003-07-121-1/+1
| | | | | Submitted by: Scot W. Hetzel <hetzels@westbend.net> Approved by: maintainer
* Unbreak for FreeBSD 5.x prior to addition of NSS module supportnectar2003-04-211-0/+2
| | | | | | (500000 <= __FreeBSD_version < 500112). Reported by: dannyboy
* Add WITH_WINBIND_NSS knob, which will cause nss_winbind to be installed.nectar2003-04-174-13/+107
| | | | | Currently only the getpwent(3) and getgrent(3) family of functions are supported.
* Update 2.2.8 -> 2.2.8a.nectar2003-04-077-79/+2
| | | | Submitted by: dwcjr (MAINTAINER)
* Add patch to correct remote root vulnerability.nectar2003-04-076-1/+77
| | | | This vulnerability is being exploited in the wild.
* Fix building with Winbind under 5.0.obraun2003-04-032-0/+20
| | | | | | PR: ports/50519 Submitted by: Sergey A.Osokin <osa@FreeBSD.org.ru> Approved by: maintainer
* Fix last commit (WITH_WINBIND).obraun2003-03-252-8/+8
| | | | | | PR: ports/50264 Submitted by: KT Sin <ktsin@acm.org> Approved by: maintainer
* Fix pkg-plist for WITH_WINBIND_AUTH_CHALLENGE and WITH_WINBIND.obraun2003-03-242-1/+9
| | | | | | PR: ports/50112 Submitted by: gshapiro Approved by: maintainer
* Update to 2.2.8, which was released today with this note on thetrevor2003-03-162-5/+2
| | | | | | | | | | | | | | | | | | | Samba Web site: A flaw has been detected in the Samba main smbd code which could allow an external attacker to remotely and anonymously gain Super User (root) privileges on a server running a Samba server. This flaw exists in previous versions of Samba from 2.0.x to 2.2.7a inclusive. This is a serious problem and all sites should either upgrade to Samba 2.2.8 immediately or prohibit access to TCP ports 139 and 445. I tested this in the same environment as before. This should be fetchable too. Requested by: dwcjr (maintainer) pointy hat to: my collection
* Add a set of patches which update this --except the PDF documentation--trevor2003-03-153-6/+8
| | | | | | | | | | | | to the SAMBA_2_2 (stable) CVS branch as of around 20:35 GMT on 14 March. Although the Samba authors say they don't consider this production-quality, it has corrections for several bugs. testing: built with all options except ACLs and LDAP on 4.8-RC-20030311-JPSNAP/i386; ran as a PDC and file-server with NT 4.0 SP6a and Windows 98 SE as clients Approved by: dwcjr (maintainer), kris (ports freeze by portmgr)
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Allow overriding of SAMBA_LOGDIR, SAMBA_PRIVATE, SAMBA_CONFDIR, andobraun2003-02-251-4/+4
| | | | | | SAMBA_VFSDIR. Submitted by: maintainer
* Point dependencies on net/openldap2 to net/openldap20edwin2003-02-241-1/+1
|
* Samba 2.2.7 still thinks 5-CURRENT is a sysV box because we haveobrien2003-02-191-0/+7
| | | | | | | sys/statvfs.h. So we hit Samba harder over the head to realize BSD ain't SYSV. Approved by: dwcjr
* Fix the option passed to the vfs recycle-module in smb.conf.default,netchild2003-02-073-2/+5
| | | | | | | | it now takes a config file rather than directly specifying the desired options. Install a sample recycle.conf.default in LOCALBASE/etc. Submitted by: marius@alchemy.franken.de Approved by: maintainer
* o Respect CFLAGS.clive2003-01-023-0/+21
| | | | | | | | o Add a message telling users to take out -O from their CFLAGS and recompile/reinstall samba if they encounter problems. PR: ports/45691 Approved by: dwcjr (MAINTAINER)
* Update to 2.2.7a to fix large file supportdwcjr2002-12-123-50/+2
| | | | | | Remove now unneeded local patch for correct detection of FreeBSD Approved by: portmgr
* Add some more MASTER_SITESdwcjr2002-11-241-1/+3
|
* Fix configure over NFS by using /tmp to check for lockingdwcjr2002-11-211-0/+2
| | | | Submitted by: martijn@smartie.xs4all.nl
* Update to 2.2.7 which is mostly a security release, but fixes other minor bugs.dwcjr2002-11-202-3/+3
|
* Disable cups in configure when not wanting cupsdwcjr2002-10-311-0/+2
| | | | | PR: 44568 Submitted by: Vivek Khera <khera@kcilink.com>
* Fix detection of SYSV(we are not SYSV) so that things like printingdwcjr2002-10-221-0/+48
| | | | | | | and DSO support works on -current once again. Noticed by: obrien Submitted by: jelmer@samba.org
* Update to the well anticipated samba 2.2.6.dwcjr2002-10-172-3/+3
|
* Update to rc4dwcjr2002-10-163-4/+13
| | | | make rc startup file respect PREFIX
* Update to rc3dwcjr2002-10-143-3/+3
| | | | | | Fix package building when VFS isn't selected Noticed by: Neil Darlow
* Update to 2.2.6 RC2dwcjr2002-10-116-63/+19
| | | | Fix VFS problems with PORT:checking for VFS options before Makefile.inc included
* Remove s/nawk/awk/ patch for password conversion scriptdwcjr2002-09-204-22/+12
| | | | | | | | Remove patch to define SMBRUN since the external smbrun program has been axed Add patch to fix smbclient bug when connecting to win9x machines Submitted by: jerry@samba.org
* Do not patch OpenBSD section now that FreeBSD has a section indwcjr2002-09-121-6/+6
| | | | | | configure.in for VFS module building Submitted by: jmurdock@itraktech.com
* Update to pre2dwcjr2002-08-313-2/+6
|
* Add findsmbdwcjr2002-08-301-0/+1
| | | | Submitted by: Neil Darlow <neil@darlow.co.uk>
* Add smbspool to pkg-plistdwcjr2002-08-281-0/+1
| | | | Noticed by: Chris Wasser <cwasser@shaw.ca>
* Update to 2.2.6pre1dwcjr2002-08-093-10/+17
|
* Fix MASTER_SITEdwcjr2002-07-271-3/+1
| | | | Submitted by: Alex Vasylenko <lxv@omut.org>
* Add hooks for winbinddwcjr2002-07-112-1/+17
| | | | Submitted by: jmurdock@itraktech.com
* Fix broken verbage for acl on -stabledwcjr2002-07-091-1/+1
|
* Fix so it will work with pam_winbindddwcjr2002-07-061-0/+9
| | | | Submitted by: jerry_murdock@yahoo.com
* Fix VFS modules with DYNEXP settingsdwcjr2002-06-271-1/+3
| | | | BUMP PORTREVISION
* Fix dependencies when installing samba on a fresh installdwcjr2002-06-221-5/+5
| | | | | | Bump PORTREVISION Submitted by: gregp@blackened.net
* Fix building for VFS modules, prelease leftover config.cache and Idwcjr2002-06-211-1/+1
| | | | | had to delete it for it to detect us properly, that file doesn't exist anymore
* Fix pkg-plist after version bump.alane2002-06-202-8/+4
| | | | | | | | | | Bump PORTREVISION to 1. Remove a stray object file if it exists, prior to installing examples. This patch is not guaranteed to be perfect for all permutations of WITH_* options. However, it works for the default case. Submitted by: alane@freebsd.org Approved by: dwcjr@freebsd.org
* Update to 2.2.5dwcjr2002-06-203-11/+9
|
* Fix pkg-plist.alane2002-06-182-5/+59
| | | | | | | | | Bump PORTREVISION. Done on authority of maintainer. PR: ports/39450 Submitted by: alane Approved by: dwcjr
* Fix LDAP linkingdwcjr2002-06-181-3/+12
| | | | Noticed by: sroberts@dsl.pipex.com
* Fix package building as well as vfs module installationdwcjr2002-06-182-8/+13
| | | | | | | There are still more files that bento will complain about, but I don't have time to fix that immediately Noticed by: Udo.Schweigert@siemens.com
* Update to 2.2.5 pre 1dwcjr2002-06-176-113/+7
| | | | Pretty soon 2.2.5 will be released and 2_2 will go into maintenance mode
* The configuration script would not work if WRKDIRPREFIX was set.olgeni2002-06-111-0/+1
| | | | | Submitted by: Rolandas Naujikas <rolnas@takas.lt> Approved by: dwcjr
* Add missing plist filedwcjr2002-06-101-0/+1
| | | | | PR: 39083 Submitted by: gshapiro+freebsd-gnats@gshapiro.net
* Fix quota hookdwcjr2002-06-101-1/+1
| | | | Submitted by: andre.albsmeier@mchp.siemens.de
* Add recycle and audit hooks to menu systemdwcjr2002-06-051-1/+9
| | | | Submitted by: KLong@southlandInd.com
* Remove krb5 from menu as it requires a pathdwcjr2002-05-291-4/+0
| | | | Submitted by: neil@darlow.co.uk
* Add menu support to sambadwcjr2002-05-292-0/+106
| | | | Submitted by: weisswange@liwing.de, rehsack@liwing.de
* Install audit VFS module.dwcjr2002-05-131-2/+2
| | | | Submitted by: marius@alchemy.franken.de
* Fix ldap optiondwcjr2002-05-111-1/+1
| | | | Submitted by: rolnas@takas.lt
* Fix logbase once againdwcjr2002-05-111-1/+1
| | | | Pointed out by: neil@darlow.co.uk
* Add missing VFS patchesdwcjr2002-05-102-0/+51
|
* Re-enable recycle bin supportdwcjr2002-05-109-23/+119
| | | | | | | | | Update default smb.conf to deal with new parameters Fix VFS bug in samba Rename patch to avoid confusion PR: 37888 Submitted by: hetzels@westbend.net
* Update to 2.2.4dwcjr2002-05-077-101/+20
|
* Add knob for utmp, msdfs and quotadwcjr2002-04-291-0/+12
| | | | Submitted by: l.ertl@univie.ac.at
* Fix SSL case: -with-ssl-{inc,lib} --> -with-ssl{inc,lib}ade2002-04-021-1/+1
| | | | Approved by: maintainer
* Fix ssldwcjr2002-04-011-10/+20
| | | | | | | | | Add missing man page Fix package creation Fix printing when using package PR: 36161, 36318, 36226 Submitted by: skv@freebsd.org, hswacm.org@generalresources.com, gshapiro+gnats@freebsd.org
* Fix ssl configure argdwcjr2002-03-181-1/+1
| | | | Submitted by: tom@linden.homeunix.net
* Fix typo in ldap's lib_dependdwcjr2002-03-151-2/+2
| | | | | | Allow cups to work with ldap Submitted by: rolnas@takas.lt
* Fix ldap supportdwcjr2002-03-142-3/+20
| | | | | | | Add SSL support Add Syslog support Submitted by: U.Drolshagen@t-online.de, rehsack@liwing.de, rolnas@takas.lt
* Add support for ldap via openldap 2dwcjr2002-03-131-0/+7
| | | | Submitted by: Robin_Blanchard@gactr.uga.edu
* Update recycle bin patches to latest versiondwcjr2002-02-092-4/+4
| | | | Submitted by: neil@darlow.co.uk, delta@lackas.net
* Update to 2.2.3adwcjr2002-02-082-7/+9
| | | | | | | Finally settle on a fix for CUPS dependency PR: 34683 Submitted by: maintainer, ports@geeksrus.net
* Update to 2.2.3dwcjr2002-02-034-22/+12
|
* Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-3/+3
| | | | | | the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
* Fix checksum for recycle bin patchdwcjr2002-01-271-1/+1
| | | | | PR: 34271 Submitted by: martijn@pacno.net
* Only depend on cups if WITH_CUPS knob useddwcjr2002-01-191-0/+2
| | | | Pointed out by: neil@darlow.co.uk
* Fix once and for all cups support in postfix.dwcjr2002-01-183-53/+21
| | | | | | | | Add BSD printing support to samba and default it to /etc/printcap Bump PORTREVISION PR: 33803 Submitted by: ports@geeksrus.net
* Make depend on cups-base instead of cups for cups supportdwcjr2002-01-111-1/+1
| | | | | PR: 33777 Submitted by: ports@geeksrus.net
* Make samba depends on cups instead of cups-base because it might needdwcjr2001-12-231-1/+1
| | | | | | lpr Submitted by: marcus@marcuscom.com
* Make samba depend on cups-base instead of cupsdwcjr2001-12-231-2/+2
| | | | Submitted by: jah4007@cs.rit.edu
* Remove empty patchesdwcjr2001-12-183-0/+0
| | | | Submitted by: olgeni@uli.it
* Update to 2.2.2 to make room for 3.0 in samba-develdwcjr2001-12-1715-213/+242
|
* Add WWW tag to pkg-descrdwcjr2001-08-191-0/+2
|
* Remove a line containing a lonely "n" letter, causing make to fail :o)olgeni2001-08-101-1/+1
|
* Update german samba mirrordwcjr2001-08-101-2/+2
| | | | Submitted by: Noel Koethe <noel@koethe.net>
* Add missing PORTDOCS to pkg-plistdwcjr2001-07-101-5/+5
| | | | Submitted by: pat@databits.net
* Take out GNU_CONFIGUREdwcjr2001-07-102-217/+214
| | | | | | | PORTDOC police w/ DOCSDIR PR: 28854 Submitted by: Patrick Li <pat@databits.net>
* Security Updates to sambadwcjr2001-06-242-3/+2
| | | | WWW: http://samba.org/samba/whatsnew/macroexploit.html
* Change maintainer emaildwcjr2001-06-091-1/+1
| | | | Reviewed by: will
* Patch for configure.in for CUPS supportdwcjr2001-06-081-4/+36
| | | | | | PR: 27650 Submitted by: marcus@marcuscom.com Reviewed by: will
* Bump portrevision and add WITH_CUPS hooksdwcjr2001-06-081-0/+11
| | | | | | PR: 27650 Submitted by: marcus@marcuscom.com Reviewed by: will
* Use proper POSIX syntax for `chown'.obrien2001-06-011-2/+2
|
* Remove obsolete maintainer information.roam2001-05-231-2/+0
| | | | | PR: 27531 Submitted by: maintainer
* Update to 2.0.9.roam2001-05-102-2/+2
| | | | | PR: 27229 Submitted by: maintainer
* Update path to the old releases on the MASTER_SITES.sobomax2001-04-181-1/+1
|
* Revert back to two versions ago after sliding the tag forward. Inasami2001-04-181-9/+8
| | | | | 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.
* Temporarily revert to previous version and mark FORBIDDEN -- I needasami2001-04-181-8/+9
| | | | to slide the tag forward for the release.
* Update port to 2.0.8jedgar2001-04-182-8/+9
| | | | | PR: 26657 Submitted by: Maintainer
* Move maintainership to David Chapman, maintainer of samba-devel, at thedougb2001-04-161-3/+3
| | | | | | | | 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>
* When converting /etc/passwd, skip comments ($FreeBSD$ line).olgeni2001-03-062-2/+2
| | | | | Previously, they would end up in private/smbpasswd after being parsed as users.
* Silence a couple of warnings that crept in with the commit of patch-a[bc].steve2001-02-261-0/+10
| | | | | PR: 24812 Submitted by: Matt Emmerton <matt@gsicomp.on.ca>
* Goodbye, YEAR2000. Hello, 2001.will2001-01-011-2/+0
| | | | Approved by: asami
* Add a few entries that were missed out of MAN1 and MAN8.knu2000-08-302-3/+10
| | | | | | | | | | Submitted by: bento Add a trick to generate PLIST which removes ${PREFIX}/private/smbpasswd, on PACKAGE_BUILDING. Submitted by: bento Obtained from: japanese/samba
* Update to 2.0.7.knu2000-05-075-29/+216
| | | | | | PR: ports/18266 Submitted by: Anton N. Breusov <antonz@library.ntu-kpi.kiev.ua> Approved by: MAINTAINER
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-101-3/+2
|
* Resurrect client codepage coniguration samples that were in 1.9.x port.hosokawa2000-03-111-0/+33
|
* Removed manpages in share/doc/manpages that will be also installedhosokawa2000-03-112-23/+1
| | | | in share/man.
* - use the correct path to passwd (/usr/bin/ instead of /bin/)dirk2000-02-072-3/+22
| | | | | | | - adjust "passwd chat" to work with non-NIS-passwd, at least - reflect above changes in manpage OK'ed by: maintainer
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-251-1/+1
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Upgraded to samba-2.0.6hosokawa1999-11-173-6/+20
|
* With the upgrade from Kerberos V 1.0 -> 1.1, libcrypto wasnectar1999-10-121-0/+11
| | | | renamed to libk5crypto.
* Add a patch to fix a problem with very low write speeds withcpiazza1999-09-241-0/+12
| | | | | | | | | | | | | | | | | | | 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>
* $Id$ -> $FreeBSD$peter1999-08-301-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-231-8/+8
| | | | chown -> ${CHOWN}
* Actually requires 2.0.5ahosokawa1999-07-241-2/+2
| | | | Submitted by: "Oleg V. Volkov" <rover@lglobus.ru>
* Upgraded to samba-2.0.5a.hosokawa1999-07-234-8/+8
|
* Added --privatedir option to configure option.hosokawa1999-07-121-2/+2
| | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
* PR: ports/8276hosokawa1999-07-121-0/+20
| | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> Samba's WINS database was cleaned during reboot.
* Make samba auto-use Kerberos 5 a la security/sshcpiazza1999-06-291-1/+5
| | | | | | | | 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>
* Fix typo of sampe config file.sada1999-06-231-11/+11
| | | | Approved by: maintainer
* Use make_smbpasswd, not mksmbpasswd.sh.kuriyama1999-06-151-1/+1
|
* Upgrade to 2.0.4bjseger1999-06-043-6/+14
| | | | | Submitted by: Palle Girgensohn <girgen@partitur.se> PR: ports/11877
* Misc. PLIST cleanups.asami1999-05-121-1/+4
| | | | Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* smbrun does not compiled.hosokawa1999-05-031-1/+0
|
* PR: ports/10404hosokawa1999-03-091-0/+3
| | | | | Submitted by: girgen@partitur.se Samba PLIST was not up to date.
* upgraded to 2.0.3hosokawa1999-03-032-5/+5
|
* added mirror sites.hosokawa1999-02-101-2/+6
|
* tarball was remade.hosokawa1999-02-101-1/+1
|
* PR: ports/9953hosokawa1999-02-101-0/+9
| | | | | Submitted by: girgen@partitur.se, dirk@FreeBSD.ORG Changed nawk to awk in script/updatesmbpasswd.sh
* PR: ports/9953hosokawa1999-02-092-4/+17
| | | | | | | 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
* upgraded to 2.0.2hosokawa1999-02-094-65/+122
|
* Upgraded to 2.0.2hosokawa1999-02-091-10/+13
|
* Add one more MASTER_SITE.foxfair1999-01-181-2/+3
|
* Version up (Samba-2.0.0)hosokawa1999-01-188-252/+301
| | | | | Reviewed by: Tatsumi Hosokawa <hosokawa@jp.FreeBSD.org> Submitted by: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
* Add Y2K= linksscrappy1999-01-131-1/+3
|
* Updated to samba-1.9.18p10.hosokawa1998-08-282-4/+4
|
* This netted the largest set of mis-installed manpages, yet!hoek1998-08-191-12/+0
|
* updated to samba-1.9.18p8.hosokawa1998-06-164-4/+12
|
* I forgot to modify smb.conf.default for FreeBSD port.hosokawa1998-06-151-2/+2
|
* smbpasswd of current version shouldn't be setuid'ed to root.hosokawa1998-05-221-2/+2
|
* updated to samba-1.9.18p7hosokawa1998-05-143-8/+4
|
* Upgraded to samba-1.9.18p6hosokawa1998-05-124-10/+42
|
* updated to 1.9.18p4hosokawa1998-04-112-4/+4
|
* Submitted by: stephen farrell <sfarrell@healthquiz.com>, Simon Lindgren ↵hosokawa1998-02-191-0/+14
| | | | | | <simon@lindgren.no>, Jerry Bell <bell@reillyplating.com> Added smb.conf performance workaround as comments.
* added a note for Chinese users (about chinese/samba port)hosokawa1998-02-191-8/+8
|
* updated to samba-1.9.18p3.hosokawa1998-02-193-7/+30
|
* Upgrade to 1.9.18.2.jfieber1998-01-273-4/+5
| | | | | Fixes a deadlock in the new oplock code, and assorted other tweaks.
* - document that chinese windows support is yet to be merged.itojun1998-01-222-8/+10
| | | | | | | (use ports/chinese/samba{,-des}) - fix trouble with MD5 password Submitted by: hosokawa
* original distribution updated. 1.9.18 -> 1.9.18p1itojun1998-01-142-4/+4
| | | | Submitted by: hosokawa
* samba updated to 1.9.18.itojun1998-01-099-65/+416
| | | | Submitted by: hosokawa
* The maintainer submitted files for the Japanese version of samba.max1997-10-291-1/+1
| | | | | | Although it won't cause any problem as long as English and Japanese are used for file names, it will be some problem if other languages are used. So fix that problem.
* Remove ``ja-'' from the front of the PKGNAME.max1997-10-231-2/+2
|
* Remove japanese from the CATEGORIES.max1997-10-231-2/+2
|
* Upgrade, 1.9.15P8 -> 1.9.17P4.max1997-10-235-32/+114
| | | | | | | | | | | Closes part 1/2 of This modification includes: * Install docs to share/doc/samba. * Install sample config files. Also, please note that the maintainer is now hosokawa@jp.freebsd.org. PR: 4830 Submitted by: hosokawa@jp.freebsd.org
* Remove myself from maintainergpalmer1997-10-231-2/+2
|
* Update to Samba 1.9.17p2 -pst1997-09-274-21/+39
| | | | | - fixes root compromise security problem - WINS service and browsing across subnets now works too!
* upgrade to 1.9.16p11pst1997-03-054-144/+71
|
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-17/+8
|
* One more thing moved to sbin.asami1996-08-061-1/+1
| | | | Forgotten by: pst :p
* Update package list to match new organizationpst1996-08-051-11/+11
|
* Make Samba follow the freebsd /usr/local directory hierarchy properly.pst1996-07-251-15/+105
| | | | | | | Logs go to /var/log, configuration files in /usr/local/etc, binaries in /usr/local/bin and /usr/local/sbin. Reviewed by: gpalmer (a long time ago)
* Update to 1.9.15p8gpalmer1996-03-013-4/+6
|
* Upgrade to Samba 1.9.15p6pst1995-12-112-3/+3
|
* Change "networking" to "net".asami1995-11-271-2/+2
|
* Update 1.9.13 to 1.9.14gpalmer1995-10-064-31/+23
| | | | Submitted by: Juergen Lock <nox@jelal.hb.north.de>
* Upgrade, 1.9.11 -> 1.9.13.asami1995-05-032-4/+4
|
* Update of net Makefiles! Am I done? :)asami1995-04-151-2/+3
|
* Upgrade to 1.9.11, add package files.gpalmer1995-04-106-10/+38
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Upgrade to 1.9.08gpalmer1995-03-283-16/+17
|
* Samba - the client/server for SMB to allow PC clients to access Unixgpalmer1995-02-123-0/+90
resouces and vice-versa