aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Roy Walker writes:andersen2006-03-202-2/+10
* - revert back to r14406aldot2006-03-131-70/+29
* - backout using features which are not available with the previous stablealdot2006-03-091-2/+6
* - use absolute path for top_builddir and top_srcdir.aldot2006-03-021-0/+4
* - fixes parallel builds (make -j)aldot2006-03-011-28/+65
* Cleanup patch from Denis Vlasenko. Mostly variants of removing the if(x)landley2006-03-012-5/+5
* Patch from Denis Vlasenko to constify things and fix a few typos.landley2006-02-221-3/+4
* Bug 751: file handle leaks can add up until available filehandles for thelandley2006-02-222-3/+12
* Don't build directory libraries unless we're building an applet that needs it.landley2006-02-211-0/+2
* Missed a file in the last checkin, won't build without this...landley2006-02-211-0/+1
* Patch from Giuseppe Ciotta to specify retry count.landley2006-02-201-3/+8
* make the build system puuuuuuuuuuurtyvapier2006-02-021-3/+2
* fix up yet more annoying signed/unsigned and mixed type errorsandersen2006-01-303-7/+7
* just whitespacetimr2006-01-2513-42/+42
* - add platform.h.aldot2006-01-223-17/+9
* - shared libbusybox.aldot2006-01-151-16/+14
* more make safe the exported namespace for udhcp. Move to bb-specific file for...vodz2005-09-2310-20/+35
* remove 1 exportedvodz2005-09-232-2/+1
* move a couple of functions from common code (options.c) to udhcpd privatepgf2005-09-224-50/+51
* add support for setting the dhcp vendor class option (option 60). pgf2005-09-224-9/+28
* safe exported namespace for udhcp. Not full, bore :-(vodz2005-09-225-1/+14
* Fix the warning by rewriting the function to be smaller and simpler.landley2005-09-081-28/+17
* Off by one error in max_leases sanity check. Bug 349, apparently.landley2005-09-011-1/+1
* allow suppression of default client-id. fixes bug 000037. allowspgf2005-08-012-4/+14
* use toplevel ARFLAGS and update default ARFLAGS to be quietvapier2005-07-271-1/+1
* remove duplicate check against chaddr.pgf2005-07-211-3/+0
* applying fix for:pgf2005-07-201-0/+5
* Tobias Krawutschke found a bug where the DHCP client would accept packetslandley2005-05-261-0/+3
* Revert the uptime() removal. Let the list sort it out...landley2005-05-044-5/+14
* Patch from Shaun Jackman:landley2005-05-044-14/+5
* Patch from Bernhard Fischer to make a bunch of symbols staticandersen2005-04-161-1/+1
* In Bug 209, bernhardf writes:vapier2005-04-161-12/+12
* merge from udhcp modulevapier2004-12-066-4/+30
* Wade Berrier writes:andersen2004-10-088-5/+253
* egor duda writes:andersen2004-10-082-6/+9
* use busybox sysinfo structruss2004-05-192-1/+1
* Fix a compile problemandersen2004-05-191-2/+1
* fix timewarp in client (server fix later)russ2004-05-194-6/+16
* remove uneccessary check (already done in pidfile.c)russ2004-05-191-6/+4
* fix memory leak caused by switch to vforkruss2004-05-191-3/+4
* Update my email address, document some of my tasks in the AUTHORS filebug12004-04-251-1/+1
* Larry Doolittle writes:andersen2004-04-149-11/+11
* Remove trailing whitespace. Update copyright to include 2004.andersen2004-03-1525-193/+192
* Patch by Andrew Victor,bug12004-03-052-5/+10
* Fix a typo, patch by Andrew Victorbug12004-03-051-1/+1
* Use standard C99 typesandersen2004-01-3019-117/+117
* it should work even if you don't assign a pidfileruss2003-12-261-6/+7
* fix a long standing underallocation bugruss2003-12-241-2/+5
* move debugging to safe place (before vfork)russ2003-12-241-3/+2
* Finish remerging busybox udhcp and udhcp. Some cleanups as well.russ2003-12-1825-284/+509