changed: when winix demonizes it creates a three new descriptors (0, 1 and 3)
pointing to /dev/null added: DbBase::AssertValueBin(PGresult * r, int row, int col, std::string & result) it reads binary (bytea) data added: DbTextStream can handle 'bool' types now (is puts 'true' of 'false' to the stream) changed: now passwords can be stored either as plain text, a hash or can be encrypted with RSA currently we have following hashes: md4, md5, sha1, sha224, sha256, sha384, sha512 we are using openssl to manage them (look at config options for more info) changed: winix version to 0.4.7 added: class Run - you can run any program from os and send a buffer to its standard input and read what the program put on its standard output added: class Crypt (in System) - calculating hashes, and crypting/decrypting git-svn-id: svn://ttmath.org/publicrep/winix/trunk@734 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -21,9 +21,9 @@ adduser.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
adduser.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
adduser.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
adduser.o: ../core/cur.h ../core/mounts.h ../core/mount.h
|
||||
adduser.o: ../core/mountparser.h ../core/users.h ../core/groups.h
|
||||
adduser.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
adduser.o: ../core/basethread.h ../core/sessionmanager.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/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
adduser.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
adduser.o: ../core/request.h
|
||||
dir.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
@@ -46,19 +46,19 @@ dir.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
dir.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
dir.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
dir.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
dir.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
dir.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
dir.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
dir.o: ../core/misc.h ../functions/functions.h ../functions/functionbase.h
|
||||
dir.o: ../core/request.h ../core/synchro.h ../functions/functionparser.h
|
||||
dir.o: ../functions/adduser.h ../functions/cat.h ../functions/chmod.h
|
||||
dir.o: ../functions/privchanger.h ../functions/chown.h
|
||||
dir.o: ../functions/ckeditor.h ../functions/cp.h ../functions/default.h
|
||||
dir.o: ../functions/download.h ../functions/emacs.h ../functions/last.h
|
||||
dir.o: ../functions/login.h ../functions/logout.h ../functions/ln.h
|
||||
dir.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h
|
||||
dir.o: ../functions/node.h ../functions/priv.h ../functions/reload.h
|
||||
dir.o: ../functions/rm.h ../functions/run.h ../functions/specialdefault.h
|
||||
dir.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
dir.o: ../core/group.h ../core/loadavg.h ../core/thumb.h ../core/basethread.h
|
||||
dir.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
|
||||
dir.o: ../core/htmlfilter.h ../core/misc.h ../functions/functions.h
|
||||
dir.o: ../functions/functionbase.h ../core/request.h ../core/synchro.h
|
||||
dir.o: ../functions/functionparser.h ../functions/adduser.h
|
||||
dir.o: ../functions/cat.h ../functions/chmod.h ../functions/privchanger.h
|
||||
dir.o: ../functions/chown.h ../functions/ckeditor.h ../functions/cp.h
|
||||
dir.o: ../functions/default.h ../functions/download.h ../functions/emacs.h
|
||||
dir.o: ../functions/last.h ../functions/login.h ../functions/logout.h
|
||||
dir.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h
|
||||
dir.o: ../functions/mv.h ../functions/node.h ../functions/priv.h
|
||||
dir.o: ../functions/reload.h ../functions/rm.h ../functions/specialdefault.h
|
||||
dir.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
|
||||
dir.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
|
||||
dir.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
|
||||
@@ -82,10 +82,10 @@ doc.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
doc.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
doc.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
doc.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
doc.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
doc.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
doc.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
doc.o: ../core/request.h ../core/misc.h
|
||||
doc.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
doc.o: ../core/group.h ../core/loadavg.h ../core/thumb.h ../core/basethread.h
|
||||
doc.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
|
||||
doc.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h
|
||||
filters.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
filters.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
filters.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -107,9 +107,9 @@ filters.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
filters.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
filters.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
filters.o: ../core/cur.h ../core/mounts.h ../core/mount.h
|
||||
filters.o: ../core/mountparser.h ../core/users.h ../core/groups.h
|
||||
filters.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
filters.o: ../core/basethread.h ../core/sessionmanager.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/thumb.h ../core/basethread.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
|
||||
@@ -146,9 +146,9 @@ item.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
item.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
item.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
item.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
item.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
item.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
item.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
item.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h ../core/run.h
|
||||
item.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
item.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
item.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
item.o: ../core/request.h ../core/misc.h ../core/bbcodeparser.h
|
||||
last.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
@@ -171,9 +171,9 @@ last.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
last.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
last.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
last.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
last.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
last.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
last.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
last.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h ../core/run.h
|
||||
last.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
last.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
last.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
last.o: ../core/lastcontainer.h ../core/request.h ../core/misc.h
|
||||
locale.o: locale.h ../core/confparser.h ../core/log.h ../core/textstream.h
|
||||
@@ -204,10 +204,10 @@ ls.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
ls.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
ls.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
ls.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
ls.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
ls.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
ls.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
ls.o: ../core/request.h
|
||||
ls.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
ls.o: ../core/group.h ../core/loadavg.h ../core/thumb.h ../core/basethread.h
|
||||
ls.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
|
||||
ls.o: ../core/htmlfilter.h ../core/request.h
|
||||
misc.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
misc.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
misc.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -228,9 +228,9 @@ misc.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
misc.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
misc.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
misc.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
misc.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
misc.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
misc.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
misc.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h ../core/run.h
|
||||
misc.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
misc.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
misc.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
misc.o: ../core/misc.h ../core/request.h
|
||||
mount.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
@@ -254,8 +254,9 @@ mount.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
mount.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
mount.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
mount.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
mount.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
mount.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
mount.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
mount.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
mount.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
mount.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
mount.o: ../core/misc.h
|
||||
patterncacher.o: patterncacher.h ../core/item.h misc.h localefilter.h
|
||||
@@ -286,9 +287,9 @@ priv.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
priv.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
priv.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
priv.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
priv.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
priv.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
priv.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
priv.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h ../core/run.h
|
||||
priv.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
priv.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
priv.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
priv.o: ../core/request.h ../core/misc.h ../functions/functions.h
|
||||
priv.o: ../functions/functionbase.h ../core/synchro.h
|
||||
@@ -299,11 +300,10 @@ priv.o: ../functions/default.h ../functions/download.h ../functions/emacs.h
|
||||
priv.o: ../functions/last.h ../functions/login.h ../functions/logout.h
|
||||
priv.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h
|
||||
priv.o: ../functions/mv.h ../functions/node.h ../functions/priv.h
|
||||
priv.o: ../functions/reload.h ../functions/rm.h ../functions/run.h
|
||||
priv.o: ../functions/specialdefault.h ../functions/stat.h
|
||||
priv.o: ../functions/subject.h ../functions/template.h ../functions/tinymce.h
|
||||
priv.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h
|
||||
priv.o: ../functions/who.h ../functions/vim.h
|
||||
priv.o: ../functions/reload.h ../functions/rm.h ../functions/specialdefault.h
|
||||
priv.o: ../functions/stat.h ../functions/subject.h ../functions/template.h
|
||||
priv.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
|
||||
priv.o: ../functions/uptime.h ../functions/who.h ../functions/vim.h
|
||||
rebus.o: ../core/request.h templates.h ../../ezc/src/ezc.h
|
||||
rebus.o: ../../ezc/src/utf8.h ../../ezc/src/generator.h
|
||||
rebus.o: ../../ezc/src/pattern.h ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -325,8 +325,9 @@ rebus.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
rebus.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
rebus.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
rebus.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
rebus.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
rebus.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
rebus.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
rebus.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
rebus.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
rebus.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
stat.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
stat.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
@@ -348,9 +349,9 @@ stat.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
stat.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
stat.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
stat.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
stat.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
stat.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
stat.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
stat.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h ../core/run.h
|
||||
stat.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
stat.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
stat.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
stat.o: ../core/request.h ../core/misc.h
|
||||
sys.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
@@ -373,10 +374,10 @@ sys.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
sys.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
sys.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
sys.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
sys.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
sys.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
sys.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
sys.o: ../core/request.h ../core/version.h
|
||||
sys.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
sys.o: ../core/group.h ../core/loadavg.h ../core/thumb.h ../core/basethread.h
|
||||
sys.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
|
||||
sys.o: ../core/htmlfilter.h ../core/request.h ../core/version.h
|
||||
template.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
template.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
template.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -398,11 +399,11 @@ template.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
template.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
template.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
template.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
template.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
template.o: ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
template.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
template.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
template.o: ../core/misc.h
|
||||
template.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h
|
||||
template.o: ../core/run.h ../core/users.h ../core/groups.h ../core/group.h
|
||||
template.o: ../core/loadavg.h ../core/thumb.h ../core/basethread.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/utf8.h
|
||||
templates.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
templates.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -425,13 +426,13 @@ templates.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
templates.o: ../notify/templatesnotify.h ../core/users.h
|
||||
templates.o: ../core/ugcontainer.h ../core/lastcontainer.h ../core/cur.h
|
||||
templates.o: ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
templates.o: ../core/users.h ../core/groups.h ../core/group.h
|
||||
templates.o: ../core/loadavg.h ../core/thumb.h ../core/basethread.h
|
||||
templates.o: ../core/sessionmanager.h ../core/sessioncontainer.h
|
||||
templates.o: ../core/system.h ../core/htmlfilter.h ../core/misc.h
|
||||
templates.o: ../core/plugin.h ../core/pluginmsg.h ../core/sessionmanager.h
|
||||
templates.o: ../functions/functions.h ../functions/functionbase.h
|
||||
templates.o: ../core/request.h ../core/synchro.h
|
||||
templates.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
templates.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
templates.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
templates.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
templates.o: ../core/misc.h ../core/plugin.h ../core/pluginmsg.h
|
||||
templates.o: ../core/sessionmanager.h ../functions/functions.h
|
||||
templates.o: ../functions/functionbase.h ../core/request.h ../core/synchro.h
|
||||
templates.o: ../functions/functionparser.h ../functions/adduser.h
|
||||
templates.o: ../functions/cat.h ../functions/chmod.h
|
||||
templates.o: ../functions/privchanger.h ../functions/chown.h
|
||||
@@ -440,12 +441,11 @@ templates.o: ../functions/download.h ../functions/emacs.h ../functions/last.h
|
||||
templates.o: ../functions/login.h ../functions/logout.h ../functions/ln.h
|
||||
templates.o: ../functions/ls.h ../functions/mkdir.h ../functions/mv.h
|
||||
templates.o: ../functions/node.h ../functions/priv.h ../functions/reload.h
|
||||
templates.o: ../functions/rm.h ../functions/run.h
|
||||
templates.o: ../functions/specialdefault.h ../functions/stat.h
|
||||
templates.o: ../functions/subject.h ../functions/template.h
|
||||
templates.o: ../functions/tinymce.h ../functions/uname.h
|
||||
templates.o: ../functions/upload.h ../functions/uptime.h ../functions/who.h
|
||||
templates.o: ../functions/vim.h ../templates/templates.h
|
||||
templates.o: ../functions/rm.h ../functions/specialdefault.h
|
||||
templates.o: ../functions/stat.h ../functions/subject.h
|
||||
templates.o: ../functions/template.h ../functions/tinymce.h
|
||||
templates.o: ../functions/uname.h ../functions/upload.h ../functions/uptime.h
|
||||
templates.o: ../functions/who.h ../functions/vim.h ../templates/templates.h
|
||||
upload.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
upload.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
upload.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -467,8 +467,8 @@ upload.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
upload.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
upload.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
upload.o: ../core/cur.h ../core/mounts.h ../core/mount.h
|
||||
upload.o: ../core/mountparser.h ../core/users.h ../core/groups.h
|
||||
upload.o: ../core/group.h ../core/loadavg.h ../core/thumb.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/thumb.h
|
||||
upload.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
upload.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
upload.o: ../core/request.h
|
||||
@@ -493,8 +493,8 @@ uptime.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
uptime.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
uptime.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
uptime.o: ../core/cur.h ../core/mounts.h ../core/mount.h
|
||||
uptime.o: ../core/mountparser.h ../core/users.h ../core/groups.h
|
||||
uptime.o: ../core/group.h ../core/loadavg.h ../core/thumb.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/thumb.h
|
||||
uptime.o: ../core/basethread.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/utf8.h
|
||||
@@ -517,9 +517,9 @@ user.o: ../notify/notifypool.h ../templates/locale.h ../templates/misc.h
|
||||
user.o: ../notify/notifythread.h ../core/basethread.h ../core/synchro.h
|
||||
user.o: ../notify/templatesnotify.h ../core/users.h ../core/ugcontainer.h
|
||||
user.o: ../core/lastcontainer.h ../core/cur.h ../core/mounts.h
|
||||
user.o: ../core/mount.h ../core/mountparser.h ../core/users.h
|
||||
user.o: ../core/groups.h ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
user.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
user.o: ../core/mount.h ../core/mountparser.h ../core/crypt.h ../core/run.h
|
||||
user.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
user.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
user.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
user.o: ../core/request.h ../core/misc.h
|
||||
who.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
@@ -542,10 +542,10 @@ who.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
who.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
who.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
who.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
who.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
who.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
who.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
who.o: ../core/request.h ../core/misc.h
|
||||
who.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
who.o: ../core/group.h ../core/loadavg.h ../core/thumb.h ../core/basethread.h
|
||||
who.o: ../core/sessionmanager.h ../core/sessioncontainer.h ../core/system.h
|
||||
who.o: ../core/htmlfilter.h ../core/request.h ../core/misc.h
|
||||
winix.o: templates.h ../../ezc/src/ezc.h ../../ezc/src/utf8.h
|
||||
winix.o: ../../ezc/src/generator.h ../../ezc/src/pattern.h
|
||||
winix.o: ../../ezc/src/item.h ../../ezc/src/funinfo.h
|
||||
@@ -567,8 +567,9 @@ winix.o: ../templates/locale.h ../templates/misc.h ../notify/notifythread.h
|
||||
winix.o: ../core/basethread.h ../core/synchro.h ../notify/templatesnotify.h
|
||||
winix.o: ../core/users.h ../core/ugcontainer.h ../core/lastcontainer.h
|
||||
winix.o: ../core/cur.h ../core/mounts.h ../core/mount.h ../core/mountparser.h
|
||||
winix.o: ../core/users.h ../core/groups.h ../core/group.h ../core/loadavg.h
|
||||
winix.o: ../core/thumb.h ../core/basethread.h ../core/sessionmanager.h
|
||||
winix.o: ../core/crypt.h ../core/run.h ../core/users.h ../core/groups.h
|
||||
winix.o: ../core/group.h ../core/loadavg.h ../core/thumb.h
|
||||
winix.o: ../core/basethread.h ../core/sessionmanager.h
|
||||
winix.o: ../core/sessioncontainer.h ../core/system.h ../core/htmlfilter.h
|
||||
winix.o: ../core/request.h ../core/plugin.h ../core/pluginmsg.h
|
||||
winix.o: ../core/sessionmanager.h ../functions/functions.h
|
||||
@@ -580,7 +581,7 @@ winix.o: ../functions/default.h ../functions/download.h ../functions/emacs.h
|
||||
winix.o: ../functions/last.h ../functions/login.h ../functions/logout.h
|
||||
winix.o: ../functions/ln.h ../functions/ls.h ../functions/mkdir.h
|
||||
winix.o: ../functions/mv.h ../functions/node.h ../functions/priv.h
|
||||
winix.o: ../functions/reload.h ../functions/rm.h ../functions/run.h
|
||||
winix.o: ../functions/reload.h ../functions/rm.h
|
||||
winix.o: ../functions/specialdefault.h ../functions/stat.h
|
||||
winix.o: ../functions/subject.h ../functions/template.h
|
||||
winix.o: ../functions/tinymce.h ../functions/uname.h ../functions/upload.h
|
||||
|
Reference in New Issue
Block a user