Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert setuid/setgid users to xsetuid/xsetgid. | Rob Landley | 2006-07-16 | 1 | -2/+2 |
| | |||||
* | use bb_xbind/bb_xlisten | Mike Frysinger | 2006-06-07 | 1 | -5/+2 |
| | |||||
* | Header cleanup on two more networking files (move libbb.h to the top and | Rob Landley | 2006-06-05 | 1 | -8/+2 |
| | | | | | remove #includes that libbb.h already does), plus a minor cleanup of libbb.h to move #includes towards the top of the file where we can see 'em. | ||||
* | Consolidate #include <sys/time.h> so libbb.h does it. | Rob Landley | 2006-05-27 | 1 | -1/+0 |
| | |||||
* | - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten() | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -2/+2 |
| | |||||
* | - patch from Denis Vlasenko to add and use bb_xsocket() and to use | Bernhard Reutner-Fischer | 2006-04-12 | 1 | -16/+2 |
| | | | | | bb_xopen some more while at it. Also use shorter boilerplate while at it. | ||||
* | Patch from Denis Vlasenko turning static const int (which gets emitted into | Rob Landley | 2006-03-10 | 1 | -1/+1 |
| | | | | the busybox binary) into enums (which don't). | ||||
* | just whitespace | Tim Riker | 2006-01-25 | 1 | -1/+1 |
| | |||||
* | setgid and setuid have changes effective id too | "Vladimir N. Oleynik" | 2006-01-15 | 1 | -2/+0 |
| | |||||
* | - remove extra/unneeded function call. testing svn | Ned Ludd | 2005-06-24 | 1 | -10/+1 |
| | |||||
* | remove unused variable and declare writepid inline | Mike Frysinger | 2005-04-23 | 1 | -3/+1 |
| | |||||
* | touchups as suggested by Vladimir N. Oleynik | Mike Frysinger | 2005-04-18 | 1 | -11/+4 |
| | |||||
* | import fakeidentd module started by Thomas Lundquist | Mike Frysinger | 2005-04-17 | 1 | -0/+441 |