[arch-projects] [netctl] [GIT] Network control utility based on systemd branch master updated. 0.8-21-ge01b395
Jouke Witteveen
jouke at archlinux.org
Thu Apr 18 03:17:14 EDT 2013
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 e01b395b0a297edd4b865f83fc1ada84a37f7458 (commit)
via e95c9680e0632d835a1786a74c1d2bb2fc5b4a60 (commit)
via e1ae4c56483ee2664a5448a305019b43f1b10ad9 (commit)
via e3cc2987544e3f75a793eb3d5cc95d2c40309bda (commit)
via 281f4aa59ef07c0f3de163d59d7df678c8830d20 (commit)
via bb010817ab49b8b80daba4ddc9e3a0ef0cb21491 (commit)
via 494ac0bd090df5f33f2e62fe41ecd58ed9422461 (commit)
from 748fed60e3c4950b431d5d3c4fae70cb1cc59d4c (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 e01b395b0a297edd4b865f83fc1ada84a37f7458
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Thu Apr 18 09:15:32 2013 +0200
Management related changes
- add back to 'base' group
- add .gitignore that ignores build results
commit e95c9680e0632d835a1786a74c1d2bb2fc5b4a60
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Thu Apr 18 09:14:08 2013 +0200
Small review of PPP related connections
The most important change is that we now bring the interface down
correctly in pppoe_down.
commit e1ae4c56483ee2664a5448a305019b43f1b10ad9
Author: Leo von Klenze <devel at leo.von-klenze.de>
Date: Sun Apr 14 15:31:25 2013 +0200
add command to turn modem on, fix pin command
commit e3cc2987544e3f75a793eb3d5cc95d2c40309bda
Author: Robbie Smith <zoqaeski at gmail.com>
Date: Tue Apr 16 11:03:52 2013 +0200
Updated man page to include pppoe and mobile_ppp
Removed unnecessary options from example connection.
commit 281f4aa59ef07c0f3de163d59d7df678c8830d20
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Mon Apr 15 21:54:14 2013 +0200
Allow group-accessible tuntap devices
The tuntap connection type requires both a User and a Group to be
defined. However, when configuring a tuntap device in the kernel, the
device's uid and gid must both match for someone to be able to use the
device. The only way to create a tuntap device accessible to a group of
users is therefore to avoid specifying the user argument to
"ip tuntap add".
Reported by: A Web
commit bb010817ab49b8b80daba4ddc9e3a0ef0cb21491
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Mon Apr 15 20:46:22 2013 +0200
Don't rebuild the manpages on install
Only (forcefully) rebuild them when generating a source tarball.
This is an addendum to 9b500.
commit 494ac0bd090df5f33f2e62fe41ecd58ed9422461
Author: Jouke Witteveen <j.witteveen at gmail.com>
Date: Mon Apr 15 19:12:50 2013 +0200
Fix naming of IEEE 802 working groups
Use 'wpa' to refer to the 802.11i and 802.1x client side software
(wpa_supplicant) in general.
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 3 ++
Makefile | 20 ++++------
contrib/PKGBUILD | 13 +++---
docs/Makefile | 6 ++-
docs/examples/mobile_ppp | 7 ----
docs/netctl.profile.5.txt | 91 +++++++++++++++++++++++++++++++++++++++---
src/lib/connections/ethernet | 10 ++---
src/lib/connections/mobile_ppp | 37 +++++++----------
src/lib/connections/pppoe | 46 ++++++++++++---------
src/lib/connections/tuntap | 2 +-
src/lib/connections/wireless | 2 +-
src/lib/{8021x => wpa} | 0
src/netctl-auto | 2 +-
src/wifi-menu | 2 +-
14 files changed, 159 insertions(+), 82 deletions(-)
create mode 100644 .gitignore
rename src/lib/{8021x => wpa} (100%)
hooks/post-receive
--
Network control utility based on systemd
More information about the arch-projects
mailing list