You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Evgeny
c026cdec88
Fix: Client config uses fixed port 9002, add protective comments
...
- Changed client server port from 0 (unsupported) to 9002 (fixed)
- Added comments explaining importance of fixed ports vs random ports
- ETCP now uses proper port configuration for client-server setup
3 months ago
build
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
lib
Fix: Added uasync_t typedef, fixed pkt_normalizer queue_new calls, added utun_instance_init function
3 months ago
net_emulator
Refactor: Move mainloop from utun_instance to main
3 months ago
src
Fix: ETCP handshake fully operational - response structure, initialization logic, link management
3 months ago
tests
Fix: Client config uses fixed port 9002, add protective comments
3 months ago
tinycrypt
Refactor tests and improve packet normalizer
3 months ago
.gitignore
Major refactoring: Tasks 1-4 complete
3 months ago
1
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
1111
Test suite cleanup and reorganization
3 months ago
AGENTS.md
Финальный коммит: полный рефакторинг и улучшения
3 months ago
INSTALL.autotools
Major refactoring: Tasks 1-4 complete
3 months ago
Makefile.am
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
Makefile.old
Refactor: Move mainloop from utun_instance to main
3 months ago
README.md
Fix build: rename u_async to lib, add missing constants, out-of-tree build support
3 months ago
TASKS.md
Major refactoring: Tasks 1-4 complete
3 months ago
autogen.sh
Major refactoring: Tasks 1-4 complete
3 months ago
build.sh
Update: Build script, ETCP protocol docs, and TUN interface
3 months ago
build_errors.txt
Fix header include order in test and update Makefile
3 months ago
build_fix_changelog.txt
Test suite cleanup and reorganization
3 months ago
changelog.txt
FIX: Critical bug - sc_derive_shared_key is called inside sc_set_peer_public_key, so no separate call needed. Correct order for INIT: pubkey extract → derive (inside set) → decrypt. All encryption now working.
3 months ago
configure.ac
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
log
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
monitor.py
Reorganize project structure: move sources to src/, update Makefile, add header symlinks
3 months ago
test_invalid_keys.conf
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
test_no_keys.conf
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago
utun_test.conf
Refactor: Move mainloop from utun_instance to main
3 months ago
utun_test_backup.conf
Сохранить текущее состояние перед исправлением компиляционных ошибок
3 months ago