Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Bruno David Rodrigues
Citando Stipe Tolj <[EMAIL PROTECTED]>: > Hi Bruno, > > I see from > http://www.kannel.org/cgi-bin/viewcvs.cgi/gateway/gwlib/http.c?annotate=1.184 > that you added the following block to gwlib/http.c: > > ... > 1158 davi1.154for(i = at2 + 1; i < at ; i++) > 1159 octs

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Bas A. Schulte
Hiya, On Friday, March 7, 2003, at 11:39 AM, Bruno David Rodrigues wrote: Citando Stipe Tolj <[EMAIL PROTECTED]>: Hi Bruno, I see from http://www.kannel.org/cgi- bin/viewcvs.cgi/gateway/gwlib/http.c?annotate=1.184 that you added the following block to gwlib/http.c: ... 1158 davi1.154 f

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Stipe Tolj
Bruno David Rodrigues wrote: > > As you've commited your fix to cvs before sending me this email, I'll leave it > to you the job to fix your both bugs ;) come on Bruno. I just fixed the situation temporarly as a kludge ;) How should be proceed here?! Stipe [EMAIL PROTECTED] ---

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Bruno David Rodrigues
Citando Stipe Tolj <[EMAIL PROTECTED]>: > Bruno David Rodrigues wrote: > > > > As you've commited your fix to cvs before sending me this email, I'll leave > it > > to you the job to fix your both bugs ;) > > come on Bruno. I just fixed the situation temporarly as a kludge ;) > > How should be p

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Stipe Tolj
Bruno David Rodrigues wrote: > > I think Bas Schulte is right - second parse_url is not needed. Can you please > remove it and test if it works ok ? right, I already worked this out. And will commit the change in a couple of minutes. > Another alternative is to create an Octstr *logurl and have

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Bas A. Schulte
On Friday, March 7, 2003, at 02:28 PM, Bruno David Rodrigues wrote: Citando Stipe Tolj <[EMAIL PROTECTED]>: Bruno David Rodrigues wrote: As you've commited your fix to cvs before sending me this email, I'll leave it to you the job to fix your both bugs ;) come on Bruno. I just fixed the situatio

RE: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Paul Keogh
> > Funny thing is that I can't find what piece of Kannel is calling > handle_transaction. I have a suspicion it's never called/used, may be > it's an historic left-over? > handle_transaction() is a callback function passed to the Conn layer. It is referenced through a pointer which is why it'

Re: [Fwd: [Kannel 0000005]: sms-service HTTP Basic Authentication no longer working [1.3.1]]

2003-03-07 Thread Bas A. Schulte
Paul, On Friday, March 7, 2003, at 02:56 PM, Paul Keogh wrote: Funny thing is that I can't find what piece of Kannel is calling handle_transaction. I have a suspicion it's never called/used, may be it's an historic left-over? handle_transaction() is a callback function passed to the Conn layer. I