index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp6-client.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-0
/
+1
*
sd-*.h: clean up exported (or to-be-exported) header files
Lennart Poettering
2015-10-24
1
-3
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-8
/
+6
*
libsystemd-network: limit accuracy of timestamps in logging
Tom Gundersen
2015-10-11
1
-8
/
+3
*
Merge pull request #1332 from thom311/master
Tom Gundersen
2015-09-24
1
-13
/
+11
|
\
|
*
sd-dhcp6: ensure canceling lease timers and refactor setting lease
Thomas Haller
2015-09-22
1
-13
/
+11
*
|
sd-dhcp6-client: Prevent setting and restarting of DHCPv6 client
Patrik Flykt
2015-09-23
1
-0
/
+11
*
|
sd-dhcp6: fix namespacing
David Herrmann
2015-09-22
1
-5
/
+5
|
/
*
dhcp: coding style fixes
Lennart Poettering
2015-08-26
1
-37
/
+24
*
dhcp: stop using refcnt.h
Lennart Poettering
2015-08-26
1
-13
/
+22
*
sd-dhcp: don't randomly ref objects
David Herrmann
2015-08-26
1
-1
/
+1
*
sd-dhcp6: Support deprecated SNTP Configuration Option
Patrik Flykt
2015-08-21
1
-0
/
+8
*
sd-dhcp6: Add support for DHCPv6 NTP Server Option
Patrik Flykt
2015-08-21
1
-0
/
+7
*
sd-dhcp6: Add support for DHCPv6 DNS Domain Search List option
Patrik Flykt
2015-08-21
1
-0
/
+8
*
sd-dhcp6: Add support for DHCPv6 DNS Recursive Name Server option
Patrik Flykt
2015-08-21
1
-1
/
+8
*
sd-dhcp6-client: Save a DHCPv6 lease also with Information Reply
Patrik Flykt
2015-08-21
1
-4
/
+2
*
sd-dhcp6-client: Fix unreferencing DHCPv6 lease on client reset
Patrik Flykt
2015-08-21
1
-0
/
+5
*
sd-event: make sure sd_event_now() cannot fail
Lennart Poettering
2015-08-03
1
-8
/
+3
*
dhcp6: remove unnecessary if check
Lennart Poettering
2015-04-21
1
-2
/
+1
*
sd-dhcp6-client: unref lease when freeing the client
Thomas Hindoe Paaboel Andersen
2015-04-14
1
-0
/
+2
*
shared: add random-util.[ch]
Ronny Chevalier
2015-04-11
1
-0
/
+1
*
sd-dhcp6-client: delay setting the DUID and don't fail constructor
Thomas Haller
2015-03-04
1
-6
/
+12
*
network: dhcp - split out dhcp_identifier_set_{iaid,duid_en} from dhcp6-client
Tom Gundersen
2015-01-21
1
-50
/
+5
*
network: dhcp - split out the duid structure into a new header file
Tom Gundersen
2015-01-21
1
-38
/
+9
*
sd-dhcp6-client: Remove unnecessary debug printout
Patrik Flykt
2015-01-20
1
-1
/
+0
*
refcnt: refcnt is unsigned, fix comparisons
Tom Gundersen
2015-01-13
1
-1
/
+1
*
test-dhcp6-client: Add a simple Information Request test case
Patrik Flykt
2014-12-10
1
-0
/
+1
*
sd-dhcp6-client: Implement Information Request message
Patrik Flykt
2014-12-10
1
-35
/
+109
*
sd-dhcp6-client: Make end of successfull option parsing explicit
Patrik Flykt
2014-12-10
1
-1
/
+4
*
sd-event: rename sd_event_source_set_name() to sd_event_source_get_name()
Lennart Poettering
2014-11-04
1
-12
/
+6
*
sd-dhcp6-client: fix off-by-two error in DUID length
Dan Williams
2014-11-01
1
-5
/
+5
*
sd-dhcp-client: support non-Ethernet hardware addresses
Dan Williams
2014-10-11
1
-9
/
+27
*
sd-dhcp6: do basic sanity-checking of supplied DUID
Tom Gundersen
2014-10-02
1
-0
/
+37
*
sd-dhcp6: specify the type explicitly when setting custom DUID
Tom Gundersen
2014-10-02
1
-15
/
+18
*
sd-dhcp6: support custom DUID's up to the size specified in the RFC
Tom Gundersen
2014-10-02
1
-1
/
+4
*
sd-dhcp6-client: support custom DUIDs
Dan Williams
2014-10-02
1
-12
/
+31
*
sd-dhcp6-client: Implement Elapsed Time option
Patrik Flykt
2014-09-10
1
-10
/
+30
*
sd-dhcp6-client: properly calculate buffer size when parsing options
Zbigniew Jędrzejewski-Szmek
2014-08-31
1
-1
/
+4
*
sd-event: name event sources used in libraries
Tom Gundersen
2014-08-28
1
-0
/
+30
*
indentation/spurious whitespace fixes
Lennart Poettering
2014-08-20
1
-1
/
+1
*
libsystemd-network: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC where possible
Tom Gundersen
2014-07-24
1
-7
/
+7
*
dhcp-network: remove unused DHCP6_STATE_RS
Dan Williams
2014-07-23
1
-4
/
+0
*
sd-dhcp6-client: make gcc happy
Tom Gundersen
2014-07-14
1
-1
/
+1
*
networkd: don't clear dhcpv6 lease timers if there's no previous lease
Steven Noonan
2014-07-04
1
-1
/
+2
*
sd-dhcp6-client: initialize variable
Tom Gundersen
2014-07-02
1
-9
/
+1
*
sd-dhcp6-client: check return value
Thomas Hindoe Paaboel Andersen
2014-07-01
1
-0
/
+2
*
sd-dhcp6-client: fix free before use
Tom Gundersen
2014-07-01
1
-1
/
+3
*
sd-dhcp6-client: Implement Rapid Commit
Patrik Flykt
2014-06-26
1
-4
/
+26
*
sd-dhcp6-client: Implement Renew and Rebind
Patrik Flykt
2014-06-26
1
-1
/
+67
*
sd-dhcp6-client: Add Option Request Option support
Patrik Flykt
2014-06-26
1
-0
/
+57
[next]