index
:
dhcpcd.git
dhcpcd-4
dhcpcd-5
dhcpcd-5.0
dhcpcd-5.6
dhcpcd-6
dhcpcd-6.11.1-DNA
dhcpcd-7
dhcpcd-8
ia
master
DHCP / IPv4LL / IPv6RA / DHCPv6 client
Roy Marples
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
dhcp-common.c
Commit message (
Expand
)
Author
Age
*
A belated welcome to 2021
Roy Marples
2021-01-31
*
Fix a typo in a comment
SAITOH Masanobu
2020-09-29
*
Fix neighbor discovery option parsing (#16)
Andrew Childs
2020-05-12
*
Fix compile warnings with prior.
Roy Marples
2020-05-12
*
privsep: Handle all file IO in the Priviledged Actioneer
Roy Marples
2020-05-12
*
Welcome to 2020!
Roy Marples
2020-01-03
*
options: Allow domain spaced options
Roy Marples
2019-09-19
*
DHCP: Don't leak the malloc of the truncated lease file
Roy Marples
2019-09-04
*
print_option: restore dhcpcd-7 behaviour on invalid env option
Roy Marples
2019-08-16
*
print_option: try and terminate the env option, even on error.
Roy Marples
2019-08-16
*
print_option: terminate parameters with no value
Roy Marples
2019-08-08
*
Merge branch 'memstream'
Roy Marples
2019-07-04
|
\
|
*
Remove now unused variables.
Roy Marples
2019-06-19
|
*
script: Write variables to a FILE
Roy Marples
2019-06-18
*
|
Add SPDX identifiers to all dhcpcd source files.
Yegor Yefremov
2019-07-04
|
/
*
Welcome to 2019!
Roy Marples
2019-01-01
*
Welcome to 2018.
Roy Marples
2018-01-01
*
Fix compile without INET.
Roy Marples
2017-08-12
*
Now print_option is fully checked, we can avoid a malloc here now.
Roy Marples
2017-06-16
*
Check return values of snprintf and print_option correctly.
Roy Marples
2017-06-16
*
Use a better errno for running out of buffer.
Roy Marples
2017-06-16
*
Clarify RFC952 and RFC1123 to justify domain name restriction dhcpcd imposes.
Roy Marples
2017-06-16
*
Count label and domain name length correctly.
Roy Marples
2017-06-14
*
logerr: errx with logging
Roy Marples
2017-04-09
*
Remove custom logger and output all diagnostics via syslog(3).
Roy Marples
2017-03-24
*
Use fstat to work out the lease file size and read in one go rather than
Roy Marples
2017-03-20
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15