summaryrefslogtreecommitdiffstats
path: root/src/dhcp-common.c
Commit message (Expand)AuthorAge
* A belated welcome to 2021Roy Marples2021-01-31
* Fix a typo in a commentSAITOH Masanobu2020-09-29
* Fix neighbor discovery option parsing (#16)Andrew Childs2020-05-12
* Fix compile warnings with prior.Roy Marples2020-05-12
* privsep: Handle all file IO in the Priviledged ActioneerRoy Marples2020-05-12
* Welcome to 2020!Roy Marples2020-01-03
* options: Allow domain spaced optionsRoy Marples2019-09-19
* DHCP: Don't leak the malloc of the truncated lease fileRoy Marples2019-09-04
* print_option: restore dhcpcd-7 behaviour on invalid env optionRoy Marples2019-08-16
* print_option: try and terminate the env option, even on error.Roy Marples2019-08-16
* print_option: terminate parameters with no valueRoy Marples2019-08-08
* Merge branch 'memstream'Roy Marples2019-07-04
|\
| * Remove now unused variables.Roy Marples2019-06-19
| * script: Write variables to a FILERoy Marples2019-06-18
* | Add SPDX identifiers to all dhcpcd source files.Yegor Yefremov2019-07-04
|/
* Welcome to 2019!Roy Marples2019-01-01
* Welcome to 2018.Roy Marples2018-01-01
* Fix compile without INET.Roy Marples2017-08-12
* Now print_option is fully checked, we can avoid a malloc here now.Roy Marples2017-06-16
* Check return values of snprintf and print_option correctly.Roy Marples2017-06-16
* Use a better errno for running out of buffer.Roy Marples2017-06-16
* Clarify RFC952 and RFC1123 to justify domain name restriction dhcpcd imposes.Roy Marples2017-06-16
* Count label and domain name length correctly.Roy Marples2017-06-14
* logerr: errx with loggingRoy Marples2017-04-09
* Remove custom logger and output all diagnostics via syslog(3).Roy Marples2017-03-24
* Use fstat to work out the lease file size and read in one go rather thanRoy Marples2017-03-20
* Move the source files along with dev, crypt and comapt into src dir.Roy Marples2017-03-15