2004-06-29 20:10:19 +00:00
|
|
|
2004-06-29 Dan Williams <dcbw@redhat.com>
|
|
|
|
|
|
|
|
|
|
* dispatcher-daemon/NetworkManagerDispatcher.c
|
|
|
|
|
- Implement script callout functionality
|
|
|
|
|
|
2004-06-24 18:20:48 +00:00
|
|
|
2004-06-24 Dan Williams <dcbw@redhat.com>
|
|
|
|
|
|
|
|
|
|
* NetworkManager.c
|
|
|
|
|
- Spacing cleanups
|
|
|
|
|
- Flush device routes and ip addresses when added to the device list
|
|
|
|
|
|
|
|
|
|
* NetworkManagerDbus.c
|
|
|
|
|
- Spacing cleanups
|
|
|
|
|
- Add missing returns in the two signal functions
|
|
|
|
|
|
|
|
|
|
* NetworkManagerPolicy.c
|
|
|
|
|
- Spacing and variable cleanups
|
|
|
|
|
|
2004-06-24 17:55:51 +00:00
|
|
|
2004-06-24 Dan Williams <dcbw@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Makefile.am
|
|
|
|
|
Makefile.in
|
|
|
|
|
configure.in
|
|
|
|
|
dispatcher-daemon/Makefile.am
|
|
|
|
|
dispatcher-daemon/Makefile.in
|
|
|
|
|
dispatcher-daemon/NetworkManagerDispatcher.c
|
2004-06-24 18:20:48 +00:00
|
|
|
- Add a daemon that receives signals from NetworkManager
|
|
|
|
|
and will (eventually) call scripts in /etc/somewhere
|
|
|
|
|
when devices go up or down.
|
2004-06-24 17:55:51 +00:00
|
|
|
|
|
|
|
|
* NetworkManager.c
|
2004-06-24 18:20:48 +00:00
|
|
|
- Spacing cleanups
|
|
|
|
|
- Flush device routes and ip addresses when added to the device list
|
|
|
|
|
|
|
|
|
|
* NetworkManagerDbus.c
|
|
|
|
|
- Spacing cleanups
|
|
|
|
|
- Add missing returns in the two signal functions
|
2004-06-24 17:55:51 +00:00
|
|
|
|
|
|
|
|
* NetworkManagerPolicy.c
|
2004-06-24 18:20:48 +00:00
|
|
|
- Spacing and variable cleanups
|
2004-06-24 17:55:51 +00:00
|
|
|
- Rename nm_policy_switch_interface->nm_policy_switch_device
|
|
|
|
|
- nm_policy_switch_device():
|
|
|
|
|
Use kill (pid) instead of system ("kill <pid>")
|
|
|
|
|
- nm_state_modification_monitor():
|
|
|
|
|
Add wireless essid to output of debug statements
|
|
|
|
|
Correct typo in device compare to switch or not (should be !=)
|
|
|
|
|
Don't sleep after sending "no longer active" signal, was useless
|
|
|
|
|
|
2004-06-24 14:28:05 +00:00
|
|
|
2004-06-24 Dan Williams <dcbw@redhat.com>
|
|
|
|
|
|
|
|
|
|
* Initial import
|