Commit Graph

84 Commits

Author SHA1 Message Date
Daniel Williams 8969f5b53b Now Require: wpa_supplicant 2006-01-31 16:28:36 +00:00
Daniel Williams 8b77502804 - Longer association timeout
- Fix some SELinux issues
- General bug and cosmetic fixes
2006-01-31 16:21:12 +00:00
Daniel Williams 77f2af6828 Trap more unpackaged files 2006-01-27 07:28:38 +00:00
Daniel Williams 223dd8e401 Trap more unpackaged files 2006-01-27 07:25:29 +00:00
Daniel Williams e359870ed5 Trap more unpackaged files 2006-01-27 07:20:56 +00:00
Daniel Williams dd8527ba1d Trap unpackaged files 2006-01-27 07:16:55 +00:00
Daniel Williams 9bffc3a945 Correct file locations 2006-01-27 06:55:55 +00:00
Daniel Williams c065b1500a - Snapshot from CVS
- WPA Support! Woohoo!
2006-01-27 06:49:05 +00:00
Jesse Keating 436a81220c gcc update bump 2005-12-09 22:39:29 +00:00
John (J5) Palmieri 7abe9aac96 - fix typo 2005-12-02 00:37:26 +00:00
John (J5) Palmieri 1b6ad614b3 - rebuid for new dbus 2005-12-02 00:33:24 +00:00
Peter Jones 179282412f fix scriptlet hell. 2005-11-18 23:33:25 +00:00
Christopher Aillon 99a82f877e - Split out the -glib subpackage to have a -glib-devel package as well
- Add epoch to version requirements for bind and wireless-tools
- Update URL of project
2005-11-06 20:36:00 +00:00
Christopher Aillon e9c890c958 - NetworkManager 0.5.1 2005-10-20 05:19:30 +00:00
Christopher Aillon ff9e0429ed - NetworkManager 0.5.0 2005-10-18 03:58:02 +00:00
Daniel Williams 369da7a46a - Fix automatic wireless connections
- Remove usage of NMLoadModules callout, no longer needed
- Try to fix deadlock when menu is down and keyring dialog pops up
2005-10-10 18:21:26 +00:00
Daniel Williams 3cd439bfc2 - Update to latest CVS o Integrate connection progress with applet icon
(Chris Aillon) o More information in "Connection Information" dialog
    (Robert Love) o Shorten time taken to sleep o Make applet icon wireless
    strength levels a bit more realistic o Talk to named using DBUS rather
    than spawning our own
- You need to add "-D" to the OPTIONS line in /etc/sysconfig/named
- You need to set named to start as a service on startup
2005-10-09 05:11:32 +00:00
Daniel Williams fbe8425b04 - Update to current CVS to fix issues with routing table and /sbin/ip 2005-09-22 20:45:03 +00:00
Jeremy Katz ec10f42c08 - update to current CVS and rebuild (workaround for #168120) 2005-09-13 03:47:41 +00:00
Daniel Williams d20c351f45 New NM from upstream HEAD 2005-08-19 18:12:09 +00:00
Daniel Williams 0a45c84272 - Update to NetworkManager 0.4.1 2005-08-17 16:41:10 +00:00
Daniel Williams 8c76f17a6d - Rebuild against new cairo/gtk 2005-08-16 18:59:37 +00:00
Daniel Williams c1cc0282f0 - Update to latest CVS o Use DHCP server address as gateway address if the
DHCP server doesn't give us a gateway address #rh165698# o Fixes to the
    applet (Robert Love) o Better caching of information in the applet
    (Bill Moss) o Generate automatic suggested Ad-Hoc network name from
    machine's hostname (Robert Love) o Update all network information on
    successfull connect, not just authentication method
2005-08-11 16:41:06 +00:00
Ray Strode 23c3ec2b81 - Update to latest CVS to get fix for bug 165683. 2005-07-30 02:24:21 +00:00
Ray Strode 5fc3c61ef9 - Don't pass log messages into syslog format string (bug 164683). 2005-07-30 01:55:00 +00:00
Daniel Williams 2bc8ae2718 Fix #162316 2005-07-11 19:17:21 +00:00
David Zeuthen ea20347117 - Update to latest CVS to get latest VPN interface settings to satisfy
BuildReq for NetworkManager-vpnc in Fedora Extras Development
- Latest CVS also contains various bug- and UI-fixes
2005-06-30 00:53:15 +00:00
Daniel Williams 52aef86e79 - Update to latest CVS o VPN connection import/export capability o Fix up
some menu item names
- Move nm-vpn-properties.glade to the gnome subpackage
2005-06-17 11:11:55 +00:00
Daniel Williams d18f971567 Fix CVS version usage in Release and Source lines 2005-06-17 01:48:06 +00:00
Daniel Williams cf2b9319d3 - Update to latest CVS o Clean up wording in Wireless Network Discovery
menu o Robert Love's applet beautify patch
2005-06-17 01:40:30 +00:00
Daniel Williams 50f3024e62 BuildRequire dhcdbd too 2005-06-16 01:40:33 +00:00
Daniel Williams 43cb130fc1 Add the dhclient & dhcdbd reqs 2005-06-16 01:37:50 +00:00
Daniel Williams 3006b8dd0e - Update to latest CVS 2005-06-16 01:33:11 +00:00
Daniel Williams e67f345899 - Fix dispatcher and applet CFLAGS so they gets compiled with
FORTIFY_SOURCE
2005-05-16 18:52:34 +00:00
Daniel Williams 782bb48de2 - Fix dispatcher CFLAGS so it gets compiled with FORTIFY_SOURCE 2005-05-16 18:26:13 +00:00
Daniel Williams 3232b10f46 - Fix segfault in NetworkManagerDispatcher, add an initscript for it 2005-05-16 18:12:30 +00:00
Daniel Williams 1111b2708e - Fix condition that may have resulted in DHCP client returning success
when it really timed out
2005-05-16 16:46:24 +00:00
Daniel Williams e8ee593d21 - Enable OK button correctly in Passphrase and Other Networks dialogs when
using ASCII or Hex WEP keys
2005-05-14 21:20:28 +00:00
Daniel Williams ebec265199 - #rh154391# NetworkManager dies on startup (don't force-kill nifd) 2005-05-05 19:00:47 +00:00
Daniel Williams 74b9570bd4 - Fix leak of a socket in DHCP code 2005-05-04 19:01:09 +00:00
Daniel Williams 117b62c374 Bump revision 2005-05-04 18:33:31 +00:00
Daniel Williams 260649dff2 - Fix some memory leaks (Tom Parker)
- Join to threads rather than spinning for their completion (Tom Parker)
- Fix misuse of a g_assert() (Colin Walters)
- Fix return checking of an ioctl() (Bill Moss)
- Better detection and matching of hidden access points (Bill Moss)
- Don't use varargs, and therefore don't crash on PPC (Peter Jones)
2005-05-04 18:33:15 +00:00
Jeremy Katz 0bfe432751 - fix build with newer dbus 2005-04-27 05:17:34 +00:00
Jeremy Katz af5e650b06 - silence %post 2005-04-27 04:35:02 +00:00
Daniel Williams d0a1fba9d7 - #rh153234# NetworkManager quits/cores just as a connection is made 2005-04-04 18:05:53 +00:00
Daniel Williams fa75573945 Try to make new NPTL glibc stuff happy again 2005-04-03 06:56:12 +00:00
Daniel Williams ef31c18fc8 Attempt to work around new linkage issue with NPTL until it gets fixed in
glibc
2005-04-03 06:39:20 +00:00
Daniel Williams 1ad63037e8 Update tarball to fix missing #include <signal.h> 2005-04-03 02:35:57 +00:00
Daniel Williams 6d637f777f - Update from latest CVS HEAD 2005-04-01 21:53:04 +00:00
Daniel Williams 860d84677c Fix missing space between [ and -x 2005-03-26 15:49:16 +00:00