CIA.vc
NetworkManager
Real-time open source activity stats
Stats » Projects » GNOME » NetworkManager
informationsyndicateUTC clock
05:56 on May 19, 2012
event counters
The last message was received 3.44 years ago at 20:05 on Dec 11, 2008
0 messages so far today, 0 messages yesterday
0 messages so far this week, 0 messages last week
0 messages so far this month, 0 messages last month
4244 messages since the first one, 7.91 years ago, for an average of 16.32 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
20:05 on Dec 11, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4380 NetworkManager/ (ChangeLog README):
2008-12-11  Dan Williams  <dcbw at redhat dot com>

        * Move NetworkManager to git.freedesktop.org
                - git clone git://git.freedesktop.org/git/NetworkManager/NetworkManager.git
#
20:04 on Dec 11, 2008GNOME
Commit by dcbw :: r4379 NetworkManager/ (ChangeLog README):
2008-12-11  Dan Williams  <dcbw at redhat dot com>

        * Move NetworkManager to git.freedesktop.org
                - git clone git://git.freedesktop.org/git/NetworkManager/NetworkManager.git
#
19:47 on Dec 09, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4377 NetworkManager/configure.in:
Update wireless-tools message to be more informative
#
19:47 on Dec 09, 2008GNOME
Commit by dcbw :: r4376 NetworkManager/configure.in:
Update wireless-tools message to be more informative
#
15:16 on Dec 09, 2008GNOME
Commit by dcbw :: r4375 NetworkManager/ (10 files in 4 dirs):
2008-12-09  Dan Williams  <dcbw at redhat dot com>

        * libnm-util/libnm-util.ver
          libnm-util/nm-setting-ip4-config.c
          libnm-util/nm-setting-ip4-config.h
                - Add 'never-default' property, which when true indicates that a
                        connection should never be the default connection

        * src/nm-ip4-config.c
          src/nm-ip4-config.h
                - (nm_ip4_config_get_never_default, nm_ip4_config_set_never_default):
                        Add never-default helpers

        * src/NetworkManagerUtils.c
                - (nm_utils_merge_ip4_config): update never-default when merging the
                        IP4 setting to the IP4 config

        * src/NetworkManagerSystem.c
                - (nm_system_apply_ip4_config): if the connection is never-default,
                        don't add routes without a gateway

        * src/NetworkManagerPolicy.c
                - (get_best_device): don't let never-default connections be the best
                - (update_routing_and_dns): handle never-default for VPN connections

        * system-settings/plugins/ifcfg-rh/reader.c
                - (make_ip4_setting): handle never-default by checking GATEWAYDEV
#
15:24 on Dec 08, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4374 NetworkManager/ (2 files in 2 dirs):
2008-12-08  Dan Williams  <dcbw at redhat dot com>

        * src/vpn-manager/nm-vpn-connection.c
                - (plugin_state_changed): clear secrets before setting the connection
                        state to FAILED, since doing so may destroy the connection itself,
                        since the NMVPNService owning this NMVPNConnection will unref it
                        when the NMVPNConnection is failed or stopped
#
15:21 on Dec 08, 2008GNOME
Commit by dcbw :: r4373 NetworkManager/ (2 files in 2 dirs):
2008-12-08  Dan Williams  <dcbw at redhat dot com>

        * src/vpn-manager/nm-vpn-connection.c
                - (plugin_state_changed): clear secrets before setting the connection
                        state to FAILED, since doing so may destroy the connection itself,
                        since the NMVPNService owning this NMVPNConnection will unref it
                        when the NMVPNConnection is failed or stopped
#
15:18 on Dec 08, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4372 NetworkManager/ (9 files in 4 dirs):
Update translations from trunk
#
22:31 on Dec 07, 2008GNOME
Commit by simos :: r4371 NetworkManager/po/el.po:
Fixed typo in Greek translation
#
16:09 on Dec 07, 2008GNOME
Commit by simos :: r4370 NetworkManager/po/el.po:
Updated Greek translation.
#
16:03 on Dec 07, 2008GNOME
Commit by simos :: r4369 NetworkManager/ (8 files in 4 dirs):
Updated Greek translation by Evgenia Petoumenou.
#
21:15 on Dec 06, 2008GNOME
Commit by mariobl :: r4368 NetworkManager/vpn-daemons/vpnc/po/ (ChangeLog de.po):
Updated German translation of vpnc
#
00:21 on Dec 06, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4367 NetworkManager/vpn-daemons/vpnc/ (5 files in 3 dirs):
2008-12-05  Dan Williams  <dcbw at redhat dot com>

        * auth-dialog/gnome-two-password-dialog.c
          auth-dialog/gnome-two-password-dialog.h
                - Simplify to only what the VPN plugin actually needs

        * auth-dialog/main.c
                - (find_connection_path): split out into separate function
                - (get_secrets): be more intelligent about requesting password when
                        the password type cannot be found in the VPN details; use new VPN
                        password dialog stuff
                - (get_connection_info): rename from get_password_types(); get
                        connection name too
                - (main): don't require a connection name too; it's pointless

        * properties/nm-vpnc.c
                - (init_one_pw_combo): if the password was found, but the password type
                        wasn't, default to saving the password in the keyring.  Otherwise
                        if both the type and the password couldn't be found, default to
                        always asking for it.
                - (init_plugin_ui): get VPN passwords before setting up the type combos
#
00:20 on Dec 06, 2008GNOME
Commit by dcbw :: r4366 NetworkManager/vpn-daemons/vpnc/ (5 files in 3 dirs):
2008-12-05  Dan Williams  <dcbw at redhat dot com>

        * auth-dialog/gnome-two-password-dialog.c
          auth-dialog/gnome-two-password-dialog.h
                - Simplify to only what the VPN plugin actually needs

        * auth-dialog/main.c
                - (find_connection_path): split out into separate function
                - (get_secrets): be more intelligent about requesting password when
                        the password type cannot be found in the VPN details; use new VPN
                        password dialog stuff
                - (get_connection_info): rename from get_password_types(); get
                        connection name too
                - (main): don't require a connection name too; it's pointless

        * properties/nm-vpnc.c
                - (init_one_pw_combo): if the password was found, but the password type
                        wasn't, default to saving the password in the keyring.  Otherwise
                        if both the type and the password couldn't be found, default to
                        always asking for it.
                - (init_plugin_ui): get VPN passwords before setting up the type combos
#
21:47 on Dec 05, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4365 NetworkManager/ (3 files in 3 dirs):
2008-12-05  Dan Williams  <dcbw at redhat dot com>

        Patch from Michael Biebl  <mbiebl at gmail dot com>

        * libnm-glib/Makefile.am
                - Bump libnm-glib revision to indicate new API
                - Give libnm-util version info

        * libnm-util/Makefile.am
                - Bump libnm-util soname to indicate API/ABI break with 0.6
#
21:29 on Dec 05, 2008GNOME
Commit by dcbw :: r4363 NetworkManager/ (3 files in 3 dirs):
2008-12-05  Dan Williams  <dcbw at redhat dot com>

        Patch from Michael Biebl  <mbiebl at gmail dot com>

        * libnm-glib/Makefile.am
                - Bump libnm-glib revision to indicate new API
                - Give libnm-util version info

        * libnm-util/Makefile.am
                - Bump libnm-util soname to indicate API/ABI break with 0.6
#
15:30 on Dec 05, 2008GNOME
Commit by mariobl :: r4362 NetworkManager/vpn-daemons/pptp/po/ (ChangeLog de.po):
Updated German translation
#
23:15 on Dec 03, 2008GNOME
Commit by dcbw on NETWORKMANAGER_0_7 :: r4361 NetworkManager/src/nm-netlink-monitor.c:
Fix literal error message
#
23:13 on Dec 03, 2008GNOME
Commit by dcbw :: r4360 NetworkManager/src/nm-netlink-monitor.c:
Fix literal error message
#
03:21 on Nov 30, 2008GNOME
Commit by dcbw :: r4359 NetworkManager/vpn-daemons/pptp/ (ChangeLog properties/advanced-dialog.c):
2008-11-29  Dan Williams  <dcbw at redhat dot com>

        * properties/nm-pptp.c
                - (auth_methods_setup, advanced_dialog_new_hash_from_dialog): add EAP
                        to the auth method list
#