summary refs log tree commit diff
path: root/pkgs/servers/samba
Commit message (Collapse)AuthorAge
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
| | | | | This is done for the sake of Yosemite, which does not have gcc, and yet this change is also compatible with Linux.
* samba: security-only updates 2.6.22 -> .24Vladimír Čunát2014-06-26
| | | | Fixes CVE-2014-{0244,3493} and CVE-2013-4496
* samba: install pkg-config filesKirill Elagin2014-05-30
| | | | Close #2794, fixes #1341.
* samba: Update to 3.6.22Eelco Dolstra2014-01-06
| | | | CVE-2012-6150, CVE-2013-4408.
* samba: bump 3.6.18 -> 3.6.20 (security fixes)Bjørn Forsman2013-11-12
| | | | | | | | | 3.6.20 is a security release in order to address CVE-2013-4475 (ACLs are not checked on opening an alternate data stream on a file or directory) and CVE-2013-4476 (Private key in key.pem world readable). And 3.6.19 had some bug fixes: http://www.samba.org/samba/history/samba-3.6.19.html
* samba: provide libnss_{wins,winbind}.so.2 symlinks for nsswitchBjørn Forsman2013-09-07
| | | | | Glibc >= 2.1 looks for libnss_<name>.so.2 files (see man nsswitch.conf), so provide that.
* samba: install libnss_{wins,winbind}.soBjørn Forsman2013-08-25
| | | | This is the first step to get WINS/NetBIOS name lookup with nsswitch.
* samba: 3.6.8 -> 3.6.18Bjørn Forsman2013-08-17
| | | | | | Release notes (left column): http://www.samba.org/samba/history/ The GNU/Hurd patch doesn't apply anymore so I dropped it.
* samba, imagemagick: Add missing meta infoEelco Dolstra2013-01-06
|
* samba: fix cross-compilationLudovic Courtès2012-10-11
|
* samba: upgrade to 3.6.8Mathijs Kwik2012-10-09
|
* samba: Update to 3.6.7Eelco Dolstra2012-08-17
|
* * Samba 3.6.5 (fixes CVE-2012-2111).Eelco Dolstra2012-05-15
| | | | svn path=/nixpkgs/trunk/; revision=34111
* Samba security updateMichael Raskin2012-04-12
| | | | svn path=/nixpkgs/trunk/; revision=33756
* Updating samba to 3.6.3. I take out the overcome readlink.patch.Lluís Batlle i Rossell2012-03-18
| | | | svn path=/nixpkgs/trunk/; revision=33231
* Samba: Fix compilation for GNU/Hurd; add to Hydra.Ludovic Courtès2012-02-23
| | | | svn path=/nixpkgs/trunk/; revision=32498
* Samba: Add a cross-compilable variant.Ludovic Courtès2011-11-29
| | | | svn path=/nixpkgs/trunk/; revision=30627
* * Updated version of the readlink() patch.Eelco Dolstra2011-10-25
| | | | svn path=/nixpkgs/trunk/; revision=30013
* * attachments.samba.org is down, and we should not depend on it anyway.Eelco Dolstra2011-10-24
| | | | svn path=/nixpkgs/trunk/; revision=29996
* * Samba: Apply a patch that fixes readlink() on symlinks that pointEelco Dolstra2011-10-21
| | | | | | | | outside of the share. This is necessary for EC2 image generation (and similar actions). Many thanks to Jeremy Allison to fixing this very quickly. (https://bugzilla.samba.org/show_bug.cgi?id=8541) svn path=/nixpkgs/trunk/; revision=29969
* * Samba 3.6.1.Eelco Dolstra2011-10-21
| | | | svn path=/nixpkgs/trunk/; revision=29967
* samba-3.6.0Yury G. Kudryashov2011-08-10
| | | | svn path=/nixpkgs/trunk/; revision=28467
* Updating samba.Lluís Batlle i Rossell2011-05-02
| | | | svn path=/nixpkgs/trunk/; revision=27082
* Making samba build with cups support.Lluís Batlle i Rossell2011-04-14
| | | | svn path=/nixpkgs/trunk/; revision=26839
* Making samba have the ldap schema in $out. And I enable parallel building.Lluís Batlle i Rossell2011-04-13
| | | | svn path=/nixpkgs/trunk/; revision=26821
* * Samba updated to 3.5.6. Build with --localstatedir=/var to preventEelco Dolstra2010-12-06
| | | | | | smbd from writing in $out/var at runtime. Also added --with-fhs. svn path=/nixpkgs/trunk/; revision=25015
* Samba: option to compile winbind which is used by some apps under WineEvgeny Egorochkin2010-09-26
| | | | svn path=/nixpkgs/trunk/; revision=23935
* * Revert to Samba 3.3.3 because never versions (including 3.3.12)Eelco Dolstra2010-05-04
| | | | | | | | | | break our VM builds. The child smbd process sends a TERM signal to its process group when it exists (e.g. on unmount), causing qemu-kvm to die. Reported upstream: https://sourceforge.net/tracker/?func=detail&aid=2996643&group_id=180599&atid=893831 svn path=/nixpkgs/trunk/; revision=21600
* Upgrade sambaYury G. Kudryashov2010-04-30
| | | | | | Also add symlink for CUPS svn path=/nixpkgs/trunk/; revision=21464
* samba: make kerberos optionalYury G. Kudryashov2010-04-28
| | | | svn path=/nixpkgs/trunk/; revision=21397
* samba: Use /etc/samba as default configuration directoryMarc Weber2009-04-26
| | | | svn path=/nixpkgs/trunk/; revision=15315
* * Samba updated to 3.3.3. Don't install SWAT - it's not very usefulEelco Dolstra2009-04-04
| | | | | | on NixOS. svn path=/nixpkgs/trunk/; revision=14880
* make samba built the pam_smbpass.so file by defaultMarc Weber2009-04-03
| | | | svn path=/nixpkgs/trunk/; revision=14852
* Samba version updateWouter den Breejen2009-03-29
| | | | svn path=/nixpkgs/trunk/; revision=14769
* update to 3.2.7 -- untestedArmijn Hemel2009-01-28
| | | | svn path=/nixpkgs/trunk/; revision=13893
* * Samba 3.2.4.Eelco Dolstra2008-11-07
| | | | svn path=/nixpkgs/trunk/; revision=13216
* * Samba 3.0.32.Eelco Dolstra2008-08-26
| | | | svn path=/nixpkgs/trunk/; revision=12716
* Fixed tailor expressionMichael Raskin2008-05-31
| | | | svn path=/nixpkgs/trunk/; revision=11941
* * Samba updated to 3.0.28a. Removed the static config file.Eelco Dolstra2008-03-11
| | | | svn path=/nixpkgs/trunk/; revision=11062
* Fixed typo (missing space)Yury G. Kudryashov2008-01-29
| | | | svn path=/nixpkgs/trunk/; revision=10396
* Fixed samba evaluation on freebsd (I hope)Yury G. Kudryashov2008-01-29
| | | | svn path=/nixpkgs/trunk/; revision=10393
* Samba 3.0.28Yury G. Kudryashov2008-01-28
| | | | svn path=/nixpkgs/trunk/; revision=10348
* Resolved ... *2Wouter den Breejen2008-01-24
| | | | svn path=/nixpkgs/trunk/; revision=10274
* Resolved missing .../lib/smb.conf error. Added smb.confWouter den Breejen2008-01-24
| | | | svn path=/nixpkgs/trunk/; revision=10273
* Some updates to Samba for service.Michael Raskin2008-01-14
| | | | svn path=/nixpkgs/trunk/; revision=10139
* New samba package.Yury G. Kudryashov2007-10-12
| | | | | | | | | | Previous samba package is buggy: for example, builder.sh tries to install something to /var. I've written new package. Currently it builds, and I have no Windows network to check whether it works. * There is no upstart job yet because I don't need server, only client. svn path=/nixpkgs/trunk/; revision=9459
* * Fixed some more URLs.Eelco Dolstra2007-09-11
| | | | svn path=/nixpkgs/trunk/; revision=9294
* Fixed some samba issueWouter den Breejen2007-09-05
| | | | svn path=/nixpkgs/trunk/; revision=9259
* update ot 3.0.25bArmijn Hemel2007-07-02
| | | | svn path=/nixpkgs/trunk/; revision=8941
* samba moved van services to servers, updated all-packagesWouter den Breejen2007-05-28
svn path=/nixpkgs/trunk/; revision=8793