projects
/
tinc
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Merge remote-tracking branch 'dechamps/ipip' into 1.1
[tinc]
/
src
/
tincctl.c
2018-01-05
Guus Sliepen
Merge remote-tracking branch 'dechamps/ipip' into 1.1
blob
|
commitdiff
|
raw
2018-01-05
Guus Sliepen
Add missing newlines to some error messages.
blob
|
commitdiff
|
raw
2017-10-07
Guus Sliepen
Reformat all code using astyle.
blob
|
commitdiff
|
raw
|
diff to current
2017-10-07
Guus Sliepen
Convert sizeof foo to sizeof(foo).
blob
|
commitdiff
|
raw
|
diff to current
2017-10-01
Todd C. Miller
Fix parsing of -b flag
blob
|
commitdiff
|
raw
|
diff to current
2017-09-02
Guus Sliepen
Drop h and hh length modifiers from printf format strings.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-15
pacien
Add LogLevel config option
blob
|
commitdiff
|
raw
|
diff to current
2017-07-09
Guus Sliepen
Add configurable experation time for invitations.
blob
|
commitdiff
|
raw
|
diff to current
2017-04-18
Guus Sliepen
Fix some minor issues found by cppcheck.
blob
|
commitdiff
|
raw
|
diff to current
2017-04-18
Guus Sliepen
Add field widths to sscanf() calls.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-21
Guus Sliepen
Put script environment creation/deletion in functions.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-20
Guus Sliepen
Merge remote-tracking branch 'dechamps/sleep' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2017-03-20
Guus Sliepen
Don't try to use kill() on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2016-10-11
Vittorio G (VittGam)
tincctl: Avoid falling back to 1024 bits RSA key genera...
blob
|
commitdiff
|
raw
|
diff to current
2016-06-23
Guus Sliepen
Fix potential memory leaks found by the Clang static...
blob
|
commitdiff
|
raw
|
diff to current
2016-06-23
Guus Sliepen
Force nul-termination of strings after vsnprintf().
blob
|
commitdiff
|
raw
|
diff to current
2016-05-21
Sean McVeigh
fix check in cmd_pid() for failure to connect to tincd
blob
|
commitdiff
|
raw
|
diff to current
2016-05-21
Sean McVeigh
check for daemon pid existence before trying to connect...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-23
Guus Sliepen
Fix possible read of freed memory when verifying the...
blob
|
commitdiff
|
raw
|
diff to current
2016-04-23
Guus Sliepen
Have "tinc fsck" recognize Ed25519PublicKey statements.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-17
Guus Sliepen
Fix the "network" command in tinc shell.
blob
|
commitdiff
|
raw
|
diff to current
2016-04-14
Guus Sliepen
Use getcwd() instead of get_current_dir_name().
blob
|
commitdiff
|
raw
|
diff to current
2016-01-26
Guus Sliepen
Add the ability to sign and verify files.
blob
|
commitdiff
|
raw
|
diff to current
2016-01-17
Guus Sliepen
Merge remote-tracking branch 'mweinelt/tinc-gui' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-11-21
Etienne Dechamps
Add UPnP support to tincd.
blob
|
commitdiff
|
raw
|
diff to current
2015-09-25
Guus Sliepen
Fix a few memory leaks in the CLI found by AddressSanit...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-07
Guus Sliepen
Fix warnings about missing return value checks.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-21
Guus Sliepen
Update copyright notices.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Guus Sliepen
Use socketpair() instead of pipe() for the umbilical.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Guus Sliepen
Ensure "tinc start" knows if the daemon really started...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Guus Sliepen
Fix check for LOCALSTATEDIR accessibility for the CLI.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Guus Sliepen
Allocate temporary filenames on the stack.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Guus Sliepen
Allow dumping a list of outstanding invitations.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
Guus Sliepen
Add "list" as an alias for "dump" in the CLI.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-08
Pierre Emeriaud
Fix typo in tincctl help.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-04
Etienne Dechamps
Use git description as the tinc version.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/wintapver' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Always call res_init() before getaddrinfo().
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/windevice' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/winmtu' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/fsckwin' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-04-12
Guus Sliepen
Merge remote-tracking branch 'dechamps/staticfix' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Throttle the rate of MTU_INFO messages.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Etienne Dechamps
Throttle the rate of UDP_INFO messages.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-14
Guus Sliepen
Merge remote-tracking branch 'seehuhn/1.1' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2015-02-16
Guus Sliepen
Document that --force should precede commands.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-09
Guus Sliepen
Make "tinc add" idempotent.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-15
Guus Sliepen
Add the "fsck" command to the CLI.
blob
|
commitdiff
|
raw
|
diff to current
2015-01-03
Etienne Dechamps
Use a different UDP discovery interval if the tunnel...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-01
Etienne Dechamps
Add UDP discovery mechanism.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-31
Guus Sliepen
Fixes for bugs in src/Makefile.am and tincctl.c introdu...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-29
Guus Sliepen
Allow tinc to be compiled without OpenSSL.
blob
|
commitdiff
|
raw
|
diff to current
2014-12-27
Guus Sliepen
Add BroadcastSubnet and DeviceStandby options to the...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-25
Guus Sliepen
Merge remote-tracking branch 'groxxda/gui-fixes' into 1.1
blob
|
commitdiff
|
raw
|
diff to current
2014-10-04
Etienne Dechamps
Introduce node IDs.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-07
Etienne Dechamps
Fix wrong identifier in SO_NOSIGPIPE call.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-25
William A. Kenning...
tincctl: Use replace_name to properly replace and valid...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-25
William A. Kenning...
utils: Refactor check_id out of protocol for global...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Sven-Haegar Koch
Fix exit code of "tinc get".
blob
|
commitdiff
|
raw
|
diff to current
2014-07-13
Etienne Dechamps
Add a non-interactive mode to tinc commands.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Guus Sliepen
Revert "Use git description as the tinc version."
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Guus Sliepen
Merge branch 'keysegfault' of https://github.com/decham...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Guus Sliepen
Merge branch 'tincstart' of https://github.com/dechamps...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Etienne Dechamps
Improve subprocess behavior in tinc start command.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-12
Etienne Dechamps
Fix "tinc start" on Windows when the path contains...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Use git description as the tinc version.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Regenerate build date and time every time tinc is built.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-29
Etienne Dechamps
Add local address information to edges.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
Etienne Dechamps
Fix errno references when handling socket errors.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Guus Sliepen
Unconditionally return non-zero exit code when "tinc...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-15
Guus Sliepen
Return non-zero exit code when "tinc get" does not...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-18
Guus Sliepen
Implement a PEM-like format for Ed25519 keys.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-18
Guus Sliepen
Rename ECDSA to Ed25519.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-13
Guus Sliepen
Add sanity checks when generating new RSA keys.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-12
Guus Sliepen
Add missing closedir().
blob
|
commitdiff
|
raw
|
diff to current
2014-03-09
Guus Sliepen
Handle a disconnecting tincd better.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-26
Guus Sliepen
Add "network" command to list or switch networks.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-07
Guus Sliepen
Update copyright notices.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-29
Guus Sliepen
Don't ask questions if we are not running interactively.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-20
Guus Sliepen
Add the ListenAddress option.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-08
Guus Sliepen
Give full path to unconfigured tinc-up script.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Guus Sliepen
Don't try to mkdir(CONFDIR) if --config is used.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-05
Guus Sliepen
Exit value 1 instead of a random non-zero value.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-27
Guus Sliepen
Call WSAStartup() in main().
blob
|
commitdiff
|
raw
|
diff to current
2013-08-23
Guus Sliepen
Use PATHEXT when checking for the presence of scripts...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-18
Guus Sliepen
Don't force a .bat extension for scripts under Windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-02
Guus Sliepen
Use umask() to set file and UNIX socket permissions...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-26
Guus Sliepen
Defer handling netname conflicts when accepting an...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-26
Guus Sliepen
Choose a different Port when 655 isn't available when...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-26
Guus Sliepen
Choose a different Port when 655 isn't available when...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-25
Guus Sliepen
Allow control-C to stop tincd without stopping the...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-25
Guus Sliepen
Warn when incorrect use of add or set causes variables...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-22
Guus Sliepen
Honour umask, let temporary key files inherit original...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-20
Guus Sliepen
Allow extra options to be passed to "tinc restart"...
blob
|
commitdiff
|
raw
|
diff to current
2013-07-17
Guus Sliepen
Add missing definitions on Windows.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-11
Guus Sliepen
Add connection rate limiting.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-30
Guus Sliepen
Allow the log output to be stopped with control-C in...
blob
|
commitdiff
|
raw
|
diff to current
2013-05-30
Guus Sliepen
Better optional argument handling.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Guus Sliepen
Add an invitation protocol.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Guus Sliepen
Rename xmalloc_and_zero() to xzalloc().
blob
|
commitdiff
|
raw
|
diff to current
next