aboutsummaryrefslogtreecommitdiffstats
path: root/package/dropbear
Commit message (Collapse)AuthorAgeFilesLines
* build: add the + token to any commands that can pass through the jobserver, ↵Felix Fietkau2012-09-231-2/+2
| | | | | | fixes parallel build on some systems git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33523 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32620 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: patch possible use after free by authenticated remote ↵Jo-Philipp Wich2012-02-253-3/+94
| | | | | | users with active command restrictions (CVE-2012-0920) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30714 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: disable assertions to reduce code sizeFelix Fietkau2012-02-211-0/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30668 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: fix build breakageFelix Fietkau2011-11-271-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29340 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: update to 2011.54Nicolas Thill2011-11-255-54/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29330 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: use new service wrapperNicolas Thill2011-11-072-13/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: fix segfault with remote port forwarding (closes: #10339)Nicolas Thill2011-11-032-1/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28718 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear:Jo-Philipp Wich2011-07-313-7/+38
| | | | | | | | - split port argument at the rightmost colon, allows binding to specific IPv6 addresses - don't use uci ipaddr var but resolve ifname and get addresses from it (#9853) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27843 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [dropbear]John Crispin2011-04-012-10/+1
| | | | | | | | | | | | | | | | | | | | r25831 reduced the size of the dropbear executable by, among other things, 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: fix missing -lcrypt on BSDish host systems (#8971)Jo-Philipp Wich2011-03-061-0/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25891 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/dropbear]: tune some more options by default to decrease sizeImre Kaloz2011-03-023-12/+77
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25831 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package/dropbear]: upgrade to 0.53.1Imre Kaloz2011-03-024-9/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25830 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves ↵Felix Fietkau2011-03-021-1/+2
| | | | | | 19k uncompressed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25826 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: compile out libtomcrypt assertion messages, saves some more spaceFelix Fietkau2011-02-131-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25526 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [pacakge] dropbear: Add config options to allow specification of host key ↵Vasilis Tsiligiannis2010-09-291-0/+5
| | | | | | files, thanks Scott Merrilees and Matthias Buecher (#7824) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: simplify & reduce init script size (closes #7985)Alexandros C. Couloumbis2010-09-241-25/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23118 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22965 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: Explicity list default RootPasswordAuth value in default ↵Daniel Dickinson2010-07-271-0/+1
| | | | | | config file so that users know to turn off RootPasswordAuth as well as PasswordAuth to prevent password logins as root. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22394 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: Add RootLogin parameter to control whether ssh logins as ↵Daniel Dickinson2010-07-271-1/+5
| | | | | | root are allowed. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22393 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: bump release number (missed in r20960)Nicolas Thill2010-05-211-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package] dropbear: Add bind 'Interface' option (#7149)Vasilis Tsiligiannis2010-04-171-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20960 3c298f89-4303-0410-b956-a3cf2f4a3e73
* package/dropbear: refresh patchesGabor Juhos2010-03-264-20/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20460 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20219 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19569 3c298f89-4303-0410-b956-a3cf2f4a3e73
* stop dropbear at shutdown as wellFelix Fietkau2010-01-301-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19430 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: add GatewayPorts (-a) option (#6503)Jo-Philipp Wich2010-01-142-3/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* #4985 - fixes dropbear banner file, thanks Roman Yepishev John Crispin2009-10-082-1/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18009 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: safely support remote restarting of dropbear process; ↵Jo-Philipp Wich2009-08-032-26/+114
| | | | | | bump pkg revision (#5498) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17113 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: fix 100-pubkey_path.patch which broke pubkey auth after ↵Jo-Philipp Wich2009-04-072-27/+72
| | | | | | updating to 0.52 - thanks maniac103! git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15144 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] dropbear: update to 0.52 (#4635)Jo-Philipp Wich2009-03-295-25/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15074 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] invert the mirror orders seems the first one seems to be offline ↵Florian Fainelli2009-02-101-2/+2
| | | | | | right now git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14466 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] add dropkey ssh keys and config files to the conffiles section (#2014)Florian Fainelli2009-02-032-5/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Allow dropbear to use shadow passwords, and correct base-files generation ofPeter Denison2008-09-301-2/+2
| | | | | | /etc/shadow git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12809 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make opkg the default package manager, disable busybox ipkg from building by ↵Travis Kemen2008-08-161-3/+3
| | | | | | default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* dropbear: upgrade to 0.51Andy Boyett2008-07-246-50/+34
| | | | | | | - 160-tty_close merged upstream - patches refreshed git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11913 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵Nicolas Thill2007-09-071-2/+4
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove these two patcheds that are now in the mainline sourceFlorian Fainelli2007-08-122-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8401 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade dropbear to 0.50 (#2201)Florian Fainelli2007-08-118-52/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add dropbear host keys to conffilesFelix Fietkau2007-06-151-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7642 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltFelix Fietkau2007-06-047-42/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* START/STOP values must be specified in the init scriptMike Baker2007-05-101-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7164 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix tty close patch (#1651)Felix Fietkau2007-05-091-1/+10
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* prevent dropbear from closing the tty prematurely if the readfd closesFelix Fietkau2007-05-061-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7117 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update dropbear to 0.49Tim Yardley2007-04-083-31/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6890 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6582 3c298f89-4303-0410-b956-a3cf2f4a3e73
* 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) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6580 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix pam header related compile error in dropbearFelix Fietkau2007-02-271-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6397 3c298f89-4303-0410-b956-a3cf2f4a3e73
* various configure related cleanupsFelix Fietkau2007-02-251-38/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6372 3c298f89-4303-0410-b956-a3cf2f4a3e73