summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-12-16 16:10:22 +0100
committerStefan Metzmacher <metze@samba.org>2008-12-17 13:31:28 +0100
commit504f8816e3058b9358a18ef42e442753fe2657ba (patch)
treec2e50faf775bfb44fcb5c9fa923402f5c07c99ad
parent09e6dfb8e8d1447306951e34e4e2211037edb9be (diff)
downloadsamba-504f8816e3058b9358a18ef42e442753fe2657ba.tar.gz
samba-504f8816e3058b9358a18ef42e442753fe2657ba.tar.xz
samba-504f8816e3058b9358a18ef42e442753fe2657ba.zip
s4:lib/events: move to toplevel directory as lib/tevent/
This commit will not compile on its own. metze
-rw-r--r--lib/tevent/Makefile.in (renamed from source4/lib/events/Makefile.in)0
-rwxr-xr-xlib/tevent/autogen.sh (renamed from source4/lib/events/autogen.sh)0
-rw-r--r--lib/tevent/build_macros.m4 (renamed from source4/lib/events/build_macros.m4)0
-rw-r--r--lib/tevent/config.mk (renamed from source4/lib/events/config.mk)0
-rw-r--r--lib/tevent/configure.ac (renamed from source4/lib/events/configure.ac)0
-rw-r--r--lib/tevent/events.i (renamed from source4/lib/events/events.i)0
-rw-r--r--lib/tevent/events.py (renamed from source4/lib/events/events.py)0
-rw-r--r--lib/tevent/events_wrap.c (renamed from source4/lib/events/events_wrap.c)0
-rw-r--r--lib/tevent/libtalloc.m4 (renamed from source4/lib/events/libtalloc.m4)0
-rw-r--r--lib/tevent/libtevent.m4 (renamed from source4/lib/events/libevents.m4)0
-rw-r--r--lib/tevent/pkg.m4 (renamed from source4/lib/events/pkg.m4)0
-rw-r--r--lib/tevent/rules.mk (renamed from source4/lib/events/rules.mk)0
-rw-r--r--lib/tevent/tests.py (renamed from source4/lib/events/tests.py)0
-rw-r--r--lib/tevent/testsuite.c (renamed from source4/lib/events/testsuite.c)0
-rw-r--r--lib/tevent/tevent.c (renamed from source4/lib/events/events.c)0
-rw-r--r--lib/tevent/tevent.h (renamed from source4/lib/events/events.h)0
-rw-r--r--lib/tevent/tevent.mk (renamed from source4/lib/events/events.mk)0
-rw-r--r--lib/tevent/tevent.pc.in (renamed from source4/lib/events/events.pc.in)0
-rw-r--r--lib/tevent/tevent_aio.c (renamed from source4/lib/events/events_aio.c)0
-rw-r--r--lib/tevent/tevent_debug.c (renamed from source4/lib/events/events_debug.c)0
-rw-r--r--lib/tevent/tevent_epoll.c (renamed from source4/lib/events/events_epoll.c)0
-rw-r--r--lib/tevent/tevent_internal.h (renamed from source4/lib/events/events_internal.h)0
-rw-r--r--lib/tevent/tevent_liboop.c (renamed from source4/lib/events/events_liboop.c)0
-rw-r--r--lib/tevent/tevent_s4.c (renamed from source4/lib/events/events_s4.c)0
-rw-r--r--lib/tevent/tevent_select.c (renamed from source4/lib/events/events_select.c)0
-rw-r--r--lib/tevent/tevent_signal.c (renamed from source4/lib/events/events_signal.c)0
-rw-r--r--lib/tevent/tevent_standard.c (renamed from source4/lib/events/events_standard.c)0
-rw-r--r--lib/tevent/tevent_timed.c (renamed from source4/lib/events/events_timed.c)0
-rw-r--r--lib/tevent/tevent_util.c (renamed from source4/lib/events/events_util.c)0
-rw-r--r--lib/tevent/tevent_util.h (renamed from source4/lib/events/events_util.h)0
30 files changed, 0 insertions, 0 deletions
diff --git a/source4/lib/events/Makefile.in b/lib/tevent/Makefile.in
index 4257119849a..4257119849a 100644
--- a/source4/lib/events/Makefile.in
+++ b/lib/tevent/Makefile.in
diff --git a/source4/lib/events/autogen.sh b/lib/tevent/autogen.sh
index fec05f54d46..fec05f54d46 100755
--- a/source4/lib/events/autogen.sh
+++ b/lib/tevent/autogen.sh
diff --git a/source4/lib/events/build_macros.m4 b/lib/tevent/build_macros.m4
index c036668cd14..c036668cd14 100644
--- a/source4/lib/events/build_macros.m4
+++ b/lib/tevent/build_macros.m4
diff --git a/source4/lib/events/config.mk b/lib/tevent/config.mk
index 127d9647754..127d9647754 100644
--- a/source4/lib/events/config.mk
+++ b/lib/tevent/config.mk
diff --git a/source4/lib/events/configure.ac b/lib/tevent/configure.ac
index 895f2a1daa0..895f2a1daa0 100644
--- a/source4/lib/events/configure.ac
+++ b/lib/tevent/configure.ac
diff --git a/source4/lib/events/events.i b/lib/tevent/events.i
index 8a0d9c4b6f8..8a0d9c4b6f8 100644
--- a/source4/lib/events/events.i
+++ b/lib/tevent/events.i
diff --git a/source4/lib/events/events.py b/lib/tevent/events.py
index c15ea8b9e54..c15ea8b9e54 100644
--- a/source4/lib/events/events.py
+++ b/lib/tevent/events.py
diff --git a/source4/lib/events/events_wrap.c b/lib/tevent/events_wrap.c
index 335652101b3..335652101b3 100644
--- a/source4/lib/events/events_wrap.c
+++ b/lib/tevent/events_wrap.c
diff --git a/source4/lib/events/libtalloc.m4 b/lib/tevent/libtalloc.m4
index a4c5b8a9d9e..a4c5b8a9d9e 100644
--- a/source4/lib/events/libtalloc.m4
+++ b/lib/tevent/libtalloc.m4
diff --git a/source4/lib/events/libevents.m4 b/lib/tevent/libtevent.m4
index ed76b03d4f1..ed76b03d4f1 100644
--- a/source4/lib/events/libevents.m4
+++ b/lib/tevent/libtevent.m4
diff --git a/source4/lib/events/pkg.m4 b/lib/tevent/pkg.m4
index a8b3d06c819..a8b3d06c819 100644
--- a/source4/lib/events/pkg.m4
+++ b/lib/tevent/pkg.m4
diff --git a/source4/lib/events/rules.mk b/lib/tevent/rules.mk
index cfe548039b7..cfe548039b7 100644
--- a/source4/lib/events/rules.mk
+++ b/lib/tevent/rules.mk
diff --git a/source4/lib/events/tests.py b/lib/tevent/tests.py
index 006426207ee..006426207ee 100644
--- a/source4/lib/events/tests.py
+++ b/lib/tevent/tests.py
diff --git a/source4/lib/events/testsuite.c b/lib/tevent/testsuite.c
index 7f2729ceff8..7f2729ceff8 100644
--- a/source4/lib/events/testsuite.c
+++ b/lib/tevent/testsuite.c
diff --git a/source4/lib/events/events.c b/lib/tevent/tevent.c
index 52699d968e7..52699d968e7 100644
--- a/source4/lib/events/events.c
+++ b/lib/tevent/tevent.c
diff --git a/source4/lib/events/events.h b/lib/tevent/tevent.h
index 1ece49697fe..1ece49697fe 100644
--- a/source4/lib/events/events.h
+++ b/lib/tevent/tevent.h
diff --git a/source4/lib/events/events.mk b/lib/tevent/tevent.mk
index 2bc62216896..2bc62216896 100644
--- a/source4/lib/events/events.mk
+++ b/lib/tevent/tevent.mk
diff --git a/source4/lib/events/events.pc.in b/lib/tevent/tevent.pc.in
index 4a4c012d73e..4a4c012d73e 100644
--- a/source4/lib/events/events.pc.in
+++ b/lib/tevent/tevent.pc.in
diff --git a/source4/lib/events/events_aio.c b/lib/tevent/tevent_aio.c
index e30213acbc7..e30213acbc7 100644
--- a/source4/lib/events/events_aio.c
+++ b/lib/tevent/tevent_aio.c
diff --git a/source4/lib/events/events_debug.c b/lib/tevent/tevent_debug.c
index 233844f0246..233844f0246 100644
--- a/source4/lib/events/events_debug.c
+++ b/lib/tevent/tevent_debug.c
diff --git a/source4/lib/events/events_epoll.c b/lib/tevent/tevent_epoll.c
index d46d5c2bbc5..d46d5c2bbc5 100644
--- a/source4/lib/events/events_epoll.c
+++ b/lib/tevent/tevent_epoll.c
diff --git a/source4/lib/events/events_internal.h b/lib/tevent/tevent_internal.h
index 0d0755f2985..0d0755f2985 100644
--- a/source4/lib/events/events_internal.h
+++ b/lib/tevent/tevent_internal.h
diff --git a/source4/lib/events/events_liboop.c b/lib/tevent/tevent_liboop.c
index 339297a3cf4..339297a3cf4 100644
--- a/source4/lib/events/events_liboop.c
+++ b/lib/tevent/tevent_liboop.c
diff --git a/source4/lib/events/events_s4.c b/lib/tevent/tevent_s4.c
index 134f899cf89..134f899cf89 100644
--- a/source4/lib/events/events_s4.c
+++ b/lib/tevent/tevent_s4.c
diff --git a/source4/lib/events/events_select.c b/lib/tevent/tevent_select.c
index 54d32204f56..54d32204f56 100644
--- a/source4/lib/events/events_select.c
+++ b/lib/tevent/tevent_select.c
diff --git a/source4/lib/events/events_signal.c b/lib/tevent/tevent_signal.c
index 652df53d4b7..652df53d4b7 100644
--- a/source4/lib/events/events_signal.c
+++ b/lib/tevent/tevent_signal.c
diff --git a/source4/lib/events/events_standard.c b/lib/tevent/tevent_standard.c
index 11128d7623d..11128d7623d 100644
--- a/source4/lib/events/events_standard.c
+++ b/lib/tevent/tevent_standard.c
diff --git a/source4/lib/events/events_timed.c b/lib/tevent/tevent_timed.c
index c58c898c6db..c58c898c6db 100644
--- a/source4/lib/events/events_timed.c
+++ b/lib/tevent/tevent_timed.c
diff --git a/source4/lib/events/events_util.c b/lib/tevent/tevent_util.c
index 9e7d7584059..9e7d7584059 100644
--- a/source4/lib/events/events_util.c
+++ b/lib/tevent/tevent_util.c
diff --git a/source4/lib/events/events_util.h b/lib/tevent/tevent_util.h
index 052b302aae3..052b302aae3 100644
--- a/source4/lib/events/events_util.h
+++ b/lib/tevent/tevent_util.h