summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* core: additional connectivity checking debug messagesDan Williams2012-02-272-3/+6
* core: fix up connectivity state checksDan Williams2012-02-273-52/+86
* core: clean up and simplify connectivity checkDan Williams2012-02-273-196/+162
* core: bound connectivity check operations with a socket timeoutDan Williams2012-02-271-1/+1
* core: make connectivity checking selectable at build-timeDan Williams2012-02-272-11/+34
* core: connectivity check cleanups; check response headers tooDan Williams2012-02-271-43/+54
* trivial: whitespace and formatting cleanupsDan Williams2012-02-272-48/+43
* core: add internet connectivity checkThomas Bechtold2012-02-278-20/+576
* core: use glib's CLAMP() macro to simplify ipv6_privacy boundary checkJiří Klimeš2012-02-271-2/+1
* core: add support for IPv6 Privacy Extensions for SLAAC (RFC4941) (bgo #633233)Jiří Klimeš2012-02-271-1/+98
* backends: add a function reading systemwide IPv6 Privacy Extensions configura...Jiří Klimeš2012-02-2715-14/+125
* ifcfg-rh: read/write IPV6_PRIVACY and IPV6_PRIVACY_PREFER_PUBLIC_IPJiří Klimeš2012-02-272-0/+38
* utils: more flexible reading of /proc/sys/netJiří Klimeš2012-02-274-13/+43
* supplicant: fix an error in demarshalling object pathJiří Klimeš2012-02-271-1/+1
* wifi: fix a crash when nm_ap_get_supplicant_path() returns NULLJiří Klimeš2012-02-271-2/+2
* ifnet: misc fixes (constness, error initialization) (bgo #670508)Dan Williams2012-02-253-4/+4
* ifnet: backup configuration files before writing (bgo #670508)Mu Qiao2012-02-254-2/+25
* ifnet: remove wep_tx_keyidx only when necessary (bgo #670508)Mu Qiao2012-02-251-2/+2
* ifnet: fix IP comparison (bgo #670508)Mu Qiao2012-02-251-0/+52
* ifnet: add testcase for # in passphrase (bgo #670381)Dan Williams2012-02-252-0/+10
* ifnet: do not truncate WPA passwords at '#' character (bgo #670381)Alexandre Rostovtsev2012-02-251-4/+9
* ifcfg-rh: add "VLAN=yes" in ifcfgWeiping Pan2012-02-241-0/+14
* vlan: add compatible functions for libnl1Weiping Pan2012-02-243-29/+368
* core: add missing system includesThomas Bechtold2012-02-241-0/+2
* core: remove invalid bond MAC address filterDan Williams2012-02-231-4/+0
* core: const-ify nm_device_wired_get_hwaddr()Dan Williams2012-02-236-23/+52
* build: fix srcdir != builddir for new generated headersColin Walters2012-02-2216-3/+28
* wifi: fix compatibility with wpa_supplicant 0.7.xDan Williams2012-02-221-17/+65
* wifi: ensure APs remain in scan list when supplicant updates themDan Williams2012-02-205-46/+220
* netlink: fix build on libnl1/2Jiří Klimeš2012-02-201-1/+8
* modem: get ip-timeout during modem creationDan Williams2012-02-173-35/+25
* modem: get modem properties using GetAllDan Williams2012-02-171-65/+32
* modem: query desired IP timeout valueAleksander Morgado2012-02-171-2/+43
* core: flush timestamp cache to disk only on activate/deactivateDan Williams2012-02-174-14/+23
* core: fix matching VLAN connections to interfacesDan Williams2012-02-162-7/+27
* bond: move bond master interfaces to NMDeviceBondDan Williams2012-02-166-44/+506
* core: handle explicit device creation on connection activationDan Williams2012-02-161-13/+62
* core: automatically create VLAN interfaces when neededDan Williams2012-02-163-3/+130
* core: add NMDevice hwaddr_matches() class methodDan Williams2012-02-167-0/+148
* core: don't create virtual interfaces we already haveDan Williams2012-02-164-31/+124
* core: make the Ethernet class aware of VLAN interfacesDan Williams2012-02-164-1/+144
* core: add utility function nm_utils_is_uuid()Dan Williams2012-02-162-0/+19
* ifcfg-rh: add ifcfg-vlan writerWeiping Pan2012-02-162-0/+133
* vlan: rework VLAN interface creation/deletionDan Williams2012-02-163-99/+124
* vlan: create/delete kernel vlan deviceWeiping Pan2012-02-162-0/+156
* ifcfg-rh: fix parsing of REORDER_HDRDan Williams2012-02-161-3/+1
* ifcfg-rh: clean up master interface/connection handlingDan Williams2012-02-162-74/+101
* ifcfg-rh: add ifcfg-vlan parserWeiping Pan2012-02-164-18/+224
* build: fix distcheck due to missing ifcfg-rh test filesDan Williams2012-02-161-1/+3
* wifi: fix removal of APs from the scan list when it doesn't changeDan Williams2012-02-161-38/+40