adds samba3
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Aug 2008 14:00:58 +0000 (14:00 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Aug 2008 14:00:58 +0000 (14:00 +0000)
commit2b63fb6a5046e56b6ea62155dcdc9a84923425b0
treea02ed6d2a5ea5d57c8a65779db36e8e1bdb57d90
parente090c5e7f2ad380345c0a8965403cbd258a9773e
adds samba3
- compiles at ~1MB (or ~1,3MB if log files are enabled)
- patches to make samba3 small come from avm gpl releases
- added patches to match owrt dir layout
- rewritten smbpasswd to be endian safe and small
- printing is not yet tested
- disabled mmap as this breaks and oopses when running on jffs2

git-svn-id: svn://svn.openwrt.org/openwrt/packages@12278 3c298f89-4303-0410-b956-a3cf2f4a3e73
12 files changed:
net/samba3/Config.in [new file with mode: 0644]
net/samba3/Makefile [new file with mode: 0644]
net/samba3/files/samba.config [new file with mode: 0644]
net/samba3/files/samba.init [new file with mode: 0755]
net/samba3/files/smb.conf.template [new file with mode: 0644]
net/samba3/patches/100-avm.patch [new file with mode: 0644]
net/samba3/patches/110-compile_fixes.patch [new file with mode: 0644]
net/samba3/patches/120-owrt_paths.patch [new file with mode: 0644]
net/samba3/patches/130-owrt_smbpasswd.patch [new file with mode: 0644]
net/samba3/patches/140-no_mmap.patch [new file with mode: 0644]
net/samba3/patches/150-fix_ls.patch [new file with mode: 0644]
net/samba3/patches/160-fix_log.patch [new file with mode: 0644]