- 02 Nov, 2004 2 commits
-
-
Colin Walters authored
* src/NetworkManagerWireless.h, src/NetworkManagerWireless.c (nm_wireless_128bit_key_from_passphrase): Add const. * src/NetworkManagerAP.h, src/NetworkManagerAP.c (nm_ap_set_enc_key_source): Add const. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@287 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Colin Walters authored
* .cvsignore: Update. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@286 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 01 Nov, 2004 1 commit
-
-
Kjartan Maraas authored
* nb.po: Updated Norwegian bokmal translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@285 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 31 Oct, 2004 1 commit
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@284 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 30 Oct, 2004 2 commits
-
-
Miloslav Trmac authored
* cs.po: Updated Czech translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@283 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Marcel Telka authored
* sk.po: Updated Slovak translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@282 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 29 Oct, 2004 5 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@281 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@280 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManagerDevice.c - (nm_device_wireless_network_exists): Actually use the encryption key we got from the applet when attempting to find a wireless network - Don't bring devices down so much since on some cards it triggers firmware hotplugs each time * src/NetworkManagerDbus.c - (nm_dbus_nm_set_active_device): free the passphrase we may have gotten from the caller git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@279 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManager.c - (nm_hal_device_property_modified): unlock a locked active wireless device when a wired connection gets a link. (Means you'll switch to wired whenever you plug in no matter what). git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@278 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* panel-applet/NMWirelessAppletOtherNetworksDialog.[ch] - New files, implement the "Other wireless network" dialog * panel-applet/NMWirelessApplet.c - Move "other wireless network" dialog to separate file * panel-applet/NMWirelessAppletDbus.[ch] - Take key and key_type paramaters for the set_device function * panel-applet/essid.glade - Add UI bits for encryption settings * src/NetworkManagerDbus.c - Retrieve key and key_type params for "setActiveDevice" method call and pass them on - unref AP returned from nm_device_get_best_ap() when needed * src/NetworkManagerDevice.c - (nm_device_get_best_ap): ref the ap before returning it - unref AP returned from nm_device_get_best_ap() when needed - (nm_device_activate_wireless): add "ap" parameter so we don't need to call nm_device_get_best_ap() here, it was pretty much redundant anyway - (AP_NEED_KEY): break second link check condition out into separate function, and fix segfault when ap->enc_key_source was NULL - (nm_device_find_and_use_essid): take key and key_type parameters and pass them along to nm_device_wireless_network_exists(). If the network does exist, set the passed-in key+key_type on the AP * src/NetworkManagerPolicy.c - unref AP returned from nm_device_get_best_ap() when needed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@277 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 28 Oct, 2004 1 commit
-
-
Dan Williams authored
* src/NetworkManagerUtils.c - (nm_spawn_process): Fix a potential dereference of NULL Patches from Peter Jones: * src/NetworkManagerDevice.c - (nm_device_test_wireless_extensions): Better check for wireless devices * src/NetworkManagerUtils.c - (nm_spawn_process): Pass in valid stdout and stderr so executed programs don't randomly SIGPIPE and fail - (nm_get_wired_driver_support_level): quash hal warning when checking for USB ethernet device git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@276 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 27 Oct, 2004 2 commits
-
-
Dan Williams authored
* info-daemon/NetworkManagerInfo.c info-daemon/NetworkManagerInfoDbus.c info-daemon/NetworkManagerInfoPassphraseDialog.c panel-applet/NMWirelessApplet.c - Properly escape gconf keys * src/NetworkManager.c - remove unused variables * src/NetworkManagerAP.c - (nm_ap_new_from_ap): Don't redundantly set new APs refcount since it got set in nm_ap_new() * src/NetworkManagerAPList.c - (nm_ap_list_combine): Give up ownership of newly created access points to the ap list, fixes memleak * src/NetworkManagerDevice.c - Remove cached_ap_list4 member since its not really needed - (nm_device_wireless_network_exists): Try to get correct encryption status of a found AP if its already in our device list - (nm_device_do_normal_scan): Clean up scanning a bit, make memory allocs/deallocs a bit clearer and shorter-lived git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@275 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Ray Strode authored
* panel-applet/NMWirelessApplet.c: (custom_essid_item_selected): kill some compiler warnings git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@274 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 26 Oct, 2004 1 commit
-
-
* info-daemon/NetworkManagerInfoDbus.c - (nmi_dbus_is_running): New function for determining if nmi is already running - (nmi_dbus_service_init): exit if another instance of nmi is already running git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@273 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 24 Oct, 2004 3 commits
-
-
Vincent van Adrighem authored
* nl.po: Translation updated by Tino Meinen. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@272 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Francisco Javier F. Serrador authored
* es.po: Updated Spanish translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@271 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Miloslav Trmac authored
* cs.po: Updated Czech translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@270 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 23 Oct, 2004 3 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@269 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* info-daemon/NetworkManagerInfoDbus.c - Trap the "DeviceActivationFailed" signal * docs/NetworkManager DBUS API.txt - Add "DeviceActivationFailed" signal * panel-applet/NMWirelessAppletDbus.c - Quash the "NetworkManager service not available" message * src/NetworkManagerDbus.[ch] - Add the "DeviceActivationFailed" signal * src/NetworkManagerDevice.c - Add support for activation_failed flag - Fix deadlock where activation thread didn't clean itself up, making main thread still believe it was alive forever (didn't reset activation flags like activating, just_activated, etc when IP configuration failed) * src/NetworkManagerPolicy.c - Implement logic for DeviceActivationFailed signal, and when activation fails for wireless networks, try to fall back to some other access point git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@268 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* panel-applet/NMWirelessApplet.[ch] - Place the GtkMenuBar inside a GtkEventBox, and add the Event Box to the applet object, so we can get tooltips - Add tooltips (RH #136866) * src/NetworkManagerDevice.c - When trying to find a wireless network, try to connect with encryption turned on first, so that we can more accurately detect whether or not we need to use encryption for the actual association later on git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@267 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 22 Oct, 2004 1 commit
-
-
Hendrik Brandt authored
* po/de.po: Updated German translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@266 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 21 Oct, 2004 5 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@265 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* Add some support for telling NetworkManagerInfo to tell the user that they are using a device that's not fully supported * Fix some assertions in debug messages due to null access point args git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@264 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManagerDevice.c - Don't try to activate/bring up/down unsupported devices * src/NetworkManagerUtils.c - Fix case of PCI ID checks for driver support levels git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@263 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Bryan W. Clark authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@262 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* NetworkManager.h - New file, now contains commonly used structures and bits for the dbus API of NetworkManager * Makefile.am - Deliver NetworkManager.h to ${includedir}/NetworkManager * src/NetworkManager.h - Rename -> src/NetworkManagerMain.c * Various fixups all around to use NetworkManager.h and new src/NetworkManagerMain.h, remove redundant bits that got moved into NetworkManager.h * src/NetworkManagerDevice.[ch] src/NetworkManagerUtils.[ch] src/NetworkManagerPolicy.c src/NetworkManagerDbus.c - Whitelist wireless drivers, and blacklist some wired drivers. Also blacklist cipsec and ethernet-over-usb devices at this time (RH #135722, RH #135648) - Don't leak unsupported devices out over dbus, or allow them to be set as the active device. Skip over them during automatic device picking * test/nmclienttest.c - Clean up the dbus code a lot git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@261 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 20 Oct, 2004 1 commit
-
-
Kjartan Maraas authored
* nb.po: Update. * no.po: Update git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@260 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 19 Oct, 2004 3 commits
-
-
Jonathan Blandford Blandford authored
* configure.in: post release bump. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@259 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Jonathan Blandford Blandford authored
* configure.in: * NEWS: Released NetworkManager-0.3.1 git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@257 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patches from Thom May: * test/nmtestdevices.c - Include <string.h> * src/backends/NetworkManagerDebian.c: - (nm_system_device_run_dhcp, nm_system_device_stop_dhcp) (nm_system_device_flush_routes, nm_system_device_flush_addresses) Move to using g_strdup_printf rather than arbitrary buffers - (nm_system_device_setup_static_ip4_config) Implement function. - (nm_system_kill_all_dhcp_daemons) Use killall -q rather than killall git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@256 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 18 Oct, 2004 1 commit
-
-
Miloslav Trmac authored
* cs.po: Updated Czech translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@255 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 17 Oct, 2004 4 commits
-
-
Dan Williams authored
* info-daemon/NetworkManagerInfoDbus.c - Display name of network in the "network not found" dialog * panel-applet/NMWirelessAppletDbus.c - (nmwa_dbus_call_nm_method): new function replaces all other nmwa_dbus_get_[string|string_array|int|boolean] methods - nmwa_dbus_get_network_name() and nmwa_dbus_get_device_name() consolidated into nmwa_dbus_get_object_name() git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@254 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
David Lodge authored
* en_GB.po: Updated British English translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@253 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Vincent van Adrighem authored
* nl.po: Translation updated by Tino Meinen. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@252 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Raphael Higino authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@251 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 16 Oct, 2004 1 commit
-
-
Dan Williams authored
* src/NetworkManagerDbus.c info-daemon/NetworkManagerInfoDbus.c - Display an error dialog when the user tries to use an "Other wireless network" that's not found. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@250 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 15 Oct, 2004 3 commits
-
-
Dan Williams authored
* panel-applet/NMWirelessApplet.[ch] - Fix up corner cases in applet state, making it look more responsive. Change state to "connecting" when the user is forcing a device too. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@249 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* panel-applet/NMWirelessApplet.[ch] - Fix up corner cases in applet state, making it look more responsive. Change state to "connecting" when the user is forcing a device too. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@248 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Marcel Telka authored
* sk.po: Updated Slovak translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@247 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-