index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-dhcp
/
dhcp-client.c
Age
Commit message (
Expand
)
Author
2014-01-13
libsystemd-dhcp: merge into libsystemd
Tom Gundersen
2014-01-06
libsystemd-dns: expose list of DNS servers
Tom Gundersen
2014-01-05
libsystemd-dhcp: expose received DNS server
Tom Gundersen
2014-01-03
libsystemd-dhcp: don't assert on client_stop()
Tom Gundersen
2013-12-31
dhcp: fix creation of req_opts array
Zbigniew Jędrzejewski-Szmek
2013-12-22
shared: switch our hash table implementation over to SipHash
Lennart Poettering
2013-12-22
libsystemd-dhcp: add some asserts
Tom Gundersen
2013-12-22
libsystemd-dhcp: Handle T2 Rebinding timeout
Patrik Flykt
2013-12-22
libsystemd-dhcp: Factor out common code initializing events
Patrik Flykt
2013-12-22
libsystemd-dhcp: Handle T1 Renewing timeout
Patrik Flykt
2013-12-22
libsystemd-dhcp: Fix checksum computation for buffer with odd size
Patrik Flykt
2013-12-22
libsystemd-dhcp: Fix receiving of other message when expecting Ack
Patrik Flykt
2013-12-22
libsystemd-dhcp: Unref event source before closing socket
Patrik Flykt
2013-12-22
libsystemd-dhcp: Return proper error on OOM
Patrik Flykt
2013-12-22
libsystemd-dhcp: Use be32_t for IP addresses in network order.
Patrik Flykt
2013-12-17
dhcp: Properly handle unsuccessful cases for DHCP Ack
Patrik Flykt
2013-12-12
dhcp: Add function to free DHCP client data
Patrik Flykt
2013-12-12
dhcp: Add notification callback
Patrik Flykt
2013-12-12
dhcp: Compute expire, T1 and T2 timers
Patrik Flykt
2013-12-12
dhcp: Process DHCP Ack/Nak message
Patrik Flykt
2013-12-12
dhcp: Add maximum message size option
Patrik Flykt
2013-12-12
dhcp: Send DHCP Request to acquire an IP address
Patrik Flykt
2013-12-12
dhcp: Handle received DHCP Offer message
Patrik Flykt
2013-12-12
dhcp: Add timeout and main loop support
Patrik Flykt
2013-12-12
dhcp: Add function to stop the DHCP client
Patrik Flykt
2013-12-12
dhcp: Support seconds elapsed since start of DHCP negotiation
Patrik Flykt
2013-12-12
dhcp: Add DHCP discover sending
Patrik Flykt
2013-12-12
dhcp: Add DHCP client initialization
Patrik Flykt