Use Ed25519 keys.
[oweals/tinc.git] / src / invitation.c
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.