winix/functions
Tomasz Sowa 18ecd46a01 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
2011-06-09 21:22:08 +00:00
..
Makefile small changes in Makefiles 2011-06-06 20:35:56 +00:00
Makefile.dep changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
Makefile.o.dep moved some thread files to plugins/thread 2011-01-05 21:44:19 +00:00
adduser.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
adduser.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
cat.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
cat.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
chmod.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
chmod.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
chown.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
chown.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ckeditor.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
ckeditor.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
cp.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
cp.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
default.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
default.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
download.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
download.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
emacs.cpp added: winix uses now [filter] statement from ezc 2011-01-26 12:45:38 +00:00
emacs.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionbase.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionbase.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionparser.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
functionparser.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
functions.cpp renamed: config option 'html_filter_break_lines' to 'html_filter_break_word' 2011-04-16 08:42:22 +00:00
functions.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
last.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
last.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ln.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
ln.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
login.cpp changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
login.h changed: when winix demonizes it creates a three new descriptors (0, 1 and 3) 2011-06-09 21:22:08 +00:00
logout.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
logout.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
ls.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
ls.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
mkdir.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
mkdir.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
mv.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
mv.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
node.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
node.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
priv.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
priv.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
privchanger.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
privchanger.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
reload.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
reload.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
rm.cpp fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00
rm.h fixed: find_ticket_value (in plugins/ticket/templates.cpp) 2011-01-23 23:23:24 +00:00
run.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
run.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
specialdefault.cpp added a special default function: "-" 2010-12-07 18:18:45 +00:00
specialdefault.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
stat.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
stat.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
subject.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
subject.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
template.cpp changed: added Cur structure 2011-01-23 14:15:30 +00:00
template.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
tinymce.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
tinymce.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
uname.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
uname.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
upload.cpp added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
upload.h added: mount options: thumb_size(cx, cy) 2011-02-11 21:37:28 +00:00
uptime.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
uptime.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
vim.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
vim.h changed: added Cur structure 2011-01-23 14:15:30 +00:00
who.cpp added support for UTF-8 2010-11-21 00:19:17 +00:00
who.h changed: added Cur structure 2011-01-23 14:15:30 +00:00