GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsystemd-network
/
sd-dhcp6-client.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dhcp6: don't enforce DUID content for sd_dhcp6_client_set_duid()
Thomas Haller
2018-12-20
1
-3
/
+7
*
network: fix handling of uninitialized and zero IAID setting
Thomas Haller
2018-12-10
1
-4
/
+4
*
dhcp6-client: handle IAID with value zero
Thomas Haller
2018-11-23
1
-1
/
+4
*
dhcp6-client: do not unref() event sources when update or disable them
Yu Watanabe
2018-11-16
1
-86
/
+42
*
dhcp6-client: use structured initializer at one more place
Yu Watanabe
2018-11-16
1
-13
/
+17
*
sd-dhcp6: fix crash by unrefing event sources before re-adding them
Benjamin Berg
2018-11-16
1
-0
/
+2
*
dhcp: support endianness independent dhcp_identifier_set_iaid()
Thomas Haller
2018-11-12
1
-2
/
+2
*
sd-dhcp6: coding style cleanups
Yu Watanabe
2018-10-19
1
-7
/
+10
*
sd-dhcp6: fix argument and error handling of dhcp6_option_parse_status()
Yu Watanabe
2018-10-19
1
-4
/
+5
*
dhcp6: don't include internal header "sparse-endian.h" in "sd-dhcp6-client.h"
Thomas Haller
2018-10-04
1
-1
/
+1
*
dhcp6: check option length before reading values
Yu Watanabe
2018-10-03
1
-1
/
+1
*
dhcp6: fix memleak about sd_event
Yu Watanabe
2018-09-30
1
-0
/
+3
*
fuzz: add a fuzzer for dhcp6_client
Evgeny Vereshchagin
2018-09-29
1
-0
/
+8
*
dhcp6: fix memleak
Yu Watanabe
2018-09-27
1
-12
/
+5
*
dhcp6: fix buffer size checking
Yu Watanabe
2018-09-27
1
-2
/
+2
*
dhcp6: use offsetof instead of sizeof
Yu Watanabe
2018-09-27
1
-1
/
+1
*
DHCPv6: use unsigned for flags
Zbigniew Jędrzejewski-Szmek
2018-09-25
1
-1
/
+1
*
sd-dhcp6-client: Reference and unreference a stored lease
Patrik Flykt
2018-09-19
1
-1
/
+2
*
dhcp6-client: Store lease timeouts T1 and T1 in client struct
Patrik Flykt
2018-09-19
1
-20
/
+12
*
dhcp6-client: Select T1 and T2 timeouts from IA_NA and IA_PD
Patrik Flykt
2018-09-19
1
-6
/
+30
*
dhcp6-lease: Add function to fetch the IAID for the prefix
Patrik Flykt
2018-09-19
1
-1
/
+1
*
dhcp6-client: Function for enabling/disabling IA_NA request
Patrik Flykt
2018-09-19
1
-15
/
+51
*
dhcp6_client: Add helper for fetching Prefix Delegation information
Patrik Flykt
2018-09-19
1
-1
/
+10
*
sd-dhcp6: set requested time for DUID-LLT
Yu Watanabe
2018-09-04
1
-1
/
+1
*
sd-dhcp: drop meaningless checking
Yu Watanabe
2018-09-04
1
-2
/
+2
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
1
-21
/
+4
*
sd-dhcp: make time value for DUID-LLT configurable
Yu Watanabe
2018-08-08
1
-2
/
+17
*
sd-dhcp: use MAC address when DUIDType=link-layer-time or link-layer but DUID...
Yu Watanabe
2018-08-08
1
-1
/
+17
*
sd-dhcp: use application specific machine ID when DUIDType=uuid but DUIDRawDa...
Yu Watanabe
2018-08-08
1
-8
/
+15
*
sd-dhcp: drop unnecessary condition
Yu Watanabe
2018-06-25
1
-3
/
+2
*
tree-wide: use proper unicode © instead of (C) where we can
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
sd-dhcp6: fix check if serverid is set
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-15
/
+15
*
libsystemd-network: unitialized return value
Zbigniew Jędrzejewski-Szmek
2018-02-15
1
-1
/
+1
*
sd-dhcp6-client: Fix DHCPv6 client file descriptor handling
Patrik Flykt
2018-01-23
1
-8
/
+12
*
Merge pull request #7943 from yuwata/fix-chase_symlinks
Lennart Poettering
2018-01-22
1
-1
/
+1
|
\
|
*
sd-dhcp6-client: do not refer uninitialized variable
Yu Watanabe
2018-01-21
1
-1
/
+1
*
|
networkd: DHCPv6 client allow to configure Rapid Commit (#6930)
Susant Sahani
2018-01-22
1
-0
/
+1
|
/
*
sd-dhcp6-client: Use offsetof() instead of sizeof()
Patrik Flykt
2018-01-15
1
-1
/
+2
*
dhcp6: Compute the minimum lifetimes for T1 and T2
Patrik Flykt
2018-01-04
1
-0
/
+22
*
dhcp6: Add functionality to request DHCPv6 IA PD
Patrik Flykt
2018-01-04
1
-0
/
+36
*
dhcp6: Ensure IAID is applied to both IA NA and IA PD
Patrik Flykt
2018-01-04
1
-1
/
+5
*
dhcp6: Handle a received IA PD option
Patrik Flykt
2018-01-04
1
-1
/
+28
*
dhcp6: Add function for DHCPv6 Status option
Patrik Flykt
2018-01-04
1
-5
/
+5
*
dhcp6: Sanitize DHCPv6 IA option parsing
Patrik Flykt
2018-01-04
1
-13
/
+19
*
dhcp6: Name structs in DHCP6IA
Patrik Flykt
2018-01-04
1
-10
/
+10
*
dhcp6: Fix DHCPv6 client file descriptor and event handling (#7796)
Patrik Flykt
2018-01-04
1
-31
/
+33
*
tree-wide: adjust fall through comments so that gcc is happy
Shawn Landden
2017-11-20
1
-2
/
+2
[next]