John Crispin
9fd342d913
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>
SVN-Revision: 26390
14 years ago
Imre Kaloz
3c801b3dc0
tune some more options by default to decrease size
...
SVN-Revision: 25831
14 years ago
Imre Kaloz
9f803ade18
upgrade to 0.53.1
...
SVN-Revision: 25830
14 years ago
Felix Fietkau
c05198bf8e
dropbear: use -ffunction-sections, -fdata-sections and --gc-sections, saves 19k uncompressed
...
SVN-Revision: 25826
14 years ago
Felix Fietkau
caadc06413
dropbear: compile out libtomcrypt assertion messages, saves some more space
...
SVN-Revision: 25526
14 years ago
Michael Büsch
7b30b70e11
From: Joseph Roback <openwrt-devel@roback.cc>
...
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
14 years ago
Nicolas Thill
b965033a8d
package/dropbear: bump release number (missed in r20960)
...
SVN-Revision: 21524
15 years ago
Jo-Philipp Wich
0f528002ad
dropbear: add GatewayPorts (-a) option ( #6503 )
...
SVN-Revision: 19127
15 years ago
Jo-Philipp Wich
498fe852f8
dropbear: safely support remote restarting of dropbear process; bump pkg revision ( #5498 )
...
SVN-Revision: 17113
15 years ago
Felix Fietkau
34939cad39
get rid of $Id$ - it has never helped us and it has broken too many patches ;)
...
SVN-Revision: 15242
16 years ago
Jo-Philipp Wich
31a146b56d
dropbear: fix 100-pubkey_path.patch which broke pubkey auth after updating to 0.52 - thanks maniac103!
...
SVN-Revision: 15144
16 years ago
Jo-Philipp Wich
b81b66061f
dropbear: update to 0.52 ( #4635 )
...
SVN-Revision: 15074
16 years ago
Florian Fainelli
af290a63dc
invert the mirror orders seems the first one seems to be offline right now
...
SVN-Revision: 14466
16 years ago
Florian Fainelli
a377aa9ab5
add dropkey ssh keys and config files to the conffiles section ( #2014 )
...
SVN-Revision: 14399
16 years ago
Peter Denison
5ff6932c66
Allow dropbear to use shadow passwords, and correct base-files generation of /etc/shadow
...
SVN-Revision: 12809
16 years ago
Travis Kemen
99dd3e13fc
make opkg the default package manager, disable busybox ipkg from building by default
...
SVN-Revision: 12319
16 years ago
Andy Boyett
09e2dcc255
dropbear: upgrade to 0.51 - 160-tty_close merged upstream - patches refreshed
...
SVN-Revision: 11913
17 years ago
Nicolas Thill
34bb4638e7
move package description to a separate definition, remove it when DESCRIPTION=TITLE
...
SVN-Revision: 8659
17 years ago
Florian Fainelli
e96a64d75e
Upgrade dropbear to 0.50 ( #2201 )
...
SVN-Revision: 8400
18 years ago
Felix Fietkau
8e2643a8b5
add dropbear host keys to conffiles
...
SVN-Revision: 7642
18 years ago
Tim Yardley
f114756689
update dropbear to 0.49
...
SVN-Revision: 6890
18 years ago
Felix Fietkau
24faf55360
add file type autodetection for the unpack command and nuke PKG_CAT:= in lots of places
...
SVN-Revision: 6582
18 years ago
Felix Fietkau
1d307eea87
add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise)
...
SVN-Revision: 6580
18 years ago
Felix Fietkau
d6299cafc8
various configure related cleanups
...
SVN-Revision: 6372
18 years ago
Tim Yardley
75894edf2f
/etc/config/* should use INSTALL_DATA
...
SVN-Revision: 5976
18 years ago
Felix Fietkau
c2211dc51e
replace lots of manual install commands with INSTALL_* variables
...
SVN-Revision: 5624
18 years ago
Felix Fietkau
105a602ecf
implement target profiles in menuconfig
...
SVN-Revision: 5512
18 years ago
Felix Fietkau
fda36c539a
sync dropbear init script with whiterussian, fix locking and add config integration by Carlos Sobrinho
...
SVN-Revision: 5331
18 years ago
Felix Fietkau
8612d33691
init script cleanup, use /etc/rc.d/ for enabled scripts, /etc/init.d/<pkgname> (enable|disable) manages symlinks
...
SVN-Revision: 5128
18 years ago