chiark / gitweb /
util: when joining a namespace make sure to reset all uids to 0 after
[elogind.git] / src / libsystemd-dhcp /
2013-12-12 Thomas Hindoe Paab... scan-build: silence some warnings
2013-12-12 Patrik Flyktdhcp: Add function to free DHCP client data
2013-12-12 Patrik Flyktdhcp: Add notification callback
2013-12-12 Patrik Flyktdhcp: Compute expire, T1 and T2 timers
2013-12-12 Patrik Flyktdhcp: Process DHCP Ack/Nak message
2013-12-12 Patrik Flyktdhcp: Add maximum message size option
2013-12-12 Patrik Flyktdhcp: Send DHCP Request to acquire an IP address
2013-12-12 Patrik Flyktdhcp: Handle received DHCP Offer message
2013-12-12 Patrik Flyktdhcp: Add timeout and main loop support
2013-12-12 Patrik Flyktdhcp: Add function to stop the DHCP client
2013-12-12 Patrik Flyktdhcp: Support seconds elapsed since start of DHCP negot...
2013-12-12 Patrik Flyktdhcp: Add test for discover DHCP packet creation
2013-12-12 Patrik Flyktdhcp: Add DHCP discover sending
2013-12-12 Patrik Flyktdhcp: Add function for sending a raw packet
2013-12-12 Patrik Flyktdhcp: Add test function for computing checksum
2013-12-12 Patrik Flyktdhcp: Add option append tests
2013-12-12 Patrik Flyktdhcp: Add tests for DHCP options, file and sname fields
2013-12-12 Patrik Flyktdhcp: Add buffer length and invalid cookie tests for...
2013-12-12 Patrik Flyktdhcp: Add option appending and parsing
2013-12-12 Patrik Flyktbuild: Add initial build support
2013-12-12 Patrik Flyktdhcp: Add test for DHCP client initialization and param...
2013-12-12 Patrik Flyktdhcp: Add DHCP client initialization