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