From b721fb68605aadcc42f02128ef1662124db84655 Mon Sep 17 00:00:00 2001 From: Tomasz Sowa Date: Thu, 2 Dec 2010 02:36:49 +0000 Subject: [PATCH] changed path templatesnotifiy/ to notify/ i forgot to add a file: notify/notify.cpp git-svn-id: svn://ttmath.org/publicrep/winix/trunk@687 e52654a7-88a9-db11-a3e9-0013d4bc506e --- Makefile | 8 +- core/Makefile.dep | 123 +++-- core/dirs.h | 2 +- core/system.h | 5 +- functions/Makefile.dep | 869 +++++++++++++++++------------------- functions/functionbase.h | 2 +- main/Makefile.dep | 17 +- notify/Makefile.dep | 2 +- notify/notify.cpp | 182 ++++++++ plugins/stats/Makefile.dep | 14 +- plugins/ticket/Makefile.dep | 170 ++++--- templates/Makefile.dep | 325 +++++++------- 12 files changed, 912 insertions(+), 807 deletions(-) create mode 100755 notify/notify.cpp diff --git a/Makefile b/Makefile index 641585c..785bf83 100755 --- a/Makefile +++ b/Makefile @@ -22,11 +22,11 @@ winix: FORCE @cd db ; $(MAKE) -e @cd functions ; $(MAKE) -e @cd templates ; $(MAKE) -e - @cd templatesnotify ; $(MAKE) -e + @cd notify ; $(MAKE) -e @cd plugins/stats ; $(MAKE) -e @cd plugins/ticket ; $(MAKE) -e @cd ../ezc/src ; $(MAKE) -e - $(CXX) -shared -o winix.so $(CXXFLAGS) core/*.o db/*.o functions/*.o templates/*.o templatesnotify/*.o ../ezc/src/ezc.a -lfcgi -lpq -lz -lpthread -lfetch + $(CXX) -shared -o winix.so $(CXXFLAGS) core/*.o db/*.o functions/*.o templates/*.o notify/*.o ../ezc/src/ezc.a -lfcgi -lpq -lz -lpthread -lfetch @cd main ; $(MAKE) -e # use the full path with winix.so $(CXX) -o winix $(CXXFLAGS) main/*.o /home/tomek/roboczy/winix/winix.so @@ -38,7 +38,7 @@ clean: @cd db ; $(MAKE) -e clean @cd functions ; $(MAKE) -e clean @cd templates ; $(MAKE) -e clean - @cd templatesnotify ; $(MAKE) -e clean + @cd notify ; $(MAKE) -e clean @cd plugins/stats ; $(MAKE) -e clean @cd plugins/ticket ; $(MAKE) -e clean @cd ../ezc/src ; $(MAKE) -e clean @@ -55,7 +55,7 @@ depend: @cd db ; $(MAKE) -e depend @cd functions ; $(MAKE) -e depend @cd templates ; $(MAKE) -e depend - @cd templatesnotify ; $(MAKE) -e depend + @cd notify ; $(MAKE) -e depend @cd plugins/stats ; $(MAKE) -e depend @cd plugins/ticket ; $(MAKE) -e depend @cd ../ezc/src ; $(MAKE) -e depend diff --git a/core/Makefile.dep b/core/Makefile.dep index f846fe1..d800fe9 100755 --- a/core/Makefile.dep +++ b/core/Makefile.dep @@ -8,14 +8,14 @@ app.o: textstream.h ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h app.o: ../core/user.h ../core/group.h ../core/thread.h ../core/dircontainer.h app.o: ../core/ugcontainer.h request.h requesttypes.h session.h error.h app.o: user.h plugindata.h rebus.h ../templates/htmltextstream.h -app.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -app.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -app.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h -app.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +app.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +app.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +app.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +app.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h app.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h app.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -app.o: ../templatesnotify/notifythread.h ../core/basethread.h synchro.h -app.o: ../templatesnotify/templatesnotify.h ../core/config.h ../core/users.h +app.o: ../notify/notifythread.h ../core/basethread.h synchro.h +app.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h app.o: ugcontainer.h lastcontainer.h mounts.h mount.h mountparser.h users.h app.o: groups.h group.h loadavg.h sessionmanager.h sessioncontainer.h app.o: ../functions/functions.h ../functions/functionbase.h ../core/request.h @@ -48,14 +48,14 @@ config.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h config.o: ../core/error.h ../db/dbitemquery.h ../core/item.h config.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h config.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h -config.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -config.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +config.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +config.o: ../core/confparser.h ../templates/misc.h config.o: ../templates/localefilter.h ../templates/locale.h config.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h config.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h config.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -config.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -config.o: ../core/basethread.h synchro.h ../templatesnotify/templatesnotify.h +config.o: ../templates/htmltextstream.h ../notify/notifythread.h +config.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h config.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h config.o: mounts.h mount.h mountparser.h users.h groups.h group.h loadavg.h config.o: sessionmanager.h sessioncontainer.h ../functions/functions.h @@ -84,15 +84,14 @@ dirs.o: log.h textstream.h ../db/dbitemquery.h ../core/item.h dirs.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h ../core/thread.h dirs.o: ../core/dircontainer.h ../core/ugcontainer.h request.h requesttypes.h dirs.o: session.h error.h user.h plugindata.h rebus.h config.h confparser.h -dirs.o: htmlfilter.h ../templates/htmltextstream.h -dirs.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -dirs.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -dirs.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h -dirs.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h +dirs.o: htmlfilter.h ../templates/htmltextstream.h ../notify/notify.h +dirs.o: ../notify/notifypool.h ../templates/locale.h ../core/confparser.h +dirs.o: ../templates/misc.h ../templates/localefilter.h ../templates/locale.h +dirs.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h dirs.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h dirs.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -dirs.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -dirs.o: ../core/basethread.h synchro.h ../templatesnotify/templatesnotify.h +dirs.o: ../templates/htmltextstream.h ../notify/notifythread.h +dirs.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h dirs.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h groups.o: groups.h group.h ugcontainer.h ../db/db.h ../db/dbbase.h groups.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h @@ -128,16 +127,16 @@ mountparser.o: ../core/user.h ../core/group.h ../core/thread.h mountparser.o: ../core/dircontainer.h ../core/ugcontainer.h request.h mountparser.o: requesttypes.h session.h user.h plugindata.h rebus.h config.h mountparser.o: confparser.h htmlfilter.h ../templates/htmltextstream.h -mountparser.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h +mountparser.o: ../notify/notify.h ../notify/notifypool.h mountparser.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h mountparser.o: ../templates/localefilter.h ../templates/locale.h mountparser.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h mountparser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h mountparser.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h mountparser.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -mountparser.o: ../templatesnotify/notifythread.h ../core/basethread.h -mountparser.o: synchro.h ../templatesnotify/templatesnotify.h -mountparser.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +mountparser.o: ../notify/notifythread.h ../core/basethread.h synchro.h +mountparser.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +mountparser.o: ugcontainer.h lastcontainer.h mounts.o: mounts.h mount.h error.h dirs.h item.h dircontainer.h ../db/db.h mounts.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h mounts.o: ../core/textstream.h misc.h ../core/error.h log.h textstream.h @@ -146,14 +145,14 @@ mounts.o: ../core/user.h ../core/group.h ../core/thread.h mounts.o: ../core/dircontainer.h ../core/ugcontainer.h request.h mounts.o: requesttypes.h session.h user.h plugindata.h rebus.h config.h mounts.o: confparser.h htmlfilter.h ../templates/htmltextstream.h -mounts.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -mounts.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +mounts.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +mounts.o: ../core/confparser.h ../templates/misc.h mounts.o: ../templates/localefilter.h ../templates/locale.h mounts.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h mounts.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h mounts.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -mounts.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -mounts.o: ../core/basethread.h synchro.h ../templatesnotify/templatesnotify.h +mounts.o: ../templates/htmltextstream.h ../notify/notifythread.h +mounts.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h mounts.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h mounts.o: mountparser.h plugin.h pluginmsg.h system.h users.h groups.h mounts.o: group.h loadavg.h sessionmanager.h sessioncontainer.h @@ -183,14 +182,14 @@ plugin.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h plugin.o: ../core/error.h ../db/dbitemquery.h ../core/item.h plugin.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h plugin.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h -plugin.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -plugin.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +plugin.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +plugin.o: ../core/confparser.h ../templates/misc.h plugin.o: ../templates/localefilter.h ../templates/locale.h plugin.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h plugin.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h plugin.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -plugin.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -plugin.o: ../core/basethread.h synchro.h ../templatesnotify/templatesnotify.h +plugin.o: ../templates/htmltextstream.h ../notify/notifythread.h +plugin.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h plugin.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h plugin.o: mounts.h mount.h mountparser.h users.h groups.h group.h loadavg.h plugin.o: sessionmanager.h sessioncontainer.h ../functions/functions.h @@ -219,18 +218,18 @@ plugindata.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h plugindata.o: ../core/error.h ../db/dbitemquery.h ../core/item.h plugindata.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h plugindata.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h -plugindata.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -plugindata.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +plugindata.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +plugindata.o: ../core/confparser.h ../templates/misc.h plugindata.o: ../templates/localefilter.h ../templates/locale.h plugindata.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h plugindata.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h plugindata.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h plugindata.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -plugindata.o: ../templatesnotify/notifythread.h ../core/basethread.h -plugindata.o: synchro.h ../templatesnotify/templatesnotify.h ../core/config.h -plugindata.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h mount.h -plugindata.o: mountparser.h users.h groups.h group.h loadavg.h -plugindata.o: sessionmanager.h sessioncontainer.h ../functions/functions.h +plugindata.o: ../notify/notifythread.h ../core/basethread.h synchro.h +plugindata.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +plugindata.o: ugcontainer.h lastcontainer.h mounts.h mount.h mountparser.h +plugindata.o: users.h groups.h group.h loadavg.h sessionmanager.h +plugindata.o: sessioncontainer.h ../functions/functions.h plugindata.o: ../functions/functionbase.h ../core/request.h ../core/system.h plugindata.o: ../functions/functionparser.h ../functions/adduser.h plugindata.o: ../functions/cat.h ../functions/chmod.h @@ -264,18 +263,17 @@ request.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h request.o: ../core/error.h ../db/dbitemquery.h ../core/item.h request.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h request.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h -request.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -request.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +request.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +request.o: ../core/confparser.h ../templates/misc.h request.o: ../templates/localefilter.h ../templates/locale.h request.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h request.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h request.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -request.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -request.o: ../core/basethread.h synchro.h -request.o: ../templatesnotify/templatesnotify.h ../core/config.h -request.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h mount.h -request.o: mountparser.h users.h groups.h group.h loadavg.h sessionmanager.h -request.o: sessioncontainer.h ../functions/functions.h +request.o: ../templates/htmltextstream.h ../notify/notifythread.h +request.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h +request.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h +request.o: mounts.h mount.h mountparser.h users.h groups.h group.h loadavg.h +request.o: sessionmanager.h sessioncontainer.h ../functions/functions.h request.o: ../functions/functionbase.h ../core/request.h ../core/system.h request.o: ../functions/functionparser.h ../functions/adduser.h request.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h @@ -309,16 +307,15 @@ sessionmanager.o: ../db/dbtextstream.h ../core/error.h log.h sessionmanager.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h sessionmanager.o: ../core/user.h ../core/group.h ../core/thread.h sessionmanager.o: ../core/dircontainer.h ../core/ugcontainer.h -sessionmanager.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h +sessionmanager.o: ../notify/notify.h ../notify/notifypool.h sessionmanager.o: ../templates/locale.h ../core/confparser.h sessionmanager.o: ../templates/misc.h ../templates/localefilter.h sessionmanager.o: ../templates/locale.h ../../ezc/src/ezc.h sessionmanager.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h sessionmanager.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h sessionmanager.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -sessionmanager.o: ../templates/htmltextstream.h -sessionmanager.o: ../templatesnotify/notifythread.h ../core/basethread.h -sessionmanager.o: synchro.h ../templatesnotify/templatesnotify.h +sessionmanager.o: ../templates/htmltextstream.h ../notify/notifythread.h +sessionmanager.o: ../core/basethread.h synchro.h ../notify/templatesnotify.h sessionmanager.o: ../core/config.h ../core/users.h ugcontainer.h mounts.h sessionmanager.o: mount.h mountparser.h users.h groups.h group.h loadavg.h sessionmanager.o: sessionparser.h plugin.h pluginmsg.h @@ -357,20 +354,20 @@ system.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h system.o: ../core/thread.h ../core/dircontainer.h ../core/ugcontainer.h system.o: request.h requesttypes.h session.h error.h user.h plugindata.h system.o: rebus.h config.h confparser.h htmlfilter.h -system.o: ../templates/htmltextstream.h ../templatesnotify/notify.h -system.o: ../templatesnotify/notifypool.h ../templates/locale.h -system.o: ../core/confparser.h ../templates/misc.h -system.o: ../templates/localefilter.h ../templates/locale.h -system.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h -system.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h -system.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -system.o: ../core/basethread.h synchro.h ../templatesnotify/templatesnotify.h -system.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h -system.o: mounts.h mount.h mountparser.h users.h groups.h group.h loadavg.h -system.o: ../templates/templates.h ../templates/patterncacher.h -system.o: ../templates/ckeditorgetparser.h ../core/httpsimpleparser.h -system.o: ../core/log.h ../templates/indexpatterns.h ../core/request.h -system.o: ../core/system.h ../core/sessionmanager.h +system.o: ../templates/htmltextstream.h ../notify/notify.h +system.o: ../notify/notifypool.h ../templates/locale.h ../core/confparser.h +system.o: ../templates/misc.h ../templates/localefilter.h +system.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +system.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +system.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h +system.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h +system.o: ../notify/notifythread.h ../core/basethread.h synchro.h +system.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h +system.o: ugcontainer.h lastcontainer.h mounts.h mount.h mountparser.h +system.o: users.h groups.h group.h loadavg.h ../templates/templates.h +system.o: ../templates/patterncacher.h ../templates/ckeditorgetparser.h +system.o: ../core/httpsimpleparser.h ../core/log.h +system.o: ../templates/indexpatterns.h ../core/request.h ../core/system.h +system.o: ../core/sessionmanager.h textstream.o: textstream.h misc.h item.h users.o: users.h diff --git a/core/dirs.h b/core/dirs.h index 38e1aa0..8e1079b 100755 --- a/core/dirs.h +++ b/core/dirs.h @@ -19,7 +19,7 @@ #include "dircontainer.h" #include "db/db.h" #include "request.h" -#include "templatesnotify/notify.h" +#include "notify/notify.h" // we do not support '..' in a path (for simplicity and security reasons) diff --git a/core/system.h b/core/system.h index c0ce3c7..8a30525 100755 --- a/core/system.h +++ b/core/system.h @@ -10,7 +10,7 @@ #ifndef headerfilecmslucoresystem #define headerfilecmslucoresystem - +#include #include "dirs.h" #include "mounts.h" #include "db/db.h" @@ -21,8 +21,7 @@ #include "rebus.h" #include "loadavg.h" #include "synchro.h" -#include -#include "templatesnotify/notify.h" +#include "notify/notify.h" diff --git a/functions/Makefile.dep b/functions/Makefile.dep index 8d2b501..1de12ec 100755 --- a/functions/Makefile.dep +++ b/functions/Makefile.dep @@ -11,8 +11,8 @@ adduser.o: ../core/user.h ../core/plugindata.h ../core/rebus.h adduser.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h adduser.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h adduser.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -adduser.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -adduser.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +adduser.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +adduser.o: ../core/confparser.h ../templates/misc.h adduser.o: ../templates/localefilter.h ../templates/locale.h adduser.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h adduser.o: ../../ezc/src/pattern.h functions.h functionparser.h cat.h chmod.h @@ -21,12 +21,11 @@ adduser.o: download.h emacs.h last.h login.h logout.h ls.h mkdir.h mv.h adduser.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h adduser.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h adduser.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -adduser.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -adduser.o: ../core/basethread.h ../core/synchro.h -adduser.o: ../templatesnotify/templatesnotify.h ../core/users.h -adduser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -adduser.o: ../core/mount.h ../core/mountparser.h ../core/users.h -adduser.o: ../core/groups.h ../core/group.h ../core/loadavg.h +adduser.o: ../templates/htmltextstream.h ../notify/notifythread.h +adduser.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +adduser.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +adduser.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h cat.o: cat.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h cat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h cat.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -37,22 +36,20 @@ cat.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h cat.o: ../core/rebus.h ../core/config.h ../core/confparser.h cat.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h cat.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -cat.o: ../core/request.h ../templatesnotify/notify.h -cat.o: ../templatesnotify/notifypool.h ../templates/locale.h -cat.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -cat.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -cat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -cat.o: functionparser.h adduser.h chmod.h privchanger.h chown.h ckeditor.h -cat.o: cp.h createthread.h default.h download.h emacs.h last.h login.h -cat.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h -cat.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h -cat.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -cat.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -cat.o: ../core/basethread.h ../core/synchro.h -cat.o: ../templatesnotify/templatesnotify.h ../core/users.h -cat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -cat.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -cat.o: ../core/group.h ../core/loadavg.h +cat.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +cat.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +cat.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +cat.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +cat.o: functions.h functionparser.h adduser.h chmod.h privchanger.h chown.h +cat.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +cat.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h +cat.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h +cat.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +cat.o: ../templates/htmltextstream.h ../notify/notifythread.h +cat.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +cat.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +cat.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h ../core/users.h +cat.o: ../core/groups.h ../core/group.h ../core/loadavg.h chmod.o: chmod.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h chmod.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h chmod.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -64,18 +61,17 @@ chmod.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h chmod.o: ../core/confparser.h ../core/htmlfilter.h chmod.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h chmod.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -chmod.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -chmod.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -chmod.o: ../templates/localefilter.h ../templates/locale.h -chmod.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -chmod.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -chmod.o: chown.h privchanger.h ckeditor.h cp.h createthread.h default.h -chmod.o: download.h emacs.h last.h login.h logout.h ls.h mkdir.h mv.h node.h -chmod.o: priv.h reload.h rm.h run.h stat.h subject.h funthread.h template.h -chmod.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -chmod.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -chmod.o: ../templatesnotify/notifythread.h ../core/basethread.h -chmod.o: ../core/synchro.h ../templatesnotify/templatesnotify.h +chmod.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +chmod.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +chmod.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +chmod.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +chmod.o: functionparser.h adduser.h cat.h chown.h privchanger.h ckeditor.h +chmod.o: cp.h createthread.h default.h download.h emacs.h last.h login.h +chmod.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h +chmod.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +chmod.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +chmod.o: ../templates/htmltextstream.h ../notify/notifythread.h +chmod.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h chmod.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h chmod.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h chmod.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h @@ -90,18 +86,17 @@ chown.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h chown.o: ../core/confparser.h ../core/htmlfilter.h chown.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h chown.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -chown.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -chown.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -chown.o: ../templates/localefilter.h ../templates/locale.h -chown.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -chown.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -chown.o: chmod.h privchanger.h ckeditor.h cp.h createthread.h default.h -chown.o: download.h emacs.h last.h login.h logout.h ls.h mkdir.h mv.h node.h -chown.o: priv.h reload.h rm.h run.h stat.h subject.h funthread.h template.h -chown.o: tinymce.h uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h -chown.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -chown.o: ../templatesnotify/notifythread.h ../core/basethread.h -chown.o: ../core/synchro.h ../templatesnotify/templatesnotify.h +chown.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +chown.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +chown.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +chown.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +chown.o: functionparser.h adduser.h cat.h chmod.h privchanger.h ckeditor.h +chown.o: cp.h createthread.h default.h download.h emacs.h last.h login.h +chown.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h +chown.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +chown.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +chown.o: ../templates/htmltextstream.h ../notify/notifythread.h +chown.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h chown.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h chown.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h chown.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h @@ -117,8 +112,8 @@ ckeditor.o: ../core/plugindata.h ../core/rebus.h ../core/config.h ckeditor.o: ../core/confparser.h ../core/htmlfilter.h ckeditor.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h ckeditor.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -ckeditor.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -ckeditor.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +ckeditor.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +ckeditor.o: ../core/confparser.h ../templates/misc.h ckeditor.o: ../templates/localefilter.h ../templates/locale.h ckeditor.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ckeditor.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h @@ -128,12 +123,11 @@ ckeditor.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h ckeditor.o: stat.h subject.h funthread.h template.h tinymce.h uname.h ckeditor.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h ckeditor.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -ckeditor.o: ../templatesnotify/notifythread.h ../core/basethread.h -ckeditor.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -ckeditor.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -ckeditor.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -ckeditor.o: ../core/users.h ../core/groups.h ../core/group.h -ckeditor.o: ../core/loadavg.h +ckeditor.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +ckeditor.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +ckeditor.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +ckeditor.o: ../core/mountparser.h ../core/users.h ../core/groups.h +ckeditor.o: ../core/group.h ../core/loadavg.h cp.o: cp.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h cp.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h cp.o: ../core/item.h ../core/error.h ../core/log.h ../core/textstream.h @@ -144,22 +138,20 @@ cp.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h cp.o: ../core/rebus.h ../core/config.h ../core/confparser.h cp.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h cp.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -cp.o: ../core/request.h ../templatesnotify/notify.h -cp.o: ../templatesnotify/notifypool.h ../templates/locale.h -cp.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -cp.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -cp.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -cp.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -cp.o: ckeditor.h createthread.h default.h download.h emacs.h last.h login.h -cp.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h -cp.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h -cp.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -cp.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -cp.o: ../core/basethread.h ../core/synchro.h -cp.o: ../templatesnotify/templatesnotify.h ../core/users.h -cp.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -cp.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -cp.o: ../core/group.h ../core/loadavg.h ../core/misc.h +cp.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +cp.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +cp.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +cp.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +cp.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +cp.o: chown.h ckeditor.h createthread.h default.h download.h emacs.h last.h +cp.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h +cp.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h +cp.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +cp.o: ../templates/htmltextstream.h ../notify/notifythread.h +cp.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +cp.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +cp.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h ../core/users.h +cp.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/misc.h createthread.o: createthread.h functionbase.h ../core/item.h ../db/db.h createthread.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h createthread.o: ../core/textstream.h ../core/misc.h ../core/item.h @@ -172,21 +164,21 @@ createthread.o: ../core/user.h ../core/plugindata.h ../core/rebus.h createthread.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h createthread.o: ../templates/htmltextstream.h ../core/config.h createthread.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -createthread.o: ../core/request.h ../templatesnotify/notify.h -createthread.o: ../templatesnotify/notifypool.h ../templates/locale.h -createthread.o: ../core/confparser.h ../templates/misc.h -createthread.o: ../templates/localefilter.h ../templates/locale.h -createthread.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h -createthread.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -createthread.o: functionparser.h adduser.h cat.h chmod.h privchanger.h -createthread.o: chown.h ckeditor.h cp.h default.h download.h emacs.h last.h -createthread.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h -createthread.o: rm.h run.h stat.h subject.h funthread.h template.h tinymce.h -createthread.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +createthread.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +createthread.o: ../templates/locale.h ../core/confparser.h +createthread.o: ../templates/misc.h ../templates/localefilter.h +createthread.o: ../templates/locale.h ../../ezc/src/ezc.h +createthread.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h +createthread.o: ../../ezc/src/pattern.h functions.h functionparser.h +createthread.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h +createthread.o: default.h download.h emacs.h last.h login.h logout.h ls.h +createthread.o: mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h +createthread.o: subject.h funthread.h template.h tinymce.h uname.h upload.h +createthread.o: uptime.h who.h vim.h ../core/htmlfilter.h createthread.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -createthread.o: ../templatesnotify/notifythread.h ../core/basethread.h -createthread.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -createthread.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +createthread.o: ../notify/notifythread.h ../core/basethread.h +createthread.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +createthread.o: ../core/ugcontainer.h ../core/lastcontainer.h createthread.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h createthread.o: ../core/users.h ../core/groups.h ../core/group.h createthread.o: ../core/loadavg.h @@ -201,8 +193,8 @@ default.o: ../core/user.h ../core/plugindata.h ../core/rebus.h default.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h default.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h default.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -default.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -default.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +default.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +default.o: ../core/confparser.h ../templates/misc.h default.o: ../templates/localefilter.h ../templates/locale.h default.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h default.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -211,12 +203,11 @@ default.o: download.h emacs.h last.h login.h logout.h ls.h mkdir.h mv.h default.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h default.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h default.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -default.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -default.o: ../core/basethread.h ../core/synchro.h -default.o: ../templatesnotify/templatesnotify.h ../core/users.h -default.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -default.o: ../core/mount.h ../core/mountparser.h ../core/users.h -default.o: ../core/groups.h ../core/group.h ../core/loadavg.h +default.o: ../templates/htmltextstream.h ../notify/notifythread.h +default.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +default.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +default.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +default.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h download.o: download.h functionbase.h ../core/item.h ../db/db.h download.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h download.o: ../core/textstream.h ../core/misc.h ../core/item.h @@ -229,8 +220,8 @@ download.o: ../core/plugindata.h ../core/rebus.h ../core/config.h download.o: ../core/confparser.h ../core/htmlfilter.h download.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h download.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -download.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -download.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +download.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +download.o: ../core/confparser.h ../templates/misc.h download.o: ../templates/localefilter.h ../templates/locale.h download.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h download.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h @@ -240,12 +231,11 @@ download.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h download.o: stat.h subject.h funthread.h template.h tinymce.h uname.h download.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h download.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -download.o: ../templatesnotify/notifythread.h ../core/basethread.h -download.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -download.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -download.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -download.o: ../core/users.h ../core/groups.h ../core/group.h -download.o: ../core/loadavg.h +download.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +download.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +download.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +download.o: ../core/mountparser.h ../core/users.h ../core/groups.h +download.o: ../core/group.h ../core/loadavg.h emacs.o: emacs.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h emacs.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h emacs.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -257,22 +247,20 @@ emacs.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h emacs.o: ../core/confparser.h ../core/htmlfilter.h emacs.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h emacs.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -emacs.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -emacs.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -emacs.o: ../templates/localefilter.h ../templates/locale.h -emacs.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -emacs.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -emacs.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -emacs.o: default.h download.h last.h login.h logout.h ls.h mkdir.h mv.h -emacs.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -emacs.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -emacs.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -emacs.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -emacs.o: ../core/basethread.h ../core/synchro.h -emacs.o: ../templatesnotify/templatesnotify.h ../core/users.h -emacs.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -emacs.o: ../core/mount.h ../core/mountparser.h ../core/users.h -emacs.o: ../core/groups.h ../core/group.h ../core/loadavg.h +emacs.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +emacs.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +emacs.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +emacs.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +emacs.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +emacs.o: ckeditor.h cp.h createthread.h default.h download.h last.h login.h +emacs.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h +emacs.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +emacs.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +emacs.o: ../templates/htmltextstream.h ../notify/notifythread.h +emacs.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +emacs.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +emacs.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +emacs.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h emacs.o: ../templates/templates.h ../templates/patterncacher.h emacs.o: ../templates/ckeditorgetparser.h ../core/httpsimpleparser.h emacs.o: ../core/log.h ../templates/indexpatterns.h ../core/sessionmanager.h @@ -288,22 +276,22 @@ functionbase.o: ../core/error.h ../core/user.h ../core/plugindata.h functionbase.o: ../core/rebus.h ../core/config.h ../core/confparser.h functionbase.o: ../core/htmlfilter.h ../templates/htmltextstream.h functionbase.o: ../core/config.h ../core/system.h ../core/dirs.h -functionbase.o: ../core/dircontainer.h ../core/request.h -functionbase.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -functionbase.o: ../templates/locale.h ../core/confparser.h -functionbase.o: ../templates/misc.h ../templates/localefilter.h -functionbase.o: ../templates/locale.h ../../ezc/src/ezc.h -functionbase.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -functionbase.o: ../../ezc/src/pattern.h functions.h functionparser.h -functionbase.o: adduser.h cat.h chmod.h privchanger.h chown.h ckeditor.h cp.h -functionbase.o: createthread.h default.h download.h emacs.h last.h login.h -functionbase.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h -functionbase.o: stat.h subject.h funthread.h template.h tinymce.h uname.h -functionbase.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h -functionbase.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -functionbase.o: ../templatesnotify/notifythread.h ../core/basethread.h -functionbase.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -functionbase.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +functionbase.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +functionbase.o: ../notify/notifypool.h ../templates/locale.h +functionbase.o: ../core/confparser.h ../templates/misc.h +functionbase.o: ../templates/localefilter.h ../templates/locale.h +functionbase.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +functionbase.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +functionbase.o: functionparser.h adduser.h cat.h chmod.h privchanger.h +functionbase.o: chown.h ckeditor.h cp.h createthread.h default.h download.h +functionbase.o: emacs.h last.h login.h logout.h ls.h mkdir.h mv.h node.h +functionbase.o: priv.h reload.h rm.h run.h stat.h subject.h funthread.h +functionbase.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h +functionbase.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h +functionbase.o: ../templates/htmltextstream.h ../notify/notifythread.h +functionbase.o: ../core/basethread.h ../core/synchro.h +functionbase.o: ../notify/templatesnotify.h ../core/users.h +functionbase.o: ../core/ugcontainer.h ../core/lastcontainer.h functionbase.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h functionbase.o: ../core/users.h ../core/groups.h ../core/group.h functionbase.o: ../core/loadavg.h @@ -318,22 +306,21 @@ functionparser.o: ../core/error.h ../core/log.h ../db/dbitemquery.h functionparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h functionparser.o: ../core/group.h ../core/thread.h ../core/dircontainer.h functionparser.o: ../core/ugcontainer.h ../core/system.h ../core/dirs.h -functionparser.o: ../core/dircontainer.h ../core/request.h -functionparser.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -functionparser.o: ../templates/locale.h ../core/confparser.h -functionparser.o: ../templates/misc.h ../templates/localefilter.h -functionparser.o: ../templates/locale.h ../../ezc/src/ezc.h -functionparser.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -functionparser.o: ../../ezc/src/pattern.h functions.h functionbase.h -functionparser.o: ../core/config.h adduser.h cat.h chmod.h privchanger.h -functionparser.o: chown.h ckeditor.h cp.h createthread.h default.h download.h -functionparser.o: emacs.h last.h login.h logout.h ls.h mkdir.h mv.h node.h -functionparser.o: priv.h reload.h rm.h run.h stat.h subject.h funthread.h -functionparser.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -functionparser.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -functionparser.o: ../templates/htmltextstream.h -functionparser.o: ../templatesnotify/notifythread.h ../core/basethread.h -functionparser.o: ../core/synchro.h ../templatesnotify/templatesnotify.h +functionparser.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +functionparser.o: ../notify/notifypool.h ../templates/locale.h +functionparser.o: ../core/confparser.h ../templates/misc.h +functionparser.o: ../templates/localefilter.h ../templates/locale.h +functionparser.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h +functionparser.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h +functionparser.o: functions.h functionbase.h ../core/config.h adduser.h cat.h +functionparser.o: chmod.h privchanger.h chown.h ckeditor.h cp.h +functionparser.o: createthread.h default.h download.h emacs.h last.h login.h +functionparser.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h +functionparser.o: run.h stat.h subject.h funthread.h template.h tinymce.h +functionparser.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +functionparser.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h +functionparser.o: ../notify/notifythread.h ../core/basethread.h +functionparser.o: ../core/synchro.h ../notify/templatesnotify.h functionparser.o: ../core/users.h ../core/ugcontainer.h functionparser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h functionparser.o: ../core/mountparser.h ../core/users.h ../core/groups.h @@ -350,29 +337,29 @@ functions.o: ../core/plugindata.h ../core/rebus.h ../core/config.h functions.o: ../core/confparser.h ../core/htmlfilter.h functions.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h functions.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -functions.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -functions.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +functions.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +functions.o: ../core/confparser.h ../templates/misc.h functions.o: ../templates/localefilter.h ../templates/locale.h functions.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h functions.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -functions.o: ../templatesnotify/notifythread.h ../core/basethread.h -functions.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -functions.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -functions.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -functions.o: ../core/users.h ../core/groups.h ../core/group.h -functions.o: ../core/loadavg.h functionparser.h adduser.h cat.h chmod.h -functions.o: privchanger.h chown.h ckeditor.h cp.h createthread.h default.h -functions.o: download.h emacs.h last.h login.h logout.h ls.h mkdir.h mv.h -functions.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -functions.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -functions.o: ../core/htmlfilter.h ../core/log.h ../core/misc.h -functions.o: ../core/plugin.h ../core/pluginmsg.h ../core/system.h -functions.o: ../core/sessionmanager.h ../core/sessioncontainer.h -functions.o: ../functions/functions.h ../templates/templates.h -functions.o: ../templates/patterncacher.h ../templates/ckeditorgetparser.h -functions.o: ../core/httpsimpleparser.h ../core/log.h -functions.o: ../templates/indexpatterns.h ../core/sessionmanager.h +functions.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +functions.o: ../notify/templatesnotify.h ../core/users.h +functions.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +functions.o: ../core/mount.h ../core/mountparser.h ../core/users.h +functions.o: ../core/groups.h ../core/group.h ../core/loadavg.h +functions.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +functions.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h +functions.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h +functions.o: rm.h run.h stat.h subject.h funthread.h template.h tinymce.h +functions.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h +functions.o: ../core/log.h ../core/misc.h ../core/plugin.h +functions.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h +functions.o: ../core/sessioncontainer.h ../functions/functions.h +functions.o: ../templates/templates.h ../templates/patterncacher.h +functions.o: ../templates/ckeditorgetparser.h ../core/httpsimpleparser.h +functions.o: ../core/log.h ../templates/indexpatterns.h +functions.o: ../core/sessionmanager.h funthread.o: ../core/misc.h funthread.h functionbase.h ../core/item.h funthread.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h funthread.o: ../core/textstream.h ../core/misc.h ../core/item.h @@ -385,8 +372,8 @@ funthread.o: ../core/plugindata.h ../core/rebus.h ../core/config.h funthread.o: ../core/confparser.h ../core/htmlfilter.h funthread.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h funthread.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -funthread.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -funthread.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +funthread.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +funthread.o: ../core/confparser.h ../templates/misc.h funthread.o: ../templates/localefilter.h ../templates/locale.h funthread.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h funthread.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h @@ -396,12 +383,11 @@ funthread.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h funthread.o: rm.h run.h stat.h subject.h template.h tinymce.h uname.h funthread.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h funthread.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -funthread.o: ../templatesnotify/notifythread.h ../core/basethread.h -funthread.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -funthread.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -funthread.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -funthread.o: ../core/users.h ../core/groups.h ../core/group.h -funthread.o: ../core/loadavg.h +funthread.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +funthread.o: ../notify/templatesnotify.h ../core/users.h +funthread.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +funthread.o: ../core/mount.h ../core/mountparser.h ../core/users.h +funthread.o: ../core/groups.h ../core/group.h ../core/loadavg.h last.o: last.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h last.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -413,22 +399,20 @@ last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h last.o: ../core/confparser.h ../core/htmlfilter.h last.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h last.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -last.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -last.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -last.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h -last.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -last.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -last.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -last.o: default.h download.h emacs.h login.h logout.h ls.h mkdir.h mv.h -last.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -last.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -last.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -last.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -last.o: ../core/basethread.h ../core/synchro.h -last.o: ../templatesnotify/templatesnotify.h ../core/users.h -last.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -last.o: ../core/mount.h ../core/mountparser.h ../core/users.h -last.o: ../core/groups.h ../core/group.h ../core/loadavg.h +last.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +last.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +last.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +last.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +last.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +last.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h login.h +last.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h +last.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +last.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +last.o: ../templates/htmltextstream.h ../notify/notifythread.h +last.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +last.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +last.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +last.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h login.o: login.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h login.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h login.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -440,22 +424,20 @@ login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h login.o: ../core/confparser.h ../core/htmlfilter.h login.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h login.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -login.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -login.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -login.o: ../templates/localefilter.h ../templates/locale.h -login.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -login.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -login.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -login.o: default.h download.h emacs.h last.h logout.h ls.h mkdir.h mv.h -login.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -login.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -login.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -login.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -login.o: ../core/basethread.h ../core/synchro.h -login.o: ../templatesnotify/templatesnotify.h ../core/users.h -login.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -login.o: ../core/mount.h ../core/mountparser.h ../core/users.h -login.o: ../core/groups.h ../core/group.h ../core/loadavg.h +login.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +login.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +login.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +login.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +login.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +login.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +login.o: logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h +login.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +login.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +login.o: ../templates/htmltextstream.h ../notify/notifythread.h +login.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +login.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +login.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +login.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h logout.o: logout.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h logout.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h logout.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -467,8 +449,8 @@ logout.o: ../core/user.h ../core/plugindata.h ../core/rebus.h logout.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h logout.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h logout.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -logout.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -logout.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +logout.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +logout.o: ../core/confparser.h ../templates/misc.h logout.o: ../templates/localefilter.h ../templates/locale.h logout.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h logout.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -477,12 +459,11 @@ logout.o: default.h download.h emacs.h last.h login.h ls.h mkdir.h mv.h logout.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h logout.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h logout.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -logout.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -logout.o: ../core/basethread.h ../core/synchro.h -logout.o: ../templatesnotify/templatesnotify.h ../core/users.h -logout.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -logout.o: ../core/mount.h ../core/mountparser.h ../core/users.h -logout.o: ../core/groups.h ../core/group.h ../core/loadavg.h +logout.o: ../templates/htmltextstream.h ../notify/notifythread.h +logout.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +logout.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +logout.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +logout.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h ls.o: ls.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h ls.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h ls.o: ../core/item.h ../core/error.h ../core/log.h ../core/textstream.h @@ -493,22 +474,20 @@ ls.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h ls.o: ../core/rebus.h ../core/config.h ../core/confparser.h ls.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h ls.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -ls.o: ../core/request.h ../templatesnotify/notify.h -ls.o: ../templatesnotify/notifypool.h ../templates/locale.h -ls.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -ls.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -ls.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -ls.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -ls.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h -ls.o: login.h logout.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h stat.h -ls.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h -ls.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -ls.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -ls.o: ../core/basethread.h ../core/synchro.h -ls.o: ../templatesnotify/templatesnotify.h ../core/users.h -ls.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -ls.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -ls.o: ../core/group.h ../core/loadavg.h +ls.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +ls.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +ls.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +ls.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +ls.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +ls.o: chown.h ckeditor.h cp.h createthread.h default.h download.h emacs.h +ls.o: last.h login.h logout.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h +ls.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h +ls.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +ls.o: ../templates/htmltextstream.h ../notify/notifythread.h +ls.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +ls.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +ls.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h ../core/users.h +ls.o: ../core/groups.h ../core/group.h ../core/loadavg.h mkdir.o: mkdir.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h mkdir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h mkdir.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -520,22 +499,20 @@ mkdir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h mkdir.o: ../core/confparser.h ../core/htmlfilter.h mkdir.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h mkdir.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -mkdir.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -mkdir.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -mkdir.o: ../templates/localefilter.h ../templates/locale.h -mkdir.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -mkdir.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -mkdir.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -mkdir.o: default.h download.h emacs.h last.h login.h logout.h ls.h mv.h -mkdir.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -mkdir.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -mkdir.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -mkdir.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -mkdir.o: ../core/basethread.h ../core/synchro.h -mkdir.o: ../templatesnotify/templatesnotify.h ../core/users.h -mkdir.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -mkdir.o: ../core/mount.h ../core/mountparser.h ../core/users.h -mkdir.o: ../core/groups.h ../core/group.h ../core/loadavg.h +mkdir.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +mkdir.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +mkdir.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +mkdir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +mkdir.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +mkdir.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +mkdir.o: login.h logout.h ls.h mv.h node.h priv.h reload.h rm.h run.h stat.h +mkdir.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +mkdir.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +mkdir.o: ../templates/htmltextstream.h ../notify/notifythread.h +mkdir.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +mkdir.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +mkdir.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +mkdir.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h mv.o: mv.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h mv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h ../core/misc.h mv.o: ../core/item.h ../core/error.h ../core/log.h ../core/textstream.h @@ -546,22 +523,20 @@ mv.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h mv.o: ../core/rebus.h ../core/config.h ../core/confparser.h mv.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h mv.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -mv.o: ../core/request.h ../templatesnotify/notify.h -mv.o: ../templatesnotify/notifypool.h ../templates/locale.h -mv.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -mv.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -mv.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -mv.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -mv.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h -mv.o: login.h logout.h ls.h mkdir.h node.h priv.h reload.h rm.h run.h stat.h -mv.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h -mv.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -mv.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -mv.o: ../core/basethread.h ../core/synchro.h -mv.o: ../templatesnotify/templatesnotify.h ../core/users.h -mv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -mv.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -mv.o: ../core/group.h ../core/loadavg.h +mv.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +mv.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +mv.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +mv.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +mv.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +mv.o: chown.h ckeditor.h cp.h createthread.h default.h download.h emacs.h +mv.o: last.h login.h logout.h ls.h mkdir.h node.h priv.h reload.h rm.h run.h +mv.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h +mv.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +mv.o: ../templates/htmltextstream.h ../notify/notifythread.h +mv.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +mv.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +mv.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h ../core/users.h +mv.o: ../core/groups.h ../core/group.h ../core/loadavg.h node.o: node.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h node.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h node.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -573,22 +548,20 @@ node.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h node.o: ../core/confparser.h ../core/htmlfilter.h node.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h node.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -node.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -node.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -node.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h -node.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -node.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -node.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -node.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h -node.o: mv.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -node.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -node.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -node.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -node.o: ../core/basethread.h ../core/synchro.h -node.o: ../templatesnotify/templatesnotify.h ../core/users.h -node.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -node.o: ../core/mount.h ../core/mountparser.h ../core/users.h -node.o: ../core/groups.h ../core/group.h ../core/loadavg.h +node.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +node.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +node.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +node.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +node.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +node.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +node.o: login.h logout.h ls.h mkdir.h mv.h priv.h reload.h rm.h run.h stat.h +node.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +node.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +node.o: ../templates/htmltextstream.h ../notify/notifythread.h +node.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +node.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +node.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +node.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h priv.o: priv.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h priv.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -600,22 +573,20 @@ priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h priv.o: ../core/confparser.h ../core/htmlfilter.h priv.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h priv.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -priv.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -priv.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -priv.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h -priv.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -priv.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -priv.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -priv.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h -priv.o: mv.h node.h reload.h rm.h run.h stat.h subject.h funthread.h -priv.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -priv.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -priv.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -priv.o: ../core/basethread.h ../core/synchro.h -priv.o: ../templatesnotify/templatesnotify.h ../core/users.h -priv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -priv.o: ../core/mount.h ../core/mountparser.h ../core/users.h -priv.o: ../core/groups.h ../core/group.h ../core/loadavg.h +priv.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +priv.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +priv.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +priv.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +priv.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +priv.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +priv.o: login.h logout.h ls.h mkdir.h mv.h node.h reload.h rm.h run.h stat.h +priv.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +priv.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +priv.o: ../templates/htmltextstream.h ../notify/notifythread.h +priv.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +priv.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +priv.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +priv.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h privchanger.o: privchanger.h ../core/request.h ../core/requesttypes.h privchanger.o: ../core/session.h ../core/item.h ../core/error.h privchanger.o: ../core/user.h ../core/plugindata.h ../core/rebus.h @@ -627,9 +598,9 @@ privchanger.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h privchanger.o: ../core/error.h ../core/log.h ../db/dbitemquery.h privchanger.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h privchanger.o: ../core/group.h ../core/thread.h ../core/dircontainer.h -privchanger.o: ../core/ugcontainer.h ../core/request.h -privchanger.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -privchanger.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +privchanger.o: ../core/ugcontainer.h ../core/request.h ../notify/notify.h +privchanger.o: ../notify/notifypool.h ../templates/locale.h +privchanger.o: ../core/confparser.h ../templates/misc.h privchanger.o: ../templates/localefilter.h ../templates/locale.h privchanger.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h privchanger.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h @@ -639,13 +610,12 @@ privchanger.o: download.h emacs.h last.h login.h logout.h ls.h mkdir.h mv.h privchanger.o: node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h privchanger.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h privchanger.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -privchanger.o: ../templates/htmltextstream.h -privchanger.o: ../templatesnotify/notifythread.h ../core/basethread.h -privchanger.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -privchanger.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -privchanger.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -privchanger.o: ../core/users.h ../core/groups.h ../core/group.h -privchanger.o: ../core/loadavg.h +privchanger.o: ../templates/htmltextstream.h ../notify/notifythread.h +privchanger.o: ../core/basethread.h ../core/synchro.h +privchanger.o: ../notify/templatesnotify.h ../core/users.h +privchanger.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +privchanger.o: ../core/mount.h ../core/mountparser.h ../core/users.h +privchanger.o: ../core/groups.h ../core/group.h ../core/loadavg.h reload.o: reload.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h reload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h reload.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -657,8 +627,8 @@ reload.o: ../core/user.h ../core/plugindata.h ../core/rebus.h reload.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h reload.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h reload.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -reload.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -reload.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +reload.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +reload.o: ../core/confparser.h ../templates/misc.h reload.o: ../templates/localefilter.h ../templates/locale.h reload.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h reload.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -667,12 +637,11 @@ reload.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h reload.o: mv.h node.h priv.h rm.h run.h stat.h subject.h funthread.h reload.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h reload.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -reload.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -reload.o: ../core/basethread.h ../core/synchro.h -reload.o: ../templatesnotify/templatesnotify.h ../core/users.h -reload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -reload.o: ../core/mount.h ../core/mountparser.h ../core/users.h -reload.o: ../core/groups.h ../core/group.h ../core/loadavg.h +reload.o: ../templates/htmltextstream.h ../notify/notifythread.h +reload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +reload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +reload.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +reload.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h reload.o: ../templates/templates.h ../templates/patterncacher.h reload.o: ../templates/ckeditorgetparser.h ../core/httpsimpleparser.h reload.o: ../core/log.h ../templates/indexpatterns.h ../core/sessionmanager.h @@ -687,27 +656,26 @@ rm.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h rm.o: ../core/rebus.h ../core/config.h ../core/confparser.h rm.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h rm.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -rm.o: ../core/request.h ../templatesnotify/notify.h -rm.o: ../templatesnotify/notifypool.h ../templates/locale.h -rm.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -rm.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -rm.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -rm.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -rm.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h -rm.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h run.h stat.h -rm.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h -rm.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -rm.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -rm.o: ../core/basethread.h ../core/synchro.h -rm.o: ../templatesnotify/templatesnotify.h ../core/users.h -rm.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -rm.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -rm.o: ../core/group.h ../core/loadavg.h ../core/plugin.h ../core/pluginmsg.h -rm.o: ../core/system.h ../core/sessionmanager.h ../core/sessioncontainer.h -rm.o: ../functions/functions.h ../templates/templates.h -rm.o: ../templates/patterncacher.h ../templates/ckeditorgetparser.h -rm.o: ../core/httpsimpleparser.h ../core/log.h ../templates/indexpatterns.h -rm.o: ../core/sessionmanager.h ../core/misc.h +rm.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +rm.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +rm.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +rm.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +rm.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +rm.o: chown.h ckeditor.h cp.h createthread.h default.h download.h emacs.h +rm.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h run.h +rm.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h +rm.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +rm.o: ../templates/htmltextstream.h ../notify/notifythread.h +rm.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +rm.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +rm.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h ../core/users.h +rm.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/plugin.h +rm.o: ../core/pluginmsg.h ../core/system.h ../core/sessionmanager.h +rm.o: ../core/sessioncontainer.h ../functions/functions.h +rm.o: ../templates/templates.h ../templates/patterncacher.h +rm.o: ../templates/ckeditorgetparser.h ../core/httpsimpleparser.h +rm.o: ../core/log.h ../templates/indexpatterns.h ../core/sessionmanager.h +rm.o: ../core/misc.h run.o: run.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h run.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h run.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -718,22 +686,20 @@ run.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h run.o: ../core/rebus.h ../core/config.h ../core/confparser.h run.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h run.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -run.o: ../core/request.h ../templatesnotify/notify.h -run.o: ../templatesnotify/notifypool.h ../templates/locale.h -run.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -run.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -run.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -run.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -run.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h -run.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h stat.h -run.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h -run.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -run.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -run.o: ../core/basethread.h ../core/synchro.h -run.o: ../templatesnotify/templatesnotify.h ../core/users.h -run.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -run.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -run.o: ../core/group.h ../core/loadavg.h +run.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +run.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +run.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +run.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +run.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +run.o: chown.h ckeditor.h cp.h createthread.h default.h download.h emacs.h +run.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h +run.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h +run.o: uptime.h who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +run.o: ../templates/htmltextstream.h ../notify/notifythread.h +run.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +run.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +run.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h ../core/users.h +run.o: ../core/groups.h ../core/group.h ../core/loadavg.h stat.o: stat.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h stat.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -745,22 +711,20 @@ stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h stat.o: ../core/confparser.h ../core/htmlfilter.h stat.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h stat.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -stat.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -stat.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -stat.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h -stat.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h -stat.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -stat.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -stat.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h -stat.o: mv.h node.h priv.h reload.h rm.h run.h subject.h funthread.h -stat.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h -stat.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -stat.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -stat.o: ../core/basethread.h ../core/synchro.h -stat.o: ../templatesnotify/templatesnotify.h ../core/users.h -stat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -stat.o: ../core/mount.h ../core/mountparser.h ../core/users.h -stat.o: ../core/groups.h ../core/group.h ../core/loadavg.h +stat.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +stat.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +stat.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +stat.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +stat.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +stat.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h +stat.o: subject.h funthread.h template.h tinymce.h uname.h upload.h uptime.h +stat.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +stat.o: ../templates/htmltextstream.h ../notify/notifythread.h +stat.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +stat.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +stat.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +stat.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h subject.o: subject.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h subject.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h subject.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -772,8 +736,8 @@ subject.o: ../core/user.h ../core/plugindata.h ../core/rebus.h subject.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h subject.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h subject.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -subject.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -subject.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +subject.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +subject.o: ../core/confparser.h ../templates/misc.h subject.o: ../templates/localefilter.h ../templates/locale.h subject.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h subject.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -782,12 +746,11 @@ subject.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h subject.o: mv.h node.h priv.h reload.h rm.h run.h stat.h funthread.h subject.o: template.h tinymce.h uname.h upload.h uptime.h who.h vim.h subject.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -subject.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -subject.o: ../core/basethread.h ../core/synchro.h -subject.o: ../templatesnotify/templatesnotify.h ../core/users.h -subject.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -subject.o: ../core/mount.h ../core/mountparser.h ../core/users.h -subject.o: ../core/groups.h ../core/group.h ../core/loadavg.h +subject.o: ../templates/htmltextstream.h ../notify/notifythread.h +subject.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +subject.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +subject.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +subject.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h template.o: template.h functionbase.h ../core/item.h ../db/db.h template.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h template.o: ../core/textstream.h ../core/misc.h ../core/item.h @@ -800,8 +763,8 @@ template.o: ../core/plugindata.h ../core/rebus.h ../core/config.h template.o: ../core/confparser.h ../core/htmlfilter.h template.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h template.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -template.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -template.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +template.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +template.o: ../core/confparser.h ../templates/misc.h template.o: ../templates/localefilter.h ../templates/locale.h template.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h @@ -811,12 +774,11 @@ template.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h template.o: rm.h run.h stat.h subject.h funthread.h tinymce.h uname.h template.o: upload.h uptime.h who.h vim.h ../core/htmlfilter.h template.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -template.o: ../templatesnotify/notifythread.h ../core/basethread.h -template.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -template.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -template.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -template.o: ../core/users.h ../core/groups.h ../core/group.h -template.o: ../core/loadavg.h ../core/misc.h +template.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +template.o: ../core/mountparser.h ../core/users.h ../core/groups.h +template.o: ../core/group.h ../core/loadavg.h ../core/misc.h tinymce.o: tinymce.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h tinymce.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h tinymce.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -828,8 +790,8 @@ tinymce.o: ../core/user.h ../core/plugindata.h ../core/rebus.h tinymce.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h tinymce.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h tinymce.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -tinymce.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -tinymce.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +tinymce.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +tinymce.o: ../core/confparser.h ../templates/misc.h tinymce.o: ../templates/localefilter.h ../templates/locale.h tinymce.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h tinymce.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -838,12 +800,11 @@ tinymce.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h tinymce.o: mv.h node.h priv.h reload.h rm.h run.h stat.h subject.h tinymce.o: funthread.h template.h uname.h upload.h uptime.h who.h vim.h tinymce.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -tinymce.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -tinymce.o: ../core/basethread.h ../core/synchro.h -tinymce.o: ../templatesnotify/templatesnotify.h ../core/users.h -tinymce.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -tinymce.o: ../core/mount.h ../core/mountparser.h ../core/users.h -tinymce.o: ../core/groups.h ../core/group.h ../core/loadavg.h +tinymce.o: ../templates/htmltextstream.h ../notify/notifythread.h +tinymce.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +tinymce.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +tinymce.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +tinymce.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h uname.o: uname.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h uname.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h uname.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -855,22 +816,20 @@ uname.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h uname.o: ../core/confparser.h ../core/htmlfilter.h uname.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h uname.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -uname.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -uname.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h -uname.o: ../templates/localefilter.h ../templates/locale.h -uname.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h -uname.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h cat.h -uname.o: chmod.h privchanger.h chown.h ckeditor.h cp.h createthread.h -uname.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h -uname.o: mv.h node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h -uname.o: template.h tinymce.h upload.h uptime.h who.h vim.h -uname.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -uname.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -uname.o: ../core/basethread.h ../core/synchro.h -uname.o: ../templatesnotify/templatesnotify.h ../core/users.h -uname.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -uname.o: ../core/mount.h ../core/mountparser.h ../core/users.h -uname.o: ../core/groups.h ../core/group.h ../core/loadavg.h +uname.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +uname.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h +uname.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h +uname.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h +uname.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h +uname.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h +uname.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h +uname.o: stat.h subject.h funthread.h template.h tinymce.h upload.h uptime.h +uname.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h +uname.o: ../templates/htmltextstream.h ../notify/notifythread.h +uname.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +uname.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +uname.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +uname.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h upload.o: upload.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h upload.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h upload.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -882,8 +841,8 @@ upload.o: ../core/user.h ../core/plugindata.h ../core/rebus.h upload.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h upload.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h upload.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -upload.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -upload.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +upload.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +upload.o: ../core/confparser.h ../templates/misc.h upload.o: ../templates/localefilter.h ../templates/locale.h upload.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h upload.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -892,13 +851,12 @@ upload.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h upload.o: mv.h node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h upload.o: template.h tinymce.h uname.h uptime.h who.h vim.h upload.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -upload.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -upload.o: ../core/basethread.h ../core/synchro.h -upload.o: ../templatesnotify/templatesnotify.h ../core/users.h -upload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -upload.o: ../core/mount.h ../core/mountparser.h ../core/users.h -upload.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/misc.h -upload.o: ../functions/functions.h +upload.o: ../templates/htmltextstream.h ../notify/notifythread.h +upload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +upload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +upload.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +upload.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +upload.o: ../core/misc.h ../functions/functions.h uptime.o: uptime.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h uptime.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h uptime.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -910,8 +868,8 @@ uptime.o: ../core/user.h ../core/plugindata.h ../core/rebus.h uptime.o: ../core/config.h ../core/confparser.h ../core/htmlfilter.h uptime.o: ../templates/htmltextstream.h ../core/config.h ../core/system.h uptime.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -uptime.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -uptime.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +uptime.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +uptime.o: ../core/confparser.h ../templates/misc.h uptime.o: ../templates/localefilter.h ../templates/locale.h uptime.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h uptime.o: ../../ezc/src/pattern.h functions.h functionparser.h adduser.h @@ -920,12 +878,11 @@ uptime.o: default.h download.h emacs.h last.h login.h logout.h ls.h mkdir.h uptime.o: mv.h node.h priv.h reload.h rm.h run.h stat.h subject.h funthread.h uptime.o: template.h tinymce.h uname.h upload.h who.h vim.h uptime.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h -uptime.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -uptime.o: ../core/basethread.h ../core/synchro.h -uptime.o: ../templatesnotify/templatesnotify.h ../core/users.h -uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -uptime.o: ../core/mount.h ../core/mountparser.h ../core/users.h -uptime.o: ../core/groups.h ../core/group.h ../core/loadavg.h +uptime.o: ../templates/htmltextstream.h ../notify/notifythread.h +uptime.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h +uptime.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h +uptime.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h +uptime.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h vim.o: vim.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h vim.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h vim.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -936,22 +893,21 @@ vim.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h vim.o: ../core/rebus.h ../core/config.h ../core/confparser.h vim.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h vim.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -vim.o: ../core/request.h ../templatesnotify/notify.h -vim.o: ../templatesnotify/notifypool.h ../templates/locale.h -vim.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -vim.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -vim.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -vim.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -vim.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h -vim.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h -vim.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h -vim.o: uptime.h who.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -vim.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -vim.o: ../core/basethread.h ../core/synchro.h -vim.o: ../templatesnotify/templatesnotify.h ../core/users.h -vim.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -vim.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -vim.o: ../core/group.h ../core/loadavg.h +vim.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +vim.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +vim.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +vim.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +vim.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +vim.o: chown.h ckeditor.h cp.h createthread.h default.h download.h emacs.h +vim.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h +vim.o: run.h stat.h subject.h funthread.h template.h tinymce.h uname.h +vim.o: upload.h uptime.h who.h ../core/htmlfilter.h +vim.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h +vim.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +vim.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +vim.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +vim.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +vim.o: ../core/loadavg.h who.o: who.h functionbase.h ../core/item.h ../db/db.h ../db/dbbase.h who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h who.o: ../core/misc.h ../core/item.h ../core/error.h ../core/log.h @@ -962,19 +918,18 @@ who.o: ../core/session.h ../core/error.h ../core/user.h ../core/plugindata.h who.o: ../core/rebus.h ../core/config.h ../core/confparser.h who.o: ../core/htmlfilter.h ../templates/htmltextstream.h ../core/config.h who.o: ../core/system.h ../core/dirs.h ../core/dircontainer.h -who.o: ../core/request.h ../templatesnotify/notify.h -who.o: ../templatesnotify/notifypool.h ../templates/locale.h -who.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -who.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -who.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h -who.o: functionparser.h adduser.h cat.h chmod.h privchanger.h chown.h -who.o: ckeditor.h cp.h createthread.h default.h download.h emacs.h last.h -who.o: login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h run.h -who.o: stat.h subject.h funthread.h template.h tinymce.h uname.h upload.h -who.o: uptime.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h -who.o: ../templates/htmltextstream.h ../templatesnotify/notifythread.h -who.o: ../core/basethread.h ../core/synchro.h -who.o: ../templatesnotify/templatesnotify.h ../core/users.h -who.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -who.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -who.o: ../core/group.h ../core/loadavg.h +who.o: ../core/request.h ../notify/notify.h ../notify/notifypool.h +who.o: ../templates/locale.h ../core/confparser.h ../templates/misc.h +who.o: ../templates/localefilter.h ../templates/locale.h ../../ezc/src/ezc.h +who.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h ../../ezc/src/pattern.h +who.o: functions.h functionparser.h adduser.h cat.h chmod.h privchanger.h +who.o: chown.h ckeditor.h cp.h createthread.h default.h download.h emacs.h +who.o: last.h login.h logout.h ls.h mkdir.h mv.h node.h priv.h reload.h rm.h +who.o: run.h stat.h subject.h funthread.h template.h tinymce.h uname.h +who.o: upload.h uptime.h vim.h ../core/htmlfilter.h +who.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h +who.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +who.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +who.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +who.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +who.o: ../core/loadavg.h diff --git a/functions/functionbase.h b/functions/functionbase.h index 40ef9e7..001fa89 100755 --- a/functions/functionbase.h +++ b/functions/functionbase.h @@ -17,7 +17,7 @@ #include "core/request.h" #include "core/config.h" #include "core/system.h" -#include "templatesnotify/notify.h" +#include "notify/notify.h" #include "utf8.h" diff --git a/main/Makefile.dep b/main/Makefile.dep index fc88c63..23f3ff5 100755 --- a/main/Makefile.dep +++ b/main/Makefile.dep @@ -10,15 +10,14 @@ main.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h ../core/thread.h main.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h main.o: ../core/requesttypes.h ../core/session.h ../core/error.h main.o: ../core/user.h ../core/plugindata.h ../core/rebus.h -main.o: ../templates/htmltextstream.h ../templatesnotify/notify.h -main.o: ../templatesnotify/notifypool.h ../templates/locale.h -main.o: ../core/confparser.h ../templates/misc.h ../templates/localefilter.h -main.o: ../templates/locale.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h -main.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h -main.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h -main.o: ../../ezc/src/stringconv.h ../templates/htmltextstream.h -main.o: ../templatesnotify/notifythread.h ../core/basethread.h -main.o: ../core/synchro.h ../templatesnotify/templatesnotify.h +main.o: ../templates/htmltextstream.h ../notify/notify.h +main.o: ../notify/notifypool.h ../templates/locale.h ../core/confparser.h +main.o: ../templates/misc.h ../templates/localefilter.h ../templates/locale.h +main.o: ../../ezc/src/ezc.h ../../ezc/src/utf8.h ../../ezc/src/generator.h +main.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h +main.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h +main.o: ../templates/htmltextstream.h ../notify/notifythread.h +main.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h main.o: ../core/config.h ../core/users.h ../core/ugcontainer.h main.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h main.o: ../core/mountparser.h ../core/users.h ../core/groups.h diff --git a/notify/Makefile.dep b/notify/Makefile.dep index eac5ede..fb8f950 100755 --- a/notify/Makefile.dep +++ b/notify/Makefile.dep @@ -22,7 +22,7 @@ notify.o: ../core/ugcontainer.h ../templates/templates.h notify.o: ../templates/patterncacher.h ../templates/ckeditorgetparser.h notify.o: ../core/httpsimpleparser.h ../core/log.h notify.o: ../templates/indexpatterns.h ../core/request.h ../core/system.h -notify.o: ../core/dirs.h ../core/dircontainer.h ../templatesnotify/notify.h +notify.o: ../core/dirs.h ../core/dircontainer.h ../notify/notify.h notify.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h notify.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h notify.o: ../core/sessionmanager.h ../core/sessioncontainer.h diff --git a/notify/notify.cpp b/notify/notify.cpp new file mode 100755 index 0000000..6d81f8a --- /dev/null +++ b/notify/notify.cpp @@ -0,0 +1,182 @@ +/* + * This file is a part of Winix + * and is not publicly distributed + * + * Copyright (c) 2008-2010, Tomasz Sowa + * All rights reserved. + * + */ + +#include "notify.h" +#include "templates/templates.h" +#include "core/request.h" +#include "core/config.h" +#include "core/users.h" +#include "core/dirs.h" +#include "core/synchro.h" + + + + +Notify::Notify() : thread_signal(PTHREAD_COND_INITIALIZER) +{ +} + + + +void Notify::SetSynchro(Synchro * psynchro) +{ + synchro = psynchro; +} + + + +void Notify::SetRequest(Request * prequest) +{ + request = prequest; +} + + +void Notify::SetConfig(Config * pconfig) +{ + config = pconfig; +} + + +void Notify::SetUsers(Users * pusers) +{ + users = pusers; +} + +void Notify::SetDirs(Dirs * pdirs) +{ + dirs = pdirs; +} + + + +void Notify::Init() +{ + notify_thread.SetConfig(config); + notify_thread.SetUsers(users); + notify_thread.SetNotifyPool(¬ify_pool); + notify_thread.SetPatterns(&patterns); + + notify_thread.SetSynchro(synchro); + notify_thread.SetSignal(&thread_signal); + + notify_template_cms = AddTemplate(L"notify_email_cms.txt"); // !! do konfiga + notify_template_thread = AddTemplate(L"notify_email_thread.txt"); +} + + + +void Notify::ReadTemplates() +{ + if( templates_names.empty() ) + { + patterns.clear(); + return; + } + + patterns.resize(static_cast(Locale::lang_unknown)); + + for(size_t i=0 ; iutf8); + patterns[i][a].DeleteWhiteTextItems(false); + patterns[i][a].Directory(config->txt_templates_dir, config->txt_templates_dir_default); + patterns[i][a].ParseFile(templates_names[a]); + + TemplatesFunctions::locale_filter.Filter(patterns[i][a], TemplatesFunctions::locale, static_cast(i)); + } + } + + notify_thread.PatternsChanged(); +} + + + + +void Notify::ItemChanged(int notify_code, const Item & item) +{ + if( notify_code == 0 ) + return; + + msg.code = notify_code; + CreateItemLink(item, msg.item_link, msg.dir_link); + + if( msg.code >=0 && msg.code <= WINIX_NOTIFY_CODE_FILE_DELETE ) + msg.template_index = notify_template_cms; + else + if( msg.code >= WINIX_NOTIFY_CODE_THREAD_ADD && msg.code <= WINIX_NOTIFY_CODE_THREAD_DELETE ) + msg.template_index = notify_template_thread; + else + { + log << log1 << "Notify: don't know what to do with this mount point (skipping)" << logend; + return; + } + + notify_pool.Add(msg); + SendSignalToThread(); //we are in the first locked thread +} + + + +void Notify::StartThread() +{ + if( !notify_thread.StartThread() ) + log << log1 << "Notify: I can't create a thread for sending emails" << logend; +} + + +void Notify::WaitForThread() +{ + notify_thread.WaitForThread(); +} + + +size_t Notify::AddTemplate(const std::wstring & file_name) +{ + size_t index = templates_names.size(); + templates_names.push_back(file_name); + +return index; +} + + + + + +void Notify::CreateItemLink(const Item & item, std::wstring & item_link, std::wstring & dir_link) +{ +static std::wstring tmp_path; + + if( item.type == Item::dir ) + { + dirs->MakePath(item.id, tmp_path); + item_link = config->base_url; + item_link += tmp_path; + dir_link = item_link; + } + else + { + dirs->MakePath(item.parent_id, tmp_path); + item_link = config->base_url; + item_link += tmp_path; + dir_link = item_link; + item_link += item.url; + } +} + + + +void Notify::SendSignalToThread() +{ + // you should use it with: synchro->Lock() and Unlock() + pthread_cond_signal(&thread_signal); +} diff --git a/plugins/stats/Makefile.dep b/plugins/stats/Makefile.dep index 181e8ba..9abdfd9 100755 --- a/plugins/stats/Makefile.dep +++ b/plugins/stats/Makefile.dep @@ -14,16 +14,16 @@ init.o: ../../core/group.h ../../core/thread.h ../../core/dircontainer.h init.o: ../../core/ugcontainer.h bot.h stats.h templates.h init.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/request.h init.o: ../../core/system.h ../../core/dirs.h ../../core/dircontainer.h -init.o: ../../templatesnotify/notify.h ../../templatesnotify/notifypool.h +init.o: ../../notify/notify.h ../../notify/notifypool.h init.o: ../../templates/locale.h ../../core/confparser.h init.o: ../../templates/misc.h ../../templates/localefilter.h init.o: ../../templates/locale.h ../../../ezc/src/ezc.h init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../templates/htmltextstream.h ../../templatesnotify/notifythread.h +init.o: ../../templates/htmltextstream.h ../../notify/notifythread.h init.o: ../../core/basethread.h ../../core/synchro.h -init.o: ../../templatesnotify/templatesnotify.h ../../core/users.h +init.o: ../../notify/templatesnotify.h ../../core/users.h init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h init.o: ../../core/mounts.h ../../core/mount.h ../../core/mountparser.h init.o: ../../core/users.h ../../core/groups.h ../../core/group.h @@ -61,16 +61,16 @@ templates.o: ../../core/textstream.h ../../core/error.h templates.o: ../../db/dbitemquery.h ../../core/item.h templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h templates.o: ../../core/thread.h ../../core/dircontainer.h -templates.o: ../../core/ugcontainer.h ../../templatesnotify/notify.h -templates.o: ../../templatesnotify/notifypool.h ../../templates/locale.h +templates.o: ../../core/ugcontainer.h ../../notify/notify.h +templates.o: ../../notify/notifypool.h ../../templates/locale.h templates.o: ../../core/confparser.h ../../templates/misc.h templates.o: ../../templates/localefilter.h ../../templates/locale.h templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h templates.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h templates.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h templates.o: ../../../ezc/src/stringconv.h ../../templates/htmltextstream.h -templates.o: ../../templatesnotify/notifythread.h ../../core/basethread.h -templates.o: ../../core/synchro.h ../../templatesnotify/templatesnotify.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h templates.o: ../../core/config.h ../../core/users.h ../../core/user.h templates.o: ../../core/ugcontainer.h ../../core/lastcontainer.h templates.o: ../../core/mounts.h ../../core/mount.h ../../core/error.h diff --git a/plugins/ticket/Makefile.dep b/plugins/ticket/Makefile.dep index 9225516..596e262 100755 --- a/plugins/ticket/Makefile.dep +++ b/plugins/ticket/Makefile.dep @@ -16,22 +16,21 @@ createticket.o: ../../core/confparser.h ../../core/htmlfilter.h createticket.o: ../../templates/htmltextstream.h ../../core/config.h createticket.o: ../../core/system.h ../../core/dirs.h createticket.o: ../../core/dircontainer.h ../../core/request.h -createticket.o: ../../templatesnotify/notify.h -createticket.o: ../../templatesnotify/notifypool.h ../../templates/locale.h -createticket.o: ../../core/confparser.h ../../templates/misc.h -createticket.o: ../../templates/localefilter.h ../../templates/locale.h -createticket.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -createticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -createticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -createticket.o: ../../../ezc/src/stringconv.h -createticket.o: ../../templates/htmltextstream.h -createticket.o: ../../templatesnotify/notifythread.h ../../core/basethread.h -createticket.o: ../../core/synchro.h ../../templatesnotify/templatesnotify.h -createticket.o: ../../core/users.h ../../core/ugcontainer.h -createticket.o: ../../core/lastcontainer.h ../../core/mounts.h -createticket.o: ../../core/mount.h ../../core/mountparser.h -createticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h -createticket.o: ../../core/loadavg.h ticketinfo.h ticketparser.h ticketconf.h +createticket.o: ../../notify/notify.h ../../notify/notifypool.h +createticket.o: ../../templates/locale.h ../../core/confparser.h +createticket.o: ../../templates/misc.h ../../templates/localefilter.h +createticket.o: ../../templates/locale.h ../../../ezc/src/ezc.h +createticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +createticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +createticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +createticket.o: ../../templates/htmltextstream.h ../../notify/notifythread.h +createticket.o: ../../core/basethread.h ../../core/synchro.h +createticket.o: ../../notify/templatesnotify.h ../../core/users.h +createticket.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +createticket.o: ../../core/mounts.h ../../core/mount.h +createticket.o: ../../core/mountparser.h ../../core/users.h +createticket.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h +createticket.o: ticketinfo.h ticketparser.h ticketconf.h createticket.o: ../../functions/functions.h ../../functions/functionbase.h createticket.o: ../../functions/functionparser.h ../../functions/adduser.h createticket.o: ../../functions/cat.h ../../functions/chmod.h @@ -60,23 +59,22 @@ editticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h editticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h editticket.o: ../../core/thread.h ../../core/dircontainer.h editticket.o: ../../core/ugcontainer.h ../../core/request.h -editticket.o: ../../templatesnotify/notify.h -editticket.o: ../../templatesnotify/notifypool.h ../../templates/locale.h -editticket.o: ../../core/confparser.h ../../templates/misc.h -editticket.o: ../../templates/localefilter.h ../../templates/locale.h -editticket.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -editticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -editticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -editticket.o: ../../../ezc/src/stringconv.h ../../templates/htmltextstream.h -editticket.o: ../../templatesnotify/notifythread.h ../../core/basethread.h -editticket.o: ../../core/synchro.h ../../templatesnotify/templatesnotify.h -editticket.o: ../../core/config.h ../../core/users.h ../../core/user.h -editticket.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -editticket.o: ../../core/mounts.h ../../core/mount.h ../../core/error.h -editticket.o: ../../core/mountparser.h ../../core/config.h -editticket.o: ../../core/confparser.h ../../core/htmlfilter.h -editticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h -editticket.o: ../../core/rebus.h ../../core/loadavg.h +editticket.o: ../../notify/notify.h ../../notify/notifypool.h +editticket.o: ../../templates/locale.h ../../core/confparser.h +editticket.o: ../../templates/misc.h ../../templates/localefilter.h +editticket.o: ../../templates/locale.h ../../../ezc/src/ezc.h +editticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +editticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +editticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +editticket.o: ../../templates/htmltextstream.h ../../notify/notifythread.h +editticket.o: ../../core/basethread.h ../../core/synchro.h +editticket.o: ../../notify/templatesnotify.h ../../core/config.h +editticket.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h +editticket.o: ../../core/lastcontainer.h ../../core/mounts.h +editticket.o: ../../core/mount.h ../../core/error.h ../../core/mountparser.h +editticket.o: ../../core/config.h ../../core/confparser.h +editticket.o: ../../core/htmlfilter.h ../../core/users.h ../../core/groups.h +editticket.o: ../../core/group.h ../../core/rebus.h ../../core/loadavg.h editticket.o: ../../functions/functionbase.h ../../core/request.h editticket.o: ../../core/requesttypes.h ../../core/session.h editticket.o: ../../core/plugindata.h ../../templates/htmltextstream.h @@ -108,23 +106,22 @@ funticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h funticket.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h funticket.o: ../../core/thread.h ../../core/dircontainer.h funticket.o: ../../core/ugcontainer.h ../../core/request.h -funticket.o: ../../templatesnotify/notify.h -funticket.o: ../../templatesnotify/notifypool.h ../../templates/locale.h -funticket.o: ../../core/confparser.h ../../templates/misc.h -funticket.o: ../../templates/localefilter.h ../../templates/locale.h -funticket.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -funticket.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -funticket.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -funticket.o: ../../../ezc/src/stringconv.h ../../templates/htmltextstream.h -funticket.o: ../../templatesnotify/notifythread.h ../../core/basethread.h -funticket.o: ../../core/synchro.h ../../templatesnotify/templatesnotify.h -funticket.o: ../../core/config.h ../../core/users.h ../../core/user.h -funticket.o: ../../core/ugcontainer.h ../../core/lastcontainer.h -funticket.o: ../../core/mounts.h ../../core/mount.h ../../core/error.h -funticket.o: ../../core/mountparser.h ../../core/config.h -funticket.o: ../../core/confparser.h ../../core/htmlfilter.h -funticket.o: ../../core/users.h ../../core/groups.h ../../core/group.h -funticket.o: ../../core/rebus.h ../../core/loadavg.h +funticket.o: ../../notify/notify.h ../../notify/notifypool.h +funticket.o: ../../templates/locale.h ../../core/confparser.h +funticket.o: ../../templates/misc.h ../../templates/localefilter.h +funticket.o: ../../templates/locale.h ../../../ezc/src/ezc.h +funticket.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +funticket.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +funticket.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +funticket.o: ../../templates/htmltextstream.h ../../notify/notifythread.h +funticket.o: ../../core/basethread.h ../../core/synchro.h +funticket.o: ../../notify/templatesnotify.h ../../core/config.h +funticket.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h +funticket.o: ../../core/lastcontainer.h ../../core/mounts.h +funticket.o: ../../core/mount.h ../../core/error.h ../../core/mountparser.h +funticket.o: ../../core/config.h ../../core/confparser.h +funticket.o: ../../core/htmlfilter.h ../../core/users.h ../../core/groups.h +funticket.o: ../../core/group.h ../../core/rebus.h ../../core/loadavg.h funticket.o: ../../functions/functionbase.h ../../core/request.h funticket.o: ../../core/requesttypes.h ../../core/session.h funticket.o: ../../core/plugindata.h ../../templates/htmltextstream.h @@ -137,24 +134,24 @@ init.o: ticketconf.h ../../core/item.h ../../core/system.h ../../core/dirs.h init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h init.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h ../../core/user.h init.o: ../../core/group.h ../../core/thread.h ../../core/dircontainer.h -init.o: ../../core/ugcontainer.h ../../core/request.h -init.o: ../../templatesnotify/notify.h ../../templatesnotify/notifypool.h -init.o: ../../templates/locale.h ../../core/confparser.h -init.o: ../../templates/misc.h ../../templates/localefilter.h -init.o: ../../templates/locale.h ../../../ezc/src/ezc.h -init.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h -init.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h -init.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h -init.o: ../../templates/htmltextstream.h ../../templatesnotify/notifythread.h -init.o: ../../core/basethread.h ../../core/synchro.h -init.o: ../../templatesnotify/templatesnotify.h ../../core/config.h -init.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h -init.o: ../../core/lastcontainer.h ../../core/mounts.h ../../core/mount.h -init.o: ../../core/error.h ../../core/mountparser.h ../../core/config.h -init.o: ../../core/confparser.h ../../core/htmlfilter.h ../../core/users.h -init.o: ../../core/groups.h ../../core/group.h ../../core/rebus.h -init.o: ../../core/loadavg.h ../../functions/functionbase.h -init.o: ../../core/request.h ../../core/requesttypes.h ../../core/session.h +init.o: ../../core/ugcontainer.h ../../core/request.h ../../notify/notify.h +init.o: ../../notify/notifypool.h ../../templates/locale.h +init.o: ../../core/confparser.h ../../templates/misc.h +init.o: ../../templates/localefilter.h ../../templates/locale.h +init.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h +init.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h +init.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h +init.o: ../../../ezc/src/stringconv.h ../../templates/htmltextstream.h +init.o: ../../notify/notifythread.h ../../core/basethread.h +init.o: ../../core/synchro.h ../../notify/templatesnotify.h +init.o: ../../core/config.h ../../core/users.h ../../core/user.h +init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h +init.o: ../../core/mounts.h ../../core/mount.h ../../core/error.h +init.o: ../../core/mountparser.h ../../core/config.h ../../core/confparser.h +init.o: ../../core/htmlfilter.h ../../core/users.h ../../core/groups.h +init.o: ../../core/group.h ../../core/rebus.h ../../core/loadavg.h +init.o: ../../functions/functionbase.h ../../core/request.h +init.o: ../../core/requesttypes.h ../../core/session.h init.o: ../../core/plugindata.h ../../templates/htmltextstream.h editticket.h init.o: createticket.h ../../core/log.h ../../core/plugin.h init.o: ../../core/pluginmsg.h ../../core/system.h @@ -194,13 +191,12 @@ templates.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h templates.o: ../../core/user.h ../../core/group.h ../../core/thread.h templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h templates.o: ../../core/log.h ../../core/textstream.h ../../core/request.h -templates.o: ../../templatesnotify/notify.h -templates.o: ../../templatesnotify/notifypool.h ../../templates/locale.h -templates.o: ../../core/confparser.h ../../templates/misc.h -templates.o: ../../templates/localefilter.h ../../templates/locale.h -templates.o: ../../templates/htmltextstream.h -templates.o: ../../templatesnotify/notifythread.h ../../core/basethread.h -templates.o: ../../core/synchro.h ../../templatesnotify/templatesnotify.h +templates.o: ../../notify/notify.h ../../notify/notifypool.h +templates.o: ../../templates/locale.h ../../core/confparser.h +templates.o: ../../templates/misc.h ../../templates/localefilter.h +templates.o: ../../templates/locale.h ../../templates/htmltextstream.h +templates.o: ../../notify/notifythread.h ../../core/basethread.h +templates.o: ../../core/synchro.h ../../notify/templatesnotify.h templates.o: ../../core/textstream.h ../../core/misc.h ../../core/config.h templates.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h templates.o: ../../core/lastcontainer.h ../../core/mounts.h @@ -247,18 +243,18 @@ ticketinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h ticketinfo.o: ../../core/thread.h ../../core/dircontainer.h ticketinfo.o: ../../core/ugcontainer.h ../../core/log.h ticketinfo.o: ../../core/textstream.h ../../core/request.h -ticketinfo.o: ../../templatesnotify/notify.h -ticketinfo.o: ../../templatesnotify/notifypool.h ../../templates/locale.h -ticketinfo.o: ../../core/confparser.h ../../templates/misc.h -ticketinfo.o: ../../templates/localefilter.h ../../templates/locale.h -ticketinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/utf8.h -ticketinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h -ticketinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h -ticketinfo.o: ../../../ezc/src/stringconv.h ../../templates/htmltextstream.h -ticketinfo.o: ../../templatesnotify/notifythread.h ../../core/basethread.h -ticketinfo.o: ../../core/synchro.h ../../templatesnotify/templatesnotify.h -ticketinfo.o: ../../core/textstream.h ../../core/misc.h ../../core/config.h -ticketinfo.o: ../../core/users.h ../../core/user.h ../../core/ugcontainer.h +ticketinfo.o: ../../notify/notify.h ../../notify/notifypool.h +ticketinfo.o: ../../templates/locale.h ../../core/confparser.h +ticketinfo.o: ../../templates/misc.h ../../templates/localefilter.h +ticketinfo.o: ../../templates/locale.h ../../../ezc/src/ezc.h +ticketinfo.o: ../../../ezc/src/utf8.h ../../../ezc/src/generator.h +ticketinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h +ticketinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h +ticketinfo.o: ../../templates/htmltextstream.h ../../notify/notifythread.h +ticketinfo.o: ../../core/basethread.h ../../core/synchro.h +ticketinfo.o: ../../notify/templatesnotify.h ../../core/textstream.h +ticketinfo.o: ../../core/misc.h ../../core/config.h ../../core/users.h +ticketinfo.o: ../../core/user.h ../../core/ugcontainer.h ticketinfo.o: ../../core/lastcontainer.h ../../core/mounts.h ticketinfo.o: ../../core/mount.h ../../core/error.h ../../core/mountparser.h ticketinfo.o: ../../core/config.h ../../core/confparser.h diff --git a/templates/Makefile.dep b/templates/Makefile.dep index 0c5fd34..35e28e9 100755 --- a/templates/Makefile.dep +++ b/templates/Makefile.dep @@ -16,16 +16,14 @@ adduser.o: ../core/ugcontainer.h ../core/request.h ../core/requesttypes.h adduser.o: ../core/session.h ../core/error.h ../core/user.h adduser.o: ../core/plugindata.h ../core/rebus.h ../core/config.h adduser.o: ../templates/htmltextstream.h ../core/system.h ../core/dirs.h -adduser.o: ../core/dircontainer.h ../core/request.h -adduser.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -adduser.o: ../templates/locale.h ../templates/misc.h -adduser.o: ../templatesnotify/notifythread.h ../core/basethread.h -adduser.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -adduser.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -adduser.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h -adduser.o: ../core/sessionmanager.h ../core/sessioncontainer.h -adduser.o: ../core/system.h +adduser.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +adduser.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h +adduser.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +adduser.o: ../core/mountparser.h ../core/users.h ../core/groups.h +adduser.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h +adduser.o: ../core/sessioncontainer.h ../core/system.h dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h dir.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h dir.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h @@ -41,29 +39,27 @@ dir.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h dir.o: ../core/requesttypes.h ../core/session.h ../core/error.h dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h dir.o: ../templates/htmltextstream.h ../core/system.h ../core/dirs.h -dir.o: ../core/dircontainer.h ../core/request.h ../templatesnotify/notify.h -dir.o: ../templatesnotify/notifypool.h ../templates/locale.h -dir.o: ../templates/misc.h ../templatesnotify/notifythread.h -dir.o: ../core/basethread.h ../core/synchro.h -dir.o: ../templatesnotify/templatesnotify.h ../core/users.h -dir.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -dir.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -dir.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h -dir.o: ../core/sessioncontainer.h ../core/system.h ../core/misc.h -dir.o: ../functions/functions.h ../functions/functionbase.h -dir.o: ../functions/functionparser.h ../functions/adduser.h -dir.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h -dir.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h -dir.o: ../functions/createthread.h ../functions/default.h -dir.o: ../functions/download.h ../functions/emacs.h ../functions/last.h -dir.o: ../functions/login.h ../functions/logout.h ../functions/ls.h -dir.o: ../functions/mkdir.h ../functions/mv.h ../functions/node.h -dir.o: ../functions/priv.h ../functions/reload.h ../functions/rm.h -dir.o: ../functions/run.h ../functions/stat.h ../functions/subject.h -dir.o: ../functions/funthread.h ../functions/template.h -dir.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h -dir.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h -dir.o: ../core/htmlfilter.h +dir.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +dir.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h +dir.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +dir.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +dir.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +dir.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +dir.o: ../core/loadavg.h ../core/sessionmanager.h ../core/sessioncontainer.h +dir.o: ../core/system.h ../core/misc.h ../functions/functions.h +dir.o: ../functions/functionbase.h ../functions/functionparser.h +dir.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h +dir.o: ../functions/privchanger.h ../functions/chown.h +dir.o: ../functions/ckeditor.h ../functions/cp.h ../functions/createthread.h +dir.o: ../functions/default.h ../functions/download.h ../functions/emacs.h +dir.o: ../functions/last.h ../functions/login.h ../functions/logout.h +dir.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h +dir.o: ../functions/node.h ../functions/priv.h ../functions/reload.h +dir.o: ../functions/rm.h ../functions/run.h ../functions/stat.h +dir.o: ../functions/subject.h ../functions/funthread.h +dir.o: ../functions/template.h ../functions/tinymce.h ../functions/uname.h +dir.o: ../functions/upload.h ../functions/uptime.h ../functions/who.h +dir.o: ../functions/vim.h ../core/htmlfilter.h doc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h doc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h ../../ezc/src/item.h doc.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h @@ -79,16 +75,14 @@ doc.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h doc.o: ../core/requesttypes.h ../core/session.h ../core/error.h doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h doc.o: ../templates/htmltextstream.h ../core/system.h ../core/dirs.h -doc.o: ../core/dircontainer.h ../core/request.h ../templatesnotify/notify.h -doc.o: ../templatesnotify/notifypool.h ../templates/locale.h -doc.o: ../templates/misc.h ../templatesnotify/notifythread.h -doc.o: ../core/basethread.h ../core/synchro.h -doc.o: ../templatesnotify/templatesnotify.h ../core/users.h -doc.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -doc.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -doc.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h -doc.o: ../core/sessioncontainer.h ../core/system.h ../core/request.h -doc.o: ../core/misc.h +doc.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +doc.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h +doc.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +doc.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +doc.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +doc.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +doc.o: ../core/loadavg.h ../core/sessionmanager.h ../core/sessioncontainer.h +doc.o: ../core/system.h ../core/request.h ../core/misc.h htmltextstream.o: htmltextstream.h ../core/textstream.h misc.h localefilter.h htmltextstream.o: locale.h ../core/confparser.h ../../ezc/src/ezc.h htmltextstream.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h @@ -119,13 +113,12 @@ item.o: ../core/request.h ../core/requesttypes.h ../core/session.h item.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h item.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h item.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -item.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -item.o: ../templates/locale.h ../templates/misc.h -item.o: ../templatesnotify/notifythread.h ../core/basethread.h -item.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -item.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -item.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -item.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +item.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +item.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +item.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +item.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +item.o: ../core/mount.h ../core/mountparser.h ../core/users.h +item.o: ../core/groups.h ../core/group.h ../core/loadavg.h item.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h item.o: ../core/misc.h ../core/bbcodeparser.h last.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h @@ -144,13 +137,12 @@ last.o: ../core/request.h ../core/requesttypes.h ../core/session.h last.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h last.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h last.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -last.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -last.o: ../templates/locale.h ../templates/misc.h -last.o: ../templatesnotify/notifythread.h ../core/basethread.h -last.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -last.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -last.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -last.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +last.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +last.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +last.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +last.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +last.o: ../core/mount.h ../core/mountparser.h ../core/users.h +last.o: ../core/groups.h ../core/group.h ../core/loadavg.h last.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h last.o: ../core/lastcontainer.h ../core/request.h ../core/misc.h locale.o: locale.h ../core/confparser.h ../core/log.h ../core/textstream.h @@ -175,15 +167,14 @@ ls.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h ls.o: ../core/requesttypes.h ../core/session.h ../core/error.h ../core/user.h ls.o: ../core/plugindata.h ../core/rebus.h ../core/config.h ls.o: ../templates/htmltextstream.h ../core/system.h ../core/dirs.h -ls.o: ../core/dircontainer.h ../core/request.h ../templatesnotify/notify.h -ls.o: ../templatesnotify/notifypool.h ../templates/locale.h -ls.o: ../templates/misc.h ../templatesnotify/notifythread.h -ls.o: ../core/basethread.h ../core/synchro.h -ls.o: ../templatesnotify/templatesnotify.h ../core/users.h -ls.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -ls.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -ls.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h -ls.o: ../core/sessioncontainer.h ../core/system.h ../core/request.h +ls.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +ls.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h +ls.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +ls.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +ls.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +ls.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +ls.o: ../core/loadavg.h ../core/sessionmanager.h ../core/sessioncontainer.h +ls.o: ../core/system.h ../core/request.h misc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h misc.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h @@ -200,13 +191,12 @@ misc.o: ../core/request.h ../core/requesttypes.h ../core/session.h misc.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h misc.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h misc.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -misc.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -misc.o: ../templates/locale.h ../templates/misc.h -misc.o: ../templatesnotify/notifythread.h ../core/basethread.h -misc.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -misc.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -misc.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -misc.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +misc.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +misc.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +misc.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +misc.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +misc.o: ../core/mount.h ../core/mountparser.h ../core/users.h +misc.o: ../core/groups.h ../core/group.h ../core/loadavg.h misc.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h misc.o: ../core/misc.h mount.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h @@ -225,13 +215,12 @@ mount.o: ../core/request.h ../core/requesttypes.h ../core/session.h mount.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h mount.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h mount.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -mount.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -mount.o: ../templates/locale.h ../templates/misc.h -mount.o: ../templatesnotify/notifythread.h ../core/basethread.h -mount.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -mount.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -mount.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -mount.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +mount.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +mount.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +mount.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +mount.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +mount.o: ../core/mount.h ../core/mountparser.h ../core/users.h +mount.o: ../core/groups.h ../core/group.h ../core/loadavg.h mount.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h mount.o: ../core/misc.h patterncacher.o: patterncacher.h ../core/item.h misc.h localefilter.h @@ -258,13 +247,12 @@ priv.o: ../core/request.h ../core/requesttypes.h ../core/session.h priv.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h priv.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h priv.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -priv.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -priv.o: ../templates/locale.h ../templates/misc.h -priv.o: ../templatesnotify/notifythread.h ../core/basethread.h -priv.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -priv.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -priv.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -priv.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +priv.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +priv.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +priv.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +priv.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +priv.o: ../core/mount.h ../core/mountparser.h ../core/users.h +priv.o: ../core/groups.h ../core/group.h ../core/loadavg.h priv.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h priv.o: ../core/misc.h ../functions/functions.h ../functions/functionbase.h priv.o: ../functions/functionparser.h ../functions/adduser.h @@ -296,13 +284,12 @@ rebus.o: ../core/request.h ../core/requesttypes.h ../core/session.h rebus.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h rebus.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h rebus.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -rebus.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -rebus.o: ../templates/locale.h ../templates/misc.h -rebus.o: ../templatesnotify/notifythread.h ../core/basethread.h -rebus.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -rebus.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -rebus.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -rebus.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +rebus.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +rebus.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +rebus.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +rebus.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +rebus.o: ../core/mount.h ../core/mountparser.h ../core/users.h +rebus.o: ../core/groups.h ../core/group.h ../core/loadavg.h rebus.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h stat.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h @@ -320,13 +307,12 @@ stat.o: ../core/request.h ../core/requesttypes.h ../core/session.h stat.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h stat.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h stat.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -stat.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -stat.o: ../templates/locale.h ../templates/misc.h -stat.o: ../templatesnotify/notifythread.h ../core/basethread.h -stat.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -stat.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -stat.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -stat.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +stat.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +stat.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +stat.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +stat.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +stat.o: ../core/mount.h ../core/mountparser.h ../core/users.h +stat.o: ../core/groups.h ../core/group.h ../core/loadavg.h stat.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h stat.o: ../core/misc.h sys.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h @@ -344,16 +330,14 @@ sys.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h sys.o: ../core/requesttypes.h ../core/session.h ../core/error.h sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h sys.o: ../templates/htmltextstream.h ../core/system.h ../core/dirs.h -sys.o: ../core/dircontainer.h ../core/request.h ../templatesnotify/notify.h -sys.o: ../templatesnotify/notifypool.h ../templates/locale.h -sys.o: ../templates/misc.h ../templatesnotify/notifythread.h -sys.o: ../core/basethread.h ../core/synchro.h -sys.o: ../templatesnotify/templatesnotify.h ../core/users.h -sys.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -sys.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -sys.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h -sys.o: ../core/sessioncontainer.h ../core/system.h ../core/request.h -sys.o: ../core/version.h +sys.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +sys.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h +sys.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +sys.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +sys.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +sys.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +sys.o: ../core/loadavg.h ../core/sessionmanager.h ../core/sessioncontainer.h +sys.o: ../core/system.h ../core/request.h ../core/version.h template.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h template.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h @@ -371,15 +355,14 @@ template.o: ../core/requesttypes.h ../core/session.h ../core/error.h template.o: ../core/user.h ../core/plugindata.h ../core/rebus.h template.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h template.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -template.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -template.o: ../templates/locale.h ../templates/misc.h -template.o: ../templatesnotify/notifythread.h ../core/basethread.h -template.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -template.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -template.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -template.o: ../core/users.h ../core/groups.h ../core/group.h -template.o: ../core/loadavg.h ../core/sessionmanager.h -template.o: ../core/sessioncontainer.h ../core/system.h ../core/misc.h +template.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +template.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +template.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +template.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +template.o: ../core/mount.h ../core/mountparser.h ../core/users.h +template.o: ../core/groups.h ../core/group.h ../core/loadavg.h +template.o: ../core/sessionmanager.h ../core/sessioncontainer.h +template.o: ../core/system.h ../core/misc.h templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h templates.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h templates.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h @@ -397,16 +380,16 @@ templates.o: ../core/requesttypes.h ../core/session.h ../core/error.h templates.o: ../core/user.h ../core/plugindata.h ../core/rebus.h templates.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h templates.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -templates.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -templates.o: ../templates/locale.h ../templates/misc.h -templates.o: ../templatesnotify/notifythread.h ../core/basethread.h -templates.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -templates.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -templates.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -templates.o: ../core/users.h ../core/groups.h ../core/group.h -templates.o: ../core/loadavg.h ../core/sessionmanager.h -templates.o: ../core/sessioncontainer.h ../core/system.h ../core/misc.h -templates.o: ../core/plugin.h ../core/pluginmsg.h ../core/sessionmanager.h +templates.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +templates.o: ../templates/misc.h ../notify/notifythread.h +templates.o: ../core/basethread.h ../core/synchro.h +templates.o: ../notify/templatesnotify.h ../core/users.h +templates.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +templates.o: ../core/mount.h ../core/mountparser.h ../core/users.h +templates.o: ../core/groups.h ../core/group.h ../core/loadavg.h +templates.o: ../core/sessionmanager.h ../core/sessioncontainer.h +templates.o: ../core/system.h ../core/misc.h ../core/plugin.h +templates.o: ../core/pluginmsg.h ../core/sessionmanager.h templates.o: ../functions/functions.h ../functions/functionbase.h templates.o: ../functions/functionparser.h ../functions/adduser.h templates.o: ../functions/cat.h ../functions/chmod.h @@ -438,13 +421,12 @@ thread.o: ../core/request.h ../core/requesttypes.h ../core/session.h thread.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h thread.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h thread.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -thread.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -thread.o: ../templates/locale.h ../templates/misc.h -thread.o: ../templatesnotify/notifythread.h ../core/basethread.h -thread.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -thread.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -thread.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -thread.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +thread.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +thread.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +thread.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +thread.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +thread.o: ../core/mount.h ../core/mountparser.h ../core/users.h +thread.o: ../core/groups.h ../core/group.h ../core/loadavg.h thread.o: ../core/sessionmanager.h ../core/sessioncontainer.h thread.o: ../core/system.h ../core/misc.h ../functions/functions.h thread.o: ../functions/functionbase.h ../functions/functionparser.h @@ -477,13 +459,12 @@ upload.o: ../core/request.h ../core/requesttypes.h ../core/session.h upload.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h upload.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h upload.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -upload.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -upload.o: ../templates/locale.h ../templates/misc.h -upload.o: ../templatesnotify/notifythread.h ../core/basethread.h -upload.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -upload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -upload.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -upload.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +upload.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +upload.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +upload.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +upload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +upload.o: ../core/mount.h ../core/mountparser.h ../core/users.h +upload.o: ../core/groups.h ../core/group.h ../core/loadavg.h upload.o: ../core/sessionmanager.h ../core/sessioncontainer.h upload.o: ../core/system.h ../core/request.h uptime.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h @@ -502,13 +483,12 @@ uptime.o: ../core/request.h ../core/requesttypes.h ../core/session.h uptime.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h uptime.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h uptime.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -uptime.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -uptime.o: ../templates/locale.h ../templates/misc.h -uptime.o: ../templatesnotify/notifythread.h ../core/basethread.h -uptime.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -uptime.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -uptime.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -uptime.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +uptime.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +uptime.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +uptime.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +uptime.o: ../core/mount.h ../core/mountparser.h ../core/users.h +uptime.o: ../core/groups.h ../core/group.h ../core/loadavg.h uptime.o: ../core/sessionmanager.h ../core/sessioncontainer.h uptime.o: ../core/system.h user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h @@ -527,13 +507,12 @@ user.o: ../core/request.h ../core/requesttypes.h ../core/session.h user.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h user.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h user.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -user.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -user.o: ../templates/locale.h ../templates/misc.h -user.o: ../templatesnotify/notifythread.h ../core/basethread.h -user.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -user.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -user.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -user.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +user.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +user.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +user.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +user.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +user.o: ../core/mount.h ../core/mountparser.h ../core/users.h +user.o: ../core/groups.h ../core/group.h ../core/loadavg.h user.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h user.o: ../core/request.h ../core/misc.h who.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h @@ -551,15 +530,14 @@ who.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/request.h who.o: ../core/requesttypes.h ../core/session.h ../core/error.h who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/config.h who.o: ../templates/htmltextstream.h ../core/system.h ../core/dirs.h -who.o: ../core/dircontainer.h ../core/request.h ../templatesnotify/notify.h -who.o: ../templatesnotify/notifypool.h ../templates/locale.h -who.o: ../templates/misc.h ../templatesnotify/notifythread.h -who.o: ../core/basethread.h ../core/synchro.h -who.o: ../templatesnotify/templatesnotify.h ../core/users.h -who.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h -who.o: ../core/mount.h ../core/mountparser.h ../core/users.h ../core/groups.h -who.o: ../core/group.h ../core/loadavg.h ../core/sessionmanager.h -who.o: ../core/sessioncontainer.h ../core/system.h ../core/misc.h +who.o: ../core/dircontainer.h ../core/request.h ../notify/notify.h +who.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h +who.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h +who.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h +who.o: ../core/lastcontainer.h ../core/mounts.h ../core/mount.h +who.o: ../core/mountparser.h ../core/users.h ../core/groups.h ../core/group.h +who.o: ../core/loadavg.h ../core/sessionmanager.h ../core/sessioncontainer.h +who.o: ../core/system.h ../core/misc.h winix.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h winix.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h winix.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h @@ -576,13 +554,12 @@ winix.o: ../core/request.h ../core/requesttypes.h ../core/session.h winix.o: ../core/error.h ../core/user.h ../core/plugindata.h ../core/rebus.h winix.o: ../core/config.h ../templates/htmltextstream.h ../core/system.h winix.o: ../core/dirs.h ../core/dircontainer.h ../core/request.h -winix.o: ../templatesnotify/notify.h ../templatesnotify/notifypool.h -winix.o: ../templates/locale.h ../templates/misc.h -winix.o: ../templatesnotify/notifythread.h ../core/basethread.h -winix.o: ../core/synchro.h ../templatesnotify/templatesnotify.h -winix.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h -winix.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h -winix.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h +winix.o: ../notify/notify.h ../notify/notifypool.h ../templates/locale.h +winix.o: ../templates/misc.h ../notify/notifythread.h ../core/basethread.h +winix.o: ../core/synchro.h ../notify/templatesnotify.h ../core/users.h +winix.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h +winix.o: ../core/mount.h ../core/mountparser.h ../core/users.h +winix.o: ../core/groups.h ../core/group.h ../core/loadavg.h winix.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h winix.o: ../core/plugin.h ../core/pluginmsg.h ../core/sessionmanager.h winix.o: ../functions/functions.h ../functions/functionbase.h