| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Release dhcpcd-5.0.1dhcpcd-5.0.1 | Roy Marples | 2009-05-03 |
| | | |||
| * | We need to cast to void * to remove warnings on Sparc64 | roy@ubersparc.marples.name | 2009-05-02 |
| | | |||
| * | Add (c) to Copyright | Roy Marples | 2009-05-01 |
| | | |||
| * | Go back to using git | Roy Marples | 2009-04-30 |
| | | |||
| * | Release dhcpcd-5.0.0 | Roy Marples | 2009-04-28 |
| | | |||
| * | Fix existing address detection. | Roy Marples | 2009-04-27 |
| | | |||
| * | Typo | Roy Marples | 2009-04-24 |
| | | |||
| * | dhcpcd -V now shows all variables we set, even without an option. | Roy Marples | 2009-04-24 |
| | | |||
| * | Remove .depend before creating it. | Roy Marples | 2009-04-24 |
| | | |||
| * | Only allow lo0 through allow | Roy Marples | 2009-04-20 |
| | | |||
| * | No need for this. | Roy Marples | 2009-04-20 |
| | | |||
| * | Fix quoting | Roy Marples | 2009-04-20 |
| | | |||
| * | No need to quote here. | Roy Marples | 2009-04-20 |
| | | |||
| * | Revert iforder -> interface_order | Roy Marples | 2009-04-20 |
| | | |||
| * | Remove old NetworkManager script - it's useless these days. | Roy Marples | 2009-04-20 |
| | | | | | | Remove gratuitous usage of {} in variables. | ||
| * | Prefix interface vars with if so we don't stamp on generic names like 'flags'. | Roy Marples | 2009-04-20 |
| | | |||
| * | Release .18 | Roy Marples | 2009-04-19 |
| | | |||
| * | Blank memory correctly so we pickup address and route addition/deletion better. | Roy Marples | 2009-04-19 |
| | | |||
| * | Release dhcpcd-4.99.17 | Roy Marples | 2009-04-19 |
| | | |||
| * | Add an option to fallback to a profile when DHCP fails. | Roy Marples | 2009-04-18 |
| | | |||
| * | NetBSD-5.0RC4 has a kernel error causing an AF_LINK to be reported twice. A ↵ | Roy Marples | 2009-04-17 |
| | | | | | patch has been submitted, hopefully included in NetBSD-5.0 | ||
| * | Fix compile on FreeBSD. | Roy Marples | 2009-04-17 |
| | | |||
| * | Fix compile on NetBSD | Roy Marples | 2009-04-17 |
| | | |||
| * | We need to move allow/deny back to options | Roy Marples | 2009-04-17 |
| | | |||
| * | discover_interfaces now uses getifaddrs instead of OS specific implementation. | Roy Marples | 2009-04-17 |
| | | | | | | | | do_interface then becomes do_address and also uses getifaddrs. Binary size is a little smaller, code size is now a lot smaller. | ||
| * | Some option only make sense in the configuration file, so remove short | Roy Marples | 2009-04-15 |
| | | | | | | options for them for future reuse. | ||
| * | Fix crash at end of arping list | Roy Marples | 2009-04-15 |
| | | |||
| * | We should ignore DHCP messages without a ServerID, #166. | Roy Marples | 2009-04-12 |
| | | |||
| * | Release dhcpcd-4.99.16 | Roy Marples | 2009-04-02 |
| | | |||
| * | We need a bit more space for the profile name. | Roy Marples | 2009-03-31 |
| | | |||
| * | Add the ability to arping an address and select a profile based on the | Roy Marples | 2009-03-31 |
| | | | | | | hardware address replied with or the ip address. | ||
| * | Improve PTP INFORM support some more. | Roy Marples | 2009-03-23 |
| | | |||
| * | Default point to point interfaces to static if not inform. | Roy Marples | 2009-03-23 |
| | | | | | | Only accept inform replies from our destination address. | ||
| * | If we define a static address, we are not informing and vice versa. | Roy Marples | 2009-03-23 |
| | | |||
| * | Export interface flags. | Roy Marples | 2009-03-23 |
| | | |||
| * | Fail the interface when we need a clientid. | Roy Marples | 2009-03-23 |
| | | |||
| * | dhcpcd CAN work on IEEE FireWire interfaces. | Roy Marples | 2009-03-23 |
| | | | | | | | | However, BPF does not appear to operate on these, so we report the error and continue. When BPF supports FireWire for DHCP, dhcpcd will magically start to work. | ||
| * | We should not work with lo by default. | Roy Marples | 2009-03-23 |
| | | |||
| * | Release dhcpcd-4.99.15 | Roy Marples | 2009-03-20 |
| | | |||
| * | Clarify reconfigure regarding the configuration file. | Roy Marples | 2009-03-20 |
| | | |||
| * | Allow dhcpcd to run on loopback interfaces if specified. | Roy Marples | 2009-03-20 |
| | | |||
| * | We should handle SIGUSR1 correctly. | Roy Marples | 2009-03-20 |
| | | |||
| * | Add an option to reconfigure dhcpcd without rebinding. | Roy Marples | 2009-03-20 |
| | | | | | | | This is primarily for interaction with 3rd party link management, such as PPP. More work on #159. | ||
| * | Move dhcpf.h into dhcp.h were it belongs | Roy Marples | 2009-03-19 |
| | | |||
| * | Linux can now detect address addition and removal too. | Roy Marples | 2009-03-19 |
| | | |||
| * | Fix compile on Linux. | Roy Marples | 2009-03-19 |
| | | |||
| * | We can now detected primary addresses added or changed in BSD. | Roy Marples | 2009-03-19 |
| | | | | | | | | | As such, we can wait for a 3RDPARTY to configure the interface, such as PPP. We can then take the destination addess and automatically give it a default route or any other DHCP option such as DNS servers. This addresses #159. | ||
| * | Fix compile on DragonFly. | Roy Marples | 2009-03-18 |
| | | | | | | Thanks to Hasso Tepper. | ||
| * | mandoc mandates the presence of .Os | Roy Marples | 2009-03-11 |
| | | |||
| * | We shouldn't need to flush arp entires ourself on BSD platforms. | Roy Marples | 2009-03-11 |
| | | |||
