Skip to content
Snippets Groups Projects
  1. Mar 09, 2015
  2. Mar 06, 2015
  3. Mar 01, 2015
  4. Feb 26, 2015
  5. Feb 24, 2015
  6. Feb 22, 2015
  7. Feb 17, 2015
  8. Feb 16, 2015
  9. Feb 13, 2015
    • John Crispin's avatar
      hostapd: backport BSSID black/whitelists · 8f3e9c91
      John Crispin authored
      
      This change adds the configuration options "bssid_whitelist" and
      "bssid_blacklist" used to limit the AP selection of a network to a
      specified (finite) set or discard certain APs.
      
      This can be useful for environments where multiple networks operate
      using the same SSID and roaming between those is not desired. It is also
      useful to ignore a faulty or otherwise unwanted AP.
      
      In many applications it is useful not just to enumerate a group of well
      known access points, but to use a address/mask notation to match an
      entire set of addresses (ca:ff:ee:00:00:00/ff:ff:ff:00:00:00).
      
      This is especially useful if an OpenWrt device with two radios is used to
      retransmit the same network (one in AP mode for other clients, one as STA for
      the uplink); the following configuration prevents the device from associating
      with itself, given that the own AP to be avoided is using the bssid
      'C0:FF:EE:D0:0D:42':
      
      config wifi-iface
      	option device 'radio2'
      	option network 'uplink'
      	option mode 'sta'
      	option ssid 'MyNetwork'
      	option encryption 'none'
      	list bssid_blacklist 'C0:FF:EE:D0:0D:42/00:FF:FF:FF:FF:FF'
      
      This change consists of the following cherry-picked upstream commits:
      
      b3d6a0a8259002448a29f14855d58fe0a624ab76
      b83e455451a875ba233b3b8ac29aff8b62f064f2
      79cd993a623e101952b81fa6a29c674cd858504f
      (squashed to implement bssid_{white,black}lists)
      
      0047306bc9ab7d46e8cc22ff9a3e876c47626473
      (Add os_snprintf_error() helper)
      
      Signed-off-by: default avatarStefan Tomanek <stefan.tomanek+openwrt@wertarbyte.de>
      
      SVN-Revision: 44438
      8f3e9c91
  10. Feb 11, 2015
  11. Feb 09, 2015
  12. Feb 08, 2015
  13. Feb 07, 2015
  14. Feb 03, 2015
  15. Feb 02, 2015
    • John Crispin's avatar
      cURL: implement new functionality with cleanup and fixes · 83693349
      John Crispin authored
      
      remove obsolete configuration settings
        --disable-thread
        --enable-nonblocking
        --without-krb4
      remove SSPI support
        only supported on windows
      correct --with/without-ca-path handling
        only supported with OpenSSL and PolarSSL
      correct LDAP/LDAPS protocol
        add dependency libopenldap
      added SCP/SFTP protocol
        default "No"
        depends on libssh2
      added IDN support
        default "No"
        depends on libidn
      added SMB protocol (new in 7.40)
        default "No"
        require 'cryptographic authentication' and either 'GnuTLS' or 'OpenSSL' selected
      added Unix sockets support (new in 7.40)
        default "No"
      added error verbose messages
        default "No"
      changes to Makefile
        Increase PKG_RELEASE
        PKG_CONFIG_DEPENDS and CONFIGURE_ARGS
          extended for new functionality
          use "autoconf_bool" for all --enable/--disable options
          restructure for easier reading
      changes to Config.in
        extended for new functionality
        implement dependencies
        restructure and grouping for easier reading
      build tested on XUbuntu 14.10 x86 for x86 (generic) and ar71xx (WNDR3800)
      
      Signed-off-by: default avatarChristian Schoenebeck <christian.schoenebeck@gmail.com>
      
      SVN-Revision: 44243
      83693349
  16. Jan 29, 2015
  17. Jan 28, 2015
    • John Crispin's avatar
      comgt-ncm: Fix NCM protocol · 623716dd
      John Crispin authored
      
      This patch fixes the NCM protocol by adding the missing ifname
      to the netifd script and changing one unintended "send" statement to
      "print" in runcommand.gcom. It also cleans up logging and makes the
      manufacturer names case-insensitive. Furthermore, comgt-ncm should
      not depend on the USB-serial-related kernel modules, as the cdc-wdm
      control device works without them. There is also no need to depend on
      kmod-huawei-cdc-ncm, since other manufacturers (like Sony-Ericsson
      and Samsung) which use other kernel modules should also be supported.
      
      I'd appreciate if someone with Samsung or Sony-Ericsson modems could
      test this, I was only able to test it with Huawei E3276, E3372 and
      E353.
      
      Signed-off-by: default avatarMatti Laakso <malaakso@elisanet.fi>
      
      SVN-Revision: 44182
      623716dd
    • John Crispin's avatar
      cURL: Update to version 7.40.0 · 89df4529
      John Crispin authored
      
      * Update to version 7.40.0
      * remove non existing config options around enable/disable HTTPS protocoll
      * remove --with-ca-path if ssl support disabled
      * set proxy support as default like all versions before CC did
      
      Signed-off-by: default avatarChristian Schoenebeck <christian.schoenebeck@gmail.com>
      
      SVN-Revision: 44176
      89df4529
  18. Jan 25, 2015
  19. Jan 24, 2015
  20. Jan 23, 2015
Loading