[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 1.3-10-gde41bbd
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 "Network control utility based on systemd". The branch, master has been updated via de41bbd471cbac5ef1a9da20fe990a5bd7d4b271 (commit) via 120d94020aed8d8b5e1b76dc7ee03fa062fab26c (commit) via 2f1ef4d9f87af7112c6bbb7c53bbe7bafe3ef8b1 (commit) via 7c4329462e411c110b8dded92cc4b0d935e1e95d (commit) via 8a414978b39e784fdabf6895985acc0e054d235c (commit) via 755c8d5afdaca08ca1732765f30370f752259d4b (commit) via ab8953024be9f6f7d5f98886894917a8a8fdd452 (commit) via 5930a6eebc67b9665ea5d6133306a71030cd94a0 (commit) via f50656d00cac5125b0fd8ae7dbfa314b83597ad4 (commit) via 0c85a0d981c403a438e671af510a733a319b1b97 (commit) from 127976c75b294865571c3367f3d8e2e25262f2e7 (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 de41bbd471cbac5ef1a9da20fe990a5bd7d4b271 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Sat Oct 26 10:45:17 2013 +0200 wifi-menu: ask for a name for the new profile Some abuse of the stack, but that should be no problem: the user has to enter around 10000 existing profile names which (s)he does not want to overwrite before a stack overflow occurs. Feature suggested by: Paul Bienkowski <opatutlol@aol.com> commit 120d94020aed8d8b5e1b76dc7ee03fa062fab26c Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Oct 23 13:31:38 2013 +0200 Overhaul of ppp connection types - Refactorization of option file generation - Introduction of optional additional pppd options file specification - Introduction of unit specification option for pppoe connections commit 2f1ef4d9f87af7112c6bbb7c53bbe7bafe3ef8b1 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Oct 23 01:20:54 2013 +0200 beautify error output Also: tag error messages as systemd error messages when the messages are not directed to the terminal. commit 7c4329462e411c110b8dded92cc4b0d935e1e95d Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Wed Oct 23 01:12:48 2013 +0200 Add a connection type for dummy interfaces commit 8a414978b39e784fdabf6895985acc0e054d235c Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Oct 21 23:58:11 2013 +0200 Set a global restrictive umask Netctl files can potentially contain passwords or execute code as root. commit 755c8d5afdaca08ca1732765f30370f752259d4b Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Oct 21 23:37:20 2013 +0200 Minor rfkill refactorization Testing whether transmission is blocked at all is now possible through [[ -n $(rf_status "$Interface" "$RFKill") ]] commit ab8953024be9f6f7d5f98886894917a8a8fdd452 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Oct 21 17:10:23 2013 +0200 Allow limiting the frequencies to scan (FS#37032) This is especially useful to enforce connecting in the 5 GHz band. commit 5930a6eebc67b9665ea5d6133306a71030cd94a0 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Oct 21 16:51:00 2013 +0200 Increase default DHCP timeout New timeout is 30 seconds, which equals the current dhcpcd default. commit f50656d00cac5125b0fd8ae7dbfa314b83597ad4 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Oct 21 16:47:21 2013 +0200 Better detection of hex keys Hex WEP keys are of even length, ASCII keys are of odd length. Using this information we make wifi-menu work better for WEP networks. commit 0c85a0d981c403a438e671af510a733a319b1b97 Author: Jouke Witteveen <j.witteveen@gmail.com> Date: Mon Oct 21 15:11:39 2013 +0200 Specify the local side of a tunnel early (FS#36711) Needed in case the remote side of a tunnel is set to 'any'. ----------------------------------------------------------------------- Summary of changes: docs/examples/mobile_ppp | 3 - docs/netctl.profile.5.txt | 25 ++++++- src/lib/connections/README | 3 + src/lib/connections/{tunnel => dummy} | 14 ++-- src/lib/connections/mobile_ppp | 118 +++++++++++----------------------- src/lib/connections/pppoe | 90 +++++++++++++------------- src/lib/connections/tunnel | 7 +- src/lib/connections/tuntap | 7 +- src/lib/connections/wireless | 4 +- src/lib/globals | 11 +++- src/lib/ip | 6 +- src/lib/rfkill | 37 +++++++---- src/lib/wpa | 10 ++- src/netctl-auto | 4 +- src/wifi-menu | 16 +++++ 15 files changed, 179 insertions(+), 176 deletions(-) copy src/lib/connections/{tunnel => dummy} (52%) hooks/post-receive -- Network control utility based on systemd
participants (1)
-
joukeï¼ archlinux.org