adds samba3
authorJohn Crispin <john@openwrt.org>
Mon, 11 Aug 2008 14:00:58 +0000 (14:00 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 11 Aug 2008 14:00:58 +0000 (14:00 +0000)
commit813d4620fbdc069a46fca11ca9425aa80cc5262d
treea02ed6d2a5ea5d57c8a65779db36e8e1bdb57d90
parentc5b22e22d37de27da9c13858114b7ebcce8e1a8c
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

SVN-Revision: 12278
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]