Subversion Repositories Kolibri OS

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
10024 7 d 10 h ace_dent /programs/network/ftpc/ Optimize png files for `network/ftpc`

Lossless optimization of png image files, using `pngslim` and other tools.
Program graphics (compiled or included with software):
- Slimmed 102 B (~102 B kpacked), average ~11% saving for 2 files.
 
9992 70 d 2 h hidnplayr /programs/network/ircc/ Bugfix in CTCP  
9991 71 d 5 h hidnplayr /programs/network/ssh/ Automatic algorithm selection.  
9990 72 d 3 h hidnplayr /programs/network/ssh/ Added support for encrypt-then-mac modes (hmac-sha2-256-etm,hmac-sha2-512-etm)  
9987 75 d 3 h hidnplayr /programs/network/ssh/ -Added Poly1305-Chacha20 cipher (new hardcoded default)
-Use HMAC and CTR/CBC from libcrash instead of our own implementations
-Fixed stack allocation for keystroke handler thread
 
9985 76 d 4 h hidnplayr /programs/network/ssh/ Small speedup in modular exponentation routine (still not side channel resiliant)  
9984 76 d 14 h hidnplayr /programs/network/ircc/ Fixed bug when parsing JOIN command.
Implemented proper handeling of partially received commands.
 
9981 82 d 3 h hidnplayr /programs/network/ircc/ -Fixed bug where some commands were terminated with \r\r instead of \r\n  
9980 87 d 2 h hidnplayr /programs/network/netstat/ Allow cursor keys in editboxes (as mentioned in bug #153)  
9979 87 d 2 h hidnplayr /programs/network/ircc/ -Fixed bug #150: ping reply length
-Fixed bug where some commands were terminated with \n\r instead of \r\n
 
9978 87 d 7 h hidnplayr /programs/network/ircc/ Fixed bug #149 : parsing of subsequent non-printable characters  
9916 347 d 18 h Doczom /programs/network/ftpd/ FTPd: added the DELE and STOR functions, fixed the output code for the new connection  
9826 720 d 5 h Doczom /programs/network/ircc/ ircc: small fix  
9658 853 d 4 h turbocat /programs/network/whois/ Whois: Now uses auto-import.  
9587 864 d 11 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9569 867 d 19 h punk_joker / AR8152: activate supporting by serzhu  
9568 868 d 3 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9228 931 d 16 h hidnplayr /programs/network/udpserv/ add very simple UDP server example  
9216 948 d 23 h dunkaist /programs/ libcrash: sync with upstream.

* Implement new algorithms:
- MACs: Poly1305, HMAC (SHA2_256, SHA2_512),
- ciphers: ChaCha20, AES256CTR, AES256CBC.
* Remove MD4 hash.
* Change API (it happens).
* Update crashtest example.
 
9164 995 d 6 h hidnplayr /programs/network/ftpc/ FTPC: improved error handeling in wait_for_servercommand  
9150 1001 d 3 h hidnplayr / AR81xx: Add PCI ID's of some more possibly working devices. (Disabled in netcfg for now)  
9146 1002 d 3 h hidnplayr / AR81xx: Bugfixes (now also works on non-gigabit devices such as QCA8172), refactoring.  
9132 1013 d 3 h hidnplayr /programs/network/ssh/ CP866->UTF8 input recode  
9129 1015 d 8 h hidnplayr /programs/network/netstat/ Cosmetic fixes  
9128 1015 d 17 h hidnplayr /programs/network/ Ctrl+C for ping, tracert.  
9126 1016 d 10 h hidnplayr /programs/network/ssh/ Variable RSA key length  
9114 1020 d 13 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-512 algorithm.  
9113 1020 d 13 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-256 algorithm.  
9112 1020 d 15 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
 
9106 1022 d 5 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.
 
9092 1029 d 7 h hidnplayr /programs/network/ircc/ IRCc 0.34: Faster text drawing, add some server command codes related to WHOIS reply.  
9090 1029 d 14 h hidnplayr /programs/network/ssh/ MPINT: Less fiddling with bits and bytes, more performance.  
9071 1034 d 13 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 1035 d 3 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.
 
9017 1048 d 4 h hidnplayr / Network device error/missed/dropped packet counters.
+ Network buffer sanity checks.
 
8899 1065 d 2 h hidnplayr /programs/network/ircc/ Change proposed server  
8850 1071 d 13 h leency /programs/network/vncc/ vncc: add a hint  
8807 1075 d 7 h turbocat /programs/network/whois/ Whois:
Fix tupefile.lua
 
8806 1075 d 7 h turbocat /programs/network/whois/ Whois:
Fix Tupefile.lua
 
8798 1075 d 9 h turbocat /programs/network/whois/ Whois:
Fixed build