Commit Graph

  • 41e206fba4 - add helptext for --retries master Bernhard Reutner-Fischer 2006-05-10 16:11:25 +00:00
  • 865613f728 Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage() Mike Frysinger 2006-04-27 02:01:16 +00:00
  • f8f2b4b647 2006-04-20 Shaun Jackman <sjackman@gmail.com> * networking/udhcp/socket.c (listen_socket): Use ifr_name instead of ifr_ifrn.ifrn_name. Mike Frysinger 2006-04-21 01:26:44 +00:00
  • 387050b1dc Shaun Jackman writes: udhcp uses some fun-fun __GLIBC__ tests. A _NEWLIB_VERSION test is required as well. Mike Frysinger 2006-04-21 01:24:58 +00:00
  • 80ea7ad686 re-order includes so prototypes get changed properly Mike Frysinger 2006-04-19 22:06:04 +00:00
  • 04edff8ba8 use memcmp() not bcmp() Mike Frysinger 2006-04-16 05:52:06 +00:00
  • 3da65ce484 - add remark about bb_xdaemon. Need to put a copy into libbb_udhcp.h for the standalone version. Bernhard Reutner-Fischer 2006-04-12 18:17:00 +00:00
  • 1a9fb6c293 make sure we dont leak file descriptors to external scripts as pointed out by Roy Marples Mike Frysinger 2006-04-08 01:10:01 +00:00
  • 2aa7fab29a - typo: s/compatability/compatibility/g Bernhard Reutner-Fischer 2006-04-02 20:25:08 +00:00
  • 2c03a8b593 unify mostly common code Mike Frysinger 2006-04-01 03:23:03 +00:00
  • 78cb565ab0 misc touchups Mike Frysinger 2006-04-01 01:16:22 +00:00
  • 49458a69d0 update clean target Mike Frysinger 2006-03-23 23:47:23 +00:00
  • c202003968 copy from busybox Mike Frysinger 2006-03-23 03:49:48 +00:00
  • a40fc880c8 make the makefile a little more flexible so we can store in either location Mike Frysinger 2006-03-23 03:47:19 +00:00
  • b37705b24e sync busybox and udhcp trees Mike Frysinger 2006-03-23 03:05:05 +00:00
  • 8df074e69a unneeded Mike Frysinger 2006-03-23 03:02:31 +00:00
  • 5b0249b8c6 syncing with busybox tree -- adds ability to set vendor class id option. Paul Fox 2005-10-14 03:07:32 +00:00
  • 2e4633ef70 syncing with busybox tree. adds ability to suppress default client-id, to match kernel and uboot behavior. Paul Fox 2005-10-14 03:06:14 +00:00
  • 86f13921ea Tobias Krawutschke found a bug where the DHCP client would accept packets with the wrong ARP address, meaning we could easily get somebody else's IP. That is a bad thing, and this is the minimal two-line fix. Eric Andersen 2005-05-26 06:23:40 +00:00
  • 8acf2b25a3 In Bug 209, bernhardf writes: struct named { named_field: init, }; appear to be depraced by now; rather use C{99} format as in struct named { .named_field = init, }; Mike Frysinger 2005-04-16 04:17:06 +00:00
  • bb267dcce4 clean up ! support DESTDIR, fix permissions of installed files, and also install the .nak sample script Mike Frysinger 2004-12-17 04:21:06 +00:00
  • c2fb7afe65 err forgot to add static_lease.o to the obj list Mike Frysinger 2004-12-17 04:06:17 +00:00
  • 082c7e9d6c add patch by Roy Marples to export nis env vars Mike Frysinger 2004-12-06 14:45:42 +00:00
  • c7ecaab080 add patch by Roy Marples to support fully qualified doman names used by MS DHCP servers for example Mike Frysinger 2004-12-06 14:43:51 +00:00
  • 394a9621d1 tabs != 8 spaces, so use spaces ;) Mike Frysinger 2004-12-04 02:33:12 +00:00
  • a5f069cf03 merge static lease code from busybox back here Mike Frysinger 2004-12-04 02:28:53 +00:00
  • b58ee28241 backout unintented commit Russ Dill 2004-05-19 09:19:37 +00:00
  • 65243ca889 sync with busybox Russ Dill 2004-05-19 09:18:20 +00:00
  • 9a59393459 get rid of timewarp problems in client (server will be done later) Russ Dill 2004-05-19 08:26:01 +00:00
  • 7a77334126 switch over to sysinfo to go off uptime instead of system time Russ Dill 2004-05-19 08:07:54 +00:00
  • c3aaf5692a get rid of some duplicate checks Russ Dill 2004-05-19 07:43:00 +00:00
  • 78ade985d9 head off possible packing problems Russ Dill 2004-05-19 07:36:42 +00:00
  • ba260da42a update authors Russ Dill 2004-05-19 07:35:45 +00:00
  • 91260dd1f1 spelling fixes Russ Dill 2004-05-19 07:33:49 +00:00
  • 293312a69f fixup whitespace Russ Dill 2004-05-19 07:32:36 +00:00
  • 72f3712b60 fix memory leak caused by switching to vfork Russ Dill 2004-05-19 06:58:57 +00:00
  • d08f1cc610 Use standard C99 types Eric Andersen 2004-01-30 23:45:53 +00:00
  • 642e15f264 fix a long standing underallocation bug Russ Dill 2003-12-24 19:57:13 +00:00
  • 18cc4adac2 move debugging to safe place (before vfork) Russ Dill 2003-12-24 19:31:08 +00:00
  • 9b98f2c1ab remerge with busybox Russ Dill 2003-12-18 22:35:01 +00:00
  • 4d1bfe0b76 forgotten include Russ Dill 2003-12-16 02:34:28 +00:00
  • d47a7c9c39 get working on trying to merge to busybox Russ Dill 2003-12-16 02:25:39 +00:00
  • 09457926fa revert the const stuff Russ Dill 2003-12-16 01:40:37 +00:00
  • f6e6a8c6b0 some cleanups, sanity stuff, etc Russ Dill 2003-12-16 01:38:51 +00:00
  • 195c5f1b8e updated changelog to reflect previous changes Russ Dill 2003-02-12 22:14:55 +00:00
  • 19e80ae128 byte order fix for mton Russ Dill 2003-02-12 22:05:28 +00:00
  • 7c12c431ed alignment patch from Rui He Russ Dill 2003-02-12 21:45:40 +00:00
  • 8f79eac98a fix potential problem (if sizeof(int) != sizeof(void *)) Russ Dill 2003-01-21 21:24:34 +00:00
  • 7cd05f4e61 udhcp mistakenly closes its own port (bug 1295) Russ Dill 2003-01-21 21:18:22 +00:00
  • fe948782ed fix for continous backgrounding (bug 1294) Russ Dill 2003-01-21 21:09:42 +00:00
  • 9f3200d3aa small change for busybox Russ Dill 2002-12-11 22:30:44 +00:00
  • 27db173d0c make it a little easier on new users Russ Dill 2002-12-11 21:36:06 +00:00
  • 4d15ca6245 sanity check for max_leases (bug 1285) Russ Dill 2002-12-11 21:34:43 +00:00
  • d8258a5173 patch from andersee Russ Dill 2002-12-11 21:05:27 +00:00
  • d0d32ace90 removed trailing space from env vars Russ Dill 2002-12-11 21:01:23 +00:00
  • bd709948ee added env var for mask bits Russ Dill 2002-12-11 20:53:58 +00:00
  • fd015edaa9 add something to the TODO Russ Dill 2002-12-09 22:26:01 +00:00
  • 95e1718441 Documentation updates Russ Dill 2002-11-19 00:40:05 +00:00
  • fc7c94e5d7 version number oops Russ Dill 2002-11-05 20:10:21 +00:00
  • 7d67eb5ab8 0.9.8 0_9_8 Russ Dill 2002-10-31 18:46:43 +00:00
  • 0109516837 split up README Russ Dill 2002-10-31 18:02:09 +00:00
  • fafdfbc9bd make udhcpc use /dev/urandom Russ Dill 2002-10-31 17:29:26 +00:00
  • 4060035575 compile, then commit... Russ Dill 2002-10-19 01:10:43 +00:00
  • 5ab1e30dde fixed renew behavior Russ Dill 2002-10-19 01:03:10 +00:00
  • adf50b3afe udhcp now fits nicely into busybox Russ Dill 2002-09-20 20:36:15 +00:00
  • 6daadcc6af more script stuff Russ Dill 2002-09-18 18:09:39 +00:00
  • d5b915377b socketpair signal handling Russ Dill 2002-09-17 22:44:01 +00:00
  • ee3c1fb219 improved error message Russ Dill 2002-09-06 22:05:59 +00:00
  • 7d85f05318 improved signal handling behavior Russ Dill 2002-09-06 22:04:09 +00:00
  • c26cd91421 Fix to config file parsing Russ Dill 2002-08-27 22:09:20 +00:00
  • d5e8aa555d Fix load lease logic Russ Dill 2002-08-27 21:22:48 +00:00
  • 6fc8921432 fix clear lease logic Russ Dill 2002-08-27 21:22:01 +00:00
  • 397cad5a7e -h is now an alias for -H (udhcp bug #1253) Russ Dill 2002-08-27 20:44:57 +00:00
  • d3f6108478 Shorter timeout on not receiving offers Russ Dill 2002-08-27 20:15:17 +00:00
  • 97a2d581b2 Improved signal behavior by client Russ Dill 2002-08-27 20:13:32 +00:00
  • 66c82dc0a0 Would never assign end address Russ Dill 2002-08-27 19:09:01 +00:00
  • db89405506 Was improperly reporting yiaddr as siaddr Russ Dill 2002-08-27 19:00:31 +00:00
  • 2c42e666b6 fix reading of clientid Russ Dill 2002-08-27 18:50:07 +00:00
  • 0a2cf9f343 added background_if_no_lease option Russ Dill 2002-08-27 18:42:54 +00:00
  • f31df6cd1f compute udp checksum correctly on big endian hosts Russ Dill 2002-08-27 18:23:14 +00:00
  • 407d84f7ab Improved NAK'ing behavior Russ Dill 2002-08-27 18:11:10 +00:00
  • 8febad96a0 fix possible packet loss in udhcpc Russ Dill 2002-08-27 17:16:47 +00:00
  • 3c9ed2b557 sys_errlist[]->strerror() Russ Dill 2002-08-27 17:11:58 +00:00
  • 9ee05bff02 daemon(0,0) was closing our pid_fd if stdin/out/err wasn't open Russ Dill 2002-06-03 19:47:35 +00:00
  • 1d35be5808 0.9.7 commits 0_9_7 Russ Dill 2002-05-27 06:18:49 +00:00
  • 4fe980fa17 added nak script support Russ Dill 2002-05-23 19:29:25 +00:00
  • 393499ec8f added message to understood client options Russ Dill 2002-05-23 19:20:42 +00:00
  • 3eccddb359 signedness issues (or annoyances) Russ Dill 2002-04-02 22:49:33 +00:00
  • fcab81a38f prototype mismatch Russ Dill 2002-04-02 22:26:18 +00:00
  • 93c4868651 little commenting in options.h Russ Dill 2002-03-23 00:34:03 +00:00
  • 58a95d7aed generate the paramater request list from the options list Russ Dill 2002-03-23 00:30:12 +00:00
  • 805978dda0 options code dealings should be unsigned Russ Dill 2002-03-22 23:55:55 +00:00
  • 15c831effd dhcp_options code should be unsigned Russ Dill 2002-03-22 23:51:06 +00:00
  • fb5ff5ff9b small typo Russ Dill 2002-03-22 23:37:21 +00:00
  • 96eb61ee29 fix for bug 1230, don't reset server_addr on renew Russ Dill 2002-03-19 06:02:29 +00:00
  • 0e36d664e6 add request list for dhcp renew Russ Dill 2002-03-19 05:39:42 +00:00
  • 99e73baa46 responses should have BOOTREPLY Russ Dill 2002-03-19 01:01:33 +00:00
  • b3acec08ad small fix to client id fix Russ Dill 2002-02-12 01:51:19 +00:00
  • 5d811d87af fixed clientid option Russ Dill 2002-02-12 01:19:48 +00:00
  • 5aa55f970a replace bzero with memset Russ Dill 2002-01-17 22:44:30 +00:00