summaryrefslogtreecommitdiff
path: root/net/samba3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix build of the slave port net/samba-libsmbclient in the caseAde Lovett2006-02-221-2/+2
| | | | | | | | where WRKDIRPREFIX is set. PR: 93626 Submitted by: NIIMI Satoshi <sa2c@sa2c.net> Approved by: maintainer
* Update to 3.0.21bTom McLaughlin2006-02-193-75/+39
| | | | | | | | | | - Server crashes in smbd. - Compile issues on 64-bit platforms. - Crash bugs on big-endian systems. - Over 30 bugzilla reports closed. PR: 93552 Submitted by: maintainer
* - Update to 3.0.21aSergey Matveychuk2006-01-0911-51/+340
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Common bugs fixed in 3.0.21 include: o Missing groups in a user's token when logging in via kerberos o Incompatibilities with newer MS Windows hotfixes and embedded OS platforms o Portability and crash bugs. o Performance issues in winbindd. New features introduced in Samba 3.0.21 include: o Complete NTLMv2 support by consolidating authentication mechanism used at the CIFS and RPC layers. o The capability to manage Unix services using the Win32 Service Control API. o The capability to view external Unix log files via the Microsoft Event Viewer. o New libmsrpc share library for application developers. o Rewrite of CIFS oplock implementation. o Performance Counter external daemon. o Winbindd auto-detection query methods when communicating with a domain controller. o The ability to enumerate long share names in libsmbclient applications. PR: ports/91528 Submitted by: Timur I. Bakeyev (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 3.0.20bSergey Matveychuk2005-10-163-5/+6
| | | | | | | | | | | | | | Changes: o A crash bug in winbindd o Reporting files as read-only instead of returning the correct error code of "access denied" o File system quota support defects o Stability problems with winbindd. o Crash bugs caused by incompatibilities on 64-bit systems. o User Manager interoperability problems. PR: ports/87517 Submitted by: maintainer
* Update to 3.0.20.Vsevolod Stakhov2005-09-1113-946/+498
| | | | | | | | | | | | | | | | | | | | | | | | | | Additional features introduced in Samba 3.0.20 include: o Support for several new Win32 rpc pipes. o Improved support for OS/2 clients. o New 'net rpc service' tool for managing Win32 services. o Capability to set the owner on new files and directory based on the parent's ownership. o Experimental, asynchronous IO file serving support. o Completed Support for Microsoft Print Migrator. o New Winbind IDmap plugin (ad) for retrieving uid and gid from AD servers which maintain the SFU user and group attributes. o Rewritten support for POSIX pathnames when utilizing the Linux CIFS fs client. o New asynchronous winbindd. o Support for Microsoft Print Migrator. o New Windows NT registry file I/O library. o New user right (SeTakeOwnershipPrivilege) added. o New "net share migrate" options. PR: 85276 Submitted by: Timur I. Bakeyev (maintainer) Approved by: perky (mentor)
* - Unbreak net/samba3 and japanese/samba3 on 7-current.Jun Kuriyama2005-07-202-14/+36
| | | | | | - Portability changes for 4.x. Submitted by: maintainer
* - Turn off ADS in samba-libsmbclient when PACKAGE_BUILDING. Proper fix willPav Lucistnik2005-04-221-1/+1
| | | | | | be conjured by maintainer later. Reported by: krismail
* - Update to 3.0.14aPav Lucistnik2005-04-174-41/+10
| | | | | PR: ports/80029 Submitted by: Timur I. Bakeyev <timur@gnu.org> (maintainer)
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* Fix a bug that breaks copy/delete of files from Win98 Explorer.Alexey Dokuchaev2005-03-252-1/+21
| | | | | Bugzilla: https://bugzilla.samba.org/show_bug.cgi?id=2501 Approved by: portmgr (krion)
* Update to version 3.0.12.Alexey Dokuchaev2005-03-207-36/+363
| | | | | | | | | 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
* Update to 3.0.11.Jun Kuriyama2005-02-0711-176/+46
| | | | | PR: ports/77187 Submitted by: maintainer
* Split the postgresql ports into a server and a client part.Palle Girgensohn2005-01-311-1/+1
| | | | | | | | All ports depending on postgresql shall use the USE_PGSQL=yes knob defined in Mk/bsd.ports.mk. Bumping portrevisions where needed. PR: 75344 Approved by: portmgr@ (kris), ade & sean (mentors)
* Re-word a warning message. Fix a spelling error[1] and bring toAdam Weinberger2005-01-151-4/+4
| | | | | | active tense. Submitted by: Timothy Luoma <tim@tnluoma.com>
* - Update to 3.0.10Sergey Matveychuk2004-12-218-112/+103
| | | | | | PR: ports/75168 Submitted by: Joerg Pulz <Joerg.Pulz(at)frm2.tum.de> Reworked by: maintainer
* Update to 3.0.9Kirill Ponomarev2004-11-236-98/+143
| | | | | | | | | | | 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
* - Update to 3.0.8Pav Lucistnik2004-11-094-36/+19
| | | | | | | o Fix for CAN-2004-0930 -- smbd remote DoS vulnerability. PR: ports/73701 Submitted by: Timur Bakeyev <timur@gnu.org> (maintainer)
* - Resurrect I18N option again with renaming as WITH_MULTIBYTE.Jun Kuriyama2004-10-123-1/+19
| | | | Approved by: maintainer
* Remove files accidently not removed from previous commit.Tom Rhodes2004-09-143-471/+0
| | | | Approved by: portmgr
* Update to fix recently announced security vulnerability (DoS issues).Tom Rhodes2004-09-135-159/+6
| | | | | | PR: 71704 Submitted by: Timur Bakeyev <timur@gnu.org> Approved by: portmgr (marcus)
* Add a patch to fix compilation of quota support on 4-STABLE.Michael Nottebrock2004-09-011-0/+10
| | | | Submitted by: Mario Ferreira <lioux@FreeBSD.org>
* Update to 3.0.6.Michael Nottebrock2004-09-0116-624/+861
| | | | Submitted by: maintainer
* Make fetchable.Michael Nottebrock2004-08-301-1/+1
| | | | Submitted by: maintainer
* Update to 3.0.5.Tom Rhodes2004-07-222-5/+5
| | | | Submitted by: MAINTAINER
* Here I attach the patch that fixes mentioned 3 problems as well as few others:Edwin Groothuis2004-07-0311-7/+259
| | | | | | | | | | | | | | | * 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
* Add I18N knob.Jun Kuriyama2004-06-033-2/+17
| | | | | | | | This patch originally developed by miraclelinux.com team for v3.0.2a. I integrated it to apply to v3.0.4. All complains about this knob should be sent to me, not maintainer nor miraclelinux.com team. No response from: maintainer
* Remove databases/postgresql-client because there can't be a -server, and havingMathieu Arnold2004-05-251-1/+1
| | | | | it installed prevents databases/postgresql7 from being installed, leading to some dependencies problems
* - Put lockfiles into ${VARDIR}/db/sambaMichael Nottebrock2004-05-184-11/+35
| | | | | | | | | | - 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
* Update to version 3.0.4.Michael Nottebrock2004-05-114-329/+476
| | | | | PR: ports/66503 Submitted by: Timur I. Bakeyev <timur@gnu.org>
* Fix the kerberos dependency so that this will properly build on the clusters,Joe Marcus Clarke2004-05-111-7/+2
| | | | | | and retain its kerberos dependency at runtime. Submitted by: maintainer
* - Update to 3.0.3.r1Pav Lucistnik2004-05-099-332/+227
| | | | | | | | | | - 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)
* - Fix wrong location of lockdir from revision 1.105. This broked printing.Pav Lucistnik2004-04-203-42/+55
| | | | | PR: ports/65818 Submitted by: Timur Bakeyev <timur@gnu.org> (maintainer)
* - Improve rc script: if samba_enable is not set, use fine grained controlPav Lucistnik2004-04-181-1/+1
| | | | | | | | | 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
* Change krb detection and dependencies again.Michael Nottebrock2004-04-121-7/+8
| | | | Submitted by: Maintainer
* Fix kerberos detection on 4.x (and kerberos disabled systems).Michael Nottebrock2004-04-071-1/+1
| | | | | PR: ports/65291 Approved by: maintainer
* Update to 3.0.3.p2 (aka pre2), which containesSergey A. Osokin2004-04-0610-383/+548
| | | | | | | | | | | | | | | 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
* - Revert part of rev 1.105, PORTVERSION went incorrectly backwardsPav Lucistnik2004-03-311-1/+1
| | | | | | with 3.0.2a -> 3.0.2.a. 2.a notation is reserved for alpha versions. Requested by: krion, marcus
* - Convert samba-libsmbclient into a slave port of samba-devel.Pav Lucistnik2004-03-291-33/+43
| | | | | | PR: ports/64523 Submitted by: Timur I. Bakeyev <timur@com.bat.ru> (samba-devel maintainer) Approved by: Koop Mast <kwm@rainbow-runner.nl> (samba-libsmbclient maintainer)
* Add two spaces for fix describe target for 4.8's make.Sergey A. Osokin2004-03-161-1/+1
| | | | | Spotted by: Scott Lipcon <slipcon@mercea.net> Patch from: Timur I. Bakeyev <timur@com.bat.ru> (maintainer)
* Remove artifacts from local testing here; fix formatting.Mark Linimon2004-03-131-2/+2
|
* Address some oddities on 4.x: work around NSS support missing; the separateMark Linimon2004-03-135-58/+85
| | | | | | | | | | | 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
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withAde Lovett2004-03-121-3/+1
| | | | | | | | the USE_<x> equivalents. In the current scheme of things, the WANT_ variables in this case are synonymous with the USE_ ones, and thus need to be exterminated. First in a series of major autotools cleanups.
* Add MASTER_SITE_SAMBA for samba official mirrors.Sergey A. Osokin2004-03-111-12/+1
| | | | | | | Utilize MASTER_SITE_SAMBA for SMB-specific ports. Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> PR: 63861
* Fix up some conflicts issues: there was an edge case where samba-develMark Linimon2004-03-101-1/+1
| | | | | | | | | | | conflicted with itself (only shows up in edge cases); there was a case where two ports in japanese/ installed smbfs man pages -- but one installed very old ones. This seems to be the best conclusion from the following convoluted PR: PR: ports/59599 Submitted by: Koop Mast <einekoai@chello.nl> Reviewed by: eik, trevor, dwcjr, nakaji, at various times
* Add two new patches and "rename" patch-source_Makefile.in to patch-Makefile.in.Oliver Braun2004-03-053-0/+23
| | | | Submitted by: maintainer
* * Usage of OPTIONS and config target for GUI configuration tool (PR 50044).Oliver Braun2004-03-057-458/+644
| | | | | | | | | | | | | | | | | | | * 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)
* With my portmgr hat on, reset the maintainer of samba[-devel] to ports@.Joe Marcus Clarke2004-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.
* Upgrade to 3.0.2a.Oliver Braun2004-03-026-453/+462
| | | | Submitted by: maintainer