Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Directory listing | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9587 859 d 22 h vitalkrilov /programs/ Fixed misuse of "/rd/1" (changed to "/sys") for all other programs  
9569 863 d 6 h punk_joker / AR8152: activate supporting by serzhu  
9568 863 d 14 h IgorA /programs/ fix function name 'edit_box' to 'edit_box_draw'  
9228 927 d 3 h hidnplayr /programs/network/udpserv/ add very simple UDP server example  
9216 944 d 10 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 990 d 17 h hidnplayr /programs/network/ftpc/ FTPC: improved error handeling in wait_for_servercommand  
9150 996 d 14 h hidnplayr / AR81xx: Add PCI ID's of some more possibly working devices. (Disabled in netcfg for now)  
9146 997 d 14 h hidnplayr / AR81xx: Bugfixes (now also works on non-gigabit devices such as QCA8172), refactoring.  
9132 1008 d 14 h hidnplayr /programs/network/ssh/ CP866->UTF8 input recode  
9129 1010 d 19 h hidnplayr /programs/network/netstat/ Cosmetic fixes  
9128 1011 d 4 h hidnplayr /programs/network/ Ctrl+C for ping, tracert.  
9126 1011 d 21 h hidnplayr /programs/network/ssh/ Variable RSA key length  
9114 1016 d 0 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-512 algorithm.  
9113 1016 d 0 h hidnplayr /programs/network/ssh/ Add support for RSA host authentication with SHA2-256 algorithm.  
9112 1016 d 2 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 1017 d 16 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 1024 d 18 h hidnplayr /programs/network/ircc/ IRCc 0.34: Faster text drawing, add some server command codes related to WHOIS reply.  
9090 1025 d 1 h hidnplayr /programs/network/ssh/ MPINT: Less fiddling with bits and bytes, more performance.  
9071 1030 d 0 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 1030 d 14 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 1043 d 15 h hidnplayr / Network device error/missed/dropped packet counters.
+ Network buffer sanity checks.
 
8899 1060 d 13 h hidnplayr /programs/network/ircc/ Change proposed server  
8850 1067 d 0 h leency /programs/network/vncc/ vncc: add a hint  
8807 1070 d 18 h turbocat /programs/network/whois/ Whois:
Fix tupefile.lua
 
8806 1070 d 18 h turbocat /programs/network/whois/ Whois:
Fix Tupefile.lua
 
8798 1070 d 20 h turbocat /programs/network/whois/ Whois:
Fixed build
 
8746 1086 d 19 h turbocat /programs/network/whois/ Whois:
Fixed crash
 
8731 1088 d 19 h turbocat /programs/network/whois/ whois:
- update build
 
8706 1111 d 12 h turbocat /programs/network/whois/ Whois:
- Reconfiguring autobuild
 
8686 1115 d 13 h turbocat /programs/network/whois/ Whois:
- Now the program uses libc.obj and is smaller.
 
8516 1227 d 14 h superturbocat2001 / - Added "whois" to autobuild  
8515 1227 d 14 h superturbocat2001 /programs/network/whois/ - Added network utility "WHOIS"  
8442 1245 d 1 h IgorA /programs/ tinygl.obj: add some functions,
load_img.inc: delete old file load_lib
 
8418 1246 d 23 h leency / Netsurf: upload binnaries, add to ISO
NSINST: run app if exists on TPM, ISO, if not the download
 
8356 1253 d 14 h leency /programs/network/netcfg/ netcfg: updated colors and bigger buttons size  
8040 1431 d 20 h hidnplayr /programs/network/sntp/ Fix some spelling  
7959 1456 d 21 h leency / boxlib/tree_list: react on double click as on enter
ftpc: set default user and server (kolibrios.org), some cosmetic improvements
beat and playnote: add to ISO
 
7892 1469 d 14 h hidnplayr /programs/network/ Small fixes  
7891 1469 d 14 h hidnplayr /programs/network/ping/ Ping: Initiate ICMP packet id with program PID, receive more packets if ID didnt match and timeout didnt exceed.  
7890 1469 d 15 h leency /programs/network/ircc/ ircc: colors live update