]> git.meshlink.io Git - meshlink/history - src/protocol_auth.c
Never automatically try to bind to ports >= 32768.
[meshlink] / src / protocol_auth.c
2021-08-02 Guus SliepenAdd meshlink_get_node_tiny(). feature/tiny-support
2021-06-22 Guus SliepenHandle connections from nodes using MeshLink-tiny.
2021-05-07 Guus SliepenImprove logging of connection attemps.
2021-03-03 Guus SliepenAdd meshlink_set_storage_policy().
2020-10-29 Guus SliepenAdd a callback that notifies the application when it...
2020-10-25 Guus SliepenCheck blacklist status before committing an invitation.
2020-10-11 Guus SliepenWhen a new connection is activated, terminate any pendi...
2020-09-25 Guus SliepenExtend the timeout period of the authentication phase...
2020-07-23 Guus SliepenAlways let the initiator send a REQ_KEY once a connecti...
2020-07-22 Guus SliepenWhen activating a meta-connection, remember the address...
2020-07-22 Guus SliepenAdd devtool_set_meta_status_cb().
2020-05-13 Guus SliepenFix more compiler warnings.
2020-04-11 Guus SliepenAlso renew SPTPS keys for meta-connections.
2020-04-07 Guus SliepenRemove unused support for proxies.
2020-02-23 Guus SliepenUpdate the blackbox join test cases.
2020-02-11 Guus SliepenMake the join commit order configurable. feature/join-commit-order
2020-02-11 Guus SliepenFix a memory leak when an invitation file contains...
2019-12-06 Guus SliepenRemember the address used by an invitee.
2019-11-09 Guus SliepenFix __warn_unused_result__, add more of it and fix...
2019-11-05 Guus SliepenSync the host config directory after accepting an invitee.
2019-10-27 Guus SliepenDon't call graph() twice when a new connection replaces...
2019-10-10 Guus SliepenCheck the return value of node_write_config() while...
2019-10-05 Guus SliepenAdd assert() calls to the library.
2019-09-23 Guus SliepenFix compiler warnings from Clang 10 and GCC 9.
2019-09-05 Guus SliepenMake ping intervals and timeouts configurable for each...
2019-09-05 Guus SliepenBetter use of enum dev_class_t.
2019-08-04 Guus SliepenAvoid unnecessary calls to time().
2019-07-19 Guus SliepenRemove unused member variables.
2019-06-13 sairoop-elearModify meshlink configuration base file structre
2019-06-13 Guus SliepenVarious fixes for the encrypted storage support.
2019-06-13 Guus SliepenAdd support for encrypted storage.
2019-05-31 sairoop-elearUpdate android build
2019-03-17 Guus SliepenFix spelling errors.
2019-02-25 lakshminarayanagurramImprove support for submeshes.
2018-11-20 Guus SliepenFix a potential segfault.
2018-08-12 Guus SliepenAdd duplicate node detection callback.
2018-07-03 Guus SliepenPass appname in the ID string.
2018-06-26 Guus SliepenAdd meshlink_set_invitation_timeout().
2017-10-08 Guus SliepenRemove PROXY_EXEC support.
2017-10-02 Guus SliepenUpdate astylerc and reformat the code.
2017-10-02 Guus SliepenFix compiling with -Wall -W.
2017-08-14 Guus SliepenGet rid of ->hostname.
2017-08-13 Guus SliepenConvert sizeof foo to sizeof(foo).
2017-07-27 Guus SliepenAdd an astylerc file and reformat all code.
2017-06-25 Guus SliepenEnsure consistent use of SPTPS session labels.
2017-06-25 Guus SliepenFix incorrect SPTPS session labels.
2014-08-22 Guus SliepenMerge branch 'channels'
2014-08-13 Niklas Hofmann"last successfull connect" introduced
2014-08-13 Niklas HofmannMerge branch 'mesh_topology_output' into roles
2014-08-12 Guus SliepenFix segfault when two nodes that just joined a mesh...
2014-08-12 Niklas Hofmannasserts added to make sure devclass is valid
2014-08-12 Niklas Hofmannconverging auto connect algorithm
2014-08-09 Niklas Hofmannclass based connect behaviour
2014-08-09 Niklas Hofmannexplicit declaration of node_write_dclass
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmannpersistence of DeviceClass
2014-08-09 Niklas HofmannMerge branch 'everbase' into roles
2014-08-09 Niklas Hofmanndclass support within the edge protocol
2014-08-09 Niklas Hofmannintroduction of dclass and use as source for weight...
2014-08-09 Guus SliepenMerge branch 'discovery' of chicago.everbase.net:meshli...
2014-08-08 Guus SliepenFinish implementation of log callbacks.
2014-05-14 Guus SliepenEnsure everything compiles with -Wall without giving...
2014-05-11 Guus SliepenImmediately try connecting to the mesh after a succesfu... invite-protocol
2014-05-11 Guus SliepenMake sure the SPTSP connection get set up properly...
2014-04-26 Guus SliepenStop using the global variable mesh in most of the...
2014-04-26 Guus SliepenStop using global variable mesh in net.c.
2014-04-26 Guus SliepenStop using global variable mesh in net_setup.[ch].
2014-04-26 Guus SliepenStop using global variable mesh in conf.[ch].
2014-04-24 Guus SliepenRemove bypass_security.
2014-04-23 Saverio ProtoMove bypass_security to mesh
2014-04-21 Guus SliepenReally stop using cipher.h and digest.h.
2014-04-21 Guus SliepenMove node_udp_cache, everyone and invitation_key to...
2014-04-21 Guus SliepenMove proxy variables to mesh.
2014-04-21 Guus SliepenMove several variables to mesh.
2014-04-21 Guus SliepenMove node_tree to mesh->nodes.
2014-04-21 Guus SliepenMove myself to mesh->self.
2014-04-18 Guus SliepenRemove most of the configuration options.
2014-04-17 Saverio ProtoMerge remote-tracking branch 'origin/master' into saverio saverio
2014-04-17 Guus SliepenStop using OpenSSL for hashes.
2014-04-13 Guus SliepenDon't use SPTPS to decrypt the ID request.
2014-04-13 Saverio ProtoMerge branch 'master' into saverio
2014-04-12 Guus SliepenRemove support for the legacy protocol.
2014-04-12 Guus SliepenRemove everything GPL that is not copyright Guus Sliepe...
2014-04-12 Guus SliepenChange my email address.
2014-04-12 Guus SliepenRemove pidfile/logfile/netname and so on.
2014-04-12 Guus SliepenRemove support for control connections.
2014-04-12 Guus SliepenRemove support for calling external scripts.
2014-04-12 Guus SliepenRemove support for Subnets.
2014-04-12 Guus SliepenRemove files not used by MeshLink.
2014-02-07 Guus SliepenUpdate copyright notices.
2014-01-29 Guus SliepenDocument Weight and also allow it to be set from tinc...
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-07-20 Guus SliepenForbid protocol version rollback.
2013-05-29 Guus SliepenAdd an invitation protocol.
2013-05-11 Guus SliepenFix check for presence of ECDSA public key for outgoing...
2013-05-10 Guus SliepenFix warnings for functions marked __attribute((warn_unu...
2013-05-01 Guus SliepenUse conditional compilation for cryptographic functions.
next