|
samba4 debian pkg build 4.0.7-dev - looking for updated debian pkg rules
|
| |
Hello Samba Fellows,
Got samba 4.0.7 RUN on arm6 ( raspberry PI ) , source via latest GIT .
~ #:/usr/src/GIT/samba4/samba-v4 -0-test# bin/smbd --version
Version 4.0.7-DEVELOPERBUILD
~ #:/usr/src/GIT/samba4/samba-v4 -0-test# uname -a
Linux pdc 3.6.11+ #456 PREEMPT Mon May 20 17:42:15 BST 2013 armv6l GNU/Linux... more »
|
|
idl: Add DNS RP record support as per RFC 1183
|
| |
Not sure if we need this, bug samba.org specifies it, so this could cause ANY
queries against samba.org to fail.
Signed-off-by: Kai Blin <k...@samba.org>
---
librpc/idl/dns.idl | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl
index 984f2b3..7d29278 100644... more »
|
|
dns: Add support for more DNS RR types
|
| |
A bug reproducer I recently dealt with used dig @samba -t any samba.org as
reproducer. This failed on the internal server because the RP and HINFO RR
types were missing. This adds these types and makes dig -t any samba.org work.
Kai Blin (2):
idl: Add DNS RP record support as per RFC 1183
idl: Add DNS HINFO record support... more »
|
|
vfs_glusterfs: Samba VFS module for glusterfs
|
| |
...
...
I installed glusterfs-devel on my Fedora 18 system, but didn't get
api/glfs.h anywhere. It also seems unlikely that such header name would
be in the default search path, so I'm wondering should we be using some
pkg-config search to find where that would be?
I wanted to at least compile this locally before I put my review... more »
|
|
idl: Add support for parsing OPT records
|
| |
Signed-off-by: Kai Blin <k...@samba.org>
---
librpc/idl/dns.idl | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/librpc/idl/dns.idl b/librpc/idl/dns.idl
index 984f2b3..5b86f7e 100644
--- a/librpc/idl/dns.idl
+++ b/librpc/idl/dns.idl
@@ -106,6 +106,7 @@ interface dns
DNS_QTYPE_ATMA = 0x0022,... more »
|
|
Support DNS UDP packets larger than 512 bytes
|
| |
By supporting EDNS0 OPT packets as specified in RFC 2671, we can ask our
forwarder for larger DNS UDP packets without having to requery via TCP.
The first patch adds the parser support, the second patch makes the
forwarder code use the OPT record, fixing bug #9632.
Kai Blin (2):
idl: Add support for parsing OPT records... more »
|
|
vfs_glusterfs: Samba VFS module for glusterfs
|
| |
Implement a Samba VFS plugin for glusterfs based on gluster's gfapi.
This is a "bottom" vfs plugin (not something to be stacked on top of
another module), and translates (most) calls into closest actions
on gfapi.
Signed-off-by: Anand Avati <av...@redhat.com>
---
source3/Makefile.in | 5 +... more »
|
|
vfs_glusterfs: Samba VFS module for glusterfs
|
| |
...
Done.
...
Done.
...
I did not look around enough in the samba code to find a list template and did not want to write list primitives from scratch. Is there a specific list template in samba which you recommend?
...
Done.
...
I'm not sure I completely understand what a sub request is (or what an... more »
|
|
|