Re: [PATCH] More CLDAP changes (last round hopefully)

2003-02-27 Thread Chere Zhou
Thanks Tim: that's good to know. Also aliguori: you probably want to add "static" in front of d_print_netlogon...(), so that it won't show up in net_proto.h. if it does, "make" complains about confliction. I got that doing a clean make. Chere On Thursday 27 February 2003 01:56 pm, Tim Potter

Re: [PATCH] More CLDAP changes (last round hopefully)

2003-02-27 Thread Tim Potter
On Thu, Feb 27, 2003 at 01:38:50PM -0800, Chere Zhou wrote: > This patch works for me. Thanks a lot! > > But I do have to manually edit the file, because long lines got wrapped in > the email. There's a neat-o program called 'unwrapdiff' that can do all the hard for for you. Under debian it

Re: [PATCH] More CLDAP changes (last round hopefully)

2003-02-27 Thread Chere Zhou
This patch works for me. Thanks a lot! But I do have to manually edit the file, because long lines got wrapped in the email. Chere On Thursday 27 February 2003 12:20 pm, Anthony Liguori wrote: > Last round of changes to the Samba CLDAP code. Every byte is now > accounted for in the respons

[PATCH] More CLDAP changes (last round hopefully)

2003-02-27 Thread Anthony Liguori
Last round of changes to the Samba CLDAP code. Every byte is now accounted for in the response packet so we shouldn't have anymore parsing errors. It should apply cleanly against HEAD. Index: source/utils/net_ads_cldap.c === RCS f