summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Release dhcpcd-5.0.1dhcpcd-5.0.1Roy Marples2009-05-03
|
* We need to cast to void * to remove warnings on Sparc64roy@ubersparc.marples.name2009-05-02
|
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Go back to using gitRoy Marples2009-04-30
|
* Release dhcpcd-5.0.0Roy Marples2009-04-28
|
* Fix existing address detection.Roy Marples2009-04-27
|
* TypoRoy Marples2009-04-24
|
* dhcpcd -V now shows all variables we set, even without an option.Roy Marples2009-04-24
|
* Remove .depend before creating it.Roy Marples2009-04-24
|
* Only allow lo0 through allowRoy Marples2009-04-20
|
* No need for this.Roy Marples2009-04-20
|
* Fix quotingRoy Marples2009-04-20
|
* No need to quote here.Roy Marples2009-04-20
|
* Revert iforder -> interface_orderRoy Marples2009-04-20
|
* Remove old NetworkManager script - it's useless these days.Roy Marples2009-04-20
| | | | | Remove gratuitous usage of {} in variables.
* Prefix interface vars with if so we don't stamp on generic names like 'flags'.Roy Marples2009-04-20
|
* Release .18Roy Marples2009-04-19
|
* Blank memory correctly so we pickup address and route addition/deletion better.Roy Marples2009-04-19
|
* Release dhcpcd-4.99.17Roy Marples2009-04-19
|
* Add an option to fallback to a profile when DHCP fails.Roy Marples2009-04-18
|
* NetBSD-5.0RC4 has a kernel error causing an AF_LINK to be reported twice. A ↵Roy Marples2009-04-17
| | | | patch has been submitted, hopefully included in NetBSD-5.0
* Fix compile on FreeBSD.Roy Marples2009-04-17
|
* Fix compile on NetBSDRoy Marples2009-04-17
|
* We need to move allow/deny back to optionsRoy Marples2009-04-17
|
* discover_interfaces now uses getifaddrs instead of OS specific implementation.Roy Marples2009-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 shortRoy Marples2009-04-15
| | | | | options for them for future reuse.
* Fix crash at end of arping listRoy Marples2009-04-15
|
* We should ignore DHCP messages without a ServerID, #166.Roy Marples2009-04-12
|
* Release dhcpcd-4.99.16Roy Marples2009-04-02
|
* We need a bit more space for the profile name.Roy Marples2009-03-31
|
* Add the ability to arping an address and select a profile based on theRoy Marples2009-03-31
| | | | | hardware address replied with or the ip address.
* Improve PTP INFORM support some more.Roy Marples2009-03-23
|
* Default point to point interfaces to static if not inform.Roy Marples2009-03-23
| | | | | Only accept inform replies from our destination address.
* If we define a static address, we are not informing and vice versa.Roy Marples2009-03-23
|
* Export interface flags.Roy Marples2009-03-23
|
* Fail the interface when we need a clientid.Roy Marples2009-03-23
|
* dhcpcd CAN work on IEEE FireWire interfaces.Roy Marples2009-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 Marples2009-03-23
|
* Release dhcpcd-4.99.15Roy Marples2009-03-20
|
* Clarify reconfigure regarding the configuration file.Roy Marples2009-03-20
|
* Allow dhcpcd to run on loopback interfaces if specified.Roy Marples2009-03-20
|
* We should handle SIGUSR1 correctly.Roy Marples2009-03-20
|
* Add an option to reconfigure dhcpcd without rebinding.Roy Marples2009-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 belongsRoy Marples2009-03-19
|
* Linux can now detect address addition and removal too.Roy Marples2009-03-19
|
* Fix compile on Linux.Roy Marples2009-03-19
|
* We can now detected primary addresses added or changed in BSD.Roy Marples2009-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 Marples2009-03-18
| | | | | Thanks to Hasso Tepper.
* mandoc mandates the presence of .OsRoy Marples2009-03-11
|
* We shouldn't need to flush arp entires ourself on BSD platforms.Roy Marples2009-03-11
|