summaryrefslogtreecommitdiff
path: root/package/dropbear/files
AgeCommit message (Collapse)Author
2014-05-04simplify add_rcconfWaldemar Brodkorb
2014-05-04automatic dæmonising of servicesThorsten Glaser
2014-04-07allow to enable daemons on startup via menuconfigWaldemar Brodkorb
2013-12-17add ecdsa key generationWaldemar Brodkorb
2010-12-30fix startup scripts, fix stop routineWaldemar Brodkorb
2010-11-07simplify startup scriptWaldemar Brodkorb
2010-04-12dropbear: reenable DSS algo supportPhil Sutter
Tragically, disabling DSS support in order to prevent an error message from showing up at startup (because of missing dss host key) also disables support for pubkey auth using DSS keys. And guess which type mine is. ;) To provide a usable compromise, make dropbear.init generate the formerly missing dss host key. So there won't be any error message, either. Probably this fixes for hosts not being able to authenticate using an RSS host key, too.
2009-12-06update some packages, fix some kernel module dependenciesWaldemar Brodkorb
- update tinc, openssl and xinetd - fix openssh and dropbear coexistence - fix some kernel module load orders
2009-12-01use pkill for startup scriptsWaldemar Brodkorb
- seems to solve the issue, that the same init script get killed otherwise - fine tune dansguardian, squid and iptables package - add default firewall config file (from freewrt) - add an example for transparent proxy via an ethernet bridge
2009-10-18update gcc, binutils, gdb, linux kernel, dnsmasq and alsaWaldemar Brodkorb
WARNING: tested only on qemu-x86
2009-09-23fix dropbear startup, add mips64 qemu bug noticeWaldemar Brodkorb
2009-09-23allow root loginWaldemar Brodkorb
2009-05-30enable shadow passwordsWaldemar Brodkorb
- fix login as admin - fix startup parameter (disable root login)
2009-05-30optimize ipkg package managementWaldemar Brodkorb
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
2009-05-17Initial importwbx