Use ifconfig_header().
[tinc] / src / invitation.c
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.