summaryrefslogtreecommitdiffstats
path: root/rules/dropbear.in
Commit message (Collapse)AuthorAgeFilesLines
* dropbear: fix whitespace in menu helpAlexander Dahl2016-04-111-1/+1
| | | | | Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: stronger default MAC algorithmsBruno Thomsen2015-03-181-2/+2
| | | | | | | | | | | | Disable SHA1-96 since it gets flagged by Nessus security scanner. Disable SHA1 since it's no longer recommended for cryotography, and Google, Mozilla, Microsoft & NIST have all announced deprecation of it. Tenable Network Security - Nessus: http://www.tenable.com/plugins/index.php?view=single&id=71049 Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: version bump 2014.65 -> 2015.67Bruno Thomsen2015-03-181-0/+15
| | | | | | | | | | | The new version contain options to enable/disable cipher modes. Default security level increased by disabling CBC mode and enabling CTR mode. Tenable Network Security - Nessus: http://www.tenable.com/plugins/index.php?view=single&id=70658 Signed-off-by: Bruno Thomsen <bth@kamstrup.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: Added Elliptic Curve Cryptography options.Bruno Thomsen2014-06-161-2/+24
| | | | | | | Support for ecdsa, ecdh and curve25519-donna options. Signed-off-by: Bruno Thomsen <bth@kamstrup.dk> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* add options for recently added SHA256 and SHA512 hashesAlexander Dahl2013-03-271-0/+26
| | | | | | | Make new hash functions available through ptxdist config menu. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* remove long gone optionsAlexander Dahl2013-03-271-7/+0
| | | | | | | | In current versions dropbear is always linked against libutil. The option --disable-nls is also long gone upstream. Signed-off-by: Alexander Dahl <post@lespocky.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dropbear: conflict with openssh scpMichael Olbrich2012-12-191-0/+4
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* dependencies on rc-one are runtime onlyMichael Olbrich2012-07-291-1/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dropbear] add missing dependenciesMichael Olbrich2011-01-151-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* Allow a different key directory than /etc/dropbearAlexander Stein2010-07-161-0/+6
| | | | Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
* [dropbear] use rc-once to create server keysMichael Olbrich2010-04-201-0/+1
| | | | Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
* [dropbear] select additional start-stop-daemon optionsMarc Kleine-Budde2009-06-241-1/+3
| | | | | | | | | select options that are needed for the startscript. Reported-by: Josef Holzmayr <holzmayr@rsi-elektrotechnik.de> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10865 33e552b5-05e3-0310-8538-816dae2090ed
* * select start-stop-daemon if the init script is installedMichael Olbrich2009-06-101-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10728 33e552b5-05e3-0310-8538-816dae2090ed
* dropbear: add more dependencies, change zlib logicRobert Schwebel2009-06-091-3/+5
| | | | | | | | | Add more dependencies for dropbear; while being there, change the menu logic of zlib support. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@10661 33e552b5-05e3-0310-8538-816dae2090ed
* [dropbear] fix enabling/disabling of optionsMarc Kleine-Budde2009-03-031-13/+50
| | | | | | Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9932 33e552b5-05e3-0310-8538-816dae2090ed
* * init: introduce infrastructure for multiple init methodsRobert Schwebel2009-02-201-26/+2
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9802 33e552b5-05e3-0310-8538-816dae2090ed
* * patches/busybox-1.10.4, patches/busybox-1.13.2:Marc Kleine-Budde2009-01-041-1/+1
| | | | | | | | | | | | | | | | | | | ported * rules/*.in: changed busybox config symbol from BB_CONFIG to BUSYBOX * config/busybox/* changed busybox config symbol from BB_CONFIG to BUSYBOX imported from busybox-1.13.2 * rules/busybox.make: version bump to 1.13.2 changed busybox config symbol from BB_CONFIG to BUSYBOX git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9373 33e552b5-05e3-0310-8538-816dae2090ed
* * rules/*.in:Marc Kleine-Budde2008-10-281-0/+1
| | | | | | | added SECTION git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8983 33e552b5-05e3-0310-8538-816dae2090ed
* * : d-g.in tristate changesMichael Grzeschik2008-06-041-38/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8311 33e552b5-05e3-0310-8538-816dae2090ed
* * *.in:Marc Kleine-Budde2008-04-161-1/+1
| | | | | | | converted GLIBC_ to LIBC_ git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8044 33e552b5-05e3-0310-8538-816dae2090ed
* help texts rounded off, some fixesJochen Frieling2007-10-161-26/+82
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7410 33e552b5-05e3-0310-8538-816dae2090ed
* * dropbearJuergen Beisert2007-08-081-0/+1
| | | | | | | - dependency to glibc util added git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7257 33e552b5-05e3-0310-8538-816dae2090ed
* busybox: revert BB_ vs. BB_CONFIG_ change which comes due to the factRobert Schwebel2007-04-261-1/+1
| | | | | | | | that busybox uses a new kconfig. This patch makes it possible to migrate old configurations in a sane time again ... git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7122 33e552b5-05e3-0310-8538-816dae2090ed
* Upgrade to busybox-1.4.1Ladislav Michl2007-03-091-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@7040 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependencyLuotao Fu2006-12-191-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6548 33e552b5-05e3-0310-8538-816dae2090ed
* move startupscript and link generation into the package itselfJuergen Beisert2006-12-041-7/+38
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6434 33e552b5-05e3-0310-8538-816dae2090ed
* fixed dependenciesLuotao Fu2006-12-011-0/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6421 33e552b5-05e3-0310-8538-816dae2090ed
* * remove trailing whitespaceRobert Schwebel2006-10-181-6/+6
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@6174 33e552b5-05e3-0310-8538-816dae2090ed
* menuconfigizedRobert Schwebel2006-02-281-7/+3
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.10-trunk@4832 33e552b5-05e3-0310-8538-816dae2090ed
* fix dependenciesRobert Schwebel2006-01-161-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@4110 33e552b5-05e3-0310-8538-816dae2090ed
* usage of autogenerated dependencies and documentation updateBjoern Buerger2006-01-121-3/+62
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-0.9-trunk@3831 33e552b5-05e3-0310-8538-816dae2090ed
* Add option to install dropbear's scpRobert Schwebel2004-03-101-0/+8
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@1175 33e552b5-05e3-0310-8538-816dae2090ed
* * moved configuration....Marc Kleine-Budde2003-10-261-1/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@660 33e552b5-05e3-0310-8538-816dae2090ed
* * merge with testing-branchMarc Kleine-Budde2003-10-231-0/+1
| | | | git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@608 33e552b5-05e3-0310-8538-816dae2090ed
* * dropbear.makeMarc Kleine-Budde2003-08-251-0/+176
update to version 0.36 added new configure time options (syslog, openpty) * dropbear.in Config.in moved configuration to seperate file git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@200 33e552b5-05e3-0310-8538-816dae2090ed