fixed: when demonizing there were some logs info put twice in the log file

now we first demonize (fork) and then open the log file
added: start adding support for PT::Date 
       we are using instead of tz system structure



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@836 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2012-05-19 15:14:35 +00:00
parent 67099d5d06
commit 0df088e1e2
26 changed files with 1055 additions and 961 deletions

View File

@ -26,7 +26,7 @@ winix.so: FORCE
@cd ../ezc/src ; $(MAKE) -e
@cd ../tito/src ; $(MAKE) -e
@cd ../pikotools ; $(MAKE) -e
$(CXX) -shared -rdynamic -Wl,-whole-archive -o winix.so $(CXXFLAGS) core/*.o db/*.o functions/*.o templates/*.o notify/*.o ../ezc/src/ezc.a ../tito/src/tito.a ../pikotools/utf8/utf8.a ../pikotools/space/space.a ../pikotools/mainparser/mainparser.a -lfcgi -lpq -lz -lfetch -lpthread -Wl,-no-whole-archive
$(CXX) -shared -rdynamic -Wl,-whole-archive -o winix.so $(CXXFLAGS) core/*.o db/*.o functions/*.o templates/*.o notify/*.o ../ezc/src/ezc.a ../tito/src/tito.a ../pikotools/utf8/utf8.a ../pikotools/space/space.a ../pikotools/mainparser/mainparser.a ../pikotools/date/date.a -lfcgi -lpq -lz -lfetch -lpthread -Wl,-no-whole-archive
winix: FORCE

View File

@ -5,12 +5,13 @@ app.o: app.h config.h ../../pikotools/space/spaceparser.h
app.o: ../../pikotools/space/space.h htmlfilter.h system.h job.h basethread.h
app.o: synchro.h ../../pikotools/space/space.h dirs.h item.h dircontainer.h
app.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
app.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
app.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
app.o: ../core/user.h ../core/group.h ../core/dircontainer.h
app.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h
app.o: cur.h request.h error.h ../templates/htmltextstream.h session.h user.h
app.o: plugindata.h rebus.h mount.h ../templates/locale.h ../notify/notify.h
app.o: ../core/textstream.h misc.h requesttypes.h ../../pikotools/date/date.h
app.o: ../core/error.h ../db/dbitemquery.h ../core/item.h
app.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
app.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h
app.o: logmanipulators.h slog.h cur.h request.h error.h
app.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h
app.o: mount.h ../templates/locale.h ../notify/notify.h
app.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
app.o: ../templates/localefilter.h ../../ezc/src/ezc.h
app.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
@ -50,43 +51,43 @@ compress.o: request.h requesttypes.h item.h ../../pikotools/space/space.h
compress.o: error.h config.h ../../pikotools/space/spaceparser.h
compress.o: ../../pikotools/space/space.h htmlfilter.h
compress.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
compress.o: session.h user.h plugindata.h rebus.h mount.h
compress.o: ../templates/locale.h
compress.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
compress.o: mount.h ../templates/locale.h
config.o: config.h ../../pikotools/space/spaceparser.h
config.o: ../../pikotools/space/space.h htmlfilter.h log.h textstream.h
config.o: logmanipulators.h slog.h cur.h request.h requesttypes.h item.h
config.o: ../../pikotools/space/space.h error.h ../templates/htmltextstream.h
config.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
config.o: mount.h ../templates/locale.h plugin.h pluginmsg.h system.h job.h
config.o: basethread.h synchro.h dirs.h dircontainer.h ../db/db.h
config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
config.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
config.o: ../core/user.h ../core/group.h ../core/dircontainer.h
config.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
config.o: ../templates/patterns.h ../templates/locale.h
config.o: ../templates/localefilter.h ../../ezc/src/ezc.h
config.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
config.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
config.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
config.o: ../notify/notifythread.h ../core/basethread.h
config.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
config.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h
config.o: users.h groups.h group.h loadavg.h image.h threadmanager.h
config.o: sessionmanager.h sessioncontainer.h ../functions/functions.h
config.o: ../functions/functionbase.h ../core/request.h ../core/system.h
config.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
config.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
config.o: ../functions/privchanger.h ../functions/chown.h
config.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
config.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
config.o: ../functions/last.h ../functions/login.h ../functions/logout.h
config.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
config.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
config.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
config.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h
config.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h
config.o: ../functions/specialdefault.h ../functions/stat.h
config.o: ../functions/subject.h ../functions/template.h
config.o: ../core/textstream.h misc.h ../../pikotools/date/date.h session.h
config.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h plugin.h
config.o: pluginmsg.h system.h job.h basethread.h synchro.h dirs.h
config.o: dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
config.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
config.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h
config.o: ../notify/notifypool.h ../templates/patterns.h
config.o: ../templates/locale.h ../templates/localefilter.h
config.o: ../../ezc/src/ezc.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: ../../pikotools/utf8/utf8.h ../notify/notifythread.h
config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/config.h
config.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h
config.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h
config.o: image.h threadmanager.h sessionmanager.h sessioncontainer.h
config.o: ../functions/functions.h ../functions/functionbase.h
config.o: ../core/request.h ../core/system.h ../core/synchro.h
config.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h
config.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
config.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h
config.o: ../functions/default.h ../functions/download.h ../functions/emacs.h
config.o: ../functions/env.h ../functions/last.h ../functions/login.h
config.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h
config.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h
config.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h
config.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h
config.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h
config.o: ../functions/sort.h ../functions/specialdefault.h
config.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
config.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
config.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
config.o: ../core/htmlfilter.h ../templates/templates.h
@ -98,19 +99,21 @@ crypt.o: ../../pikotools/space/space.h htmlfilter.h user.h
crypt.o: ../../pikotools/utf8/utf8.h misc.h item.h
crypt.o: ../../pikotools/space/space.h requesttypes.h log.h textstream.h
crypt.o: logmanipulators.h slog.h cur.h request.h error.h
crypt.o: ../templates/htmltextstream.h ../core/textstream.h session.h
crypt.o: plugindata.h rebus.h mount.h ../templates/locale.h
crypt.o: ../templates/htmltextstream.h ../core/textstream.h
crypt.o: ../../pikotools/date/date.h session.h plugindata.h rebus.h mount.h
crypt.o: ../templates/locale.h
dircontainer.o: dircontainer.h item.h ../../pikotools/space/space.h log.h
dircontainer.o: textstream.h logmanipulators.h slog.h cur.h request.h
dircontainer.o: requesttypes.h error.h config.h
dircontainer.o: ../../pikotools/space/spaceparser.h
dircontainer.o: ../../pikotools/space/space.h htmlfilter.h
dircontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
dircontainer.o: session.h user.h plugindata.h rebus.h mount.h
dircontainer.o: ../templates/locale.h
dircontainer.o: ../../pikotools/date/date.h session.h user.h plugindata.h
dircontainer.o: rebus.h mount.h ../templates/locale.h
dirs.o: dirs.h item.h ../../pikotools/space/space.h dircontainer.h ../db/db.h
dirs.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
dirs.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
dirs.o: ../core/textstream.h misc.h requesttypes.h
dirs.o: ../../pikotools/date/date.h ../core/error.h
dirs.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
dirs.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
dirs.o: ../core/user.h ../core/group.h ../core/dircontainer.h
@ -128,7 +131,8 @@ dirs.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
dirs.o: 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
groups.o: item.h ../../pikotools/space/space.h requesttypes.h ../core/error.h
groups.o: item.h ../../pikotools/space/space.h requesttypes.h
groups.o: ../../pikotools/date/date.h ../core/error.h
groups.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
groups.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
groups.o: ../core/user.h ../core/group.h ../core/dircontainer.h
@ -141,38 +145,38 @@ httpsimpleparser.o: httpsimpleparser.h
image.o: image.h basethread.h synchro.h textstream.h ../db/db.h
image.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
image.o: ../core/textstream.h misc.h item.h ../../pikotools/space/space.h
image.o: requesttypes.h ../core/error.h ../../pikotools/space/spaceparser.h
image.o: ../../pikotools/space/space.h ../db/dbitemquery.h ../core/item.h
image.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
image.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h
image.o: slog.h cur.h request.h error.h config.h htmlfilter.h
image.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h
image.o: mount.h ../templates/locale.h ../core/config.h
image.o: ../../pikotools/utf8/utf8.h system.h job.h dirs.h dircontainer.h
image.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
image.o: ../templates/locale.h ../templates/localefilter.h
image.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
image.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
image.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
image.o: ../notify/notifythread.h ../core/basethread.h
image.o: ../notify/templatesnotify.h ../core/users.h ugcontainer.h
image.o: lastcontainer.h mounts.h mountparser.h crypt.h run.h users.h
image.o: groups.h group.h loadavg.h threadmanager.h plugin.h pluginmsg.h
image.o: sessionmanager.h sessioncontainer.h ../functions/functions.h
image.o: ../functions/functionbase.h ../core/request.h ../core/system.h
image.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
image.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
image.o: ../functions/privchanger.h ../functions/chown.h
image.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
image.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
image.o: ../functions/last.h ../functions/login.h ../functions/logout.h
image.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
image.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
image.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
image.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h
image.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h
image.o: ../functions/specialdefault.h ../functions/stat.h
image.o: ../functions/subject.h ../functions/template.h
image.o: requesttypes.h ../../pikotools/date/date.h ../core/error.h
image.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
image.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
image.o: ../core/user.h ../core/group.h ../core/dircontainer.h
image.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h cur.h request.h
image.o: error.h config.h htmlfilter.h ../templates/htmltextstream.h
image.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h
image.o: ../core/config.h ../../pikotools/utf8/utf8.h system.h job.h dirs.h
image.o: dircontainer.h ../notify/notify.h ../notify/notifypool.h
image.o: ../templates/patterns.h ../templates/locale.h
image.o: ../templates/localefilter.h ../../ezc/src/ezc.h
image.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
image.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
image.o: ../../ezc/src/stringconv.h ../notify/notifythread.h
image.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
image.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h
image.o: users.h groups.h group.h loadavg.h threadmanager.h plugin.h
image.o: pluginmsg.h sessionmanager.h sessioncontainer.h
image.o: ../functions/functions.h ../functions/functionbase.h
image.o: ../core/request.h ../core/system.h ../core/synchro.h
image.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h
image.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
image.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h
image.o: ../functions/default.h ../functions/download.h ../functions/emacs.h
image.o: ../functions/env.h ../functions/last.h ../functions/login.h
image.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h
image.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h
image.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h
image.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h
image.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h
image.o: ../functions/sort.h ../functions/specialdefault.h
image.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
image.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
image.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
image.o: ../core/htmlfilter.h ../templates/templates.h
@ -187,13 +191,13 @@ job.o: pluginmsg.h log.h textstream.h logmanipulators.h slog.h cur.h
job.o: request.h requesttypes.h item.h error.h config.h
job.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
job.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.h
job.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h
job.o: system.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h
job.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
job.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
job.o: ../core/user.h ../core/group.h ../core/dircontainer.h
job.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
job.o: ../templates/patterns.h ../templates/locale.h
job.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
job.o: mount.h ../templates/locale.h system.h dirs.h dircontainer.h
job.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
job.o: ../core/error.h ../db/dbitemquery.h ../core/item.h
job.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
job.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h
job.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
job.o: ../templates/localefilter.h ../../ezc/src/ezc.h
job.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
job.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
@ -229,29 +233,29 @@ lastcontainer.o: ../../pikotools/space/space.h error.h config.h
lastcontainer.o: ../../pikotools/space/spaceparser.h
lastcontainer.o: ../../pikotools/space/space.h htmlfilter.h
lastcontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
lastcontainer.o: session.h user.h plugindata.h rebus.h mount.h
lastcontainer.o: ../templates/locale.h
lastcontainer.o: ../../pikotools/date/date.h session.h user.h plugindata.h
lastcontainer.o: rebus.h mount.h ../templates/locale.h
loadavg.o: loadavg.h log.h textstream.h logmanipulators.h slog.h cur.h
loadavg.o: request.h requesttypes.h item.h ../../pikotools/space/space.h
loadavg.o: error.h config.h ../../pikotools/space/spaceparser.h
loadavg.o: ../../pikotools/space/space.h htmlfilter.h
loadavg.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
loadavg.o: session.h user.h plugindata.h rebus.h mount.h
loadavg.o: ../templates/locale.h
loadavg.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
loadavg.o: mount.h ../templates/locale.h
log.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h
log.o: requesttypes.h item.h ../../pikotools/space/space.h error.h config.h
log.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
log.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.h
log.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h
log.o: ../../pikotools/utf8/utf8.h
log.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
log.o: mount.h ../templates/locale.h ../../pikotools/utf8/utf8.h
misc.o: misc.h item.h ../../pikotools/space/space.h requesttypes.h log.h
misc.o: textstream.h logmanipulators.h slog.h cur.h request.h error.h
misc.o: config.h ../../pikotools/space/spaceparser.h
misc.o: ../../pikotools/space/space.h htmlfilter.h
misc.o: ../templates/htmltextstream.h ../core/textstream.h session.h user.h
misc.o: plugindata.h rebus.h mount.h ../templates/locale.h
misc.o: ../templates/templates.h ../../ezc/src/ezc.h
misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
misc.o: ../templates/htmltextstream.h ../core/textstream.h
misc.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
misc.o: mount.h ../templates/locale.h ../templates/templates.h
misc.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h ../../ezc/src/pattern.h
misc.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
misc.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
misc.o: ../templates/patterncacher.h ../core/item.h
@ -267,7 +271,7 @@ mount.o: mount.h misc.h item.h ../../pikotools/space/space.h requesttypes.h
mountparser.o: mountparser.h mount.h item.h ../../pikotools/space/space.h
mountparser.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
mountparser.o: ../db/dbtextstream.h ../core/textstream.h misc.h
mountparser.o: requesttypes.h ../core/error.h
mountparser.o: requesttypes.h ../../pikotools/date/date.h ../core/error.h
mountparser.o: ../../pikotools/space/spaceparser.h
mountparser.o: ../../pikotools/space/space.h ../db/dbitemquery.h
mountparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h
@ -287,7 +291,8 @@ mountparser.o: ugcontainer.h lastcontainer.h
mounts.o: mounts.h mount.h error.h dirs.h item.h
mounts.o: ../../pikotools/space/space.h dircontainer.h ../db/db.h
mounts.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
mounts.o: ../core/textstream.h misc.h requesttypes.h ../core/error.h
mounts.o: ../core/textstream.h misc.h requesttypes.h
mounts.o: ../../pikotools/date/date.h ../core/error.h
mounts.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
mounts.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
mounts.o: ../core/user.h ../core/group.h ../core/dircontainer.h
@ -329,37 +334,37 @@ plugin.o: plugin.h pluginmsg.h log.h textstream.h logmanipulators.h slog.h
plugin.o: cur.h request.h requesttypes.h item.h ../../pikotools/space/space.h
plugin.o: error.h config.h ../../pikotools/space/spaceparser.h
plugin.o: ../../pikotools/space/space.h htmlfilter.h
plugin.o: ../templates/htmltextstream.h ../core/textstream.h misc.h session.h
plugin.o: user.h plugindata.h rebus.h mount.h ../templates/locale.h system.h
plugin.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h
plugin.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
plugin.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
plugin.o: ../core/user.h ../core/group.h ../core/dircontainer.h
plugin.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
plugin.o: ../templates/patterns.h ../templates/locale.h
plugin.o: ../templates/localefilter.h ../../ezc/src/ezc.h
plugin.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
plugin.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
plugin.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
plugin.o: ../notify/notifythread.h ../core/basethread.h
plugin.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
plugin.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h
plugin.o: users.h groups.h group.h loadavg.h image.h threadmanager.h
plugin.o: sessionmanager.h sessioncontainer.h ../functions/functions.h
plugin.o: ../functions/functionbase.h ../core/request.h ../core/system.h
plugin.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
plugin.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
plugin.o: ../functions/privchanger.h ../functions/chown.h
plugin.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
plugin.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
plugin.o: ../functions/last.h ../functions/login.h ../functions/logout.h
plugin.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
plugin.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
plugin.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
plugin.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h
plugin.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h
plugin.o: ../functions/specialdefault.h ../functions/stat.h
plugin.o: ../functions/subject.h ../functions/template.h
plugin.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
plugin.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
plugin.o: mount.h ../templates/locale.h system.h job.h basethread.h synchro.h
plugin.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
plugin.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
plugin.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
plugin.o: ../core/dircontainer.h ../core/ugcontainer.h ../notify/notify.h
plugin.o: ../notify/notifypool.h ../templates/patterns.h
plugin.o: ../templates/locale.h ../templates/localefilter.h
plugin.o: ../../ezc/src/ezc.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: ../../pikotools/utf8/utf8.h ../notify/notifythread.h
plugin.o: ../core/basethread.h ../notify/templatesnotify.h ../core/config.h
plugin.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h
plugin.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h
plugin.o: image.h threadmanager.h sessionmanager.h sessioncontainer.h
plugin.o: ../functions/functions.h ../functions/functionbase.h
plugin.o: ../core/request.h ../core/system.h ../core/synchro.h
plugin.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h
plugin.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
plugin.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h
plugin.o: ../functions/default.h ../functions/download.h ../functions/emacs.h
plugin.o: ../functions/env.h ../functions/last.h ../functions/login.h
plugin.o: ../functions/logout.h ../functions/ln.h ../functions/ls.h
plugin.o: ../functions/man.h ../functions/meta.h ../functions/mkdir.h
plugin.o: ../functions/mv.h ../functions/nicedit.h ../functions/node.h
plugin.o: ../functions/passwd.h ../functions/priv.h ../functions/pw.h
plugin.o: ../functions/reload.h ../functions/rm.h ../functions/rmuser.h
plugin.o: ../functions/sort.h ../functions/specialdefault.h
plugin.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
plugin.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
plugin.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
plugin.o: ../core/htmlfilter.h ../templates/templates.h
@ -372,25 +377,26 @@ plugindata.o: ../../pikotools/space/space.h error.h config.h
plugindata.o: ../../pikotools/space/spaceparser.h
plugindata.o: ../../pikotools/space/space.h htmlfilter.h
plugindata.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
plugindata.o: session.h user.h rebus.h mount.h ../templates/locale.h system.h
plugindata.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h
plugindata.o: ../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/dircontainer.h ../core/ugcontainer.h ../notify/notify.h
plugindata.o: ../notify/notifypool.h ../templates/patterns.h
plugindata.o: ../templates/locale.h ../templates/localefilter.h
plugindata.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
plugindata.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
plugindata.o: ../../ezc/src/funinfo.h ../../ezc/src/stringconv.h
plugindata.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h
plugindata.o: ../core/basethread.h ../notify/templatesnotify.h
plugindata.o: ../core/config.h ../core/users.h ugcontainer.h lastcontainer.h
plugindata.o: mounts.h mountparser.h crypt.h run.h users.h groups.h group.h
plugindata.o: loadavg.h image.h threadmanager.h sessionmanager.h
plugindata.o: sessioncontainer.h ../functions/functions.h
plugindata.o: ../functions/functionbase.h ../core/request.h ../core/system.h
plugindata.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
plugindata.o: ../../pikotools/date/date.h session.h user.h rebus.h mount.h
plugindata.o: ../templates/locale.h system.h job.h basethread.h synchro.h
plugindata.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
plugindata.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
plugindata.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h
plugindata.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
plugindata.o: ../notify/notify.h ../notify/notifypool.h
plugindata.o: ../templates/patterns.h ../templates/locale.h
plugindata.o: ../templates/localefilter.h ../../ezc/src/ezc.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 ../../pikotools/utf8/utf8.h
plugindata.o: ../notify/notifythread.h ../core/basethread.h
plugindata.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
plugindata.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h
plugindata.o: run.h users.h groups.h group.h loadavg.h image.h
plugindata.o: threadmanager.h sessionmanager.h sessioncontainer.h
plugindata.o: ../functions/functions.h ../functions/functionbase.h
plugindata.o: ../core/request.h ../core/system.h ../core/synchro.h
plugindata.o: ../functions/functionparser.h ../core/cur.h
plugindata.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
plugindata.o: ../functions/privchanger.h ../functions/chown.h
plugindata.o: ../functions/ckeditor.h ../functions/cp.h
@ -417,48 +423,49 @@ postmultiparser.o: ../../pikotools/space/space.h htmlfilter.h misc.h item.h
postmultiparser.o: ../../pikotools/space/space.h log.h textstream.h
postmultiparser.o: logmanipulators.h slog.h cur.h request.h
postmultiparser.o: ../templates/htmltextstream.h ../core/textstream.h
postmultiparser.o: session.h user.h plugindata.h rebus.h mount.h
postmultiparser.o: ../templates/locale.h ../../pikotools/utf8/utf8.h
postmultiparser.o: ../../pikotools/date/date.h session.h user.h plugindata.h
postmultiparser.o: rebus.h mount.h ../templates/locale.h
postmultiparser.o: ../../pikotools/utf8/utf8.h
rebus.o: log.h textstream.h logmanipulators.h slog.h cur.h request.h
rebus.o: requesttypes.h item.h ../../pikotools/space/space.h error.h config.h
rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
rebus.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h
rebus.o: misc.h session.h user.h plugindata.h rebus.h mount.h
rebus.o: ../templates/locale.h
rebus.o: misc.h ../../pikotools/date/date.h session.h user.h plugindata.h
rebus.o: rebus.h mount.h ../templates/locale.h
request.o: request.h requesttypes.h item.h ../../pikotools/space/space.h
request.o: error.h config.h ../../pikotools/space/spaceparser.h
request.o: ../../pikotools/space/space.h htmlfilter.h textstream.h
request.o: ../templates/htmltextstream.h ../core/textstream.h misc.h log.h
request.o: logmanipulators.h slog.h cur.h session.h user.h plugindata.h
request.o: rebus.h mount.h ../templates/locale.h plugin.h pluginmsg.h
request.o: system.h job.h basethread.h synchro.h dirs.h dircontainer.h
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/dircontainer.h ../core/ugcontainer.h ../notify/notify.h
request.o: ../notify/notifypool.h ../templates/patterns.h
request.o: ../templates/locale.h ../templates/localefilter.h
request.o: ../../ezc/src/ezc.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: ../../pikotools/utf8/utf8.h ../notify/notifythread.h
request.o: ../core/basethread.h ../notify/templatesnotify.h ../core/config.h
request.o: ../core/users.h ugcontainer.h lastcontainer.h mounts.h
request.o: mountparser.h crypt.h run.h users.h groups.h group.h loadavg.h
request.o: image.h threadmanager.h sessionmanager.h sessioncontainer.h
request.o: ../functions/functions.h ../functions/functionbase.h
request.o: ../core/request.h ../core/system.h ../core/synchro.h
request.o: ../functions/functionparser.h ../core/cur.h ../functions/adduser.h
request.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
request.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h
request.o: ../functions/default.h ../functions/download.h
request.o: ../functions/emacs.h ../functions/env.h ../functions/last.h
request.o: ../functions/login.h ../functions/logout.h ../functions/ln.h
request.o: ../functions/ls.h ../functions/man.h ../functions/meta.h
request.o: ../functions/mkdir.h ../functions/mv.h ../functions/nicedit.h
request.o: ../functions/node.h ../functions/passwd.h ../functions/priv.h
request.o: ../functions/pw.h ../functions/reload.h ../functions/rm.h
request.o: ../functions/rmuser.h ../functions/sort.h
request.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
request.o: ../../pikotools/date/date.h log.h logmanipulators.h slog.h cur.h
request.o: session.h user.h plugindata.h rebus.h mount.h
request.o: ../templates/locale.h plugin.h pluginmsg.h system.h job.h
request.o: basethread.h synchro.h dirs.h dircontainer.h ../db/db.h
request.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
request.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
request.o: ../core/user.h ../core/group.h ../core/dircontainer.h
request.o: ../core/ugcontainer.h ../notify/notify.h ../notify/notifypool.h
request.o: ../templates/patterns.h ../templates/locale.h
request.o: ../templates/localefilter.h ../../ezc/src/ezc.h
request.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
request.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h
request.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
request.o: ../notify/notifythread.h ../core/basethread.h
request.o: ../notify/templatesnotify.h ../core/config.h ../core/users.h
request.o: ugcontainer.h lastcontainer.h mounts.h mountparser.h crypt.h run.h
request.o: users.h groups.h group.h loadavg.h image.h threadmanager.h
request.o: sessionmanager.h sessioncontainer.h ../functions/functions.h
request.o: ../functions/functionbase.h ../core/request.h ../core/system.h
request.o: ../core/synchro.h ../functions/functionparser.h ../core/cur.h
request.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
request.o: ../functions/privchanger.h ../functions/chown.h
request.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
request.o: ../functions/download.h ../functions/emacs.h ../functions/env.h
request.o: ../functions/last.h ../functions/login.h ../functions/logout.h
request.o: ../functions/ln.h ../functions/ls.h ../functions/man.h
request.o: ../functions/meta.h ../functions/mkdir.h ../functions/mv.h
request.o: ../functions/nicedit.h ../functions/node.h ../functions/passwd.h
request.o: ../functions/priv.h ../functions/pw.h ../functions/reload.h
request.o: ../functions/rm.h ../functions/rmuser.h ../functions/sort.h
request.o: ../functions/specialdefault.h ../functions/stat.h
request.o: ../functions/subject.h ../functions/template.h
request.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
@ -471,7 +478,8 @@ run.o: run.h log.h textstream.h logmanipulators.h slog.h cur.h request.h
run.o: requesttypes.h item.h ../../pikotools/space/space.h error.h config.h
run.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
run.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h misc.h
run.o: session.h user.h plugindata.h rebus.h mount.h ../templates/locale.h
run.o: ../../pikotools/date/date.h session.h user.h plugindata.h rebus.h
run.o: mount.h ../templates/locale.h
session.o: session.h item.h ../../pikotools/space/space.h error.h user.h
session.o: plugindata.h rebus.h textstream.h misc.h requesttypes.h
sessioncontainer.o: sessioncontainer.h session.h item.h
@ -480,19 +488,20 @@ sessioncontainer.o: rebus.h textstream.h cur.h request.h requesttypes.h
sessioncontainer.o: config.h ../../pikotools/space/spaceparser.h
sessioncontainer.o: ../../pikotools/space/space.h htmlfilter.h
sessioncontainer.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessioncontainer.o: mount.h log.h logmanipulators.h slog.h
sessioncontainer.o: ../templates/locale.h
sessioncontainer.o: ../../pikotools/date/date.h mount.h log.h
sessioncontainer.o: logmanipulators.h slog.h ../templates/locale.h
sessionmanager.o: sessionmanager.h sessioncontainer.h session.h item.h
sessionmanager.o: ../../pikotools/space/space.h error.h user.h plugindata.h
sessionmanager.o: rebus.h textstream.h cur.h request.h requesttypes.h
sessionmanager.o: config.h ../../pikotools/space/spaceparser.h
sessionmanager.o: ../../pikotools/space/space.h htmlfilter.h
sessionmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessionmanager.o: mount.h lastcontainer.h system.h job.h basethread.h
sessionmanager.o: synchro.h dirs.h dircontainer.h ../db/db.h ../db/dbbase.h
sessionmanager.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
sessionmanager.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
sessionmanager.o: ../core/user.h ../core/group.h ../core/dircontainer.h
sessionmanager.o: ../../pikotools/date/date.h mount.h lastcontainer.h
sessionmanager.o: system.h job.h basethread.h synchro.h dirs.h dircontainer.h
sessionmanager.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h
sessionmanager.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
sessionmanager.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h
sessionmanager.o: ../core/group.h ../core/dircontainer.h
sessionmanager.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h
sessionmanager.o: ../templates/locale.h ../notify/notify.h
sessionmanager.o: ../notify/notifypool.h ../templates/patterns.h
@ -536,26 +545,28 @@ sessionparser.o: rebus.h textstream.h sessioncontainer.h cur.h request.h
sessionparser.o: requesttypes.h config.h ../../pikotools/space/spaceparser.h
sessionparser.o: ../../pikotools/space/space.h htmlfilter.h
sessionparser.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
sessionparser.o: mount.h users.h log.h logmanipulators.h slog.h
sessionparser.o: ../templates/locale.h
sessionparser.o: ../../pikotools/date/date.h mount.h users.h log.h
sessionparser.o: logmanipulators.h slog.h ../templates/locale.h
slog.o: slog.h cur.h request.h requesttypes.h item.h
slog.o: ../../pikotools/space/space.h error.h config.h
slog.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
slog.o: htmlfilter.h textstream.h ../templates/htmltextstream.h
slog.o: ../core/textstream.h misc.h session.h user.h plugindata.h rebus.h
slog.o: mount.h logmanipulators.h ../templates/locale.h
slog.o: ../core/textstream.h misc.h ../../pikotools/date/date.h session.h
slog.o: user.h plugindata.h rebus.h mount.h logmanipulators.h
slog.o: ../templates/locale.h
synchro.o: synchro.h
system.o: system.h job.h basethread.h synchro.h ../../pikotools/space/space.h
system.o: dirs.h item.h dircontainer.h ../db/db.h ../db/dbbase.h
system.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h misc.h
system.o: requesttypes.h ../core/error.h ../../pikotools/space/spaceparser.h
system.o: ../../pikotools/space/space.h ../db/dbitemquery.h ../core/item.h
system.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
system.o: ../core/dircontainer.h ../core/ugcontainer.h log.h textstream.h
system.o: logmanipulators.h slog.h cur.h request.h error.h config.h
system.o: htmlfilter.h ../templates/htmltextstream.h session.h user.h
system.o: plugindata.h rebus.h mount.h ../templates/locale.h
system.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
system.o: requesttypes.h ../../pikotools/date/date.h ../core/error.h
system.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
system.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
system.o: ../core/user.h ../core/group.h ../core/dircontainer.h
system.o: ../core/ugcontainer.h log.h textstream.h logmanipulators.h slog.h
system.o: cur.h request.h error.h config.h htmlfilter.h
system.o: ../templates/htmltextstream.h session.h user.h plugindata.h rebus.h
system.o: mount.h ../templates/locale.h ../notify/notify.h
system.o: ../notify/notifypool.h ../templates/patterns.h
system.o: ../templates/locale.h ../templates/localefilter.h
system.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
system.o: ../../ezc/src/pattern.h ../../ezc/src/functions.h
@ -594,20 +605,21 @@ threadmanager.o: item.h ../../pikotools/space/space.h error.h config.h
threadmanager.o: ../../pikotools/space/spaceparser.h
threadmanager.o: ../../pikotools/space/space.h htmlfilter.h
threadmanager.o: ../templates/htmltextstream.h ../core/textstream.h misc.h
threadmanager.o: session.h user.h plugindata.h rebus.h mount.h
threadmanager.o: ../templates/locale.h
threadmanager.o: ../../pikotools/date/date.h session.h user.h plugindata.h
threadmanager.o: rebus.h mount.h ../templates/locale.h
users.o: users.h sessionmanager.h sessioncontainer.h session.h item.h
users.o: ../../pikotools/space/space.h error.h user.h plugindata.h rebus.h
users.o: textstream.h cur.h request.h requesttypes.h config.h
users.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
users.o: htmlfilter.h ../templates/htmltextstream.h ../core/textstream.h
users.o: misc.h mount.h lastcontainer.h system.h job.h basethread.h synchro.h
users.o: dirs.h dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
users.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
users.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
users.o: ../core/dircontainer.h ../core/ugcontainer.h log.h logmanipulators.h
users.o: slog.h ../templates/locale.h ../notify/notify.h
users.o: ../notify/notifypool.h ../templates/patterns.h ../templates/locale.h
users.o: misc.h ../../pikotools/date/date.h mount.h lastcontainer.h system.h
users.o: job.h basethread.h synchro.h dirs.h dircontainer.h ../db/db.h
users.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
users.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
users.o: ../core/user.h ../core/group.h ../core/dircontainer.h
users.o: ../core/ugcontainer.h log.h logmanipulators.h slog.h
users.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
users.o: ../templates/patterns.h ../templates/locale.h
users.o: ../templates/localefilter.h ../../ezc/src/ezc.h
users.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
users.o: ../../ezc/src/functions.h ../../ezc/src/funinfo.h

View File

@ -540,9 +540,9 @@ void App::SetSubdomain()
void App::LogAccess()
{
log.PutDate(log1);
log << cur.request->env_remote_addr << ' '
log << log1
<< cur.request->start_date << ' '
<< cur.request->env_remote_addr << ' '
<< cur.request->env_request_method << ' '
<< cur.request->env_http_host
<< cur.request->env_request_uri << ' '

View File

@ -54,24 +54,6 @@ void Log::OpenFile()
}
void Log::PutDate(LogManipulators m)
{
// logs are related to localtime
time_t t = std::time(0);
std::tm * loct = std::localtime(&t);
char buffer[70];
sprintf(buffer, "%d.%02d.%02d %02d:%02d:%02d ", int(loct->tm_year + 1900),
int(loct->tm_mon + 1),
int(loct->tm_mday),
int(loct->tm_hour),
int(loct->tm_min),
int(loct->tm_sec));
(*this) << m << buffer;
}
Log & Log::operator<<(const void * s)
{
@ -253,7 +235,17 @@ Log & Log::operator<<(const tm & tm_)
}
return *this;
}
Log & Log::operator<<(const PT::Date & date)
{
if( current_level <= log_level )
{
buffer << date;
}
return *this;
}

View File

@ -29,7 +29,6 @@ public:
void Init(int log_level_, bool save_each_line_, const std::string & log_file_, bool log_std, int log_max_requests);
void PutDate(LogManipulators m);
Log & operator<<(const void * s);
Log & operator<<(const char * s);
Log & operator<<(const std::string * s);
@ -46,6 +45,7 @@ public:
Log & operator<<(const PT::Space & space);
Log & operator<<(LogManipulators m);
Log & operator<<(const tm & tm_);
Log & operator<<(const PT::Date & date);
template<class StringType>

View File

@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved.
*
*/
@ -86,6 +86,7 @@ void Request::Clear()
start_time = 0;
memset(&start_tm, 0, sizeof(start_tm));
start_date.Clear();
subdomain.clear();
}
@ -99,6 +100,7 @@ void Request::RequestStarts()
start_time = std::time(0);
start_tm = Time(start_time);
start_date = start_time;
}

View File

@ -2,7 +2,7 @@
* This file is a part of Winix
* and is not publicly distributed
*
* Copyright (c) 2008-2011, Tomasz Sowa
* Copyright (c) 2008-2012, Tomasz Sowa
* All rights reserved.
*
*/
@ -19,6 +19,7 @@
#include "config.h"
#include "textstream.h"
#include "templates/htmltextstream.h"
#include "date/date.h"
class FunctionBase;
@ -127,12 +128,16 @@ struct Request
// this is a pointer either to the item (if exists) or to the last directory
Item * last_item;
// depracated
// request start time
// Time() methods are very slow so it is better to directly use those two values
// they are set when a request starts
time_t start_time;
tm start_tm;
// now we start using PT::Date class
PT::Date start_date;
// a subdomain
// subdomain = HTTP_HOST environment variable - config->base_url
std::wstring subdomain;

View File

@ -14,6 +14,8 @@
#include <ctime>
#include "misc.h"
#include "space/space.h"
#include "date/date.h"
/*
@ -59,6 +61,7 @@ public:
TextStream & operator<<(const void *);// printing a pointer
TextStream & operator<<(const PT::Space & space);
TextStream & operator<<(const tm & tm_);
TextStream & operator<<(const PT::Date & date);
TextStream & Write(const char * buf, size_t len);
TextStream & Write(const wchar_t * buf, size_t len);
@ -336,6 +339,15 @@ return *this;
template<class StringType>
TextStream<StringType> & TextStream<StringType>::operator<<(const PT::Date & date)
{
date.Serialize(*this);
return *this;
}
#endif

View File

@ -2,7 +2,7 @@
db.o: db.h dbbase.h dbconn.h dbtextstream.h ../core/textstream.h
db.o: ../core/misc.h ../core/item.h ../../pikotools/space/space.h
db.o: ../core/requesttypes.h ../core/error.h
db.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
db.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
db.o: dbitemquery.h ../core/item.h dbitemcolumns.h ../core/user.h
db.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -13,19 +13,20 @@ db.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
db.o: ../core/mount.h ../templates/locale.h ../core/log.h ../core/misc.h
dbbase.o: dbbase.h dbconn.h dbtextstream.h ../core/textstream.h
dbbase.o: ../core/misc.h ../core/item.h ../../pikotools/space/space.h
dbbase.o: ../core/requesttypes.h ../core/error.h
dbbase.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
dbbase.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
dbbase.o: ../core/log.h ../core/misc.h ../../pikotools/utf8/utf8.h
dbconn.o: dbconn.h dbtextstream.h ../core/textstream.h ../core/misc.h
dbconn.o: ../core/item.h ../../pikotools/space/space.h ../core/requesttypes.h
dbconn.o: ../core/log.h ../core/error.h
dbconn.o: ../../pikotools/date/date.h ../core/log.h ../core/error.h
dbitemcolumns.o: dbitemcolumns.h ../core/item.h dbbase.h dbconn.h
dbitemcolumns.o: dbtextstream.h ../core/textstream.h ../core/misc.h
dbitemcolumns.o: ../core/item.h ../../pikotools/space/space.h
dbitemcolumns.o: ../core/requesttypes.h ../core/error.h
dbitemcolumns.o: ../../pikotools/space/spaceparser.h
dbitemcolumns.o: ../core/requesttypes.h ../../pikotools/date/date.h
dbitemcolumns.o: ../core/error.h ../../pikotools/space/spaceparser.h
dbitemcolumns.o: ../../pikotools/space/space.h ../core/log.h
dbitemquery.o: dbitemquery.h ../core/item.h
dbtextstream.o: dbtextstream.h ../core/textstream.h ../core/misc.h
dbtextstream.o: ../core/item.h ../../pikotools/space/space.h
dbtextstream.o: ../core/requesttypes.h ../../pikotools/utf8/utf8.h
dbtextstream.o: ../core/requesttypes.h ../../pikotools/date/date.h
dbtextstream.o: ../../pikotools/utf8/utf8.h

View File

@ -76,13 +76,13 @@ DbTextStream & DbTextStream::PutText(const std::wstring & str)
DbTextStream & DbTextStream::operator<<(const RawText<const char*> & raw)
DbTextStream & DbTextStream::operator<<(RawText<const char*> raw)
{
return PutText(raw.par);
}
DbTextStream & DbTextStream::operator<<(const RawText<const wchar_t*> & raw)
DbTextStream & DbTextStream::operator<<(RawText<const wchar_t*> raw)
{
return PutText(raw.par);
}
@ -194,7 +194,7 @@ return *this;
}
DbTextStream & DbTextStream::operator<<(const RawText<tm> & t)
DbTextStream & DbTextStream::operator<<(RawText<tm> t)
{
buffer += ConvertTime(t.par);
was_param = false;
@ -203,6 +203,14 @@ return *this;
}
DbTextStream & DbTextStream::operator<<(RawText<PT::Date> date)
{
date.par.Serialize(*this);
was_param = false;
return *this;
}
@ -591,5 +599,17 @@ return *this;
}
DbTextStream & DbTextStream::operator<<(const PT::Date & date)
{
if( was_param )
buffer += ", ";
buffer += '\'';
date.Serialize(*this);
buffer += '\'';
was_param = true;
return *this;
}

View File

@ -93,13 +93,13 @@ public:
"some string" is actually a table (not a pointer)
*/
template<size_t str_size>
DbTextStream & operator<<(const RawText<char [str_size]> & raw) { return PutText(raw.par); }
DbTextStream & operator<<(RawText<char [str_size]> raw) { return PutText(raw.par); }
template<size_t str_size>
DbTextStream & operator<<(const RawText<wchar_t [str_size]> & raw) { return PutText(raw.par); }
DbTextStream & operator<<(RawText<wchar_t [str_size]> raw) { return PutText(raw.par); }
DbTextStream & operator<<(const RawText<const char*> & raw);
DbTextStream & operator<<(const RawText<const wchar_t*> & raw);
DbTextStream & operator<<(RawText<const char*> raw);
DbTextStream & operator<<(RawText<const wchar_t*> raw);
DbTextStream & operator<<(RawText<const std::string*> raw);
DbTextStream & operator<<(RawText<const std::wstring*> raw);
DbTextStream & operator<<(RawText<std::string> raw);
@ -113,7 +113,8 @@ public:
DbTextStream & operator<<(RawText<unsigned long> raw);
DbTextStream & operator<<(RawText<double> raw);
DbTextStream & operator<<(RawText<void*> raw);
DbTextStream & operator<<(const RawText<tm> & t);
DbTextStream & operator<<(RawText<tm> t);
DbTextStream & operator<<(RawText<PT::Date> date);
/*
@ -153,6 +154,7 @@ public:
DbTextStream & operator<<(const tm & t);
DbTextStream & operator<<(const std::vector<long> & tabid);
DbTextStream & operator<<(const PT::Space & space);
DbTextStream & operator<<(const PT::Date & date);
static const char * ConvertTime(const tm & t);

View File

@ -4,16 +4,16 @@ adduser.o: adduser.h functionbase.h ../core/item.h
adduser.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
adduser.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
adduser.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
adduser.o: ../core/error.h ../../pikotools/space/spaceparser.h
adduser.o: ../../pikotools/space/space.h ../db/dbitemquery.h
adduser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
adduser.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
adduser.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
adduser.o: ../core/htmlfilter.h ../templates/htmltextstream.h
adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h
adduser.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
adduser.o: ../core/config.h ../core/system.h ../core/job.h
adduser.o: ../../pikotools/date/date.h ../core/error.h
adduser.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
adduser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
adduser.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
adduser.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
adduser.o: ../core/config.h ../core/htmlfilter.h
adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
adduser.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h
adduser.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h
adduser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
adduser.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
adduser.o: ../templates/patterns.h ../templates/locale.h
@ -41,7 +41,7 @@ adduser.o: ../core/sessionmanager.h ../core/misc.h
cat.o: cat.h functionbase.h ../core/item.h ../../pikotools/space/space.h
cat.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
cat.o: ../core/textstream.h ../core/misc.h ../core/item.h
cat.o: ../core/requesttypes.h ../core/error.h
cat.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
cat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
cat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
cat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -70,7 +70,7 @@ cat.o: ../core/threadmanager.h ../core/synchro.h
chmod.o: chmod.h functionbase.h ../core/item.h ../../pikotools/space/space.h
chmod.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
chmod.o: ../core/textstream.h ../core/misc.h ../core/item.h
chmod.o: ../core/requesttypes.h ../core/error.h
chmod.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
chmod.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
chmod.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
chmod.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -100,7 +100,7 @@ chmod.o: ../core/threadmanager.h ../core/synchro.h
chown.o: chown.h functionbase.h ../core/item.h ../../pikotools/space/space.h
chown.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
chown.o: ../core/textstream.h ../core/misc.h ../core/item.h
chown.o: ../core/requesttypes.h ../core/error.h
chown.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
chown.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
chown.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
chown.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -131,28 +131,28 @@ ckeditor.o: ckeditor.h functionbase.h ../core/item.h
ckeditor.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
ckeditor.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
ckeditor.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
ckeditor.o: ../core/error.h ../../pikotools/space/spaceparser.h
ckeditor.o: ../../pikotools/space/space.h ../db/dbitemquery.h
ckeditor.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
ckeditor.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
ckeditor.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
ckeditor.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
ckeditor.o: ../core/htmlfilter.h ../templates/htmltextstream.h
ckeditor.o: ../core/session.h ../core/user.h ../core/plugindata.h
ckeditor.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
ckeditor.o: ../core/config.h ../core/system.h ../core/job.h
ckeditor.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
ckeditor.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
ckeditor.o: ../templates/patterns.h ../templates/locale.h
ckeditor.o: ../templates/localefilter.h ../../ezc/src/ezc.h
ckeditor.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h
ckeditor.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h
ckeditor.o: privchanger.h chown.h cp.h default.h download.h emacs.h env.h
ckeditor.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h
ckeditor.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h
ckeditor.o: run.h sort.h specialdefault.h stat.h subject.h template.h
ckeditor.o: tinymce.h uname.h upload.h uptime.h who.h vim.h
ckeditor.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h
ckeditor.o: ../../pikotools/date/date.h ../core/error.h
ckeditor.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
ckeditor.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
ckeditor.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
ckeditor.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
ckeditor.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
ckeditor.o: ../core/config.h ../core/htmlfilter.h
ckeditor.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
ckeditor.o: ../core/plugindata.h ../core/rebus.h mount.h
ckeditor.o: ../templates/locale.h ../core/request.h ../core/config.h
ckeditor.o: ../core/system.h ../core/job.h ../core/basethread.h
ckeditor.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
ckeditor.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
ckeditor.o: ../templates/locale.h ../templates/localefilter.h
ckeditor.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
ckeditor.o: ../../ezc/src/pattern.h functions.h functionparser.h
ckeditor.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h cp.h
ckeditor.o: default.h download.h emacs.h env.h last.h login.h logout.h ln.h
ckeditor.o: ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h priv.h
ckeditor.o: pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h stat.h
ckeditor.o: subject.h template.h tinymce.h uname.h upload.h uptime.h who.h
ckeditor.o: vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h
ckeditor.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h
ckeditor.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
ckeditor.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
@ -162,7 +162,7 @@ ckeditor.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
cp.o: cp.h functionbase.h ../core/item.h ../../pikotools/space/space.h
cp.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
cp.o: ../core/textstream.h ../core/misc.h ../core/item.h
cp.o: ../core/requesttypes.h ../core/error.h
cp.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
cp.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
cp.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
cp.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -198,16 +198,16 @@ default.o: default.h functionbase.h ../core/item.h
default.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
default.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
default.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
default.o: ../core/error.h ../../pikotools/space/spaceparser.h
default.o: ../../pikotools/space/space.h ../db/dbitemquery.h
default.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
default.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
default.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
default.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
default.o: ../core/htmlfilter.h ../templates/htmltextstream.h
default.o: ../core/session.h ../core/user.h ../core/plugindata.h
default.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
default.o: ../core/config.h ../core/system.h ../core/job.h
default.o: ../../pikotools/date/date.h ../core/error.h
default.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
default.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
default.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
default.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
default.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
default.o: ../core/config.h ../core/htmlfilter.h
default.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
default.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h
default.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h
default.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
default.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
default.o: ../templates/patterns.h ../templates/locale.h
@ -230,28 +230,28 @@ download.o: download.h functionbase.h ../core/item.h
download.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
download.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
download.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
download.o: ../core/error.h ../../pikotools/space/spaceparser.h
download.o: ../../pikotools/space/space.h ../db/dbitemquery.h
download.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
download.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
download.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
download.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
download.o: ../core/htmlfilter.h ../templates/htmltextstream.h
download.o: ../core/session.h ../core/user.h ../core/plugindata.h
download.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
download.o: ../core/config.h ../core/system.h ../core/job.h
download.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
download.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
download.o: ../templates/patterns.h ../templates/locale.h
download.o: ../templates/localefilter.h ../../ezc/src/ezc.h
download.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h
download.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h
download.o: privchanger.h chown.h ckeditor.h cp.h default.h emacs.h env.h
download.o: last.h login.h logout.h ln.h ls.h man.h meta.h mkdir.h mv.h
download.o: nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h rmuser.h
download.o: run.h sort.h specialdefault.h stat.h subject.h template.h
download.o: tinymce.h uname.h upload.h uptime.h who.h vim.h
download.o: ../core/htmlfilter.h ../../ezc/src/stringconv.h
download.o: ../../pikotools/date/date.h ../core/error.h
download.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
download.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
download.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
download.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
download.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
download.o: ../core/config.h ../core/htmlfilter.h
download.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
download.o: ../core/plugindata.h ../core/rebus.h mount.h
download.o: ../templates/locale.h ../core/request.h ../core/config.h
download.o: ../core/system.h ../core/job.h ../core/basethread.h
download.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
download.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
download.o: ../templates/locale.h ../templates/localefilter.h
download.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
download.o: ../../ezc/src/pattern.h functions.h functionparser.h
download.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h
download.o: ckeditor.h cp.h default.h emacs.h env.h last.h login.h logout.h
download.o: ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h passwd.h
download.o: priv.h pw.h reload.h rm.h rmuser.h run.h sort.h specialdefault.h
download.o: stat.h subject.h template.h tinymce.h uname.h upload.h uptime.h
download.o: who.h vim.h ../core/htmlfilter.h ../../ezc/src/stringconv.h
download.o: ../../pikotools/utf8/utf8.h ../notify/notifythread.h
download.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
download.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
@ -261,7 +261,7 @@ download.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
emacs.o: emacs.h functionbase.h ../core/item.h ../../pikotools/space/space.h
emacs.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
emacs.o: ../core/textstream.h ../core/misc.h ../core/item.h
emacs.o: ../core/requesttypes.h ../core/error.h
emacs.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
emacs.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
emacs.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
emacs.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -294,7 +294,7 @@ emacs.o: ../templates/htmltextstream.h ../core/sessionmanager.h
env.o: env.h functionbase.h ../core/item.h ../../pikotools/space/space.h
env.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
env.o: ../core/textstream.h ../core/misc.h ../core/item.h
env.o: ../core/requesttypes.h ../core/error.h
env.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
env.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
env.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -323,8 +323,8 @@ env.o: ../core/threadmanager.h ../core/synchro.h ../core/log.h
functionbase.o: functionbase.h ../core/item.h ../../pikotools/space/space.h
functionbase.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
functionbase.o: ../core/textstream.h ../core/misc.h ../core/item.h
functionbase.o: ../core/requesttypes.h ../core/error.h
functionbase.o: ../../pikotools/space/spaceparser.h
functionbase.o: ../core/requesttypes.h ../../pikotools/date/date.h
functionbase.o: ../core/error.h ../../pikotools/space/spaceparser.h
functionbase.o: ../../pikotools/space/space.h ../db/dbitemquery.h
functionbase.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
functionbase.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
@ -357,8 +357,8 @@ functionbase.o: ../core/synchro.h
functionparser.o: functionparser.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
functionparser.o: ../db/dbtextstream.h ../core/textstream.h ../core/misc.h
functionparser.o: ../core/item.h ../core/requesttypes.h
functionparser.o: ../../pikotools/space/space.h ../core/error.h
functionparser.o: ../../pikotools/space/spaceparser.h
functionparser.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
functionparser.o: ../core/error.h ../../pikotools/space/spaceparser.h
functionparser.o: ../../pikotools/space/space.h ../db/dbitemquery.h
functionparser.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h
functionparser.o: ../core/group.h ../core/dircontainer.h
@ -394,7 +394,8 @@ functions.o: functions.h functionbase.h ../core/item.h
functions.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
functions.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
functions.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
functions.o: ../core/error.h ../../pikotools/space/spaceparser.h
functions.o: ../../pikotools/date/date.h ../core/error.h
functions.o: ../../pikotools/space/spaceparser.h
functions.o: ../../pikotools/space/space.h ../db/dbitemquery.h
functions.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
functions.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
@ -432,7 +433,7 @@ functions.o: ../templates/htmltextstream.h ../core/sessionmanager.h
last.o: last.h functionbase.h ../core/item.h ../../pikotools/space/space.h
last.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
last.o: ../core/textstream.h ../core/misc.h ../core/item.h
last.o: ../core/requesttypes.h ../core/error.h
last.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
last.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -462,7 +463,7 @@ last.o: ../core/synchro.h
ln.o: ln.h functionbase.h ../core/item.h ../../pikotools/space/space.h
ln.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
ln.o: ../core/textstream.h ../core/misc.h ../core/item.h
ln.o: ../core/requesttypes.h ../core/error.h
ln.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
ln.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
ln.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
ln.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -492,7 +493,7 @@ ln.o: ../functions/functions.h
login.o: login.h functionbase.h ../core/item.h ../../pikotools/space/space.h
login.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
login.o: ../core/textstream.h ../core/misc.h ../core/item.h
login.o: ../core/requesttypes.h ../core/error.h
login.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
login.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -523,13 +524,13 @@ logout.o: logout.h functionbase.h ../core/item.h
logout.o: ../../pikotools/space/space.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/requesttypes.h
logout.o: ../core/error.h ../../pikotools/space/spaceparser.h
logout.o: ../../pikotools/space/space.h ../db/dbitemquery.h
logout.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
logout.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
logout.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
logout.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
logout.o: ../core/htmlfilter.h ../templates/htmltextstream.h
logout.o: ../../pikotools/date/date.h ../core/error.h
logout.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
logout.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
logout.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
logout.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
logout.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
logout.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
logout.o: ../core/session.h ../core/user.h ../core/plugindata.h
logout.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
logout.o: ../core/config.h ../core/system.h ../core/job.h
@ -554,7 +555,7 @@ logout.o: ../core/synchro.h
ls.o: ls.h functionbase.h ../core/item.h ../../pikotools/space/space.h
ls.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
ls.o: ../core/textstream.h ../core/misc.h ../core/item.h
ls.o: ../core/requesttypes.h ../core/error.h
ls.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
ls.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -583,7 +584,7 @@ ls.o: ../core/threadmanager.h ../core/synchro.h
man.o: man.h functionbase.h ../core/item.h ../../pikotools/space/space.h
man.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
man.o: ../core/textstream.h ../core/misc.h ../core/item.h
man.o: ../core/requesttypes.h ../core/error.h
man.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
man.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
man.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -613,7 +614,7 @@ man.o: ../core/synchro.h
meta.o: meta.h functionbase.h ../core/item.h ../../pikotools/space/space.h
meta.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
meta.o: ../core/textstream.h ../core/misc.h ../core/item.h
meta.o: ../core/requesttypes.h ../core/error.h
meta.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
meta.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
meta.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
meta.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -643,7 +644,7 @@ meta.o: ../core/synchro.h ../core/log.h
mkdir.o: mkdir.h functionbase.h ../core/item.h ../../pikotools/space/space.h
mkdir.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
mkdir.o: ../core/textstream.h ../core/misc.h ../core/item.h
mkdir.o: ../core/requesttypes.h ../core/error.h
mkdir.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
mkdir.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
mkdir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
mkdir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -679,7 +680,7 @@ mkdir.o: ../core/sessionmanager.h
mount.o: mount.h functionbase.h ../core/item.h ../../pikotools/space/space.h
mount.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
mount.o: ../core/textstream.h ../core/misc.h ../core/item.h
mount.o: ../core/requesttypes.h ../core/error.h
mount.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
mount.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -709,7 +710,7 @@ mount.o: ../core/threadmanager.h ../core/synchro.h
mv.o: mv.h functionbase.h ../core/item.h ../../pikotools/space/space.h
mv.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
mv.o: ../core/textstream.h ../core/misc.h ../core/item.h
mv.o: ../core/requesttypes.h ../core/error.h
mv.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
mv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
mv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
mv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -745,16 +746,16 @@ nicedit.o: nicedit.h functionbase.h ../core/item.h
nicedit.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
nicedit.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
nicedit.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
nicedit.o: ../core/error.h ../../pikotools/space/spaceparser.h
nicedit.o: ../../pikotools/space/space.h ../db/dbitemquery.h
nicedit.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
nicedit.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
nicedit.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
nicedit.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
nicedit.o: ../core/htmlfilter.h ../templates/htmltextstream.h
nicedit.o: ../core/session.h ../core/user.h ../core/plugindata.h
nicedit.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
nicedit.o: ../core/config.h ../core/system.h ../core/job.h
nicedit.o: ../../pikotools/date/date.h ../core/error.h
nicedit.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
nicedit.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
nicedit.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
nicedit.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
nicedit.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
nicedit.o: ../core/config.h ../core/htmlfilter.h
nicedit.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
nicedit.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h
nicedit.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h
nicedit.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
nicedit.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
nicedit.o: ../templates/patterns.h ../templates/locale.h
@ -776,7 +777,7 @@ nicedit.o: ../core/synchro.h
node.o: node.h functionbase.h ../core/item.h ../../pikotools/space/space.h
node.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
node.o: ../core/textstream.h ../core/misc.h ../core/item.h
node.o: ../core/requesttypes.h ../core/error.h
node.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
node.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
node.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
node.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -807,13 +808,13 @@ passwd.o: passwd.h functionbase.h ../core/item.h
passwd.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
passwd.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
passwd.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
passwd.o: ../core/error.h ../../pikotools/space/spaceparser.h
passwd.o: ../../pikotools/space/space.h ../db/dbitemquery.h
passwd.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
passwd.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
passwd.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
passwd.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
passwd.o: ../core/htmlfilter.h ../templates/htmltextstream.h
passwd.o: ../../pikotools/date/date.h ../core/error.h
passwd.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
passwd.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
passwd.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
passwd.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
passwd.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
passwd.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
passwd.o: ../core/session.h ../core/user.h ../core/plugindata.h
passwd.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
passwd.o: ../core/config.h ../core/system.h ../core/job.h
@ -838,7 +839,7 @@ passwd.o: ../core/synchro.h ../core/slog.h ../functions/functions.h
priv.o: priv.h functionbase.h ../core/item.h ../../pikotools/space/space.h
priv.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
priv.o: ../core/textstream.h ../core/misc.h ../core/item.h
priv.o: ../core/requesttypes.h ../core/error.h
priv.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
priv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -869,7 +870,8 @@ privchanger.o: ../core/basethread.h ../core/synchro.h
privchanger.o: ../../pikotools/space/space.h ../core/dirs.h ../core/item.h
privchanger.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h
privchanger.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
privchanger.o: ../core/misc.h ../core/requesttypes.h ../core/error.h
privchanger.o: ../core/misc.h ../core/requesttypes.h
privchanger.o: ../../pikotools/date/date.h ../core/error.h
privchanger.o: ../../pikotools/space/spaceparser.h
privchanger.o: ../../pikotools/space/space.h ../db/dbitemquery.h
privchanger.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h
@ -900,7 +902,7 @@ privchanger.o: ../core/image.h ../core/threadmanager.h
pw.o: pw.h functionbase.h ../core/item.h ../../pikotools/space/space.h
pw.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
pw.o: ../core/textstream.h ../core/misc.h ../core/item.h
pw.o: ../core/requesttypes.h ../core/error.h
pw.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
pw.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
pw.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
pw.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -931,13 +933,13 @@ reload.o: reload.h functionbase.h ../core/item.h
reload.o: ../../pikotools/space/space.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/requesttypes.h
reload.o: ../core/error.h ../../pikotools/space/spaceparser.h
reload.o: ../../pikotools/space/space.h ../db/dbitemquery.h
reload.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
reload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
reload.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
reload.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
reload.o: ../core/htmlfilter.h ../templates/htmltextstream.h
reload.o: ../../pikotools/date/date.h ../core/error.h
reload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
reload.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
reload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
reload.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
reload.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
reload.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
reload.o: ../core/session.h ../core/user.h ../core/plugindata.h
reload.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
reload.o: ../core/config.h ../core/system.h ../core/job.h
@ -965,7 +967,7 @@ reload.o: ../templates/htmltextstream.h ../core/sessionmanager.h
rm.o: rm.h functionbase.h ../core/item.h ../../pikotools/space/space.h
rm.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
rm.o: ../core/textstream.h ../core/misc.h ../core/item.h
rm.o: ../core/requesttypes.h ../core/error.h
rm.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
rm.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
rm.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
rm.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -1001,13 +1003,13 @@ rmuser.o: rmuser.h functionbase.h ../core/item.h
rmuser.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
rmuser.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
rmuser.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
rmuser.o: ../core/error.h ../../pikotools/space/spaceparser.h
rmuser.o: ../../pikotools/space/space.h ../db/dbitemquery.h
rmuser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
rmuser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
rmuser.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
rmuser.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
rmuser.o: ../core/htmlfilter.h ../templates/htmltextstream.h
rmuser.o: ../../pikotools/date/date.h ../core/error.h
rmuser.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
rmuser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
rmuser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
rmuser.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
rmuser.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
rmuser.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
rmuser.o: ../core/session.h ../core/user.h ../core/plugindata.h
rmuser.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
rmuser.o: ../core/config.h ../core/system.h ../core/job.h
@ -1038,7 +1040,7 @@ rmuser.o: ../core/sessionmanager.h
run.o: run.h functionbase.h ../core/item.h ../../pikotools/space/space.h
run.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
run.o: ../core/textstream.h ../core/misc.h ../core/item.h
run.o: ../core/requesttypes.h ../core/error.h
run.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
run.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
run.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
run.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -1067,7 +1069,7 @@ run.o: ../core/threadmanager.h ../core/synchro.h
sort.o: sort.h functionbase.h ../core/item.h ../../pikotools/space/space.h
sort.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
sort.o: ../core/textstream.h ../core/misc.h ../core/item.h
sort.o: ../core/requesttypes.h ../core/error.h
sort.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
sort.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
sort.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
sort.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -1103,7 +1105,8 @@ specialdefault.o: specialdefault.h functionbase.h ../core/item.h
specialdefault.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
specialdefault.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
specialdefault.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
specialdefault.o: ../core/error.h ../../pikotools/space/spaceparser.h
specialdefault.o: ../../pikotools/date/date.h ../core/error.h
specialdefault.o: ../../pikotools/space/spaceparser.h
specialdefault.o: ../../pikotools/space/space.h ../db/dbitemquery.h
specialdefault.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
specialdefault.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
@ -1136,7 +1139,7 @@ specialdefault.o: ../core/image.h ../core/threadmanager.h ../core/synchro.h
stat.o: stat.h functionbase.h ../core/item.h ../../pikotools/space/space.h
stat.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
stat.o: ../core/textstream.h ../core/misc.h ../core/item.h
stat.o: ../core/requesttypes.h ../core/error.h
stat.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
stat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -1166,16 +1169,16 @@ subject.o: subject.h functionbase.h ../core/item.h
subject.o: ../../pikotools/space/space.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/requesttypes.h
subject.o: ../core/error.h ../../pikotools/space/spaceparser.h
subject.o: ../../pikotools/space/space.h ../db/dbitemquery.h
subject.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
subject.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
subject.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
subject.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
subject.o: ../core/htmlfilter.h ../templates/htmltextstream.h
subject.o: ../core/session.h ../core/user.h ../core/plugindata.h
subject.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
subject.o: ../core/config.h ../core/system.h ../core/job.h
subject.o: ../../pikotools/date/date.h ../core/error.h
subject.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
subject.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
subject.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
subject.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
subject.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
subject.o: ../core/config.h ../core/htmlfilter.h
subject.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
subject.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h
subject.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h
subject.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
subject.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
subject.o: ../templates/patterns.h ../templates/locale.h
@ -1198,27 +1201,28 @@ template.o: template.h functionbase.h ../core/item.h
template.o: ../../pikotools/space/space.h ../db/db.h ../db/dbbase.h
template.o: ../db/dbconn.h ../db/dbtextstream.h ../core/textstream.h
template.o: ../core/misc.h ../core/item.h ../core/requesttypes.h
template.o: ../core/error.h ../../pikotools/space/spaceparser.h
template.o: ../../pikotools/space/space.h ../db/dbitemquery.h
template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
template.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
template.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
template.o: ../core/htmlfilter.h ../templates/htmltextstream.h
template.o: ../core/session.h ../core/user.h ../core/plugindata.h
template.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
template.o: ../core/config.h ../core/system.h ../core/job.h
template.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
template.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
template.o: ../templates/patterns.h ../templates/locale.h
template.o: ../templates/localefilter.h ../../ezc/src/ezc.h
template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h functions.h
template.o: functionparser.h ../core/cur.h adduser.h cat.h chmod.h
template.o: privchanger.h chown.h ckeditor.h cp.h default.h download.h
template.o: emacs.h env.h last.h login.h logout.h ln.h ls.h man.h meta.h
template.o: mkdir.h mv.h nicedit.h node.h passwd.h priv.h pw.h reload.h rm.h
template.o: rmuser.h run.h sort.h specialdefault.h stat.h subject.h tinymce.h
template.o: uname.h upload.h uptime.h who.h vim.h ../core/htmlfilter.h
template.o: ../../pikotools/date/date.h ../core/error.h
template.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
template.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
template.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
template.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
template.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
template.o: ../core/config.h ../core/htmlfilter.h
template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
template.o: ../core/plugindata.h ../core/rebus.h mount.h
template.o: ../templates/locale.h ../core/request.h ../core/config.h
template.o: ../core/system.h ../core/job.h ../core/basethread.h
template.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
template.o: ../templates/locale.h ../templates/localefilter.h
template.o: ../../ezc/src/ezc.h ../../ezc/src/generator.h
template.o: ../../ezc/src/pattern.h functions.h functionparser.h
template.o: ../core/cur.h adduser.h cat.h chmod.h privchanger.h chown.h
template.o: ckeditor.h cp.h default.h download.h emacs.h env.h last.h login.h
template.o: logout.h ln.h ls.h man.h meta.h mkdir.h mv.h nicedit.h node.h
template.o: passwd.h priv.h pw.h reload.h rm.h rmuser.h run.h sort.h
template.o: specialdefault.h stat.h subject.h tinymce.h uname.h upload.h
template.o: uptime.h who.h vim.h ../core/htmlfilter.h
template.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
template.o: ../notify/notifythread.h ../core/basethread.h
template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
@ -1230,16 +1234,16 @@ tinymce.o: tinymce.h functionbase.h ../core/item.h
tinymce.o: ../../pikotools/space/space.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/requesttypes.h
tinymce.o: ../core/error.h ../../pikotools/space/spaceparser.h
tinymce.o: ../../pikotools/space/space.h ../db/dbitemquery.h
tinymce.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
tinymce.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
tinymce.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
tinymce.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
tinymce.o: ../core/htmlfilter.h ../templates/htmltextstream.h
tinymce.o: ../core/session.h ../core/user.h ../core/plugindata.h
tinymce.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
tinymce.o: ../core/config.h ../core/system.h ../core/job.h
tinymce.o: ../../pikotools/date/date.h ../core/error.h
tinymce.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
tinymce.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
tinymce.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
tinymce.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
tinymce.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
tinymce.o: ../core/config.h ../core/htmlfilter.h
tinymce.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
tinymce.o: ../core/plugindata.h ../core/rebus.h mount.h ../templates/locale.h
tinymce.o: ../core/request.h ../core/config.h ../core/system.h ../core/job.h
tinymce.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
tinymce.o: ../core/dircontainer.h ../notify/notify.h ../notify/notifypool.h
tinymce.o: ../templates/patterns.h ../templates/locale.h
@ -1261,7 +1265,7 @@ tinymce.o: ../core/synchro.h
uname.o: uname.h functionbase.h ../core/item.h ../../pikotools/space/space.h
uname.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
uname.o: ../core/textstream.h ../core/misc.h ../core/item.h
uname.o: ../core/requesttypes.h ../core/error.h
uname.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
uname.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
uname.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
uname.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -1292,13 +1296,13 @@ upload.o: upload.h functionbase.h ../core/item.h
upload.o: ../../pikotools/space/space.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/requesttypes.h
upload.o: ../core/error.h ../../pikotools/space/spaceparser.h
upload.o: ../../pikotools/space/space.h ../db/dbitemquery.h
upload.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
upload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
upload.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
upload.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
upload.o: ../core/htmlfilter.h ../templates/htmltextstream.h
upload.o: ../../pikotools/date/date.h ../core/error.h
upload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
upload.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
upload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
upload.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
upload.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
upload.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
upload.o: ../core/session.h ../core/user.h ../core/plugindata.h
upload.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
upload.o: ../core/config.h ../core/system.h ../core/job.h
@ -1330,13 +1334,13 @@ uptime.o: uptime.h functionbase.h ../core/item.h
uptime.o: ../../pikotools/space/space.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/requesttypes.h
uptime.o: ../core/error.h ../../pikotools/space/spaceparser.h
uptime.o: ../../pikotools/space/space.h ../db/dbitemquery.h
uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
uptime.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
uptime.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
uptime.o: ../core/htmlfilter.h ../templates/htmltextstream.h
uptime.o: ../../pikotools/date/date.h ../core/error.h
uptime.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
uptime.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
uptime.o: ../core/slog.h ../core/cur.h ../core/request.h ../core/error.h
uptime.o: ../core/config.h ../core/htmlfilter.h ../templates/htmltextstream.h
uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h
uptime.o: ../core/rebus.h mount.h ../templates/locale.h ../core/request.h
uptime.o: ../core/config.h ../core/system.h ../core/job.h
@ -1361,7 +1365,7 @@ uptime.o: ../core/synchro.h
vim.o: vim.h functionbase.h ../core/item.h ../../pikotools/space/space.h
vim.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
vim.o: ../core/textstream.h ../core/misc.h ../core/item.h
vim.o: ../core/requesttypes.h ../core/error.h
vim.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
vim.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
vim.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
vim.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
@ -1391,7 +1395,7 @@ vim.o: ../core/synchro.h
who.o: who.h functionbase.h ../core/item.h ../../pikotools/space/space.h
who.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
who.o: ../core/textstream.h ../core/misc.h ../core/item.h
who.o: ../core/requesttypes.h ../core/error.h
who.o: ../core/requesttypes.h ../../pikotools/date/date.h ../core/error.h
who.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
who.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h

View File

@ -2,8 +2,8 @@
main.o: ../core/log.h ../core/textstream.h ../core/misc.h ../core/item.h
main.o: ../../pikotools/space/space.h ../core/requesttypes.h
main.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
main.o: ../core/request.h ../core/error.h ../core/config.h
main.o: ../../pikotools/date/date.h ../core/logmanipulators.h ../core/slog.h
main.o: ../core/cur.h ../core/request.h ../core/error.h ../core/config.h
main.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
main.o: ../core/htmlfilter.h ../templates/htmltextstream.h
main.o: ../core/textstream.h ../core/session.h ../core/user.h

View File

@ -96,6 +96,9 @@ int main(int argv, char ** argc)
if( !app.config.log_stdout )
CloseDescriptors();
if( app.config.demonize && !app.Demonize() )
return 4;
log.Init(app.config.log_level, app.config.log_save_each_line, app.config.log_file,
app.config.log_stdout, app.config.log_request);
@ -104,16 +107,13 @@ int main(int argv, char ** argc)
log << log3 << "-- preparing to start winix --" << logend;
if( !app.InitFCGI() )
return false;
return 5;
if( !app.DropPrivileges() )
return 3;
app.LogUserGroups();
if( app.config.demonize && !app.Demonize() )
return 4;
log << log3 << "base_url: " << app.config.base_url << logend;
// load plugins before loading sessions - session_manager.LoadSessions()
@ -124,8 +124,7 @@ int main(int argv, char ** argc)
if( !app.Init() )
return 1;
log.PutDate(log1);
log << "winix started" << logend;
log << log1 << PT::Date(std::time(0)) << " winix started" << logend;
app.StartThreads();
// now we have more threads, we should use Lock() and Unlock()
@ -147,8 +146,7 @@ int main(int argv, char ** argc)
app.WaitForThreads();
// now all others threads are terminated
log.PutDate(log1);
log << "winix stopped" << logend << logsave;
log << log1 << PT::Date(std::time(0)) << " winix stopped" << logend << logsave;
return 0;
}

View File

@ -9,22 +9,22 @@ notify.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
notify.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
notify.o: ../../pikotools/utf8/utf8.h ../templates/misc.h
notify.o: ../templates/htmltextstream.h ../core/textstream.h
notify.o: ../../pikotools/space/space.h notifythread.h ../core/basethread.h
notify.o: ../core/synchro.h templatesnotify.h ../core/config.h
notify.o: ../core/htmlfilter.h ../core/users.h ../core/user.h
notify.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h
notify.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
notify.o: ../core/request.h ../core/requesttypes.h ../core/error.h
notify.o: ../core/config.h ../templates/htmltextstream.h ../core/session.h
notify.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
notify.o: ../core/lastcontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
notify.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
notify.o: ../core/item.h ../db/dbitemcolumns.h ../core/user.h ../core/group.h
notify.o: ../core/dircontainer.h ../core/ugcontainer.h
notify.o: ../templates/templates.h ../templates/patterncacher.h
notify.o: ../templates/indexpatterns.h ../templates/patterns.h
notify.o: ../templates/changepatterns.h ../core/cur.h ../core/system.h
notify.o: ../core/job.h ../core/basethread.h ../core/dirs.h
notify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
notify.o: notifythread.h ../core/basethread.h ../core/synchro.h
notify.o: templatesnotify.h ../core/config.h ../core/htmlfilter.h
notify.o: ../core/users.h ../core/user.h ../core/ugcontainer.h ../core/log.h
notify.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
notify.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
notify.o: ../core/error.h ../core/config.h ../templates/htmltextstream.h
notify.o: ../core/session.h ../core/plugindata.h ../core/rebus.h
notify.o: ../core/mount.h ../core/lastcontainer.h ../db/db.h ../db/dbbase.h
notify.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
notify.o: ../db/dbitemquery.h ../core/item.h ../db/dbitemcolumns.h
notify.o: ../core/user.h ../core/group.h ../core/dircontainer.h
notify.o: ../core/ugcontainer.h ../templates/templates.h
notify.o: ../templates/patterncacher.h ../templates/indexpatterns.h
notify.o: ../templates/patterns.h ../templates/changepatterns.h ../core/cur.h
notify.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/dirs.h
notify.o: ../core/dircontainer.h ../notify/notify.h ../core/mounts.h
notify.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
notify.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
@ -59,8 +59,9 @@ notifythread.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
notifythread.o: ../../pikotools/utf8/utf8.h ../core/textstream.h
notifythread.o: ../templates/misc.h ../templates/localefilter.h
notifythread.o: ../templates/locale.h ../templates/htmltextstream.h
notifythread.o: ../../pikotools/space/space.h notifypool.h
notifythread.o: ../templates/locale.h ../../pikotools/space/spaceparser.h
notifythread.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
notifythread.o: notifypool.h ../templates/locale.h
notifythread.o: ../../pikotools/space/spaceparser.h
notifythread.o: ../../pikotools/space/space.h ../core/config.h
notifythread.o: ../core/htmlfilter.h ../core/users.h ../core/user.h
notifythread.o: ../core/ugcontainer.h ../core/log.h ../core/textstream.h
@ -81,8 +82,9 @@ templatesnotify.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
templatesnotify.o: ../../pikotools/utf8/utf8.h ../core/textstream.h
templatesnotify.o: ../templates/misc.h ../templates/localefilter.h
templatesnotify.o: ../templates/locale.h ../templates/htmltextstream.h
templatesnotify.o: ../../pikotools/space/space.h notifypool.h
templatesnotify.o: ../templates/locale.h ../../pikotools/space/spaceparser.h
templatesnotify.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
templatesnotify.o: notifypool.h ../templates/locale.h
templatesnotify.o: ../../pikotools/space/spaceparser.h
templatesnotify.o: ../../pikotools/space/space.h ../core/plugin.h
templatesnotify.o: ../core/pluginmsg.h ../core/log.h ../core/textstream.h
templatesnotify.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h

View File

@ -201,7 +201,7 @@ void NotifyThread::SendMail()
// second thread
void NotifyThread::SendMail(const std::wstring & email, const std::wstring & message)
{
nlog.PutDate(log1);
nlog << log1 << PT::Date(std::time(0)) << ' ';
if( !ValidateEmail(email) )
{

View File

@ -3,7 +3,8 @@
edb.o: edb.h ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h
edb.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
edb.o: ../../../pikotools/space/space.h ../../core/requesttypes.h
edb.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
edb.o: ../../../pikotools/date/date.h ../../core/error.h
edb.o: ../../../pikotools/space/spaceparser.h
edb.o: ../../../pikotools/space/space.h export.h ../../core/dirs.h
edb.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
edb.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
@ -38,17 +39,18 @@ exportinfo.o: ../../core/error.h ../../core/config.h
exportinfo.o: ../../../pikotools/space/spaceparser.h
exportinfo.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
exportinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h
exportinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h
exportinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
exportinfo.o: ../../templates/locale.h ../../notify/notify.h
exportinfo.o: ../../notify/notifypool.h ../../templates/patterns.h
exportinfo.o: ../../templates/locale.h ../../templates/localefilter.h
exportinfo.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
exportinfo.o: ../../../ezc/src/pattern.h ../../../ezc/src/functions.h
exportinfo.o: ../../../ezc/src/funinfo.h ../../../ezc/src/stringconv.h
exportinfo.o: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
exportinfo.o: ../../core/basethread.h ../../notify/templatesnotify.h
exportinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
exportinfo.o: ../../core/misc.h ../../../pikotools/date/date.h
exportinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
exportinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
exportinfo.o: ../../notify/notify.h ../../notify/notifypool.h
exportinfo.o: ../../templates/patterns.h ../../templates/locale.h
exportinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.h
exportinfo.o: ../../../ezc/src/generator.h ../../../ezc/src/pattern.h
exportinfo.o: ../../../ezc/src/functions.h ../../../ezc/src/funinfo.h
exportinfo.o: ../../../ezc/src/stringconv.h ../../../pikotools/utf8/utf8.h
exportinfo.o: ../../notify/notifythread.h ../../core/basethread.h
exportinfo.o: ../../notify/templatesnotify.h ../../core/config.h
exportinfo.o: ../../core/users.h ../../core/ugcontainer.h
exportinfo.o: ../../core/lastcontainer.h ../../core/mounts.h
exportinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
exportinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h
@ -68,29 +70,30 @@ init.o: ../../../pikotools/space/space.h ../../core/error.h
init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/system.h ../../core/job.h
init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/ugcontainer.h ../../notify/notify.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/ezc.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: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
init.o: ../../core/basethread.h ../../notify/templatesnotify.h
init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/lastcontainer.h ../../core/mounts.h
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
init.o: ../../core/loadavg.h ../../core/image.h ../../core/threadmanager.h
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
init.o: ../../functions/functions.h ../../functions/functionbase.h
init.o: ../../core/request.h ../../core/system.h ../../core/synchro.h
init.o: ../../core/misc.h ../../../pikotools/date/date.h ../../core/session.h
init.o: ../../core/user.h ../../core/plugindata.h ../../core/rebus.h
init.o: ../../core/mount.h ../../templates/locale.h ../../core/system.h
init.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
init.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h
init.o: ../../db/dbbase.h ../../db/dbitemquery.h ../../core/item.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../notify/notify.h ../../notify/notifypool.h
init.o: ../../templates/patterns.h ../../templates/locale.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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 ../../../pikotools/utf8/utf8.h
init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
init.o: ../../core/threadmanager.h ../../core/sessionmanager.h
init.o: ../../core/sessioncontainer.h ../../functions/functions.h
init.o: ../../functions/functionbase.h ../../core/request.h
init.o: ../../core/system.h ../../core/synchro.h
init.o: ../../functions/functionparser.h ../../core/cur.h
init.o: ../../functions/adduser.h ../../functions/cat.h
init.o: ../../functions/chmod.h ../../functions/privchanger.h

View File

@ -4,7 +4,8 @@ gallery.o: gallery.h ../../functions/functionbase.h ../../core/item.h
gallery.o: ../../../pikotools/space/space.h ../../db/db.h ../../db/dbbase.h
gallery.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h
gallery.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
gallery.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
gallery.o: ../../../pikotools/date/date.h ../../core/error.h
gallery.o: ../../../pikotools/space/spaceparser.h
gallery.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
gallery.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
gallery.o: ../../core/dircontainer.h ../../core/ugcontainer.h
@ -36,7 +37,8 @@ init.o: gallery.h ../../functions/functionbase.h ../../core/item.h
init.o: ../../../pikotools/space/space.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
init.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/date/date.h ../../core/error.h
init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
@ -91,8 +93,8 @@ templates.o: gallery.h ../../functions/functionbase.h ../../core/item.h
templates.o: ../../../pikotools/space/space.h ../../db/db.h ../../db/dbbase.h
templates.o: ../../db/dbconn.h ../../db/dbtextstream.h
templates.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
templates.o: ../../core/requesttypes.h ../../core/error.h
templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h

View File

@ -7,7 +7,8 @@ groupinfo.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
groupinfo.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h
groupinfo.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
groupinfo.o: ../../db/dbtextstream.h ../../core/textstream.h
groupinfo.o: ../../core/misc.h ../../core/requesttypes.h ../../core/error.h
groupinfo.o: ../../core/misc.h ../../core/requesttypes.h
groupinfo.o: ../../../pikotools/date/date.h ../../core/error.h
groupinfo.o: ../../db/dbitemquery.h ../../db/dbitemcolumns.h
groupinfo.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
groupinfo.o: ../../core/ugcontainer.h ../../core/log.h
@ -40,29 +41,30 @@ init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../../pikotools/space/space.h
init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
init.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
init.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h
init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h
init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../notify/notify.h ../../notify/notifypool.h
init.o: ../../templates/patterns.h ../../templates/locale.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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 ../../../pikotools/utf8/utf8.h
init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
init.o: ../../core/run.h ../../core/users.h groups.h ../../core/loadavg.h
init.o: ../../core/image.h ../../core/threadmanager.h
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
init.o: ../../functions/functions.h ../../functions/functionbase.h
init.o: ../../core/request.h ../../core/system.h ../../core/synchro.h
init.o: ../../../pikotools/date/date.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/system.h ../../core/job.h
init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h
init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/ugcontainer.h ../../notify/notify.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/ezc.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: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
init.o: ../../core/basethread.h ../../notify/templatesnotify.h
init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/lastcontainer.h ../../core/mounts.h
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/users.h groups.h ../../core/loadavg.h ../../core/image.h
init.o: ../../core/threadmanager.h ../../core/sessionmanager.h
init.o: ../../core/sessioncontainer.h ../../functions/functions.h
init.o: ../../functions/functionbase.h ../../core/request.h
init.o: ../../core/system.h ../../core/synchro.h
init.o: ../../functions/functionparser.h ../../core/cur.h
init.o: ../../functions/adduser.h ../../functions/cat.h
init.o: ../../functions/chmod.h ../../functions/privchanger.h
@ -99,8 +101,8 @@ templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h
templates.o: ../../core/job.h ../../core/basethread.h ../../core/synchro.h
templates.o: ../../core/dirs.h ../../core/dircontainer.h ../../db/db.h
templates.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h
templates.o: ../../core/textstream.h ../../core/error.h
templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../core/textstream.h ../../../pikotools/date/date.h
templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h

View File

@ -4,8 +4,8 @@ cache.o: cache.h ../../core/item.h ../../../pikotools/space/space.h
cache.o: ../../core/dirs.h ../../core/item.h ../../core/dircontainer.h
cache.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
cache.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
cache.o: ../../core/requesttypes.h ../../core/error.h
cache.o: ../../../pikotools/space/spaceparser.h
cache.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
cache.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
cache.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
cache.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
cache.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
@ -32,31 +32,31 @@ init.o: ../../core/config.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../../pikotools/space/space.h
init.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
init.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
init.o: ../../core/plugin.h ../../core/pluginmsg.h ../../core/log.h
init.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
init.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h
init.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../db/dbtextstream.h ../../core/error.h ../../db/dbitemquery.h
init.o: ../../core/item.h ../../db/dbitemcolumns.h ../../core/user.h
init.o: ../../core/group.h ../../core/dircontainer.h ../../core/ugcontainer.h
init.o: ../../notify/notify.h ../../notify/notifypool.h
init.o: ../../templates/patterns.h ../../templates/locale.h
init.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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 ../../../pikotools/utf8/utf8.h
init.o: ../../notify/notifythread.h ../../core/basethread.h
init.o: ../../notify/templatesnotify.h ../../core/config.h ../../core/users.h
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h
init.o: ../../core/mounts.h ../../core/mountparser.h ../../core/crypt.h
init.o: ../../core/run.h ../../core/users.h ../../core/groups.h
init.o: ../../core/group.h ../../core/loadavg.h ../../core/image.h
init.o: ../../core/threadmanager.h ../../core/sessionmanager.h
init.o: ../../core/sessioncontainer.h ../../functions/functions.h
init.o: ../../functions/functionbase.h ../../core/request.h
init.o: ../../core/system.h ../../core/synchro.h
init.o: ../../../pikotools/date/date.h ../../core/session.h ../../core/user.h
init.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
init.o: ../../templates/locale.h ../../core/plugin.h ../../core/pluginmsg.h
init.o: ../../core/log.h ../../core/system.h ../../core/job.h
init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
init.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/error.h
init.o: ../../db/dbitemquery.h ../../core/item.h ../../db/dbitemcolumns.h
init.o: ../../core/user.h ../../core/group.h ../../core/dircontainer.h
init.o: ../../core/ugcontainer.h ../../notify/notify.h
init.o: ../../notify/notifypool.h ../../templates/patterns.h
init.o: ../../templates/locale.h ../../templates/localefilter.h
init.o: ../../../ezc/src/ezc.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: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
init.o: ../../core/basethread.h ../../notify/templatesnotify.h
init.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
init.o: ../../core/lastcontainer.h ../../core/mounts.h
init.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
init.o: ../../core/loadavg.h ../../core/image.h ../../core/threadmanager.h
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
init.o: ../../functions/functions.h ../../functions/functionbase.h
init.o: ../../core/request.h ../../core/system.h ../../core/synchro.h
init.o: ../../functions/functionparser.h ../../core/cur.h
init.o: ../../functions/adduser.h ../../functions/cat.h
init.o: ../../functions/chmod.h ../../functions/privchanger.h
@ -93,7 +93,8 @@ templates.o: ../../core/config.h ../../core/cur.h ../../core/system.h
templates.o: ../../core/sessionmanager.h ../../core/htmlfilter.h
templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
templates.o: ../../db/dbtextstream.h ../../core/textstream.h
templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/date/date.h ../../core/error.h
templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h

View File

@ -3,9 +3,9 @@
bot.o: bot.h
init.o: ../../core/log.h ../../core/textstream.h ../../core/misc.h
init.o: ../../core/item.h ../../../pikotools/space/space.h
init.o: ../../core/requesttypes.h ../../core/logmanipulators.h
init.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
init.o: ../../core/error.h ../../core/config.h
init.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
init.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
init.o: ../../core/request.h ../../core/error.h ../../core/config.h
init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
init.o: ../../templates/htmltextstream.h ../../core/textstream.h
@ -58,9 +58,9 @@ init.o: ../../templates/changepatterns.h ../../templates/htmltextstream.h
init.o: ../../core/sessionmanager.h statssession.h ../../core/plugindata.h
stats.o: stats.h ../../core/config.h ../../core/log.h ../../core/textstream.h
stats.o: ../../core/misc.h ../../core/item.h ../../../pikotools/space/space.h
stats.o: ../../core/requesttypes.h ../../core/logmanipulators.h
stats.o: ../../core/slog.h ../../core/cur.h ../../core/request.h
stats.o: ../../core/error.h ../../core/config.h
stats.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
stats.o: ../../core/logmanipulators.h ../../core/slog.h ../../core/cur.h
stats.o: ../../core/request.h ../../core/error.h ../../core/config.h
stats.o: ../../../pikotools/space/spaceparser.h
stats.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
stats.o: ../../templates/htmltextstream.h ../../core/textstream.h
@ -74,11 +74,11 @@ templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
templates.o: ../../core/request.h ../../core/requesttypes.h ../../core/item.h
templates.o: ../../../pikotools/space/space.h ../../core/error.h
templates.o: ../../core/textstream.h ../../core/misc.h
templates.o: ../../templates/htmltextstream.h ../../core/textstream.h
templates.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
templates.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h
templates.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
templates.o: ../../db/dbtextstream.h ../../core/error.h
templates.o: ../../../pikotools/date/date.h ../../templates/htmltextstream.h
templates.o: ../../core/textstream.h ../../core/system.h ../../core/job.h
templates.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
templates.o: ../../db/dbconn.h ../../db/dbtextstream.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/dircontainer.h ../../core/ugcontainer.h

View File

@ -5,7 +5,8 @@ createthread.o: ../../core/item.h ../../../pikotools/space/space.h
createthread.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
createthread.o: ../../db/dbtextstream.h ../../core/textstream.h
createthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
createthread.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
createthread.o: ../../../pikotools/date/date.h ../../core/error.h
createthread.o: ../../../pikotools/space/spaceparser.h
createthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
createthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
createthread.o: ../../core/dircontainer.h ../../core/ugcontainer.h
@ -60,7 +61,8 @@ funthread.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
funthread.o: funthread.h ../../functions/functionbase.h ../../core/item.h
funthread.o: ../../../pikotools/space/space.h ../../db/db.h ../../db/dbbase.h
funthread.o: ../../db/dbconn.h ../../db/dbtextstream.h
funthread.o: ../../core/textstream.h ../../core/misc.h ../../core/error.h
funthread.o: ../../core/textstream.h ../../core/misc.h
funthread.o: ../../../pikotools/date/date.h ../../core/error.h
funthread.o: ../../../pikotools/space/spaceparser.h
funthread.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
funthread.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
@ -93,7 +95,7 @@ init.o: ../../functions/functionbase.h ../../core/item.h
init.o: ../../../pikotools/space/space.h ../../db/db.h ../../db/dbbase.h
init.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h
init.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/date/date.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
init.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
init.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
@ -148,7 +150,8 @@ reply.o: reply.h ../../functions/functionbase.h ../../core/item.h
reply.o: ../../../pikotools/space/space.h ../../db/db.h ../../db/dbbase.h
reply.o: ../../db/dbconn.h ../../db/dbtextstream.h ../../core/textstream.h
reply.o: ../../core/misc.h ../../core/item.h ../../core/requesttypes.h
reply.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
reply.o: ../../../pikotools/date/date.h ../../core/error.h
reply.o: ../../../pikotools/space/spaceparser.h
reply.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
reply.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
reply.o: ../../core/dircontainer.h ../../core/ugcontainer.h ../../core/log.h
@ -203,8 +206,8 @@ showthreads.o: showthreads.h ../../functions/functionbase.h ../../core/item.h
showthreads.o: ../../../pikotools/space/space.h ../../db/db.h
showthreads.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h
showthreads.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
showthreads.o: ../../core/requesttypes.h ../../core/error.h
showthreads.o: ../../../pikotools/space/spaceparser.h
showthreads.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
showthreads.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
showthreads.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
showthreads.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
showthreads.o: ../../core/dircontainer.h ../../core/ugcontainer.h
@ -240,8 +243,8 @@ templates.o: ../../core/synchro.h ../../core/dirs.h ../../core/item.h
templates.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
templates.o: ../../db/dbconn.h ../../db/dbtextstream.h
templates.o: ../../core/textstream.h ../../core/misc.h
templates.o: ../../core/requesttypes.h ../../core/error.h
templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
templates.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
templates.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
templates.o: ../../core/dircontainer.h ../../core/ugcontainer.h
@ -300,8 +303,8 @@ threadinfo.o: ../../core/synchro.h ../../core/dirs.h ../../core/item.h
threadinfo.o: ../../core/dircontainer.h ../../db/db.h ../../db/dbbase.h
threadinfo.o: ../../db/dbconn.h ../../db/dbtextstream.h
threadinfo.o: ../../core/textstream.h ../../core/misc.h
threadinfo.o: ../../core/requesttypes.h ../../core/error.h
threadinfo.o: ../../../pikotools/space/spaceparser.h
threadinfo.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
threadinfo.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
threadinfo.o: ../../../pikotools/space/space.h ../../db/dbitemquery.h
threadinfo.o: ../../db/dbitemcolumns.h ../../core/user.h ../../core/group.h
threadinfo.o: ../../core/dircontainer.h ../../core/ugcontainer.h

View File

@ -4,7 +4,8 @@ createticket.o: createticket.h tdb.h ticket.h ../../db/dbbase.h
createticket.o: ../../db/dbconn.h ../../db/dbtextstream.h
createticket.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
createticket.o: ../../../pikotools/space/space.h ../../core/requesttypes.h
createticket.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
createticket.o: ../../../pikotools/date/date.h ../../core/error.h
createticket.o: ../../../pikotools/space/spaceparser.h
createticket.o: ../../../pikotools/space/space.h
createticket.o: ../../functions/functionbase.h ../../core/item.h
createticket.o: ../../db/db.h ../../db/dbbase.h ../../db/dbitemquery.h
@ -61,7 +62,8 @@ editticket.o: editticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
editticket.o: ../../db/dbtextstream.h ../../core/textstream.h
editticket.o: ../../core/misc.h ../../core/item.h
editticket.o: ../../../pikotools/space/space.h ../../core/requesttypes.h
editticket.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
editticket.o: ../../../pikotools/date/date.h ../../core/error.h
editticket.o: ../../../pikotools/space/spaceparser.h
editticket.o: ../../../pikotools/space/space.h ticketinfo.h ../../core/item.h
editticket.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
editticket.o: ../../core/synchro.h ../../core/dirs.h
@ -117,7 +119,8 @@ funticket.o: funticket.h tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
funticket.o: ../../db/dbtextstream.h ../../core/textstream.h
funticket.o: ../../core/misc.h ../../core/item.h
funticket.o: ../../../pikotools/space/space.h ../../core/requesttypes.h
funticket.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
funticket.o: ../../../pikotools/date/date.h ../../core/error.h
funticket.o: ../../../pikotools/space/spaceparser.h
funticket.o: ../../../pikotools/space/space.h ticketinfo.h ../../core/item.h
funticket.o: ../../core/system.h ../../core/job.h ../../core/basethread.h
funticket.o: ../../core/synchro.h ../../core/dirs.h ../../core/dircontainer.h
@ -176,8 +179,8 @@ funticket.o: ../../plugins/thread/pluginmsg.h
init.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
init.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
init.o: ../../core/item.h ../../../pikotools/space/space.h
init.o: ../../core/requesttypes.h ../../core/error.h
init.o: ../../../pikotools/space/spaceparser.h
init.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
init.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
init.o: ../../../pikotools/space/space.h funticket.h ticketinfo.h
init.o: ../../core/item.h ../../core/system.h ../../core/job.h
init.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
@ -238,7 +241,8 @@ showtickets.o: showtickets.h tdb.h ticket.h ../../db/dbbase.h
showtickets.o: ../../db/dbconn.h ../../db/dbtextstream.h
showtickets.o: ../../core/textstream.h ../../core/misc.h ../../core/item.h
showtickets.o: ../../../pikotools/space/space.h ../../core/requesttypes.h
showtickets.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
showtickets.o: ../../../pikotools/date/date.h ../../core/error.h
showtickets.o: ../../../pikotools/space/spaceparser.h
showtickets.o: ../../../pikotools/space/space.h ticketinfo.h
showtickets.o: ../../core/item.h ../../core/system.h ../../core/job.h
showtickets.o: ../../core/basethread.h ../../core/synchro.h ../../core/dirs.h
@ -300,8 +304,8 @@ showtickets.o: ../../templates/htmltextstream.h ../../core/sessionmanager.h
tdb.o: tdb.h ticket.h ../../db/dbbase.h ../../db/dbconn.h
tdb.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
tdb.o: ../../core/item.h ../../../pikotools/space/space.h
tdb.o: ../../core/requesttypes.h ../../core/error.h
tdb.o: ../../../pikotools/space/spaceparser.h
tdb.o: ../../core/requesttypes.h ../../../pikotools/date/date.h
tdb.o: ../../core/error.h ../../../pikotools/space/spaceparser.h
tdb.o: ../../../pikotools/space/space.h ../../core/log.h
templates.o: ../../../ezc/src/ezc.h ../../../ezc/src/generator.h
templates.o: ../../../ezc/src/pattern.h ../../core/item.h
@ -320,14 +324,14 @@ templates.o: ../../core/requesttypes.h ../../core/error.h ../../core/config.h
templates.o: ../../../pikotools/space/spaceparser.h
templates.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
templates.o: ../../templates/htmltextstream.h ../../core/textstream.h
templates.o: ../../core/misc.h ../../core/session.h ../../core/user.h
templates.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
templates.o: ../../templates/locale.h ../../notify/notify.h
templates.o: ../../notify/notifypool.h ../../templates/patterns.h
templates.o: ../../templates/locale.h ../../templates/localefilter.h
templates.o: ../../notify/notifythread.h ../../core/basethread.h
templates.o: ../../notify/templatesnotify.h ../../core/config.h
templates.o: ../../core/users.h ../../core/ugcontainer.h
templates.o: ../../core/misc.h ../../../pikotools/date/date.h
templates.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
templates.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
templates.o: ../../notify/notify.h ../../notify/notifypool.h
templates.o: ../../templates/patterns.h ../../templates/locale.h
templates.o: ../../templates/localefilter.h ../../notify/notifythread.h
templates.o: ../../core/basethread.h ../../notify/templatesnotify.h
templates.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
templates.o: ../../core/lastcontainer.h ../../core/mounts.h
templates.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
templates.o: ../../core/users.h ../../core/groups.h ../../core/group.h
@ -380,17 +384,18 @@ ticketinfo.o: ../../core/error.h ../../core/config.h
ticketinfo.o: ../../../pikotools/space/spaceparser.h
ticketinfo.o: ../../../pikotools/space/space.h ../../core/htmlfilter.h
ticketinfo.o: ../../templates/htmltextstream.h ../../core/textstream.h
ticketinfo.o: ../../core/misc.h ../../core/session.h ../../core/user.h
ticketinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mount.h
ticketinfo.o: ../../templates/locale.h ../../notify/notify.h
ticketinfo.o: ../../notify/notifypool.h ../../templates/patterns.h
ticketinfo.o: ../../templates/locale.h ../../templates/localefilter.h
ticketinfo.o: ../../../ezc/src/ezc.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: ../../../pikotools/utf8/utf8.h ../../notify/notifythread.h
ticketinfo.o: ../../core/basethread.h ../../notify/templatesnotify.h
ticketinfo.o: ../../core/config.h ../../core/users.h ../../core/ugcontainer.h
ticketinfo.o: ../../core/misc.h ../../../pikotools/date/date.h
ticketinfo.o: ../../core/session.h ../../core/user.h ../../core/plugindata.h
ticketinfo.o: ../../core/rebus.h ../../core/mount.h ../../templates/locale.h
ticketinfo.o: ../../notify/notify.h ../../notify/notifypool.h
ticketinfo.o: ../../templates/patterns.h ../../templates/locale.h
ticketinfo.o: ../../templates/localefilter.h ../../../ezc/src/ezc.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 ../../../pikotools/utf8/utf8.h
ticketinfo.o: ../../notify/notifythread.h ../../core/basethread.h
ticketinfo.o: ../../notify/templatesnotify.h ../../core/config.h
ticketinfo.o: ../../core/users.h ../../core/ugcontainer.h
ticketinfo.o: ../../core/lastcontainer.h ../../core/mounts.h
ticketinfo.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
ticketinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h

View File

@ -6,27 +6,27 @@ adduser.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
adduser.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
adduser.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
adduser.o: ../../pikotools/space/space.h htmltextstream.h
adduser.o: ../core/textstream.h ../../pikotools/space/space.h patterncacher.h
adduser.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
adduser.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
adduser.o: ../core/request.h ../core/requesttypes.h ../core/error.h
adduser.o: ../core/config.h ../core/textstream.h
adduser.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
adduser.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
adduser.o: ../core/system.h ../core/job.h ../core/basethread.h
adduser.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
adduser.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
adduser.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
adduser.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
adduser.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
adduser.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
adduser.o: ../notify/notifypool.h ../templates/patterns.h
adduser.o: ../notify/notifythread.h ../core/basethread.h
adduser.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
adduser.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
adduser.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
adduser.o: ../core/group.h ../core/loadavg.h ../core/image.h
adduser.o: ../core/threadmanager.h ../core/sessionmanager.h
adduser.o: ../core/textstream.h ../../pikotools/space/space.h
adduser.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
adduser.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
adduser.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
adduser.o: ../core/requesttypes.h ../core/error.h ../core/config.h
adduser.o: ../core/textstream.h ../templates/htmltextstream.h
adduser.o: ../core/session.h ../core/user.h ../core/plugindata.h
adduser.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
adduser.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
adduser.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
adduser.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
adduser.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
adduser.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
adduser.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
adduser.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
adduser.o: ../templates/patterns.h ../notify/notifythread.h
adduser.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
adduser.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
adduser.o: ../core/mountparser.h ../core/crypt.h ../core/run.h
adduser.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
adduser.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.h
adduser.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
adduser.o: ../core/request.h
changepatterns.o: changepatterns.h patterns.h locale.h
@ -37,32 +37,33 @@ changepatterns.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
changepatterns.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
changepatterns.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h
changepatterns.o: misc.h htmltextstream.h ../core/textstream.h
changepatterns.o: ../../pikotools/space/space.h
changepatterns.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
config.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
config.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
config.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
config.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
config.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
config.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h
config.o: ../../pikotools/space/space.h patterncacher.h ../core/item.h
config.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
config.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
config.o: ../core/requesttypes.h ../core/error.h ../core/config.h
config.o: ../core/textstream.h ../templates/htmltextstream.h
config.o: ../core/session.h ../core/user.h ../core/plugindata.h
config.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
config.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
config.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
config.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
config.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
config.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
config.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
config.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
config.o: ../templates/patterns.h ../notify/notifythread.h
config.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
config.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
config.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
config.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
config.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
config.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
config.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
config.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
config.o: ../core/error.h ../core/config.h ../core/textstream.h
config.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
config.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
config.o: ../core/system.h ../core/job.h ../core/basethread.h
config.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
config.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
config.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
config.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
config.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
config.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
config.o: ../notify/notifypool.h ../templates/patterns.h
config.o: ../notify/notifythread.h ../core/basethread.h
config.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
config.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
config.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
config.o: ../core/group.h ../core/loadavg.h ../core/image.h
config.o: ../core/threadmanager.h ../core/sessionmanager.h
config.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
@ -71,14 +72,15 @@ dir.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
dir.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
dir.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
dir.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
dir.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
dir.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
dir.o: ../core/request.h ../core/requesttypes.h ../core/error.h
dir.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
dir.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
dir.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
dir.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
dir.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
dir.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
dir.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
dir.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
dir.o: ../core/requesttypes.h ../core/error.h ../core/config.h
dir.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
dir.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
dir.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
dir.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
dir.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
dir.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
dir.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
dir.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -112,14 +114,15 @@ doc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
doc.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
doc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
doc.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
doc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
doc.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
doc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
doc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
doc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
doc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
doc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
doc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
doc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
doc.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
doc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
doc.o: ../core/requesttypes.h ../core/error.h ../core/config.h
doc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
doc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
doc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
doc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
doc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
doc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
doc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
doc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -138,14 +141,15 @@ env.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
env.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
env.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
env.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
env.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
env.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
env.o: ../core/request.h ../core/requesttypes.h ../core/error.h
env.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
env.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
env.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
env.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
env.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
env.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
env.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
env.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
env.o: ../core/requesttypes.h ../core/error.h ../core/config.h
env.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
env.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
env.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
env.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
env.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
env.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
env.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
env.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -179,27 +183,27 @@ filters.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
filters.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
filters.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
filters.o: ../../pikotools/space/space.h htmltextstream.h
filters.o: ../core/textstream.h ../../pikotools/space/space.h patterncacher.h
filters.o: ../core/item.h indexpatterns.h patterns.h changepatterns.h
filters.o: ../core/config.h ../core/htmlfilter.h ../core/cur.h
filters.o: ../core/request.h ../core/requesttypes.h ../core/error.h
filters.o: ../core/config.h ../core/textstream.h
filters.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
filters.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
filters.o: ../core/system.h ../core/job.h ../core/basethread.h
filters.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
filters.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
filters.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
filters.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
filters.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
filters.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
filters.o: ../notify/notifypool.h ../templates/patterns.h
filters.o: ../notify/notifythread.h ../core/basethread.h
filters.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
filters.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
filters.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
filters.o: ../core/group.h ../core/loadavg.h ../core/image.h
filters.o: ../core/threadmanager.h ../core/sessionmanager.h
filters.o: ../core/textstream.h ../../pikotools/space/space.h
filters.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
filters.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
filters.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
filters.o: ../core/requesttypes.h ../core/error.h ../core/config.h
filters.o: ../core/textstream.h ../templates/htmltextstream.h
filters.o: ../core/session.h ../core/user.h ../core/plugindata.h
filters.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
filters.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
filters.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
filters.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
filters.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
filters.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
filters.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
filters.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
filters.o: ../templates/patterns.h ../notify/notifythread.h
filters.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
filters.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
filters.o: ../core/mountparser.h ../core/crypt.h ../core/run.h
filters.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
filters.o: ../core/image.h ../core/threadmanager.h ../core/sessionmanager.h
filters.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
filters.o: ../core/misc.h
htmltextstream.o: htmltextstream.h ../core/textstream.h misc.h localefilter.h
@ -209,6 +213,7 @@ htmltextstream.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
htmltextstream.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
htmltextstream.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
htmltextstream.o: ../../pikotools/utf8/utf8.h ../../pikotools/space/space.h
htmltextstream.o: ../../pikotools/date/date.h
indexpatterns.o: indexpatterns.h ../../ezc/src/ezc.h
indexpatterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
indexpatterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
@ -217,8 +222,8 @@ indexpatterns.o: ../../pikotools/utf8/utf8.h patterns.h locale.h
indexpatterns.o: ../../pikotools/space/spaceparser.h
indexpatterns.o: ../../pikotools/space/space.h localefilter.h misc.h
indexpatterns.o: htmltextstream.h ../core/textstream.h
indexpatterns.o: ../../pikotools/space/space.h ../core/log.h
indexpatterns.o: ../core/textstream.h ../core/logmanipulators.h
indexpatterns.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
indexpatterns.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
indexpatterns.o: ../core/slog.h ../core/cur.h ../templates/locale.h
insert.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
insert.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
@ -226,25 +231,26 @@ insert.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
insert.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
insert.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
insert.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h
insert.o: ../../pikotools/space/space.h patterncacher.h ../core/item.h
insert.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
insert.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
insert.o: ../core/requesttypes.h ../core/error.h ../core/config.h
insert.o: ../core/textstream.h ../templates/htmltextstream.h
insert.o: ../core/session.h ../core/user.h ../core/plugindata.h
insert.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
insert.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
insert.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
insert.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
insert.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
insert.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
insert.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
insert.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
insert.o: ../templates/patterns.h ../notify/notifythread.h
insert.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
insert.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
insert.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
insert.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
insert.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
insert.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
insert.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
insert.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
insert.o: ../core/error.h ../core/config.h ../core/textstream.h
insert.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
insert.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
insert.o: ../core/system.h ../core/job.h ../core/basethread.h
insert.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
insert.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
insert.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
insert.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
insert.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
insert.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
insert.o: ../notify/notifypool.h ../templates/patterns.h
insert.o: ../notify/notifythread.h ../core/basethread.h
insert.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
insert.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
insert.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
insert.o: ../core/group.h ../core/loadavg.h ../core/image.h
insert.o: ../core/threadmanager.h ../core/sessionmanager.h
insert.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
insert.o: ../core/request.h ../core/misc.h
@ -254,14 +260,15 @@ item.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
item.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
item.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
item.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
item.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
item.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
item.o: ../core/request.h ../core/requesttypes.h ../core/error.h
item.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
item.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
item.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
item.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
item.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
item.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
item.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
item.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
item.o: ../core/requesttypes.h ../core/error.h ../core/config.h
item.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
item.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
item.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
item.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
item.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
item.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
item.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
item.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -280,14 +287,15 @@ last.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
last.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
last.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
last.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
last.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
last.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
last.o: ../core/request.h ../core/requesttypes.h ../core/error.h
last.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
last.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
last.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
last.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
last.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
last.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
last.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
last.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
last.o: ../core/requesttypes.h ../core/error.h ../core/config.h
last.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
last.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
last.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
last.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
last.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
last.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
last.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
last.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -317,18 +325,18 @@ login.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
login.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
login.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
login.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
login.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
login.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
login.o: ../core/request.h ../core/requesttypes.h ../core/error.h
login.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
login.o: ../core/session.h ../core/user.h ../core/plugindata.h
login.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
login.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
login.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
login.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
login.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
login.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
login.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
login.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
login.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
login.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
login.o: ../core/requesttypes.h ../core/error.h ../core/config.h
login.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
login.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
login.o: ../core/system.h ../core/job.h ../core/basethread.h
login.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
login.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
login.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
login.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
login.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
login.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
login.o: ../templates/patterns.h ../notify/notifythread.h
login.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
@ -343,17 +351,18 @@ ls.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
ls.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
ls.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
ls.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
ls.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
ls.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
ls.o: ../core/request.h ../core/requesttypes.h ../core/error.h
ls.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
ls.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
ls.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
ls.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
ls.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
ls.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
ls.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
ls.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
ls.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
ls.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
ls.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
ls.o: ../core/requesttypes.h ../core/error.h ../core/config.h
ls.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
ls.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
ls.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
ls.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
ls.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
ls.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
ls.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
ls.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
ls.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
ls.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
ls.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
@ -369,14 +378,15 @@ man.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
man.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
man.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
man.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
man.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
man.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
man.o: ../core/request.h ../core/requesttypes.h ../core/error.h
man.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
man.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
man.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
man.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
man.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
man.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
man.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
man.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
man.o: ../core/requesttypes.h ../core/error.h ../core/config.h
man.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
man.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
man.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
man.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
man.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
man.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
man.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
man.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -410,14 +420,15 @@ misc.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
misc.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
misc.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
misc.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
misc.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
misc.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
misc.o: ../core/request.h ../core/requesttypes.h ../core/error.h
misc.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
misc.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
misc.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
misc.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
misc.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
misc.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
misc.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
misc.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
misc.o: ../core/requesttypes.h ../core/error.h ../core/config.h
misc.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
misc.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
misc.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
misc.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
misc.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
misc.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
misc.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
misc.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -437,20 +448,20 @@ miscspace.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
miscspace.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
miscspace.o: ../../pikotools/space/space.h htmltextstream.h
miscspace.o: ../core/textstream.h ../../pikotools/space/space.h
miscspace.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
miscspace.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
miscspace.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
miscspace.o: ../core/error.h ../core/config.h ../core/textstream.h
miscspace.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
miscspace.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
miscspace.o: ../core/system.h ../core/job.h ../core/basethread.h
miscspace.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
miscspace.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
miscspace.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
miscspace.o: ../core/user.h ../core/group.h ../core/dircontainer.h
miscspace.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
miscspace.o: ../core/slog.h ../core/cur.h ../templates/locale.h
miscspace.o: ../notify/notify.h ../notify/notifypool.h
miscspace.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
miscspace.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
miscspace.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
miscspace.o: ../core/requesttypes.h ../core/error.h ../core/config.h
miscspace.o: ../core/textstream.h ../templates/htmltextstream.h
miscspace.o: ../core/session.h ../core/user.h ../core/plugindata.h
miscspace.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
miscspace.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
miscspace.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
miscspace.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
miscspace.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
miscspace.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
miscspace.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
miscspace.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
miscspace.o: ../templates/patterns.h ../notify/notifythread.h
miscspace.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
miscspace.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
@ -465,18 +476,18 @@ mount.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
mount.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
mount.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
mount.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
mount.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
mount.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
mount.o: ../core/request.h ../core/requesttypes.h ../core/error.h
mount.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
mount.o: ../core/session.h ../core/user.h ../core/plugindata.h
mount.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
mount.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
mount.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
mount.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
mount.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
mount.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
mount.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
mount.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
mount.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
mount.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
mount.o: ../core/requesttypes.h ../core/error.h ../core/config.h
mount.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
mount.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
mount.o: ../core/system.h ../core/job.h ../core/basethread.h
mount.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
mount.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
mount.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
mount.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
mount.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
mount.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
mount.o: ../templates/patterns.h ../notify/notifythread.h
mount.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
@ -494,32 +505,34 @@ patterncacher.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
patterncacher.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
patterncacher.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
patterncacher.o: ../../pikotools/utf8/utf8.h htmltextstream.h
patterncacher.o: ../core/textstream.h ../core/log.h ../core/textstream.h
patterncacher.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
patterncacher.o: ../templates/locale.h
patterncacher.o: ../core/textstream.h ../../pikotools/date/date.h
patterncacher.o: ../core/log.h ../core/textstream.h ../core/logmanipulators.h
patterncacher.o: ../core/slog.h ../core/cur.h ../templates/locale.h
patterns.o: patterns.h locale.h ../../pikotools/space/spaceparser.h
patterns.o: ../../pikotools/space/space.h localefilter.h ../../ezc/src/ezc.h
patterns.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
patterns.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
patterns.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
patterns.o: ../../pikotools/utf8/utf8.h misc.h htmltextstream.h
patterns.o: ../core/textstream.h ../../pikotools/space/space.h ../core/log.h
patterns.o: ../core/textstream.h ../core/logmanipulators.h ../core/slog.h
patterns.o: ../core/cur.h ../templates/locale.h
patterns.o: ../core/textstream.h ../../pikotools/space/space.h
patterns.o: ../../pikotools/date/date.h ../core/log.h ../core/textstream.h
patterns.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
patterns.o: ../templates/locale.h
priv.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
priv.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
priv.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
priv.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
priv.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
priv.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
priv.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
priv.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
priv.o: ../core/request.h ../core/requesttypes.h ../core/error.h
priv.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
priv.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
priv.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
priv.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
priv.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
priv.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
priv.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
priv.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
priv.o: ../core/requesttypes.h ../core/error.h ../core/config.h
priv.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
priv.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
priv.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
priv.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
priv.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
priv.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
priv.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
priv.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -553,17 +566,18 @@ pw.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
pw.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
pw.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
pw.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
pw.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
pw.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
pw.o: ../core/request.h ../core/requesttypes.h ../core/error.h
pw.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
pw.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
pw.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
pw.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
pw.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
pw.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
pw.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
pw.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
pw.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
pw.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
pw.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
pw.o: ../core/requesttypes.h ../core/error.h ../core/config.h
pw.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
pw.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
pw.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
pw.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
pw.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
pw.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
pw.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
pw.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
pw.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
pw.o: ../templates/patterns.h ../notify/notifythread.h ../core/basethread.h
pw.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
@ -580,18 +594,18 @@ rebus.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
rebus.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
rebus.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
rebus.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
rebus.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
rebus.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
rebus.o: ../core/request.h ../core/requesttypes.h ../core/error.h
rebus.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
rebus.o: ../core/session.h ../core/user.h ../core/plugindata.h
rebus.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
rebus.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
rebus.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
rebus.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
rebus.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
rebus.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
rebus.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
rebus.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
rebus.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
rebus.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
rebus.o: ../core/requesttypes.h ../core/error.h ../core/config.h
rebus.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
rebus.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
rebus.o: ../core/system.h ../core/job.h ../core/basethread.h
rebus.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
rebus.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
rebus.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
rebus.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
rebus.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
rebus.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
rebus.o: ../templates/patterns.h ../notify/notifythread.h
rebus.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
@ -608,14 +622,15 @@ slog.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
slog.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
slog.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
slog.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
slog.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
slog.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
slog.o: ../core/request.h ../core/requesttypes.h ../core/error.h
slog.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
slog.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
slog.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
slog.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
slog.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
slog.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
slog.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
slog.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
slog.o: ../core/requesttypes.h ../core/error.h ../core/config.h
slog.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
slog.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
slog.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
slog.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
slog.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
slog.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
slog.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
slog.o: ../core/log.h ../core/slog.h ../notify/notify.h
@ -633,14 +648,15 @@ stat.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
stat.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
stat.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
stat.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
stat.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
stat.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
stat.o: ../core/request.h ../core/requesttypes.h ../core/error.h
stat.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
stat.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
stat.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
stat.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
stat.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
stat.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
stat.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
stat.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
stat.o: ../core/requesttypes.h ../core/error.h ../core/config.h
stat.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
stat.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
stat.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
stat.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
stat.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
stat.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
stat.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
stat.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -659,14 +675,15 @@ sys.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
sys.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
sys.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
sys.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
sys.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
sys.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
sys.o: ../core/request.h ../core/requesttypes.h ../core/error.h
sys.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
sys.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
sys.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
sys.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
sys.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
sys.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
sys.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
sys.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
sys.o: ../core/requesttypes.h ../core/error.h ../core/config.h
sys.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
sys.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
sys.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
sys.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
sys.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
sys.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
sys.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
sys.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -702,28 +719,28 @@ template.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
template.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
template.o: ../../pikotools/space/space.h htmltextstream.h
template.o: ../core/textstream.h ../../pikotools/space/space.h
template.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
template.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
template.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
template.o: ../core/error.h ../core/config.h ../core/textstream.h
template.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
template.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
template.o: ../core/system.h ../core/job.h ../core/basethread.h
template.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
template.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
template.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
template.o: ../core/user.h ../core/group.h ../core/dircontainer.h
template.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
template.o: ../core/slog.h ../core/cur.h ../templates/locale.h
template.o: ../notify/notify.h ../notify/notifypool.h ../templates/patterns.h
template.o: ../notify/notifythread.h ../core/basethread.h
template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
template.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
template.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
template.o: ../core/group.h ../core/loadavg.h ../core/image.h
template.o: ../core/threadmanager.h ../core/sessionmanager.h
template.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
template.o: ../core/misc.h
template.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
template.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
template.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
template.o: ../core/requesttypes.h ../core/error.h ../core/config.h
template.o: ../core/textstream.h ../templates/htmltextstream.h
template.o: ../core/session.h ../core/user.h ../core/plugindata.h
template.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
template.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
template.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
template.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
template.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
template.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
template.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
template.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
template.o: ../templates/patterns.h ../notify/notifythread.h
template.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
template.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
template.o: ../core/mountparser.h ../core/crypt.h ../core/run.h
template.o: ../core/users.h ../core/groups.h ../core/group.h
template.o: ../core/loadavg.h ../core/image.h ../core/threadmanager.h
template.o: ../core/sessionmanager.h ../core/sessioncontainer.h
template.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h
templates.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
templates.o: ../../ezc/src/pattern.h ../../ezc/src/item.h
templates.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
@ -731,20 +748,20 @@ templates.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
templates.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
templates.o: ../../pikotools/space/space.h htmltextstream.h
templates.o: ../core/textstream.h ../../pikotools/space/space.h
templates.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
templates.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
templates.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
templates.o: ../core/error.h ../core/config.h ../core/textstream.h
templates.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
templates.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
templates.o: ../core/system.h ../core/job.h ../core/basethread.h
templates.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h
templates.o: ../db/db.h ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h
templates.o: ../core/error.h ../db/dbitemquery.h ../db/dbitemcolumns.h
templates.o: ../core/user.h ../core/group.h ../core/dircontainer.h
templates.o: ../core/ugcontainer.h ../core/log.h ../core/logmanipulators.h
templates.o: ../core/slog.h ../core/cur.h ../templates/locale.h
templates.o: ../notify/notify.h ../notify/notifypool.h
templates.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
templates.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
templates.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
templates.o: ../core/requesttypes.h ../core/error.h ../core/config.h
templates.o: ../core/textstream.h ../templates/htmltextstream.h
templates.o: ../core/session.h ../core/user.h ../core/plugindata.h
templates.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
templates.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
templates.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
templates.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
templates.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
templates.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
templates.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
templates.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
templates.o: ../templates/patterns.h ../notify/notifythread.h
templates.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
templates.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
@ -779,25 +796,25 @@ upload.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
upload.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
upload.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
upload.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
upload.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
upload.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
upload.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
upload.o: ../core/error.h ../core/config.h ../core/textstream.h
upload.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
upload.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
upload.o: ../core/system.h ../core/job.h ../core/basethread.h
upload.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
upload.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
upload.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
upload.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
upload.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
upload.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
upload.o: ../notify/notifypool.h ../templates/patterns.h
upload.o: ../notify/notifythread.h ../core/basethread.h
upload.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
upload.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
upload.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
upload.o: ../core/group.h ../core/loadavg.h ../core/image.h
upload.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
upload.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
upload.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
upload.o: ../core/requesttypes.h ../core/error.h ../core/config.h
upload.o: ../core/textstream.h ../templates/htmltextstream.h
upload.o: ../core/session.h ../core/user.h ../core/plugindata.h
upload.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
upload.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
upload.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
upload.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
upload.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
upload.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
upload.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
upload.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
upload.o: ../templates/patterns.h ../notify/notifythread.h
upload.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
upload.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
upload.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
upload.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
upload.o: ../core/threadmanager.h ../core/sessionmanager.h
upload.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
uptime.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
@ -806,25 +823,26 @@ uptime.o: ../../ezc/src/funinfo.h ../../ezc/src/functions.h
uptime.o: ../../ezc/src/stringconv.h ../../pikotools/utf8/utf8.h misc.h
uptime.o: localefilter.h locale.h ../../pikotools/space/spaceparser.h
uptime.o: ../../pikotools/space/space.h htmltextstream.h ../core/textstream.h
uptime.o: ../../pikotools/space/space.h patterncacher.h ../core/item.h
uptime.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
uptime.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
uptime.o: ../core/requesttypes.h ../core/error.h ../core/config.h
uptime.o: ../core/textstream.h ../templates/htmltextstream.h
uptime.o: ../core/session.h ../core/user.h ../core/plugindata.h
uptime.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
uptime.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
uptime.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
uptime.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
uptime.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
uptime.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
uptime.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
uptime.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
uptime.o: ../templates/patterns.h ../notify/notifythread.h
uptime.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h
uptime.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/mounts.h
uptime.o: ../core/mountparser.h ../core/crypt.h ../core/run.h ../core/users.h
uptime.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/image.h
uptime.o: ../../pikotools/space/space.h ../../pikotools/date/date.h
uptime.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
uptime.o: changepatterns.h ../core/config.h ../core/htmlfilter.h
uptime.o: ../core/cur.h ../core/request.h ../core/requesttypes.h
uptime.o: ../core/error.h ../core/config.h ../core/textstream.h
uptime.o: ../templates/htmltextstream.h ../core/session.h ../core/user.h
uptime.o: ../core/plugindata.h ../core/rebus.h ../core/mount.h
uptime.o: ../core/system.h ../core/job.h ../core/basethread.h
uptime.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
uptime.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
uptime.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
uptime.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
uptime.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h
uptime.o: ../core/cur.h ../templates/locale.h ../notify/notify.h
uptime.o: ../notify/notifypool.h ../templates/patterns.h
uptime.o: ../notify/notifythread.h ../core/basethread.h
uptime.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
uptime.o: ../core/lastcontainer.h ../core/mounts.h ../core/mountparser.h
uptime.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
uptime.o: ../core/group.h ../core/loadavg.h ../core/image.h
uptime.o: ../core/threadmanager.h ../core/sessionmanager.h
uptime.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
user.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/generator.h
@ -833,14 +851,15 @@ user.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
user.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
user.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
user.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
user.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
user.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
user.o: ../core/request.h ../core/requesttypes.h ../core/error.h
user.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
user.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
user.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
user.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
user.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
user.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
user.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
user.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
user.o: ../core/requesttypes.h ../core/error.h ../core/config.h
user.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
user.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
user.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
user.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
user.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
user.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
user.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
user.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -859,14 +878,15 @@ who.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
who.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
who.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
who.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
who.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
who.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
who.o: ../core/request.h ../core/requesttypes.h ../core/error.h
who.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
who.o: ../core/session.h ../core/user.h ../core/plugindata.h ../core/rebus.h
who.o: ../core/mount.h ../core/system.h ../core/job.h ../core/basethread.h
who.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
who.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
who.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
who.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
who.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
who.o: ../core/requesttypes.h ../core/error.h ../core/config.h
who.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
who.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
who.o: ../core/system.h ../core/job.h ../core/basethread.h ../core/synchro.h
who.o: ../core/dirs.h ../core/dircontainer.h ../db/db.h ../db/dbbase.h
who.o: ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
who.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
who.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
who.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
@ -885,18 +905,18 @@ winix.o: ../../ezc/src/functions.h ../../ezc/src/stringconv.h
winix.o: ../../pikotools/utf8/utf8.h misc.h localefilter.h locale.h
winix.o: ../../pikotools/space/spaceparser.h ../../pikotools/space/space.h
winix.o: htmltextstream.h ../core/textstream.h ../../pikotools/space/space.h
winix.o: patterncacher.h ../core/item.h indexpatterns.h patterns.h
winix.o: changepatterns.h ../core/config.h ../core/htmlfilter.h ../core/cur.h
winix.o: ../core/request.h ../core/requesttypes.h ../core/error.h
winix.o: ../core/config.h ../core/textstream.h ../templates/htmltextstream.h
winix.o: ../core/session.h ../core/user.h ../core/plugindata.h
winix.o: ../core/rebus.h ../core/mount.h ../core/system.h ../core/job.h
winix.o: ../core/basethread.h ../core/synchro.h ../core/dirs.h
winix.o: ../core/dircontainer.h ../db/db.h ../db/dbbase.h ../db/dbconn.h
winix.o: ../db/dbtextstream.h ../core/error.h ../db/dbitemquery.h
winix.o: ../db/dbitemcolumns.h ../core/user.h ../core/group.h
winix.o: ../core/dircontainer.h ../core/ugcontainer.h ../core/log.h
winix.o: ../core/logmanipulators.h ../core/slog.h ../core/cur.h
winix.o: ../../pikotools/date/date.h patterncacher.h ../core/item.h
winix.o: indexpatterns.h patterns.h changepatterns.h ../core/config.h
winix.o: ../core/htmlfilter.h ../core/cur.h ../core/request.h
winix.o: ../core/requesttypes.h ../core/error.h ../core/config.h
winix.o: ../core/textstream.h ../templates/htmltextstream.h ../core/session.h
winix.o: ../core/user.h ../core/plugindata.h ../core/rebus.h ../core/mount.h
winix.o: ../core/system.h ../core/job.h ../core/basethread.h
winix.o: ../core/synchro.h ../core/dirs.h ../core/dircontainer.h ../db/db.h
winix.o: ../db/dbbase.h ../db/dbconn.h ../db/dbtextstream.h ../core/error.h
winix.o: ../db/dbitemquery.h ../db/dbitemcolumns.h ../core/user.h
winix.o: ../core/group.h ../core/dircontainer.h ../core/ugcontainer.h
winix.o: ../core/log.h ../core/logmanipulators.h ../core/slog.h ../core/cur.h
winix.o: ../templates/locale.h ../notify/notify.h ../notify/notifypool.h
winix.o: ../templates/patterns.h ../notify/notifythread.h
winix.o: ../core/basethread.h ../notify/templatesnotify.h ../core/users.h

View File

@ -423,3 +423,10 @@ return *this;
}
HtmlTextStream & HtmlTextStream::operator<<(const PT::Date & date)
{
date.Serialize(*this);
return *this;
}

View File

@ -145,6 +145,7 @@ public:
HtmlTextStream & operator<<(const void *);
HtmlTextStream & operator<<(const tm & t);
HtmlTextStream & operator<<(const PT::Space & space);
HtmlTextStream & operator<<(const PT::Date & Date);
private: