Bernhard Reutner-Fischer
|
41e206fba4
|
- add helptext for --retries
|
2006-05-10 16:11:25 +00:00 |
|
Mike Frysinger
|
865613f728
|
Giuseppe Ciotta writes: add -t, --retries=NUM to show_usage()
|
2006-04-27 02:01:16 +00:00 |
|
Mike Frysinger
|
f8f2b4b647
|
2006-04-20 Shaun Jackman <sjackman@gmail.com>
* networking/udhcp/socket.c (listen_socket): Use ifr_name instead
of ifr_ifrn.ifrn_name.
|
2006-04-21 01:26:44 +00:00 |
|
Mike Frysinger
|
387050b1dc
|
Shaun Jackman writes: udhcp uses some fun-fun __GLIBC__ tests. A _NEWLIB_VERSION test is required as well.
|
2006-04-21 01:24:58 +00:00 |
|
Mike Frysinger
|
80ea7ad686
|
re-order includes so prototypes get changed properly
|
2006-04-19 22:06:04 +00:00 |
|
Mike Frysinger
|
04edff8ba8
|
use memcmp() not bcmp()
|
2006-04-16 05:52:06 +00:00 |
|
Bernhard Reutner-Fischer
|
3da65ce484
|
- add remark about bb_xdaemon. Need to put a copy into libbb_udhcp.h for the
standalone version.
|
2006-04-12 18:17:00 +00:00 |
|
Mike Frysinger
|
1a9fb6c293
|
make sure we dont leak file descriptors to external scripts as pointed out by Roy Marples
|
2006-04-08 01:10:01 +00:00 |
|
Bernhard Reutner-Fischer
|
2aa7fab29a
|
- typo: s/compatability/compatibility/g
|
2006-04-02 20:25:08 +00:00 |
|
Mike Frysinger
|
2c03a8b593
|
unify mostly common code
|
2006-04-01 03:23:03 +00:00 |
|
Mike Frysinger
|
78cb565ab0
|
misc touchups
|
2006-04-01 01:16:22 +00:00 |
|
Mike Frysinger
|
49458a69d0
|
update clean target
|
2006-03-23 23:47:23 +00:00 |
|
Mike Frysinger
|
c202003968
|
copy from busybox
|
2006-03-23 03:49:48 +00:00 |
|
Mike Frysinger
|
a40fc880c8
|
make the makefile a little more flexible so we can store in either location
|
2006-03-23 03:47:19 +00:00 |
|
Mike Frysinger
|
b37705b24e
|
sync busybox and udhcp trees
|
2006-03-23 03:05:05 +00:00 |
|
Mike Frysinger
|
8df074e69a
|
unneeded
|
2006-03-23 03:02:31 +00:00 |
|
Paul Fox
|
5b0249b8c6
|
syncing with busybox tree -- adds ability to set vendor class id option.
|
2005-10-14 03:07:32 +00:00 |
|
Paul Fox
|
2e4633ef70
|
syncing with busybox tree. adds ability to suppress default client-id,
to match kernel and uboot behavior.
|
2005-10-14 03:06:14 +00:00 |
|
Eric Andersen
|
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.
|
2005-05-26 06:23:40 +00:00 |
|
Mike Frysinger
|
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,
};
|
2005-04-16 04:17:06 +00:00 |
|
Mike Frysinger
|
bb267dcce4
|
clean up ! support DESTDIR, fix permissions of installed files, and also install the .nak sample script
|
2004-12-17 04:21:06 +00:00 |
|
Mike Frysinger
|
c2fb7afe65
|
err forgot to add static_lease.o to the obj list
|
2004-12-17 04:06:17 +00:00 |
|
Mike Frysinger
|
082c7e9d6c
|
add patch by Roy Marples to export nis env vars
|
2004-12-06 14:45:42 +00:00 |
|
Mike Frysinger
|
c7ecaab080
|
add patch by Roy Marples to support fully qualified doman names used by MS DHCP servers for example
|
2004-12-06 14:43:51 +00:00 |
|
Mike Frysinger
|
394a9621d1
|
tabs != 8 spaces, so use spaces ;)
|
2004-12-04 02:33:12 +00:00 |
|
Mike Frysinger
|
a5f069cf03
|
merge static lease code from busybox back here
|
2004-12-04 02:28:53 +00:00 |
|
Russ Dill
|
b58ee28241
|
backout unintented commit
|
2004-05-19 09:19:37 +00:00 |
|
Russ Dill
|
65243ca889
|
sync with busybox
|
2004-05-19 09:18:20 +00:00 |
|
Russ Dill
|
9a59393459
|
get rid of timewarp problems in client (server will be done later)
|
2004-05-19 08:26:01 +00:00 |
|
Russ Dill
|
7a77334126
|
switch over to sysinfo to go off uptime instead of system time
|
2004-05-19 08:07:54 +00:00 |
|
Russ Dill
|
c3aaf5692a
|
get rid of some duplicate checks
|
2004-05-19 07:43:00 +00:00 |
|
Russ Dill
|
78ade985d9
|
head off possible packing problems
|
2004-05-19 07:36:42 +00:00 |
|
Russ Dill
|
ba260da42a
|
update authors
|
2004-05-19 07:35:45 +00:00 |
|
Russ Dill
|
91260dd1f1
|
spelling fixes
|
2004-05-19 07:33:49 +00:00 |
|
Russ Dill
|
293312a69f
|
fixup whitespace
|
2004-05-19 07:32:36 +00:00 |
|
Russ Dill
|
72f3712b60
|
fix memory leak caused by switching to vfork
|
2004-05-19 06:58:57 +00:00 |
|
Eric Andersen
|
d08f1cc610
|
Use standard C99 types
|
2004-01-30 23:45:53 +00:00 |
|
Russ Dill
|
642e15f264
|
fix a long standing underallocation bug
|
2003-12-24 19:57:13 +00:00 |
|
Russ Dill
|
18cc4adac2
|
move debugging to safe place (before vfork)
|
2003-12-24 19:31:08 +00:00 |
|
Russ Dill
|
9b98f2c1ab
|
remerge with busybox
|
2003-12-18 22:35:01 +00:00 |
|
Russ Dill
|
4d1bfe0b76
|
forgotten include
|
2003-12-16 02:34:28 +00:00 |
|
Russ Dill
|
d47a7c9c39
|
get working on trying to merge to busybox
|
2003-12-16 02:25:39 +00:00 |
|
Russ Dill
|
09457926fa
|
revert the const stuff
|
2003-12-16 01:40:37 +00:00 |
|
Russ Dill
|
f6e6a8c6b0
|
some cleanups, sanity stuff, etc
|
2003-12-16 01:38:51 +00:00 |
|
Russ Dill
|
195c5f1b8e
|
updated changelog to reflect previous changes
|
2003-02-12 22:14:55 +00:00 |
|
Russ Dill
|
19e80ae128
|
byte order fix for mton
|
2003-02-12 22:05:28 +00:00 |
|
Russ Dill
|
7c12c431ed
|
alignment patch from Rui He
|
2003-02-12 21:45:40 +00:00 |
|
Russ Dill
|
8f79eac98a
|
fix potential problem (if sizeof(int) != sizeof(void *))
|
2003-01-21 21:24:34 +00:00 |
|
Russ Dill
|
7cd05f4e61
|
udhcp mistakenly closes its own port (bug 1295)
|
2003-01-21 21:18:22 +00:00 |
|
Russ Dill
|
fe948782ed
|
fix for continous backgrounding (bug 1294)
|
2003-01-21 21:09:42 +00:00 |
|