projects
/
tinc
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Read ECDSA keys.
2011-07-07
Guus Sliepen
Read ECDSA keys.
commit
|
commitdiff
|
tree
2011-07-07
Guus Sliepen
Implement ECDSA sign and verify operations.
commit
|
commitdiff
|
tree
2011-07-05
Guus Sliepen
Bump minor protocol to indicate ECDH capability for...
commit
|
commitdiff
|
tree
2011-07-05
Guus Sliepen
Add a minor number to the protocol version.
commit
|
commitdiff
|
tree
2011-07-04
Guus Sliepen
Round up the size of the secret parts after splitting...
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Add ECDSA key import.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Finish base64 decoding routine.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Have tincctl generate ECDSA keys.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Add ECDSA key generation.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Base64 encoding and decoding functions.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Cleanups in ECDH code.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
No need to keep around pointers to EC_GROUP.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Proper use of PRF.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Use PRF.
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Add PRF to derive key material from the ECDH shared...
commit
|
commitdiff
|
tree
2011-07-03
Guus Sliepen
Support ECDH key exchange.
commit
|
commitdiff
|
tree
2011-06-27
Guus Sliepen
Preliminary implementation of Elliptic Curve Diffie...
commit
|
commitdiff
|
tree
2011-06-26
Guus Sliepen
Add manpage for tinc-gui.
commit
|
commitdiff
|
tree
2011-06-26
Guus Sliepen
Remove debug messages that were printed to stdout.
commit
|
commitdiff
|
tree
2011-06-26
Guus Sliepen
Update documentation to mention pidfiles instead of...
commit
|
commitdiff
|
tree
2011-06-26
Guus Sliepen
Don't react to escape character in tincctl top.
commit
|
commitdiff
|
tree
2011-06-26
Guus Sliepen
Use pidfile in tinc-gui as well.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Really stable sorting of tincctl top output.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Add +git to the version string.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Make pid files backwards compatible and add address...
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Rename controlcookie file to pidfile.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Don't call exit_control() if we didn't do init_control().
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Re-add support for SIGALRM.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Merge Tinc.py into tinc-gui to simplify make install.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Thank Scott Lamb, Sven-Haegar Koch and Loïc Grenié...
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Ensure the right files end up in the tarball after...
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Releasing 1.1pre1.
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Ensure that the texinfo manual can be converted to...
commit
|
commitdiff
|
tree
2011-06-25
Guus Sliepen
Update manpages and info manual.
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Add Makefile.am in gui/.
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Don't use AM_CONDITIONAL for CURSES.
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Don't call event_del() from the mtuevent handler, always...
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Delete mtuevent if it is not used.
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Releasing 1.0.15.
commit
|
commitdiff
|
tree
2011-06-24
Guus Sliepen
Remove redundant @CFLAGS@ from AM_CFLAGS.
commit
|
commitdiff
|
tree
2011-06-21
Guus Sliepen
No need to check for pselect() in tinc 1.1.
commit
|
commitdiff
|
tree
2011-06-21
Guus Sliepen
Only log UDP address changes at the appropriate debug...
commit
|
commitdiff
|
tree
2011-06-06
Guus Sliepen
Reopen log file after SIGHUP.
commit
|
commitdiff
|
tree
2011-06-06
Guus Sliepen
Merge branch 'master' of git://tinc-vpn.org/tinc into 1.1
commit
|
commitdiff
|
tree
2011-06-06
Guus Sliepen
Clean up digests when freeing a connection_t.
commit
|
commitdiff
|
tree
2011-06-06
Guus Sliepen
Improved --logfile option.
commit
|
commitdiff
|
tree
2011-06-04
Guus Sliepen
Attribution for Loïc Grenié.
commit
|
commitdiff
|
tree
2011-06-04
Loïc Grenié
Nearly tickless tinc.
commit
|
commitdiff
|
tree
2011-06-03
Guus Sliepen
Don't ignore SIGCHLD, system() needs it.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Fix format strings for Windows.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Use send() when writing to sockets, and the return...
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Small fixes for Windows.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Even simpler signal handling.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Remove debugging message that was accidentily left in.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Don't treat packets coming in via TCP as having zero...
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Fix nodes joining the VPN after tincctl top started.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Make traffic statistics more readable with configurable...
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
More stable sorting in tincctl top.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Fix some compiler and cppcheck warnings.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Remove support for the Ethertap device.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Remove unused functions and variables.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Don't #include <alloca.h> anymore.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Drop the GNU memcmp.c implementation.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Drop the GNU malloc.c, realloc.c, and xmalloc.c.
commit
|
commitdiff
|
tree
2011-06-02
Guus Sliepen
Simplify signal handling.
commit
|
commitdiff
|
tree
2011-05-29
Guus Sliepen
Remove outgoing event in free_connection().
commit
|
commitdiff
|
tree
2011-05-29
Guus Sliepen
Initialise priority field to zero for packets read...
commit
|
commitdiff
|
tree
2011-05-29
Guus Sliepen
Cosmetic fix when pressing 's' in tincctl top.
commit
|
commitdiff
|
tree
2011-05-29
Guus Sliepen
Show hostname and port in error message when connecting...
commit
|
commitdiff
|
tree
2011-05-29
Sven-Haegar Koch
do_outgoing_connection() may delete a failed connection...
commit
|
commitdiff
|
tree
2011-05-29
Sven-Haegar Koch
src/net_socket.c bind_to_address(): Use after free...
commit
|
commitdiff
|
tree
2011-05-29
Guus Sliepen
Allow tincctl to connect to something besides localhost.
commit
|
commitdiff
|
tree
2011-05-28
Guus Sliepen
Remove a few unnecessary #includes.
commit
|
commitdiff
|
tree
2011-05-28
Guus Sliepen
Remove newlines from log messages.
commit
|
commitdiff
|
tree
2011-05-28
Guus Sliepen
Fix sparse warnings and add an extra sprinkling of...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
fgets() returns NULL on error, not < 0
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
sparse fixup: warning: Using plain integer as NULL...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
sparse fixup: warning: non-ANSI function declaration...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
sparse fixup: warning: symbol '...' was not declared...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
sparse fixup: error: too many arguments for function...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
sparse fixup: error: dubious one-bit signed bitfield
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
Use same definition for xalloc_fail_func as is really...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
Removed two newlines from the end of log messages which...
commit
|
commitdiff
|
tree
2011-05-28
Sven-Haegar Koch
Fixed error logging on "Input buffer full" condition.
commit
|
commitdiff
|
tree
2011-05-22
Guus Sliepen
Make return value of SetPriorityClass() behave the...
commit
|
commitdiff
|
tree
2011-05-22
Guus Sliepen
Add the ability to dump all traffic going through route...
commit
|
commitdiff
|
tree
2011-05-22
Guus Sliepen
Reset tcplen after use.
commit
|
commitdiff
|
tree
2011-05-22
Guus Sliepen
Check if an event is initialized before calling event_del().
commit
|
commitdiff
|
tree
2011-05-22
Guus Sliepen
Always compact the buffer if it has reached MAXBUFSIZE.
commit
|
commitdiff
|
tree
2011-05-22
Guus Sliepen
Compact input buffer before trying to read instead...
commit
|
commitdiff
|
tree
2011-05-17
Guus Sliepen
Fix some compiler warnings.
commit
|
commitdiff
|
tree
2011-05-17
Guus Sliepen
Use GetItemCount() on ListCtrls instead of directly...
commit
|
commitdiff
|
tree
2011-05-16
Guus Sliepen
Add top.h.
commit
|
commitdiff
|
tree
2011-05-16
Guus Sliepen
Add tincctl.h.
commit
|
commitdiff
|
tree
2011-05-15
Guus Sliepen
Nicer top command.
commit
|
commitdiff
|
tree
2011-05-15
Guus Sliepen
Allow inserting items in the middle of a list.
commit
|
commitdiff
|
tree
2011-05-15
Guus Sliepen
Add a very primitive "top" command to tincctl.
commit
|
commitdiff
|
tree
2011-05-15
Guus Sliepen
Add an autoconf check for the curses library.
commit
|
commitdiff
|
tree
2011-05-15
Guus Sliepen
Dump traffic statistics over control sockets.
commit
|
commitdiff
|
tree
next