lp:~network-manager/network-manager/main.resolvconf

Created by Alexander Sack and last modified
Get this branch:
bzr branch lp:~network-manager/network-manager/main.resolvconf
Members of Network-manager can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Network-manager
Project:
NetworkManager
Status:
Merged

Recent revisions

3273. By Alexander Sack

* support resolvconf if available
  - update src/named-manager/nm-named-manager.c

3272. By dcbw

Remove unused variables

3271. By dcbw

2008-07-02 Dan Williams <email address hidden>

 * properties/auth-helpers.c
  - (tls_default_filter): read more of the certificate/key file to look
   for the known certificate or key tags, not just 1024 bytes

3270. By dcbw

2008-07-02 Dan Williams <email address hidden>

 * libnm-util/nm-setting-8021x.c
  - (verify): allow forcing the PEAP label to 0

3269. By ymarcheg

Updated Occitan translation

3268. By ymarcheg

Updated Occitan translation

3267. By dcbw

2008-07-02 Dan Williams <email address hidden>

 * introspection/nm-active-connection.xml
   introspection/nm-vpn-connection.xml
   libnm-glib/nm-active-connection.c
   src/nm-activation-request.c
   src/nm-active-connection.h
   src/vpn-manager/nm-vpn-connection.c
  - Remove "SharedServiceName" and "SharedConnection" bits from the D-Bus
   and libnm-glib API since sharing didn't get implemented that way

3266. By dcbw

2008-07-02 Dan Williams <email address hidden>

 * src/nm-device-wifi.c
  - (can_scan): don't scan when a shared connection is activated since
   that makes drivers mad (causing disconnects); also NM doesn't need
   to hedge against disconnects by keeping up-to-date network topology
   because the connection originates from the local machine, and thus
   there should be no disconnects

3265. By dcbw

Quiet warning

3264. By dcbw

2008-07-01 Dan Williams <email address hidden>

 Fix mobile broadband username/password issues. NM was never requesting
 mobile broadband secrets, nor was it passing back the username and password
 if it had them.

 * marshallers/nm-marshal.list
  - Add some new types for activation request objects

 * src/nm-activation-request.c
   src/nm-activation-request.h
  - (get_secrets_cb): pass the caller type in the signal
  - (nm_act_request_request_connection_secrets): take a caller type, so
   that GetSecrets() reply handlers know who asked for the secrets in
   the first place; use secret hints too so the settings service can
   figure out exactly what NM wants (ie, PIN or the PPP password)

 * src/ppp-manager/nm-ppp-manager.c
   src/ppp-manager/nm-ppp-manager.h
  - (impl_ppp_manager_need_secrets): nm_connection_need_secrets() won't
   detect needed secrets when the secret could be blank, like GSM/CDMA
   passwords. So always ask for secrets, and send a hint as to what
   secret we really want.
  - (nm_ppp_manager_update_secrets): make function more generic by making
   the device specific class figure out the username and password, and
   accept an error argument to return back over D-Bus

 * src/nm-device-wifi.c
  - (link_timeout_cb, handle_auth_or_fail): update for changes to
   nm_act_request_request_connection_secrets()
  - (real_connection_secrets_updated): update for 'caller' changes

 * src/nm-device.c
   src/nm-device.h
  - (connection_secrets_updated_cb, connection_secrets_failed_cb): update
   for 'caller' changes

 * src/nm-device-ethernet.c
  - (real_connection_secrets_updated): update for 'caller' changes and
   move logic for getting PPPoE username and password here before
   calling nm_ppp_manager_update_secrets()
  - (link_timeout_cb, handle_auth_or_fail): update for changes to
   nm_act_request_request_connection_secrets()

 * src/nm-cdma-device.c
  - (real_connection_secrets_updated): pass username and password back
   to the PPP manager when required

 * src/nm-gsm-device.c
  - (enter_pin): send the required secret name to the settings service
  - (real_connection_secrets_updated): pass username and password back
   to the PPP manager when required

Branch metadata

Branch format:
Branch format 6
Repository format:
Bazaar pack repository format 1 (needs bzr 0.92)
This branch contains Public information 
Everyone can see this information.

Subscribers