summaryrefslogtreecommitdiff
path: root/options.cpp
Commit message (Collapse)AuthorAgeFilesLines
* cipher added mux to senderid for cryptoChristian Pointner2008-04-091-3/+3
| | | | | | | | | fixed payload type with ipv6 fixed lua script options: device defaults to tun
* fixed param short code collisionChristian Pointner2008-03-031-2/+2
|
* some bugfixesChristian Pointner2008-03-031-2/+17
| | | | | | | added support for authentication
* fixed PlainPacket get Src/Dst AddressChristian Pointner2008-02-281-1/+4
| | | | | | | added toString to NetworkAddress
* added command line parameter for master key and saltChristian Pointner2008-02-271-7/+30
|
* added mux to optionsErwin Nindl2008-02-271-0/+36
|
* addes sync-local-addr to help textOthmar Gsenger2008-02-271-1/+4
|
* fixed helpOthmar Gsenger2008-02-261-1/+1
|
* options is global nowChristian Pointner2008-02-251-23/+43
| | | | | | | kd_prf_ is set to null if cipher_ is null as well
* sorry forgot to add keyDerivatioFactoryChristian Pointner2008-02-241-1/+3
|
* changed cipher option default value to aes-ctrChristian Pointner2008-02-241-1/+16
| | | | | | | added option for key derivation, default is aes-ctr
* replaces cypher with cipher Christian Pointner2008-02-191-8/+8
|
* * cypher and auth-algo selectable via commandline Erwin Nindl2007-12-271-4/+4
| | | | | | | | * libgcrypt uses secure memory now * a few bugfixes
* mesh syncing works nowOthmar Gsenger2007-12-231-15/+22
|
* parser now understands listsOthmar Gsenger2007-12-231-1/+27
| | | | | | | send sync command on connection changes
* added syncConnector ThreadOthmar Gsenger2007-12-121-2/+34
|
* added sync optionsOthmar Gsenger2007-11-261-1/+29
|
* added parameter typeOthmar Gsenger2007-09-041-1/+18
|
* command line help s/\/|/Othmar Gsenger2007-09-041-1/+1
|
* added options for window size, cypher, auth algoChristian Pointner2007-06-221-2/+50
| | | | | | | added seqWindow class replaced some pointers with references
* added remote host auto detectionChristian Pointner2007-06-211-10/+92
|
* added options parserChristian Pointner2007-06-211-0/+179