summaryrefslogtreecommitdiffstats
path: root/package/dropbear/Config.in
Commit message (Collapse)AuthorAgeFilesLines
* dropbear: add help text about key creationArnout Vandecappelle2016-01-121-0/+9
| | | | | | | | | | | | | | | | Commit e7d04dd2d replaced /etc/dropbear with a symlink to /var/run and updated the start scripts to replace it with a real directory, so the keys would be persistent. However, it turns out that this is pretty confusing even for expert users, who don't know how to make the keys really persistent now. Update the help text explaining what the issue is, and telling the user to replace the /etc/dropbear symlink with a symlink to a persistent directory. Also mention the possiblity of unionfs. Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dropbear: add extra build customization optionsFloris Bos2015-02-071-0/+10
| | | | | | | | v2: only offer option to disable building SSH client. do not offer options to disable password authentication and TCP forwarding. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* dropbear: factorize the 'depends on BR2_PACKAGE_DROPBEAR'Thomas Petazzoni2013-05-271-4/+4
| | | | | | | | | Enclose all dropbear sub-options into a 'if BR2_PACKAGE_DROPBEAR' ... 'endif' block rather than having 'depends on BR2_PACKAGE_DROPBEAR' for each option. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: add options to disable wtmp / lastlog loggingWill Moore2011-10-261-0/+14
| | | | | | | | | | Buildroot does not have wtmp or lastlog support by default so allow dropbear to be configured to stop using them and hence to stop generating system log error messages. [Peter: invert to positive options, and disable by default] Signed-off-by: Will Moore <will.moore@beraninstruments.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: disable zlib support when built with small optionAlexander Clouter2011-05-161-2/+2
| | | | | | | Closes #3733 Signed-off-by: Alexander Clouter <alex@digriz.org.uk> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: bump to version 0.53.1Gustavo Zacarias2011-03-051-0/+10
| | | | | | | | | | Changelog @ http://matt.ucc.asn.au/dropbear/CHANGES Since some build-time defaults have changed that make dropbear somewhat bigger we introduce a new option to optimize dropbear for size. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: add option to disable reverse DNS lookupsPeter Korsgaard2010-09-061-0/+8
| | | | | | | | Add option to disable reverse DNS lookups on client connection, as connections otherwise stall until DNS times out in configurations without working reverse DNS. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* dropbear: needs zlib, so select itPeter Korsgaard2009-03-111-0/+1
|
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-1/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* Bump dropbear to 0.50, /dev/urandom is now defaultUlf Samuelsson2007-08-111-14/+0
|
* Get rid of leading whitespace to silence warnings from config system."Steven J. Hill"2007-07-061-1/+1
|
* rename dropbear_sshd to just dropbearMike Frysinger2005-10-291-0/+21
OpenPOWER on IntegriCloud