Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9179 986 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/sys/ libc.obj:
- Extra zero for use with gcc
 
9178 987 d 23 h rgimad /programs/cmm/browser/ WebView: added build and run scripts for linux  
9177 989 d 16 h akron1 /programs/develop/oberon07/ Oberon07: v1.53  
9176 989 d 17 h akron1 /programs/develop/cedit/ CEDIT: rebuild  
9175 989 d 17 h akron1 / CEDIT: some small changes  
9174 990 d 10 h akron1 /programs/develop/cedit/ CEDIT: new version  
9173 990 d 12 h turbocat /programs/system/shell/ SHELL 0.8.3:
- Added the ability to create parent directories if needed( "mkdir" command)
 
9167 994 d 14 h turbocat /programs/develop/libraries/console_coff/ console.obj :
- better mechanism for killing the parent process.
 
9165 994 d 15 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- fixed fread bug
 
9164 994 d 16 h hidnplayr /programs/network/ftpc/ FTPC: improved error handeling in wait_for_servercommand  
9163 995 d 10 h Doczom /programs/develop/libraries/console_coff/ fix bug in scroll  
9156 997 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/stdio/ libc.obj:
- fixed return fwrite and fread as well as eof
 
9155 998 d 14 h turbocat /programs/develop/ktcc/trunk/libc.obj/samples/ "thread_work" C example added to "build_all.sh"  
9154 998 d 15 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- disabled for windows and linux build
 
9153 998 d 15 h turbocat /programs/develop/ktcc/trunk/source/ ktcc:
- added definitions of _KOLIBRI, _KOLIBRI, _KOLIBRI_ by default
- added ktcc for Windows and Linux to autobuild
 
9150 1000 d 13 h hidnplayr / AR81xx: Add PCI ID's of some more possibly working devices. (Disabled in netcfg for now)  
9146 1001 d 13 h hidnplayr / AR81xx: Bugfixes (now also works on non-gigabit devices such as QCA8172), refactoring.  
9137 1008 d 13 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- Added atof function
- Added example for working with threads
 
9132 1012 d 13 h hidnplayr /programs/network/ssh/ CP866->UTF8 input recode  
9129 1014 d 17 h hidnplayr /programs/network/netstat/ Cosmetic fixes  
9128 1015 d 3 h hidnplayr /programs/network/ Ctrl+C for ping, tracert.  
9127 1015 d 14 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_kbhit  
9126 1015 d 19 h hidnplayr /programs/network/ssh/ Variable RSA key length  
9125 1015 d 20 h hidnplayr /programs/develop/libraries/console_coff/ Fix con_get_input, added some common control characters.  
9121 1018 d 14 h Doczom /programs/fs/kfm/trunk/ KFM: Add function create file  
9120 1018 d 16 h Doczom /programs/system/amd_temp_view/ fix constants  
9119 1018 d 17 h Doczom /programs/system/amd_temp_view/ rename amd_temp_view on AMDtemp  
9118 1018 d 21 h Doczom /programs/fs/kfm/trunk/ add new constants  
9117 1019 d 10 h Doczom /programs/fs/kfm/trunk/ small fix  
9116 1019 d 17 h Doczom /programs/system/amd_temp_view/ fix title  
9115 1019 d 18 h Doczom /programs/system/amd_temp_view/ add autobuild  
9114 1019 d 23 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-512 algorithm.  
9113 1019 d 23 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-256 algorithm.  
9112 1020 d 1 h hidnplayr /programs/network/ssh/ Implemented local storage and checking of remote host keys. (only ssh-rsa for now)
Known public keys will be stored in /sys/settings/known_hosts.ini
 
9111 1020 d 12 h Doczom /programs/testing/ delete file  
9110 1020 d 12 h Doczom /programs/system/amd_temp_view/ move amd_temp_view  
9109 1020 d 14 h Doczom /programs/testing/ delete file  
9108 1020 d 14 h Doczom /programs/testing/amd_temp_view/ Fix files  
9107 1020 d 14 h Doczom /programs/testing/ add new program "amd_temp_view"  
9106 1021 d 15 h hidnplayr /programs/network/ssh/ Big refactor: separate backend from frontend. Prepare for dynamically negotiated algorithms etc.
New: RSA host authentication, use new con_get_input from console.lib to get escape codes from special keys, UTF8 to CP866 decoder, ..
Bugfix: CTR counters.