Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-02-14 | samba: Remove package smbfs from > 3.2.4 as these utilities don't exist ↵ | Tim 'timtim' Ellis | 10 | |
anymore. Fix a linking issue for samba-ads-3.3.0 by reverting some changes since 3.2.x. | ||||
2009-02-10 | samba: Various updates: | Tim 'timtim' Ellis | 6 | |
- samba-ads depends on netatalk to support the netatalk vfs module - 3.2.7 => 3.2.8 for samba and samba-ads - Modify config so we can actually write files to the default share - Bump PR on other samba-ads build | ||||
2009-02-02 | samba: Add volatiles config for samba, fixes logging issue, bump PR | Tim 'timtim' Ellis | 8 | |
2009-02-01 | samba: Further fixups to samba: | Tim 'timtim' Ellis | 7 | |
- Add 3.3.0, works but DEFAULT_PREFERENCE -1 (see comments in recipe) - Ensure various ads deps are not included better - Centralise more repetition into samba-basic.inc - Remove various duplicate smb.conf - Ensure smbfs-doc is only included in 3.0.23c and 3.0.34 as it does not exist in other packages | ||||
2009-02-01 | samba-ads: Add 3.3.0 and centralise common stuff from 3.2.7 into an include. ↵ | Tim 'timtim' Ellis | 4 | |
Also remove smbfs-ads-doc as these man pages are not included in these versions. | ||||
2009-01-31 | samba-ads: Add a separate version of samba for active directory and any ↵ | Tim 'timtim' Ellis | 2 | |
other bells and whistles | ||||
2009-01-31 | samba: Rework samba in preparation for separate AD support: | Tim 'timtim' Ellis | 8 | |
- Move mtab.patch and config-h.patch to files as they will work for 3.3.0 - Remove AD support, krb5 and openldap deps from 3.2.7 - Move the non-AD samba specific stuff into its own include file - Ensure package conflicts with samba-ads, bump PR to pick this up | ||||
2009-01-26 | samba: Big clean/fixup of samba including | Tim 'timtim' Ellis | 6 | |
- Remove repeition of everything, everywhere - Fix uclibc builds of 3.0.34 - Add active directory client support to 3.2.7 | ||||
2009-01-26 | samba: Reinstate change to fix 3.0.23c and 3.0.34 installs | Tim 'timtim' Ellis | 3 | |
2009-01-26 | samba: Make 3.0.23c build again since its still an om preferred version | Tim 'timtim' Ellis | 1 | |
2009-01-26 | samba: 3.0.33 -> 3.0.34, also small change to 3.2.7 to merge stuff better in ↵ | Tim 'timtim' Ellis | 5 | |
samba.inc | ||||
2009-01-25 | samba: 3.2.5 -> 3.2.7 | Tim 'timtim' Ellis | 6 | |
2008-12-22 | samba: stage more libs | Gregoire Gentil | 2 | |
2008-12-17 | samba.inc: 3.2.5 doesn't need the mv hack, so don't error out on failure | Koen Kooi | 1 | |
2008-12-07 | samba: | Øyvind Repvik | 4 | |
Add samba 3.2.5, again thanks to timtimred. | ||||
2008-12-07 | samba: | Øyvind Repvik | 3 | |
Add samba 3.0.33, thanks to timtimred. | ||||
2008-11-26 | samba: Put mount.(smb|smbfs) into smbfs package. | Tom Rini | 1 | |
With an smbfs package now, add the mount links to the package that provides the underlying support. | ||||
2008-11-26 | samba: Fix mount.cifs location | Tom Rini | 1 | |
Also part of bug 3880 is that cifs has the same problem smb/smbfs had, the mount helper must be in /sbin. While in here, also actually install mount.cifs | ||||
2008-11-26 | samba: Fix mount.smb/mount.smbfs link locations | Tom Rini | 2 | |
As reported by me in bug 3880, mount -t (smb|smbfs) won't work unless the helper is in /sbin (which is where upstream places these), so that's where we want the links too. | ||||
2008-11-26 | samba, samba-essential: Move IFACE related autoconf variables to ↵ | Tom Rini | 2 | |
common-linux site file. As reported by me in bug 4854, the IFACE autoconf variables are found in some, bug not all arch site files, but these are really common linux variables and as such, should be in common-linux. Bump PR as there is a change here in some arches. | ||||
2008-10-18 | bb files: Revert the introduction of FILE_PR | Holger Hans Peter Freyther | 2 | |
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here. | ||||
2008-10-15 | [PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PR | Holger Hans Peter Freyther | 2 | |
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org> | ||||
2008-10-15 | mtn2git: remove .mtn2git_empty files in non-empty directories | Jan Luebbe | 3 | |
2008-10-01 | samba: make do_configure_prepend work with more recent versions | Koen Kooi | 1 | |
2008-08-03 | samba: Move cifs.patch from .inc to .bb as newer versions don't need this patch | Oyvind Repvik | 2 | |
2008-08-02 | samba: remove some unsupported ones. confirm #2117 has been fixed. | Michael Lauer | 5 | |
2008-05-19 | samba: fix packaging and close 3146. | Rolf Leggewie | 8 | |
2007-09-03 | samba: depend on virtual/libiconv and supply path to it to fix building - ↵ | Marcin Juszkiewicz | 2 | |
taken from #2900 | ||||
2007-02-19 | samba: Make fetching more robust (closes 1885). Unify some more. Sanitize. | Rolf Leggewie | 9 | |
2006-12-31 | remove extra whitespace at end-of-line in about 900 bb files. | Rolf Leggewie | 1 | |
2006-11-20 | another set of parse errors fixing | Marcin Juszkiewicz | 1 | |
2006-11-20 | another set of parse errors fixing | Marcin Juszkiewicz | 1 | |
2006-11-18 | Fix parse error by adding one or two "'" or '"' removing whitespace behind \... | Holger Freyther | 2 | |
2006-11-17 | samba: Fix the other parsing errors | Oyvind Repvik | 3 | |
2006-11-17 | samba: Fix parsing errors | Oyvind Repvik | 4 | |
2006-10-10 | Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them. | Koen Kooi | 1 | |
see email thread at http://lists.openembedded.org/pipermail/openembedded-devel/2006-October/000523.html for details | ||||
2006-09-02 | samba: Move MAINTAINER/LICENCE to .inc | Oyvind Repvik | 2 | |
2006-09-02 | samba: Remove duplicate files | Oyvind Repvik | 8 | |
2006-09-02 | samba: upstream upgrade to 3.0.23c. Add MAINTAINER and LICENCE fields | Oyvind Repvik | 11 | |
2006-08-29 | samba: fix -dbg packaging for 3.0.14a and 3.0.20 | Philipp Zabel | 2 | |
2006-08-05 | packages: sed -i s/^"include "/"require "/ */*.bb GNU sed rocks! | Holger Freyther | 6 | |
Use require for the BitBake files within packages. In contrast to the conf files the authors of these files expected these files to be included. | ||||
2006-07-01 | samba: Add missing directory /etc/samba/private | Matthias Hentges | 1 | |
2006-05-27 | samba: samba-essential: Set workgroup to DISTRO | Matthias Hentges | 3 | |
2006-05-27 | samba: samba-sessential: The next step on my way to a fool-proof samba ↵ | Matthias Hentges | 5 | |
server. This one starts a wide open p/w-less server with a single share containing a helpfile explaining how to configure a samba user+password. Once that's done the _real_ secure samba server is activated grating access to the targets filesystem via encrypted passwords | ||||
2006-05-25 | samba: Add samba-essential, a cut-down bare-bone samba server | Matthias Hentges | 4 | |
2006-05-25 | samba: Samba: Bump all PRs to pull in new site-file | Matthias Hentges | 2 | |
2006-03-22 | samba: replace := with =, fixes builds with TARGET_VENDOR set | Philipp Zabel | 2 | |
2006-01-12 | samba - Fix LFS issue | Oyvind Repvik | 1 | |
2005-10-24 | samba: fix uclibc builds (struct timespec) in 3.0.20 | John Bowler | 1 | |
- configure.in has an AC_TRY_COMPILE check for the existence of - struct timespec which fails on uclibc even though struct timespec is - defined, this causes the build to fail. Fix by supplying a cached - 'yes' value in all cases. | ||||
2005-09-30 | samba: fix mount.smbfs symlink, so mounting smbfs works | Oyvind Repvik | 2 | |