summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* update docOlivier Blin2008-02-261-2/+6
* do not run sdptool search when detecting connections in fast modeOlivier Blin2008-02-261-1/+5
* setup connection if needed when updating networks listOlivier Blin2008-02-261-0/+3
* update networks list after initial connection setupOlivier Blin2008-02-261-0/+2
* write settings after initial connection setupOlivier Blin2008-02-261-0/+1
* factorize settings write in write_settings() (adds additional modules_conf wr...Olivier Blin2008-02-261-4/+10
* do not scan networks at startup if device is unavailableOlivier Blin2008-02-261-1/+2
* allow to scan networks in netcenter even if slow (like cellular), just don't ...Olivier Blin2008-02-261-6/+7
* do not enable by default devices that require slow hardware check (like cellu...Olivier Blin2008-02-261-1/+3
* move setup check code in check_setupOlivier Blin2008-02-261-6/+11
* report that hardware check is slow for cellular cardsOlivier Blin2008-02-261-0/+1
* add check_hardware_is_slow in network::connectionOlivier Blin2008-02-261-0/+2
* allow to override component nameOlivier Blin2008-02-261-1/+2
* be stricter when matching provider countryOlivier Blin2008-02-251-1/+2
* fix crash when weirdly translated locale country contains metacharacters (fro...Olivier Blin2008-02-251-1/+1
* find conflicting drivers attached on the ssb bus (for example b43)Olivier Blin2008-02-221-0/+6
* find conflicting drivers with no net interface as well (for example ssb), by ...Olivier Blin2008-02-221-0/+8
* always mark the original driver as conflicting with ndiswrapper if it is loadedOlivier Blin2008-02-221-0/+4
* add is_driver_listed helperOlivier Blin2008-02-221-0/+2
* sort modules according to /proc/modules when removing conflicting modules to ...Olivier Blin2008-02-221-1/+2
* stop conflicting interfaces before removing conflicting modulesOlivier Blin2008-02-221-0/+2
* adjust commentOlivier Blin2008-02-221-1/+1
* unload drivers for all conflicting interfacesOlivier Blin2008-02-221-1/+2
* add support for multiple drivers per interface conflict (will get useful for ...Olivier Blin2008-02-221-6/+6
* remove doble (well, it was triple) ndiswrapper module reload in case of confl...Olivier Blin2008-02-221-2/+0
* reload ndiswrapper module after having handled conflicting modulesOlivier Blin2008-02-221-9/+9
* set ndiswrapper as device after configuration, so that network::ndiswrapper c...Olivier Blin2008-02-221-1/+1
* do not reload ndiswrapper module twice, it is already handle in network::ndis...Olivier Blin2008-02-221-0/+1
* remove doble import of strict/commonOlivier Blin2008-02-223-9/+0
* allow not reloading the module if no_module_reload is setOlivier Blin2008-02-221-6/+8
* write modalias for ethernet and wireless interfaces (#34660, #37026, #37106)Olivier Blin2008-02-221-0/+4
* expand for next commitOlivier Blin2008-02-221-1/+3
* add a FIXME noteOlivier Blin2008-02-221-0/+1
* reload modules.dep so that newly added dkms modules are recognized (#33044)Olivier Blin2008-02-221-1/+4
* fix checking dkms modules after package installation (#33044)Olivier Blin2008-02-201-1/+1
* allow to configure device if not installed (#33531)Olivier Blin2008-02-201-3/+19
* factorize selected_network_is_configuredOlivier Blin2008-02-203-12/+7
* define network::connection::cellular::network_is_configured to fix crash in n...Olivier Blin2008-02-201-1/+7
* add referencesOlivier Blin2007-11-191-0/+2
* add "Orange WAP" (with "orange" as APN)Olivier Blin2007-11-191-0/+5
* rename "Orange Grand Public" as "Orange Web"Olivier Blin2007-11-191-1/+1
* perl_checker fixesOlivier Blin2007-11-121-2/+2
* do not redeclare unused new x/yOlivier Blin2007-11-121-1/+1
* do not make refresh/monitor buttons sensitive if device has no interfaceOlivier Blin2007-11-121-0/+6
* use Orange instead of Wanadoo France (Emmanuel Andry, #23172)Olivier Blin2007-10-051-2/+2
* update networks list on connection status changeOlivier Blin2007-10-051-1/+6
* check network access and adress settingsOlivier Blin2007-10-051-6/+18
* drakconnect: check that network access settings are valid (i.e. check wireles...Olivier Blin2007-10-051-0/+8
* draknetcenter: use a scrolled window for wireless networksOlivier Blin2007-10-051-1/+1
* do not create networks frame if there is no networks listOlivier Blin2007-10-051-2/+3