[PATCH 2.2.7a] was: Samba & Referrals

2003-01-11 Thread Ignacio Coupeau
In http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html#patches I added a patch for rebind code in samba 2.2.7a. As I tested itonly with openldap, I need some feedback. Is based in the SAMBA_3 code, but in the 2.2.x fashion. the patch includes tree small ones: to configure.in (about 10

Re: [PATCH 2.2.7a] was: Samba & Referrals

2003-01-11 Thread C.Lee Taylor
Ignacio Coupeau wrote: Greetings ... First, thanks for all the work on this ... Second, I have a request, which would have saved me some time ... could you also put the patch up as a link to a file, cutting and pasting the patch would not apply cleanly, so I had to do it manually the firs

Re: [PATCH 2.2.7a] was: Samba & Referrals

2003-01-11 Thread C.Lee Taylor
Thanks for the work ... But I have a quick question ... is it needed to make two functions which look the same except for the function name ... is it not better just to have the two parm and three parm call #if def? I think that you might have this in if there is a problem and the functions

Re: [PATCH 2.2.7a] was: Samba & Referrals

2003-01-11 Thread Buchan Milne
On Sat, 11 Jan 2003, C.Lee Taylor wrote: > Ignacio Coupeau wrote: > >http://www.unav.es/cti/ldap-smb/ldap-smb-2_2-howto.html#patches > I taken alook and see no differance, but then you could still be > putting up the new patch ... > White space doesn't survive cutting-and-pasting from

Re: [PATCH 2.2.7a] was: Samba & Referrals

2003-01-11 Thread Buchan Milne
On Sat, 11 Jan 2003, C.Lee Taylor wrote: > Okay, the problem I have run into now, is if I apply the patches, by > hand sometimes, I still have to run autoconf before running configure > ... now, this is not a show-stopper ... but for package compiling, which > I am sure Buchan Miline is doin

[PATCH] let testparm print out 'workgroup' 'netbios name' and 'netbios scope'

2003-01-11 Thread Stefan (metze) Metzmacher
Hi Jeremy, I would like testparm to print out the paramters for 'workgroup', 'netbios name' and 'netbios scope' the following patch should fix that and add the -V to testparm to printout the version of testparm diff is against HEAD and should be merged to 3_0 too:-) metze ---

ScanMail Message: To Recipient virus found and action taken.

2003-01-11 Thread Administrator
ScanMail for Microsoft Exchange has detected virus-infected attachment(s). Sender = [EMAIL PROTECTED] Recipient(s) = [EMAIL PROTECTED] Subject = Re: Sample Scanning Time = 01/12/2003 00:20:26 Engine/Pattern = 5.600-1011/437 Action on virus found: The attachment Movie_0074.mpeg.pif contains WORM_S

RE: Samba 3.0 Alpha 21 - TZ environment variable.

2003-01-11 Thread Clive . Elsum
Maybe the suggestion I made some time ago which worked for Solaris may work for HP as well, if the Tridge replacement doesn't. The timegm replacement within replace.c (see earlier e-mails). time_t timegm(struct tm *t) { time_t tl, tb; struct tm *tg; tl = mktime (t); if (tl == -1) {

RE: Samba 3.0 Alpha 21 - TZ environment variable.

2003-01-11 Thread Andrew Bartlett
On Sun, 2003-01-12 at 18:45, [EMAIL PROTECTED] wrote: > Maybe the suggestion I made some time ago which worked for Solaris may work > for HP as well, if the Tridge replacement doesn't. The problem was that Samba_3_0 had not caught up with Samba HEAD. (and therefore the function you had trouble wi