summaryrefslogtreecommitdiffstats
path: root/package/dropbear
Commit message (Collapse)AuthorAgeFilesLines
* dropbear: set DEFAULT_PATH for non-interactive loginsJo-Philipp Wich2012-07-051-0/+11
| | | | | | | | | | | | Set PATH in non-interactive logins to include /sbin paths, so to be consistent with what is currently set in /etc/profile for interactive shells. [jow: reapply with current patch level, fix inner patch, refresh] Signed-off-by: Gui Iribarren <gui@altermundi.net> SVN-Revision: 32620
* dropbear: patch possible use after free by authenticated remote users with ↵Jo-Philipp Wich2012-02-253-3/+94
| | | | | | active command restrictions (CVE-2012-0920) SVN-Revision: 30714
* dropbear: disable assertions to reduce code sizeFelix Fietkau2012-02-211-0/+14
| | | | SVN-Revision: 30668
* dropbear: fix build breakageFelix Fietkau2011-11-271-0/+9
| | | | SVN-Revision: 29340
* package/dropbear: update to 2011.54Nicolas Thill2011-11-255-54/+14
| | | | SVN-Revision: 29330
* package/dropbear: use new service wrapperNicolas Thill2011-11-072-13/+19
| | | | SVN-Revision: 28838
* package/dropbear: fix segfault with remote port forwarding (closes: #10339)Nicolas Thill2011-11-032-1/+41
| | | | SVN-Revision: 28718
* dropbear: - split port argument at the rightmost colon, allows binding to ↵Jo-Philipp Wich2011-07-313-7/+38
| | | | | | specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853) SVN-Revision: 27843
* r25831 reduced the size of the dropbear executable by, among other things,John Crispin2011-04-012-10/+1
| | | | | | | | | | | | | | | | | disabling support for keyboard-interactive authentication. The default sshd configuration on Mac OS X only permits keyboard-interactive and public-key authentication, so unless a public key is set up, the default OpenWrt ssh client is now unable to connect to Mac OS X hosts. This patch re-enables keyboard-interactive authentication. In my tests, this increases the size of the stripped dropbear executable by 416 bytes on mips and 1,104 bytes on mipsel. In my opinion, such a small space savings isn't worthwhile when the resultant executable is severely hamstrung. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 26390
* dropbear: fix missing -lcrypt on BSDish host systems (#8971)Jo-Philipp Wich2011-03-061-0/+20
| | | | SVN-Revision: 25891
* tune some more options by default to decrease sizeImre Kaloz2011-03-023-12/+77
| | | | SVN-Revision: 25831
* upgrade to 0.53.1Imre Kaloz2011-03-024-9/+21
| | | | SVN-Revision: 25830
* dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵Felix Fietkau2011-03-021-1/+2
| | | | | | 19k uncompressed SVN-Revision: 25826
* dropbear: compile out libtomcrypt assertion messages, saves some more spaceFelix Fietkau2011-02-131-0/+2
| | | | SVN-Revision: 25526
* dropbear: Add config options to allow specification of host key files, ↵Vasilis Tsiligiannis2010-09-291-0/+5
| | | | | | thanks Scott Merrilees and Matthias Buecher (#7824) SVN-Revision: 23148
* package/dropbear: simplify & reduce init script size (closes #7985)Alexandros C. Couloumbis2010-09-241-25/+17
| | | | SVN-Revision: 23118
* From: Joseph Roback <openwrt-devel@roback.cc>Michael Büsch2010-09-071-2/+4
| | | | | | | | 26 Makefile patches for enabling parallel builds. Tested on Linux (8-core) and Darwin (12-core), individually and from clean build_root. The first set is from trunk, the second is from feeds/packages. Signed-off-by: Joe Roback <joe@roback.cc> SVN-Revision: 22965
* dropbear: Explicity list default RootPasswordAuth value in default config ↵Daniel Dickinson2010-07-271-0/+1
| | | | | | file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root. SVN-Revision: 22394
* dropbear: Add RootLogin parameter to control whether ssh logins as root are ↵Daniel Dickinson2010-07-271-1/+5
| | | | | | allowed. SVN-Revision: 22393
* package/dropbear: bump release number (missed in r20960)Nicolas Thill2010-05-211-1/+1
| | | | SVN-Revision: 21524
* package] dropbear: Add bind 'Interface' option (#7149)Vasilis Tsiligiannis2010-04-171-1/+8
| | | | SVN-Revision: 20960
* package/dropbear: refresh patchesGabor Juhos2010-03-264-20/+13
| | | | SVN-Revision: 20460
* this patch allow to set -g option 1. -g allow to make a more secure ssh ↵Travis Kemen2010-03-141-3/+8
| | | | | | | | | server configuration by avoiding brute force attack on root while allowing user to use password (where the username is more difficult to guess). Matthieu from #6736 SVN-Revision: 20219
* dropbear: performance improvements in init script, quiet mode for ↵Jo-Philipp Wich2010-02-101-9/+8
| | | | | | start-stop-daemon - patch by Matthias Buecher <mail@maddes.net> SVN-Revision: 19569
* stop dropbear at shutdown as wellFelix Fietkau2010-01-301-0/+1
| | | | SVN-Revision: 19430
* dropbear: add GatewayPorts (-a) option (#6503)Jo-Philipp Wich2010-01-142-3/+6
| | | | SVN-Revision: 19127
* #4985 - fixes dropbear banner file, thanks Roman YepishevJohn Crispin2009-10-082-1/+6
| | | | SVN-Revision: 18009
* dropbear: safely support remote restarting of dropbear process; bump pkg ↵Jo-Philipp Wich2009-08-032-26/+114
| | | | | | revision (#5498) SVN-Revision: 17113
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | SVN-Revision: 15242
* dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating ↵Jo-Philipp Wich2009-04-072-27/+72
| | | | | | to 0.52 - thanks maniac103! SVN-Revision: 15144
* dropbear: update to 0.52 (#4635)Jo-Philipp Wich2009-03-295-25/+25
| | | | SVN-Revision: 15074
* invert the mirror orders seems the first one seems to be offline right nowFlorian Fainelli2009-02-101-2/+2
| | | | SVN-Revision: 14466
* add dropkey ssh keys and config files to the conffiles section (#2014)Florian Fainelli2009-02-032-5/+12
| | | | SVN-Revision: 14399
* Allow dropbear to use shadow passwords, and correct base-files generation of ↵Peter Denison2008-09-301-2/+2
| | | | | | /etc/shadow SVN-Revision: 12809
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-161-3/+3
| | | | | | default SVN-Revision: 12319
* dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshedAndy Boyett2008-07-246-50/+34
| | | | SVN-Revision: 11913
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE SVN-Revision: 8659
* Remove these two patcheds that are now in the mainline sourceFlorian Fainelli2007-08-122-0/+0
| | | | SVN-Revision: 8401
* Upgrade dropbear to 0.50 (#2201)Florian Fainelli2007-08-118-52/+24
| | | | SVN-Revision: 8400
* add dropbear host keys to conffilesFelix Fietkau2007-06-151-1/+4
| | | | SVN-Revision: 7642
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-047-42/+40
| | | | SVN-Revision: 7490
* START/STOP values must be specified in the init scriptMike Baker2007-05-101-0/+1
| | | | SVN-Revision: 7164
* fix tty close patch (#1651)Felix Fietkau2007-05-091-1/+10
| | | | SVN-Revision: 7148
* prevent dropbear from closing the tty prematurely if the readfd closesFelix Fietkau2007-05-061-0/+19
| | | | SVN-Revision: 7117
* update dropbear to 0.49Tim Yardley2007-04-083-31/+12
| | | | SVN-Revision: 6890
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* fix pam header related compile error in dropbearFelix Fietkau2007-02-271-0/+19
| | | | SVN-Revision: 6397
* various configure related cleanupsFelix Fietkau2007-02-251-38/+17
| | | | SVN-Revision: 6372
* cosmetic fixFelix Fietkau2007-01-201-1/+1
| | | | SVN-Revision: 6146