This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "netcfg network scripts repository". The branch, master has been updated via c2036ac1ab643040d6cf98e682ed171114d87090 (commit) via ca3e0f60d834d1d9fa57440c134a5ca4332ba394 (commit) via 6ed493eed48764ba532c0c365db0e281e8bcd17d (commit) via 7e2ff917a67573ed957d57d2fd077b4c219c0d86 (commit) via b0373830cd79e35ea0d266726109c36a57122857 (commit) via 58ea28491738bdc7f351083ee838955f475e4405 (commit) via 2a97de914054140b93e5eb163c2da73ec5001ee3 (commit) from 294a65132b88324d3ed917635fa84cf42f0a90f7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit c2036ac1ab643040d6cf98e682ed171114d87090 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Jul 3 13:25:05 2012 +0200 Changes needed after b0373 The reverted state wasn't entirely compatible with the current code. The WPA_CTRL_PATH handling throughout netcfg is ugly. commit ca3e0f60d834d1d9fa57440c134a5ca4332ba394 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Jul 3 12:18:37 2012 +0200 Cleanup src/network quirk() is not used anymore, inarray() doesn't belong in src/network. commit 6ed493eed48764ba532c0c365db0e281e8bcd17d Author: Henrik Hallberg <henrik@k2h.se> Date: Mon Jul 2 23:07:19 2012 +0200 Lower latency in timeout_wait commit 7e2ff917a67573ed957d57d2fd077b4c219c0d86 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Jul 3 12:05:24 2012 +0200 Better grep usage When possible, fgrep is preferred. This prevents interpreting variable search patterns as expressions. In setting the control paths, the search expression was updated to match what wpa_supplicant uses. commit b0373830cd79e35ea0d266726109c36a57122857 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Jul 3 12:01:41 2012 +0200 Revert "Don't rely on wpa_cli reconfigure to reload wpa.conf" This reverts commit 0d4c3ce797e688e146768bac07f6162d02634140. The reverted commit created a situation where wpa_supplicant is unnecessarily started and stopped in many cases, causing noticeable delay. If wpa_supplicant still fails to associate properly, wpa_reconfigure() should be modified in src/8021x. commit 58ea28491738bdc7f351083ee838955f475e4405 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Tue Jul 3 03:37:31 2012 +0200 Better file handling in wifi-menu - Prevent slashes from entering potential profile filenames - Remove scan results file in EXIT trap commit 2a97de914054140b93e5eb163c2da73ec5001ee3 Author: Henrik Hallberg <henrik@k2h.se> Date: Tue Jul 3 03:11:12 2012 +0200 Wait actively in {start, stop}_wpa Check .pid file regularly instead of waiting a second blindly. Saves up to a second of wall time per call. ----------------------------------------------------------------------- Summary of changes: scripts/wifi-menu | 19 ++++++++++--------- src/8021x | 20 +++++++++----------- src/connections/ethernet | 4 ++-- src/connections/wireless | 21 +++++++++------------ src/globals | 16 +++++++++++++++- src/network | 22 ---------------------- 6 files changed, 45 insertions(+), 57 deletions(-) hooks/post-receive -- netcfg network scripts repository