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
/
dhcpcd.c
Commit message (
Expand
)
Author
Age
*
Move the source files along with dev, crypt and comapt into src dir.
Roy Marples
2017-03-15
*
Belated welcome to 2017.
Roy Marples
2017-03-06
*
Move ipv6_ctx into dhcpcd_ctx.
Roy Marples
2016-11-19
*
Remove address family specific routing and introduce address family
Roy Marples
2016-10-25
*
Support kernels which implement RFC5227.
Roy Marples
2016-10-14
*
Remove hack to add IPv6 LL address as early as possible.
Roy Marples
2016-10-04
*
Guard against the possibility of no config..... may fix [c9d04817fa].
Roy Marples
2016-10-03
*
Report compiled in features in --version.
Roy Marples
2016-09-27
*
recvmsg expects an array of iovec structures, not a pointer to the first one.
Roy Marples
2016-09-05
*
Use a dynamically sized buffer for reading route(4) messages on BSD
Roy Marples
2016-09-01
*
Check if we loaded options or not.
Roy Marples
2016-08-18
*
Only stop_interface() if it's active instead of checking if options exist.
Roy Marples
2016-08-18
*
When deactivating an interface, set the carrier to unknown as it's no longer ...
Roy Marples
2016-07-28
*
Add --inactive which makes all interfaces inactive on initial start.
Roy Marples
2016-07-27
*
Apply command line options to profile.
Roy Marples
2016-07-08
*
Disable ARP for POINTOPOINT.
Roy Marples
2016-05-25
*
Spit handlelink into smaller functions to increase read-ability.
Roy Marples
2016-05-19
*
managelink -> hanlelink
Roy Marples
2016-05-19
*
Preserve lo0 routes if the global default is to persist.
Roy Marples
2016-05-09
*
Check we actually have options allocated before adding commandline options.
Roy Marples
2016-05-06
*
DHCP messages are really BOOTP so lets name the structure accordingly.
Roy Marples
2016-05-06
*
Fix a potential memory issue.
Roy Marples
2016-05-03
*
Rework control_open to be cleaner for static analysis.
Roy Marples
2016-05-03
*
Remove useless range check.
Roy Marples
2016-05-03
*
Prefix dhcp definition type with OT_
Roy Marples
2016-05-01
*
Revert prior and just move the RUNDIR check above pidfile_lock.
Roy Marples
2016-04-26
*
Remove closefrom as we don't suffer from fd starvation.
Roy Marples
2016-04-22
*
Make fork process clearer.
Roy Marples
2016-04-10
*
Fix compile on BSD.
Roy Marples
2016-04-07
*
Linux netlink nlmsg_pid is not process id - only the first socket opened
Roy Marples
2016-04-07
*
Fix pidfile_lock compat on Linux.
Roy Marples
2016-04-01
*
Remove pidfile handling from dhcpcd and use pidfile_lock(3) from libutil
Roy Marples
2016-04-01
*
Make eloop a tad easier to use.
Roy Marples
2016-03-17
*
Fix compile on older platforms which lack O_CLOEXEC.
Roy Marples
2016-03-11
*
Export STATIC6 to libdhcpcd.
Roy Marples
2016-02-15
*
Implement IPv6 static address, fixes [29417b793e].
Roy Marples
2016-02-14
*
Change IF_SSIDSIZE to IF_SSIDLEN to be more clear about it.
Roy Marples
2016-02-11
*
Fix activating a stopped interface.
Roy Marples
2016-02-04
*
When activating an interface, bring up a basic config that does nothing.
Roy Marples
2016-02-04
*
Introduce IF_INACTIVE, IF_ACTIVE and IF_ACTIVE_USER flags. The intent is that...
Roy Marples
2016-02-04
*
Fix build without INET
Roy Marples
2016-01-22
*
Fix delegation activating interfaces.
dhcpcd-6.10.1
Roy Marples
2016-01-20
*
Add the -1, --oneshot option which causes dhcpcd to exit once an
Roy Marples
2016-01-14
*
Improve interval arrival and departure when running on a fixed interface list.
Roy Marples
2016-01-14
*
Only stop the interface if it's active when the interface departs.
Roy Marples
2016-01-11
*
Add -P, --printpidfile to print the pidfile dhcpcd will use to stdout.
Roy Marples
2016-01-07
*
If we are to add/delete/change a route but have not yet daemonised,
Roy Marples
2016-01-06
*
Correct function to report error for.
Roy Marples
2016-01-06
*
Welcome to 2016
Roy Marples
2016-01-04
*
Remove FreeBSD specific defines and include the needed headers via config.h.
Roy Marples
2015-12-31
[next]