Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-20 Thread Stefan (metze) Metzmacher
Hi Tridge, fixed a logic bug in the tevent nesting code The event nesting code never triggered as nesting.level was never greater than 1. The main event loop needs to increase the nesting level by 1. That was desired, why do you want to be called if

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-20 Thread tridge
Hi Metze, tevent_loop_wait() calls tevent_loop_once() internally, see the tevent_common_loop_once() function. I missed that, though it only seems to be true for the main backends. The liboop backend doesn't call tevent_common_loop_once. We're tying ourselves in a pretty set of knots here

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-20 Thread Stefan (metze) Metzmacher
tri...@samba.org schrieb: Hi Metze, tevent_loop_wait() calls tevent_loop_once() internally, see the tevent_common_loop_once() function. I missed that, though it only seems to be true for the main backends. The liboop backend doesn't call tevent_common_loop_once. Backends which

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-19 Thread Stefan (metze) Metzmacher
Hi Tridge, - Log - commit d380c49791d1010d759369cab12d93b6fbd48dc7 Author: Andrew Tridgell tri...@samba.org Date: Thu Mar 19 11:23:49 2009 +1100 use the tevent nesting code to avoid the uid problem in the VFS

Re: [SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-19 Thread tridge
Hi Metze, fixed a logic bug in the tevent nesting code The event nesting code never triggered as nesting.level was never greater than 1. The main event loop needs to increase the nesting level by 1. That was desired, why do you want to be called if there's

[SCM] Samba Shared Repository - branch master updated - release-4-0-0alpha7-557-gd380c49

2009-03-18 Thread Andrew Tridgell
The branch, master has been updated via d380c49791d1010d759369cab12d93b6fbd48dc7 (commit) via 13b6663e23a424473d14324ac229a21e1e90580a (commit) from 710948c7885b228afe5e1b3bed005f50c57d519b (commit) http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master - Log