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
9119 1023 d 6 h Doczom /programs/system/amd_temp_view/ rename amd_temp_view on AMDtemp  
9118 1023 d 10 h Doczom /programs/fs/kfm/trunk/ add new constants  
9117 1023 d 23 h Doczom /programs/fs/kfm/trunk/ small fix  
9116 1024 d 6 h Doczom /programs/system/amd_temp_view/ fix title  
9115 1024 d 7 h Doczom /programs/system/amd_temp_view/ add autobuild  
9114 1024 d 12 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-512 algorithm.  
9113 1024 d 12 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-256 algorithm.  
9112 1024 d 14 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 1025 d 1 h Doczom /programs/testing/ delete file  
9110 1025 d 1 h Doczom /programs/system/amd_temp_view/ move amd_temp_view  
9109 1025 d 3 h Doczom /programs/testing/ delete file  
9108 1025 d 3 h Doczom /programs/testing/amd_temp_view/ Fix files  
9107 1025 d 3 h Doczom /programs/testing/ add new program "amd_temp_view"  
9106 1026 d 4 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.
 
9105 1026 d 4 h hidnplayr /programs/develop/libraries/console_coff/ More escape codes.
New function 'con_get_input' useful to get escape codes from special keys.
Implemented alternative screen buffer.
See included documentation for more details.
 
9104 1026 d 5 h leency /programs/cmm/browser/ WebView: bugfix  
9103 1026 d 8 h leency /programs/cmm/browser/ WebView 3.5: basic table support (all cols are same width, no colspan, no borders...)  
9096 1031 d 15 h hidnplayr /programs/develop/libraries/console_coff/ Console: Bell character support, escape code '<esc>]K' (erase in line) support  
9095 1032 d 22 h turbocat /programs/develop/libraries/microtar/ mtar.obj:
use now wrappers names
 
9094 1032 d 22 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc,obj:
- changed wrapper names
 
9093 1032 d 23 h turbocat /programs/develop/ktcc/trunk/libc.obj/ libc.obj:
- restructured ksys.h
 
9092 1033 d 6 h hidnplayr /programs/network/ircc/ IRCc 0.34: Faster text drawing, add some server command codes related to WHOIS reply.  
9091 1033 d 9 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- strip replaced by kos32-strip
 
9090 1033 d 13 h hidnplayr /programs/network/ssh/ MPINT: Less fiddling with bits and bytes, more performance.  
9089 1033 d 15 h leency /programs/cmm/ WebView: various fixes  
9088 1034 d 2 h Boppan /programs/develop/clink/ [clink] Improve program argument system  
9087 1034 d 3 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- fixed autobuild clink path
 
9086 1034 d 3 h turbocat /programs/develop/libraries/kos_mbedtls/library/ mbedtls:
- added to autobuild
 
9085 1034 d 3 h Boppan /programs/develop/clink/ [clink] Small fixes for GCC (rev. cbd306345347fae28f12fa7f79960403d19e216e)  
9084 1034 d 10 h Boppan /programs/develop/clink/ [clink] Emit log on -v, -verbose or --verbose  
9083 1035 d 1 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ ssl_client1 example: fixed Tupfile.lua  
9082 1035 d 1 h turbocat /programs/develop/libraries/kos_mbedtls/programs/ssl/ mbedtls:
ssl_client1.c - added REQUEST_URL input and added to autobuild
 
9081 1035 d 1 h turbocat /programs/develop/ktcc/trunk/libc.obj/source/ libc.obj:
strtol.с - removed existing definitions;
fgets.c - uses fread() to read;
gets.c - added additional check;
 
9080 1035 d 14 h Boppan /programs/develop/clink/ [clink] Update to revision ed897ae9c5dd7e13444aad65506698a34802a69e

- Allow to set output file name
 
9077 1036 d 2 h turbocat /programs/develop/ktcc/trunk/libc.obj/include/ libc.obj:
updated constants
 
9076 1036 d 3 h turbocat /programs/develop/libraries/kos_mbedtls/ mbedtls:
- is now a native dynamic library (ms coff)
- removed unnecessary files.
- updated ssl_client1 example
 
9075 1037 d 3 h Boppan /programs/develop/clink/ [clink] Update to revision b8d0c8154f15478f34027ab959277ddf2c706354
- Fixed bug with 8-char name symbols
- Fixed bug with label values
- Added warning for non-zero VirtualAddress
 
9073 1038 d 6 h leency /programs/develop/cedit/ CEDIT: new version by akron1  
9071 1038 d 12 h hidnplayr /programs/network/ssh/ Pad with 0 bytes before encryption is set, as not to leak any entropy of RNG.
Little improved RNG seeding.
Fixed bug in MAC counter for SSH transport.
 
9070 1039 d 2 h hidnplayr /programs/network/ssh/ SSH: Added user authentication. Fixed padding. Other bugfixes.
Changed hardcoded encryption mode from AES256-CBC to AES256-CTR.
Added blowfish encryption algorithm code.
MPINT: Improved multi precision math routines. Variable length MPINTS, leading zeroes allowed but not nescessary. Other bugfixes.
Added tests vectors for MPINT routines.