Re: SMB help needed

2009-12-12 Thread Henrik Nordstrom
tor 2009-12-10 klockan 00:34 +1300 skrev Amos Jeffries: A few months ago we had this argument out and decided to keep them for the people who still don't want to or can't install Samba. Indeed. The SMB helpers are easier to get going as one does not need to join the domain or anything, just

Re: SMB help needed

2009-12-12 Thread Robert Collins
On Sat, 2009-12-12 at 23:33 +0100, Henrik Nordstrom wrote: tor 2009-12-10 klockan 00:34 +1300 skrev Amos Jeffries: A few months ago we had this argument out and decided to keep them for the people who still don't want to or can't install Samba. Indeed. The SMB helpers are easier to get

Re: SMB help needed

2009-12-09 Thread Robert Collins
On Wed, 2009-12-09 at 17:40 +1300, Amos Jeffries wrote: During the helper conversion to C++ I found that the various SMB lookup helpers had a lot of duplicate code as each included the entire smbval/smblib validation library as inline code. Delete them. Samba project ships helpers that

Re: SMB help needed

2009-12-09 Thread Amos Jeffries
Robert Collins wrote: On Wed, 2009-12-09 at 17:40 +1300, Amos Jeffries wrote: During the helper conversion to C++ I found that the various SMB lookup helpers had a lot of duplicate code as each included the entire smbval/smblib validation library as inline code. Delete them. Samba project

SMB help needed

2009-12-08 Thread Amos Jeffries
During the helper conversion to C++ I found that the various SMB lookup helpers had a lot of duplicate code as each included the entire smbval/smblib validation library as inline code. I've managed to consolidate just about all of the files into a shared library but there remains two