svn commit: samba r20928 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 08:23:14 + (Sun, 21 Jan 2007) New Revision: 20928 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20928 Log: added signal events to lib/events Jeremy asked for this to allow Samba3 to use the Samba4 events library see

svn commit: samba r20929 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 09:25:21 + (Sun, 21 Jan 2007) New Revision: 20929 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20929 Log: fixed typo Modified: branches/SAMBA_4_0/source/lib/events/events.c Changeset: Modified:

svn commit: samba r20930 - in branches/SAMBA_4_0/source: lib/events lib/replace/system torture/local

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 10:32:39 + (Sun, 21 Jan 2007) New Revision: 20930 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20930 Log: use sigaction() instead of signal() add support for sa_flags argument to event_add_signal(). These are passed to

svn commit: samba r20931 - in branches/SAMBA_3_0/source: include smbd

2007-01-21 Thread vlendec
Author: vlendec Date: 2007-01-21 11:49:00 + (Sun, 21 Jan 2007) New Revision: 20931 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20931 Log: This changes the notify infrastructure from a polling-based to an event-driven based approach. The only remaining hook into

svn commit: samba r20932 - in branches/SAMBA_3_0/source: . smbd

2007-01-21 Thread vlendec
Author: vlendec Date: 2007-01-21 16:05:49 + (Sun, 21 Jan 2007) New Revision: 20932 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20932 Log: This is the basic infrastructure for inotify support. This is far from being complete, in particular the various mask bits

Re: svn commit: samba r20924 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse: .

2007-01-21 Thread simo
On Sat, 2007-01-20 at 20:46 -0500, [EMAIL PROTECTED] wrote: simo [EMAIL PROTECTED] writes: I believe that is a bug in the tree implementation. I have it on my to-do list to fix that. (I do much of the Tree code maintenance.) You needn't worry about it; it's not specific to this

svn commit: samba r20934 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread vlendec
Author: vlendec Date: 2007-01-21 17:58:56 + (Sun, 21 Jan 2007) New Revision: 20934 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20934 Log: I *hate* deep indents :-) Modified: branches/SAMBA_4_0/source/lib/events/events_signal.c Changeset: Modified:

Re: svn commit: samba r20924 - in branches/SAMBA_4_0/webapps/swat/source/class/swat/module/ldbbrowse: .

2007-01-21 Thread derrell
simo [EMAIL PROTECTED] writes: Btw, I think I know what it is. I was experimenting changing focus each time before clicking on the plus/minus sign. It see that when changeSelection is fired, then TreeOpenWhileEmpty is not, except on the first node sam.ldb, for that one both events are queued

svn commit: samba r20935 - in branches/SOC/bnh/vbscript: .

2007-01-21 Thread brad
Author: brad Date: 2007-01-21 19:22:17 + (Sun, 21 Jan 2007) New Revision: 20935 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20935 Log: Modify the windows test setup script so that user password expiry gets turned off before the test user is created.

svn commit: samba r20936 - in branches/SOC/bnh: .

2007-01-21 Thread brad
Author: brad Date: 2007-01-21 19:30:07 + (Sun, 21 Jan 2007) New Revision: 20936 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20936 Log: Update the vm_setup.tar.gz tarball to include the changes I made in r20935. Now user password expiry is disabled prior to

svn commit: samba r20937 - in branches/SAMBA_4_0/webapps: qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm swat/source/class/swat/main swat/source/class/swat/module/ldbbrowse

2007-01-21 Thread derrell
Author: derrell Date: 2007-01-21 20:15:06 + (Sun, 21 Jan 2007) New Revision: 20937 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20937 Log: Update to latest Finite State Machine with properly-handled blocked events Modified:

Re: svn commit: samba r20937 - in branches/SAMBA_4_0/webapps: qooxdoo-0.6.3-sdk/frontend/framework/source/class/qx/util/fsm swat/source/class/swat/main swat/source/class/swat/module/ldbbrowse

2007-01-21 Thread derrell
[EMAIL PROTECTED] writes: Author: derrell Date: 2007-01-21 20:15:06 + (Sun, 21 Jan 2007) New Revision: 20937 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20937 Log: Update to latest Finite State Machine with properly-handled blocked events Modified:

svn commit: samba r20938 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 21:02:24 + (Sun, 21 Jan 2007) New Revision: 20938 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20938 Log: use a double counter trick to avoid the need for atomic increment Modified:

svn commit: samba r20939 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 22:12:19 + (Sun, 21 Jan 2007) New Revision: 20939 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20939 Log: reduce the amount of static state for signal handlers from 96k to 1.2k Modified:

svn commit: samba r20940 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 22:14:05 + (Sun, 21 Jan 2007) New Revision: 20940 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20940 Log: allow SA_SIGINFO signals to be oneshot. Why you would ever want this is beyond me :-) Modified:

svn commit: samba r20941 - in branches/SAMBA_4_0/source/lib/events: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-21 23:37:32 + (Sun, 21 Jan 2007) New Revision: 20941 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20941 Log: avoid races in the block/unblock code Modified: branches/SAMBA_4_0/source/lib/events/events_signal.c Changeset:

Build status as of Mon Jan 22 00:00:02 2007

2007-01-21 Thread build
URL: http://build.samba.org/ --- /home/build/master/cache/broken_results.txt.old 2007-01-21 00:01:23.0 + +++ /home/build/master/cache/broken_results.txt 2007-01-22 00:00:42.0 + @@ -1,22 +1,22 @@ -Build status as of Sun Jan 21 00:00:02 2007 +Build status as of Mon Jan

Rev 11276: Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument. in file:///home/jelmer/bzr.samba/SAMBA_4_0/

2007-01-21 Thread Jelmer Vernooij
revno: 11276 revision-id: [EMAIL PROTECTED] parent: svn-v2:[EMAIL PROTECTED] committer: Jelmer Vernooij [EMAIL PROTECTED] branch nick: SAMBA_4_0 timestamp: Mon 2007-01-22 01:00:24 +0100 message: Simplify handling of systems that don't

svn commit: samba r20942 - in branches/SAMBA_4_0: . source source/build/m4 source/build/smb_build source/pidl source/pidl/lib/Parse/Pidl source/pidl/lib/Parse/Pidl/Samba4

2007-01-21 Thread jelmer
Author: jelmer Date: 2007-01-22 00:04:59 + (Mon, 22 Jan 2007) New Revision: 20942 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20942 Log: Simplify handling of systems that don't support negative enum values by using an ifdef rather than a pidl argument.

svn commit: samba r20943 - in branches/SAMBA_4_0/source/cluster/ctdb/common: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-22 03:33:12 + (Mon, 22 Jan 2007) New Revision: 20943 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20943 Log: use offsetof() instead of sizeof() - 1 for the packet length calculations. It will be interesting to see how portable this

svn commit: samba r20944 - in branches/SAMBA_4_0/source/cluster/ctdb/common: .

2007-01-21 Thread tridge
Author: tridge Date: 2007-01-22 04:04:36 + (Mon, 22 Jan 2007) New Revision: 20944 WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=revroot=sambarev=20944 Log: if a call has been destroyed before a reply comes in then discard the reply Modified: