chiark / gitweb /
remove unused variables
[elogind.git] / src / libsystemd-network /
2014-08-15 Lennart Poetteringutil: never use ether_ntoa(), since it formats with...
2014-08-15 Lennart Poetteringdhcp: the localhost isn't valid as hostname either
2014-08-14 Tom Gundersensd-dhcp-lease: verify hostname and domainnames we receive
2014-08-13 Tom Gundersentest: dhcp-server - fix test
2014-08-13 Tom Gundersensd-dhcp-server: linebreaks
2014-08-11 Lennart Poetteringnetworkd: monopolize in_addr utility functions in share...
2014-08-04 Tom Gundersensd-dhcp-server: always send out ROUTER and SUBNET_MASK
2014-08-03 Thomas Hindoe Paab... sd-dhcp-server: avoid returning garbage value
2014-08-03 Thomas Hindoe Paab... sd-dhcp-server: check if r < 0
2014-08-01 Tom Gundersensd-dhcp-client: allow the max dhcp message size to...
2014-07-31 Zbigniew Jędrzejew... Reject invalid quoted strings
2014-07-29 Lennart Poetteringsd-network: make socket filter programs static const...
2014-07-28 Tom Gundersensd-dhcp-server: add forcerenew support
2014-07-28 Tom Gundersensd-dhcp-client: add support for FORCERENEW
2014-07-28 Tom Gundersensd-dhcp-client: listen on UDP socket as soon as a lease...
2014-07-28 Tom Gundersendhcp-network: enable IP_FREEBIND for UDP sockets
2014-07-28 Tom Gundersensd-dhcp-client: drop event DHCP_EVENT_NO_LEASE
2014-07-28 Tom Gundersensd-dhcp-client: only verify UDP messages
2014-07-24 Tom Gundersenlibsystemd-network: use CLOCK_BOOTTIME instead of CLOCK...
2014-07-23 Tom Gundersennetworkd: merge DNS and NTP entries when exporting
2014-07-23 Dan Williamsdhcp-network: remove unused DHCP6_STATE_RS
2014-07-18 Lennart Poetteringchange type for address family to "int"
2014-07-16 Lennart Poetteringsd-network: remove redundant array size parameter from...
2014-07-15 Tom Gundersensd-dhcp-client: make request broadcasts opt-in
2014-07-14 Tom Gundersensd-dhcp-server: make gcc happy
2014-07-14 Tom Gundersensd-dhcp6-client: make gcc happy
2014-07-14 Susant Sahaninetworkd: dhcp add vendor class indentifier option 60
2014-07-07 Michal Sekletardhcp-network: make clear that we are ANDing Fragment...
2014-07-07 Michal Sekletardhcp-network: ignore IP packets with More Fragments...
2014-07-07 Michal Sekletardhcp-network: add check for DHCP.chaddr
2014-07-04 Steven Noonannetworkd: don't clear dhcpv6 lease timers if there...
2014-07-02 Tom Gundersensd-dhcp6-client: initialize variable
2014-07-01 Thomas Hindoe Paab... sd-dhcp6-client: check return value
2014-07-01 Eugene Yakubovichnetworkd: send hostname to dhcp server
2014-07-01 Tom Gundersensd-dhcp6-client: fix free before use
2014-06-29 Tom Gundersennetwork-internal: initialize _cleanup_ variable
2014-06-29 Susant Sahaninetowrkd:deserialize_dhcp_routes verify strndup ret
2014-06-29 Tom Gundersensd-dhcp-client: don't fail hard if UDP socket can not...
2014-06-29 Eugene YakubovichAdd support for DHCP static route options
2014-06-29 Patrik Flyktsd-dhcp-client/networkd: set lifetimes for IPv4 addresses
2014-06-29 Tom Gundersennetworkd/sd-dhcp-server: only start dhcp server when...
2014-06-26 Patrik Flyktsd-dhcp6-client: Implement Rapid Commit
2014-06-26 Patrik Flyktsd-dhcp6-client: Implement Renew and Rebind
2014-06-26 Patrik Flyktsd-dhcp6-lease: Add helper function to compute remainin...
2014-06-26 Patrik Flyktsd-dhcp6-client: Add Option Request Option support
2014-06-26 Patrik Flyktsd-icmp6-nd: Add function to stop ongoing ICMPv6 discovery
2014-06-26 Patrik Flyktsd-dhcp6-client: return NULL from _unref() like the...
2014-06-24 Ronny Chevaliersd-dhcp6-client: use %m instead of strerror(errno)
2014-06-24 Tom Gundersensd-dhcp-client: return NULL from _unref() like the...
2014-06-22 Michal Sekletardhcp-network: don't bother with IP fragments
2014-06-21 Tom Gundersensd-dhcp-server: change default lease time form 1m to 1h
2014-06-21 Tom Gundersensd-dhcp-server: fix broadcast of DHCP packets
2014-06-20 Thomas Hindoe Paab... sd-dhcp-server: remove unused cleanup function
2014-06-19 Ronny Chevaliertests: fix test-icmp6-rs
2014-06-19 Ronny Chevaliersd-icmp6-nd: fix uninitialized fd
2014-06-19 Ronny Chevaliersd-dhcp6-client: fix uninitialized variables
2014-06-19 Zbigniew Jędrzejew... sd-dhcp6-client: Initialize fd to -1 and rename function
2014-06-19 Patrik Flyktsd-dhcp6-client: Add reply sending for test
2014-06-19 Patrik Flyktsd-dhcp6-client: Receive and parse a reply and set...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add Advertise sending for test case
2014-06-19 Patrik Flyktsd-dhcp6-client: Add Request message sending
2014-06-19 Patrik Flyktsd-dhcp6-client: Update start function to take a state
2014-06-19 Patrik Flyktsd-dhcp6-client: Add test case for Advertise message...
2014-06-19 Patrik Flyktsd-dhcp6-lease: Add functions for accessing lease and...
2014-06-19 Patrik Flyktsd-dhcp6-client: Receive and parse Advertise messages
2014-06-19 Patrik Flyktsd-dhcp6-client: Add IA Address option parsing
2014-06-19 Patrik Flyktsd-dhcp6-lease: Add DHCPv6 lease handling
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 Solicit test case
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 Solicit message creation...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add functions to bind to DHCPv6 UDP...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add basic DHCPv6 option handling
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 client Solicitation timeout...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add basic DHCPv6 test cases
2014-06-19 Patrik Flyktsd-dhcp6-client: Add DHCPv6 IAID functionality
2014-06-19 Tom Gundersennetwork-internal: split out net_get_name()
2014-06-19 Tom Gundersensd-dhcp6-client: Initialize DUID
2014-06-19 Patrik Flyktsd-icmp6-nd: Add initial Router Advertisement test...
2014-06-19 Patrik Flyktsd-icmp6-nd: Add Router Solicitation and Advertisement...
2014-06-19 Patrik Flyktsd-dhcp6-client: Add initial DHCPv6 client files
2014-06-18 Lennart Poetteringdhcp-server: simplify dhcp server unref call
2014-06-18 Thomas Hindoe Paab... sd-dhcp-client: check return from dhcp_option_append
2014-06-18 Thomas Hindoe Paab... sd-dhcp-server: fix a leak
2014-06-18 Michal Sekletardhcp-network: remove TODO
2014-06-17 Tom Gundersennetworkd: veth - fix memleak
2014-06-17 Tom Gundersensd-dhcp: checksum - make endianess-neutral
2014-06-13 Tom Gundersensd-dhcp-server: test - skip when lacking perms
2014-06-13 Andreas Henrikssonsd-dhcp-client: fix invalid free() in client_send_request()
2014-06-13 Tom Gundersensd-dhcp-server: add RELEASE support
2014-06-13 Tom Gundersensd-dhcp-server: add dummy DECLINE support
2014-06-13 Tom Gundersensd-dhcp-server: track bound leases
2014-06-13 Tom Gundersensd-dhcp-server: add support for clients requesting...
2014-06-13 Tom Gundersensd-dhcp-server: add basic NAK support
2014-06-13 Tom Gundersensd-dhcp-server: add basic REQUEST/ACK support
2014-06-13 Tom Gundersensd-dhcp-server: add basic DISCOVER/OFFER support
2014-06-13 Tom Gundersensd-dhcp-server: add support for sending messages
2014-06-13 Tom Gundersensd-dhcp-server: add support for setting the server...
2014-06-13 Tom Gundersensd-dhcp-server: bind to raw socket for sending
2014-06-13 Tom Gundersensd-dhcp-server: add basic message parsing
2014-06-13 Tom Gundersensd-dhcp-server: add basic message handling and verification
2014-06-13 Tom Gundersensd-dhcp-server: bind to a given interface
next