summaryrefslogtreecommitdiff
path: root/src/network/networkd-dhcp-server.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* network: drop an unused variableFrantisek Sumsal2022-08-201-3/+1
* network: check link state with link_is_ready_to_configure() before configurin...Yu Watanabe2022-08-051-7/+1
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-2/+0
* Merge pull request #22631 from yuwata/network-redesign-request-queueLuca Boccassi2022-03-111-6/+3
|\
| * network: re-design request queueYu Watanabe2022-03-111-2/+2
| * network: make request_process_address() and friends take Link and correspondi...Yu Watanabe2022-03-111-5/+2
* | network: dhcp: rename NextServer= and Filename= settingsYu Watanabe2022-03-111-5/+9
|/
* network: dhcp-server: add two more log messagesYu Watanabe2022-02-251-6/+18
* network: move functionsYu Watanabe2022-02-251-13/+13
* network: add NextServer= and Filename= setting to [DHCPServer] sectionYu Watanabe2022-02-251-0/+8
* network: set broadcast address on requestYu Watanabe2022-02-241-1/+1
* network: dhcp-server: make empty string to DNS= or friends clear previously s...Yu Watanabe2022-02-021-0/+6
* Merge pull request #22332 from yuwata/network-dhcp-server-dns-server-addressYu Watanabe2022-02-021-14/+16
|\
| * network: dhcp-server: introduce special value DNS=_server_addressYu Watanabe2022-02-021-5/+15
| * network: use GREEDY_REALLOC() at one more placeYu Watanabe2022-02-011-3/+1
| * network: drop outdated TODO commentYu Watanabe2022-02-011-6/+0
* | network: dhcp-server: also refuse link local address to use as the server add...Yu Watanabe2022-02-011-6/+17
|/
* network: split networkd-route.[ch]Yu Watanabe2021-11-141-1/+1
* network: dhcp-server: introduce Router= setting to specify router addressYu Watanabe2021-11-031-3/+5
* network: use NetworkConfigSource/State to manage addresses and routesYu Watanabe2021-09-241-10/+50
* network: introduce UplinkInterface= in [IPv6SendRA]Yu Watanabe2021-08-041-53/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* network: rename Manager::links -> Manager::links_by_indexYu Watanabe2021-07-011-1/+1
* network: do not process requests which conditionalized with link flags while ...Yu Watanabe2021-06-091-0/+3
* network: introduce UplinkInterface= setting for DHCP serverYu Watanabe2021-06-081-1/+80
* network: make manager_find_uplink() uses stored route informationYu Watanabe2021-06-081-1/+1
* network: restart DHCP server on carrier gainYu Watanabe2021-06-081-6/+4
* network: use request queue to configure DHCP serverYu Watanabe2021-06-081-14/+65
* network: dhcp-server: introduce [DHCPServerStaticLease] sectionborna-blazevic2021-05-271-1/+9
* alloc-util: simplify GREEDY_REALLOC() logic by relying on malloc_usable_size()Lennart Poettering2021-05-191-8/+12
* network: dhcp-server: introduce ServerAddress= settingYu Watanabe2021-05-181-19/+99
* network: use config_parse_in_addr_non_null()Yu Watanabe2021-05-181-26/+0
* network:dhcp4_server_configure returns if not able to get timezonetramsay2021-05-151-7/+9
* rfc3046 implementationYegor Alexeyev2021-05-081-4/+44
* relay role implementationYegor Alexeyev2021-04-201-0/+30
* dhcp: Implemented BindToInterface= configuration optionYegor Alexeyev2021-04-141-0/+4
* network: suffix types with _t in public headersLennart Poettering2021-02-181-2/+2
* tree-wide: use in_addr_is_set() or friendsYu Watanabe2021-02-181-1/+1
* network: register callback for dhcp server (#18146)Luka Kudra2021-01-101-0/+5
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* network: move link_dhcp4_server_enabled()Yu Watanabe2020-10-071-0/+42
* network: header cleanupYu Watanabe2020-10-071-0/+1
* network: manage addresses from pool by SetYu Watanabe2020-10-071-1/+1
* network: drop list of static addressesYu Watanabe2020-10-071-1/+1
* tree-wide: define iterator inside of the macroZbigniew Jędrzejewski-Szmek2020-09-081-3/+2
* network: support port number and SNI in [Network] DNS=Yu Watanabe2020-07-211-2/+2
* network: downgrade log level in conf parsersYu Watanabe2020-07-171-2/+2
* network: add missing breakYu Watanabe2020-06-221-1/+1
* network: clean-up DHCP lease server data configurationLennart Poettering2020-06-181-268/+105