GitHub CI: update list of container images
[tinc] / src / invitation.c
2022-06-05 Kirill IsakovAdd timeouts to 'tinc join'
2022-05-29 Kirill IsakovExtract filesystem-related functions into fs.c
2022-05-29 Kirill IsakovImprove recently seen address cache
2022-05-27 Kirill IsakovAdd tests for join/invite errors
2022-05-23 Kirill IsakovEnable more clang-tidy checks
2022-04-22 Kirill IsakovWipe (some) secrets from memory after use
2022-04-21 Kirill IsakovUse actual port in tincd logs / tinc get Port / invitations
2022-04-12 Kirill IsakovRefactor crypto RNG; add getrandom() support
2022-03-28 Kirill IsakovReplace MinGW with Windows to avoid ambiguities
2022-03-28 Kirill IsakovAdd support for building tinc with MSVC
2022-01-24 Guus SliepenEnable and fix many extra warnings supported by GCC...
2021-08-23 Guus SliepenUse xoshiro256** to generate pseudo-random numbers.
2021-08-18 Kirill IsakovRename base64 funcs to show they're not RFC-compliant.
2021-08-17 Kirill IsakovFix more memory leaks and invalid free() in invitation.c.
2021-08-02 Kirill IsakovAssign more suitable types and fix narrowing conversion...
2021-07-25 Kirill IsakovFix more memory leaks found by ASAN.
2021-07-23 Kirill IsakovFix memory leaks triggered by integration tests.
2021-07-20 Guus SliepenMake tinc --batch --force join enable the tinc-up script.
2021-07-10 Kirill Isakovinvitation.c: fix socket error checking on Windows
2018-11-30 Fabian MaurerGenerate tinc-up.bat on windows
2018-10-18 Guus SliepenAllow "tinc --force join" to accept all variables sent...
2018-10-18 Guus SliepenReformat the code using astyle.
2018-10-06 Guus SliepenFix all warnings when compiling with -Wall -W -pedantic.
2018-10-06 Guus SliepenFix warnings from the Clang static analyzer.
2018-10-06 Guus SliepenFix compiler warnings.
2018-03-27 Guus SliepenWarn if we cannot reload the tincd when creating an...
2018-01-22 Todd C. MillerAdd some missing freeaddrinfo() calls to avoid leaking...
2018-01-06 Guus SliepenFix all spelling errors found by codespell.
2018-01-05 Guus SliepenMerge remote-tracking branch 'dechamps/ipip' into 1.1
2018-01-05 Guus SliepenDon't warn about empty lines in invitation files.
2017-10-25 Todd C. MillerReplace remaining sizeof foo with sizeof(foo).
2017-10-07 Guus SliepenReformat all code using astyle.
2017-10-07 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-09-02 Guus SliepenFix a file descriptor leak when using an invitation.
2017-07-09 Guus SliepenStore the invitation data after a succesful join.
2017-04-18 Guus SliepenFix some minor issues found by cppcheck.
2017-04-18 Guus SliepenAdd field widths to sscanf() calls.
2017-03-21 Guus SliepenPut script environment creation/deletion in functions.
2016-04-17 Guus SliepenAdd stricter checks for netnames.
2016-04-17 Guus SliepenUse ifconfig_header().
2016-04-16 Guus SliepenGenerate a tinc-up script from an invitation.
2015-06-07 Guus SliepenFix warnings about missing return value checks.
2015-05-24 Etienne DechampsFix invalid pointer use in get_my_hostname().
2015-05-20 Guus SliepenFix check for LOCALSTATEDIR accessibility for the CLI.
2015-05-19 Guus SliepenAllocate temporary filenames on the stack.
2015-05-15 Guus SliepenTry all addresses for the hostname in an invitation...
2015-05-13 Guus SliepenFix invitations.
2015-03-14 Guus SliepenMerge remote-tracking branch 'seehuhn/1.1' into 1.1
2014-12-29 Guus SliepenAllow tinc to be compiled without OpenSSL.
2014-12-25 Guus SliepenMerge remote-tracking branch 'groxxda/gui-fixes' into 1.1
2014-12-24 Guus SliepenUse void pointers for opaque data blobs in the SPTPS...
2014-07-12 Guus SliepenMerge branch 'keysegfault' of https://github.com/decham...
2014-07-12 Guus SliepenMerge branch 'winwarnings' of https://github.com/decham...
2014-07-12 Guus SliepenFix a potential file descriptor leak.
2014-06-03 Guus SliepenFix base64 decoding of Ed25519 keys.
2014-05-18 Guus SliepenRename ECDSA to Ed25519.
2014-05-05 Saverio ProtoFix typo in comment
2014-04-25 Guus SliepenPut brackets around IPv6 addresses in invitation URL...
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-29 Guus SliepenDon't ask questions if we are not running interactively.
2014-01-27 Guus SliepenAdd missing newlines when copying variables from tinc...
2013-09-08 Guus SliepenDon't try to mkdir(CONFDIR) if --config is used.
2013-09-01 Guus SliepenSend a RELOAD to a running tincd when a new invitation...
2013-08-28 Guus SliepenWhen generating invitations, handle any order of Port...
2013-08-23 Guus SliepenTell invited node about Mode and Broadcast settings.
2013-08-23 Guus SliepenUse PATHEXT when checking for the presence of scripts...
2013-08-20 Guus SliepenExecute scripts when invitations are created or accepted.
2013-08-20 Guus SliepenEnsure the invitation filenames do not reveal the secre...
2013-08-20 Guus SliepenLet a server explicitly send a notification when the...
2013-08-20 Guus SliepenUse our own infrastructure for finding out the local...
2013-08-20 Guus SliepenResolve the local host name before generating the invit...
2013-08-18 Guus SliepenDon't force a .bat extension for scripts under Windows.
2013-08-02 Guus SliepenFix a typo.
2013-08-02 Guus SliepenUse umask() to set file and UNIX socket permissions...
2013-07-26 Guus SliepenDefer handling netname conflicts when accepting an...
2013-07-26 Guus SliepenMake absolutely sure we can write config files before...
2013-07-26 Guus SliepenChoose a different Port when 655 isn't available when...
2013-07-25 Guus SliepenDon't forget the Port variable when creating an invitat...
2013-05-29 Guus SliepenAdd an invitation protocol.