aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* merge post-1.3.0 fixesvda2006-12-261-1/+2
* Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx)vda2006-12-221-5/+1
* u_short, ulong exterminatedvda2006-12-192-4/+4
* - use xlisten/xsocket some more. Saves .25 kBaldot2006-12-195-27/+3
* A bunch of defined(__GLIBC__) added. static-linking warning expandedvda2006-12-184-4/+4
* fix support for globally disabling --long-options.vda2006-11-291-1/+4
* udhcpc: fix my breakagevda2006-11-282-5/+3
* do not overflow ifr_name. maybe it was safe in some places,vda2006-11-271-1/+1
* udhcpc: convert to getopt32vda2006-11-273-171/+146
* safe_strtoXX interface proved to be a bit unconvenient.vda2006-11-271-2/+4
* add "wpad" DHCP option. Spotted some optimization opportunities: -80 bytesvda2006-11-234-54/+64
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),vda2006-11-223-10/+7
* - style fixesaldot2006-11-211-15/+16
* httpd: slight reduction of #ifdef forestvda2006-11-211-1/+1
* dhcprelay: new appletvda2006-11-204-13/+366
* add compile-time check for correct DHCP packet sizevda2006-11-201-0/+4
* small fixes: using fd-based io instead of FILE*-based,vda2006-11-184-48/+49
* udhcp: fix indentation and style.vda2006-11-1833-642/+332
* add -Wundef, fix uncovered bugsvda2006-11-174-4/+4
* message string changes, mostly for consistency, also -32 bytes in .rodatavda2006-10-208-23/+20
* add open_read_close() and similar stuffvda2006-10-144-8/+5
* small style fixesvda2006-10-121-3/+3
* attempt to regularize atoi mess.vda2006-10-082-7/+5
* build system overhaulvda2006-10-054-85/+26
* bb_applet_name -> applet_namevda2006-10-031-2/+2
* Yet another silly little byte saving. couldn't -> cannotvda2006-09-293-5/+5
* several fixes from openWRT projectvda2006-09-264-3/+17
* whitespace cleanupvda2006-09-171-1/+1
* Build fixes for gcc 4.0 with -Werror, from Tito.landley2006-09-111-1/+1
* udhcp: FEATURE_UDHCP_SYSLOG should be selected only ifvda2006-09-091-2/+1
* Fix (hopefully) bug 976. Need more thorough audit.vda2006-09-075-11/+27
* Add CONFIG_FEATURE_SYSLOG which controls whethervda2006-09-071-10/+2
* Implement optional syslog logging using ordinaryvda2006-09-0617-179/+124
* replacing func() with xfunc() where appropriatevda2006-09-031-4/+1
* - remove last reminiscents of IN_BUSYBOXaldot2006-08-183-28/+4
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidatelandley2006-08-032-8/+6
* get rid of udhcp submenuvapier2006-07-241-18/+13
* This file doesn't appear to be used anywhere.rpjday2006-07-051-17/+0
* Standardize on the vi editing directives being on the first line.rpjday2006-07-0232-0/+32
* Remove all usage of the "register" storage class specifier.rpjday2006-07-011-1/+1
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-42/+3
* CONFIG_DHCP -> CONFIG_APP_DHCP.landley2006-06-222-11/+11
* - reuse strings and messages. Saves about 600Baldot2006-06-071-1/+1
* Use BB endianness macro.landley2006-05-311-2/+1
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-2817-221/+86
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-273-3/+0
* fix spelling mistakesvapier2006-05-261-1/+1
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-212-19/+7
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-131-1/+1