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:
@@ -28,11 +28,11 @@ createthread.o: ../../core/user.h ../../core/ugcontainer.h
|
||||
createthread.o: ../../core/lastcontainer.h ../../core/cur.h
|
||||
createthread.o: ../../core/session.h ../../core/plugindata.h
|
||||
createthread.o: ../../core/rebus.h ../../core/mounts.h ../../core/mount.h
|
||||
createthread.o: ../../core/mountparser.h ../../core/users.h
|
||||
createthread.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
createthread.o: ../../core/thumb.h ../../core/basethread.h
|
||||
createthread.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h
|
||||
createthread.o: threadinfo.h ../../functions/functions.h
|
||||
createthread.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
createthread.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
createthread.o: ../../core/loadavg.h ../../core/thumb.h
|
||||
createthread.o: ../../core/basethread.h ../../core/synchro.h tdb.h thread.h
|
||||
createthread.o: ../../db/dbbase.h threadinfo.h ../../functions/functions.h
|
||||
createthread.o: ../../functions/functionbase.h
|
||||
createthread.o: ../../functions/functionparser.h ../../core/cur.h
|
||||
createthread.o: ../../functions/adduser.h ../../functions/cat.h
|
||||
@@ -45,13 +45,12 @@ createthread.o: ../../functions/logout.h ../../functions/ln.h
|
||||
createthread.o: ../../functions/ls.h ../../functions/mkdir.h
|
||||
createthread.o: ../../functions/mv.h ../../functions/node.h
|
||||
createthread.o: ../../functions/priv.h ../../functions/reload.h
|
||||
createthread.o: ../../functions/rm.h ../../functions/run.h
|
||||
createthread.o: ../../functions/specialdefault.h ../../functions/stat.h
|
||||
createthread.o: ../../functions/subject.h ../../functions/template.h
|
||||
createthread.o: ../../functions/tinymce.h ../../functions/uname.h
|
||||
createthread.o: ../../functions/upload.h ../../functions/uptime.h
|
||||
createthread.o: ../../functions/who.h ../../functions/vim.h
|
||||
createthread.o: ../../core/htmlfilter.h
|
||||
createthread.o: ../../functions/rm.h ../../functions/specialdefault.h
|
||||
createthread.o: ../../functions/stat.h ../../functions/subject.h
|
||||
createthread.o: ../../functions/template.h ../../functions/tinymce.h
|
||||
createthread.o: ../../functions/uname.h ../../functions/upload.h
|
||||
createthread.o: ../../functions/uptime.h ../../functions/who.h
|
||||
createthread.o: ../../functions/vim.h ../../core/htmlfilter.h
|
||||
funthread.o: ../../core/misc.h ../../core/item.h funthread.h
|
||||
funthread.o: ../../functions/functionbase.h ../../core/item.h ../../db/db.h
|
||||
funthread.o: ../../db/dbbase.h ../../db/dbconn.h ../../db/dbtextstream.h
|
||||
@@ -77,10 +76,11 @@ funthread.o: ../../notify/templatesnotify.h ../../core/users.h
|
||||
funthread.o: ../../core/user.h ../../core/ugcontainer.h
|
||||
funthread.o: ../../core/lastcontainer.h ../../core/cur.h ../../core/session.h
|
||||
funthread.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mounts.h
|
||||
funthread.o: ../../core/mount.h ../../core/mountparser.h ../../core/users.h
|
||||
funthread.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
funthread.o: ../../core/thumb.h ../../core/basethread.h ../../core/synchro.h
|
||||
funthread.o: tdb.h thread.h ../../db/dbbase.h threadinfo.h
|
||||
funthread.o: ../../core/mount.h ../../core/mountparser.h ../../core/crypt.h
|
||||
funthread.o: ../../core/run.h ../../core/users.h ../../core/groups.h
|
||||
funthread.o: ../../core/group.h ../../core/loadavg.h ../../core/thumb.h
|
||||
funthread.o: ../../core/basethread.h ../../core/synchro.h tdb.h thread.h
|
||||
funthread.o: ../../db/dbbase.h threadinfo.h
|
||||
init.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h
|
||||
init.o: ../../core/textstream.h reply.h ../../functions/functionbase.h
|
||||
init.o: ../../core/item.h ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
|
||||
@@ -105,14 +105,15 @@ init.o: ../../notify/templatesnotify.h ../../core/users.h ../../core/user.h
|
||||
init.o: ../../core/ugcontainer.h ../../core/lastcontainer.h ../../core/cur.h
|
||||
init.o: ../../core/session.h ../../core/plugindata.h ../../core/rebus.h
|
||||
init.o: ../../core/mounts.h ../../core/mount.h ../../core/mountparser.h
|
||||
init.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
init.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
init.o: ../../core/synchro.h threadinfo.h funthread.h createthread.h
|
||||
init.o: showthreads.h ../../core/log.h ../../core/plugin.h pluginmsg.h
|
||||
init.o: ../../core/system.h ../../core/sessionmanager.h
|
||||
init.o: ../../core/sessioncontainer.h ../../functions/functions.h
|
||||
init.o: ../../functions/functionbase.h ../../functions/functionparser.h
|
||||
init.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h
|
||||
init.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
|
||||
init.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
init.o: ../../core/thumb.h ../../core/basethread.h ../../core/synchro.h
|
||||
init.o: threadinfo.h funthread.h createthread.h showthreads.h
|
||||
init.o: ../../core/log.h ../../core/plugin.h pluginmsg.h ../../core/system.h
|
||||
init.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
|
||||
init.o: ../../functions/functions.h ../../functions/functionbase.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
|
||||
init.o: ../../functions/chown.h ../../functions/ckeditor.h
|
||||
init.o: ../../functions/cp.h ../../functions/default.h
|
||||
@@ -121,16 +122,15 @@ init.o: ../../functions/last.h ../../functions/login.h
|
||||
init.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h
|
||||
init.o: ../../functions/mkdir.h ../../functions/mv.h ../../functions/node.h
|
||||
init.o: ../../functions/priv.h ../../functions/reload.h ../../functions/rm.h
|
||||
init.o: ../../functions/run.h ../../functions/specialdefault.h
|
||||
init.o: ../../functions/stat.h ../../functions/subject.h
|
||||
init.o: ../../functions/template.h ../../functions/tinymce.h
|
||||
init.o: ../../functions/uname.h ../../functions/upload.h
|
||||
init.o: ../../functions/uptime.h ../../functions/who.h ../../functions/vim.h
|
||||
init.o: ../../core/htmlfilter.h ../../templates/templates.h
|
||||
init.o: ../../templates/patterncacher.h ../../templates/ckeditorgetparser.h
|
||||
init.o: ../../core/httpsimpleparser.h ../../core/log.h
|
||||
init.o: ../../templates/indexpatterns.h ../../core/sessionmanager.h
|
||||
init.o: templates.h
|
||||
init.o: ../../functions/specialdefault.h ../../functions/stat.h
|
||||
init.o: ../../functions/subject.h ../../functions/template.h
|
||||
init.o: ../../functions/tinymce.h ../../functions/uname.h
|
||||
init.o: ../../functions/upload.h ../../functions/uptime.h
|
||||
init.o: ../../functions/who.h ../../functions/vim.h ../../core/htmlfilter.h
|
||||
init.o: ../../templates/templates.h ../../templates/patterncacher.h
|
||||
init.o: ../../templates/ckeditorgetparser.h ../../core/httpsimpleparser.h
|
||||
init.o: ../../core/log.h ../../templates/indexpatterns.h
|
||||
init.o: ../../core/sessionmanager.h templates.h
|
||||
reply.o: reply.h ../../functions/functionbase.h ../../core/item.h
|
||||
reply.o: ../../db/db.h ../../db/dbbase.h ../../db/dbconn.h
|
||||
reply.o: ../../db/dbtextstream.h ../../core/textstream.h ../../core/misc.h
|
||||
@@ -155,9 +155,10 @@ reply.o: ../../notify/templatesnotify.h ../../core/users.h ../../core/user.h
|
||||
reply.o: ../../core/ugcontainer.h ../../core/lastcontainer.h ../../core/cur.h
|
||||
reply.o: ../../core/session.h ../../core/plugindata.h ../../core/rebus.h
|
||||
reply.o: ../../core/mounts.h ../../core/mount.h ../../core/mountparser.h
|
||||
reply.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
reply.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
reply.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h threadinfo.h
|
||||
reply.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
|
||||
reply.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
reply.o: ../../core/thumb.h ../../core/basethread.h ../../core/synchro.h
|
||||
reply.o: tdb.h thread.h ../../db/dbbase.h threadinfo.h
|
||||
reply.o: ../../functions/functions.h ../../functions/functionbase.h
|
||||
reply.o: ../../functions/functionparser.h ../../core/cur.h
|
||||
reply.o: ../../functions/adduser.h ../../functions/cat.h
|
||||
@@ -169,13 +170,13 @@ reply.o: ../../functions/last.h ../../functions/login.h
|
||||
reply.o: ../../functions/logout.h ../../functions/ln.h ../../functions/ls.h
|
||||
reply.o: ../../functions/mkdir.h ../../functions/mv.h ../../functions/node.h
|
||||
reply.o: ../../functions/priv.h ../../functions/reload.h ../../functions/rm.h
|
||||
reply.o: ../../functions/run.h ../../functions/specialdefault.h
|
||||
reply.o: ../../functions/stat.h ../../functions/subject.h
|
||||
reply.o: ../../functions/template.h ../../functions/tinymce.h
|
||||
reply.o: ../../functions/uname.h ../../functions/upload.h
|
||||
reply.o: ../../functions/uptime.h ../../functions/who.h ../../functions/vim.h
|
||||
reply.o: ../../core/htmlfilter.h ../../core/misc.h ../../core/plugin.h
|
||||
reply.o: pluginmsg.h ../../core/system.h ../../core/sessionmanager.h
|
||||
reply.o: ../../functions/specialdefault.h ../../functions/stat.h
|
||||
reply.o: ../../functions/subject.h ../../functions/template.h
|
||||
reply.o: ../../functions/tinymce.h ../../functions/uname.h
|
||||
reply.o: ../../functions/upload.h ../../functions/uptime.h
|
||||
reply.o: ../../functions/who.h ../../functions/vim.h ../../core/htmlfilter.h
|
||||
reply.o: ../../core/misc.h ../../core/plugin.h pluginmsg.h
|
||||
reply.o: ../../core/system.h ../../core/sessionmanager.h
|
||||
reply.o: ../../core/sessioncontainer.h ../../templates/templates.h
|
||||
reply.o: ../../templates/patterncacher.h ../../templates/ckeditorgetparser.h
|
||||
reply.o: ../../core/httpsimpleparser.h ../../core/log.h
|
||||
@@ -207,11 +208,11 @@ showthreads.o: ../../core/user.h ../../core/ugcontainer.h
|
||||
showthreads.o: ../../core/lastcontainer.h ../../core/cur.h
|
||||
showthreads.o: ../../core/session.h ../../core/plugindata.h
|
||||
showthreads.o: ../../core/rebus.h ../../core/mounts.h ../../core/mount.h
|
||||
showthreads.o: ../../core/mountparser.h ../../core/users.h
|
||||
showthreads.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
showthreads.o: ../../core/thumb.h ../../core/basethread.h
|
||||
showthreads.o: ../../core/synchro.h tdb.h thread.h ../../db/dbbase.h
|
||||
showthreads.o: threadinfo.h
|
||||
showthreads.o: ../../core/mountparser.h ../../core/crypt.h ../../core/run.h
|
||||
showthreads.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
showthreads.o: ../../core/loadavg.h ../../core/thumb.h
|
||||
showthreads.o: ../../core/basethread.h ../../core/synchro.h tdb.h thread.h
|
||||
showthreads.o: ../../db/dbbase.h threadinfo.h
|
||||
tdb.o: tdb.h thread.h ../../db/dbbase.h ../../core/error.h ../../core/log.h
|
||||
tdb.o: ../../core/textstream.h ../../core/log.h
|
||||
templates.o: threadinfo.h ../../core/item.h ../../core/system.h
|
||||
@@ -238,17 +239,18 @@ templates.o: ../../core/cur.h ../../core/session.h ../../core/error.h
|
||||
templates.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mounts.h
|
||||
templates.o: ../../core/mount.h ../../core/mountparser.h ../../core/config.h
|
||||
templates.o: ../../core/confparser.h ../../core/htmlfilter.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: thread.h tdb.h ../../db/dbbase.h reply.h
|
||||
templates.o: ../../functions/functionbase.h ../../core/request.h
|
||||
templates.o: ../../core/requesttypes.h ../../templates/htmltextstream.h
|
||||
templates.o: ../../core/synchro.h funthread.h createthread.h showthreads.h
|
||||
templates.o: ../../core/misc.h ../../core/plugin.h pluginmsg.h
|
||||
templates.o: ../../core/system.h ../../core/sessionmanager.h
|
||||
templates.o: ../../core/sessioncontainer.h ../../functions/functions.h
|
||||
templates.o: ../../functions/functionbase.h ../../functions/functionparser.h
|
||||
templates.o: ../../core/cur.h ../../functions/adduser.h ../../functions/cat.h
|
||||
templates.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
|
||||
templates.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
templates.o: ../../core/thumb.h ../../core/basethread.h thread.h tdb.h
|
||||
templates.o: ../../db/dbbase.h reply.h ../../functions/functionbase.h
|
||||
templates.o: ../../core/request.h ../../core/requesttypes.h
|
||||
templates.o: ../../templates/htmltextstream.h ../../core/synchro.h
|
||||
templates.o: funthread.h createthread.h showthreads.h ../../core/misc.h
|
||||
templates.o: ../../core/plugin.h pluginmsg.h ../../core/system.h
|
||||
templates.o: ../../core/sessionmanager.h ../../core/sessioncontainer.h
|
||||
templates.o: ../../functions/functions.h ../../functions/functionbase.h
|
||||
templates.o: ../../functions/functionparser.h ../../core/cur.h
|
||||
templates.o: ../../functions/adduser.h ../../functions/cat.h
|
||||
templates.o: ../../functions/chmod.h ../../functions/privchanger.h
|
||||
templates.o: ../../functions/chown.h ../../functions/ckeditor.h
|
||||
templates.o: ../../functions/cp.h ../../functions/default.h
|
||||
@@ -258,14 +260,13 @@ templates.o: ../../functions/logout.h ../../functions/ln.h
|
||||
templates.o: ../../functions/ls.h ../../functions/mkdir.h
|
||||
templates.o: ../../functions/mv.h ../../functions/node.h
|
||||
templates.o: ../../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
|
||||
templates.o: ../../functions/who.h ../../functions/vim.h
|
||||
templates.o: ../../core/htmlfilter.h ../../templates/templates.h
|
||||
templates.o: ../../templates/patterncacher.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
|
||||
templates.o: ../../functions/uptime.h ../../functions/who.h
|
||||
templates.o: ../../functions/vim.h ../../core/htmlfilter.h
|
||||
templates.o: ../../templates/templates.h ../../templates/patterncacher.h
|
||||
templates.o: ../../templates/ckeditorgetparser.h
|
||||
templates.o: ../../core/httpsimpleparser.h ../../core/log.h
|
||||
templates.o: ../../templates/indexpatterns.h ../../core/sessionmanager.h
|
||||
@@ -293,6 +294,7 @@ threadinfo.o: ../../core/cur.h ../../core/session.h ../../core/error.h
|
||||
threadinfo.o: ../../core/plugindata.h ../../core/rebus.h ../../core/mounts.h
|
||||
threadinfo.o: ../../core/mount.h ../../core/mountparser.h ../../core/config.h
|
||||
threadinfo.o: ../../core/confparser.h ../../core/htmlfilter.h
|
||||
threadinfo.o: ../../core/users.h ../../core/groups.h ../../core/group.h
|
||||
threadinfo.o: ../../core/loadavg.h ../../core/thumb.h ../../core/basethread.h
|
||||
threadinfo.o: thread.h tdb.h ../../db/dbbase.h
|
||||
threadinfo.o: ../../core/crypt.h ../../core/run.h ../../core/users.h
|
||||
threadinfo.o: ../../core/groups.h ../../core/group.h ../../core/loadavg.h
|
||||
threadinfo.o: ../../core/thumb.h ../../core/basethread.h thread.h tdb.h
|
||||
threadinfo.o: ../../db/dbbase.h
|
||||
|
Reference in New Issue
Block a user