summaryrefslogtreecommitdiff
path: root/networking/fakeidentd.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley2006-07-161-2/+2
|
* use bb_xbind/bb_xlistenMike Frysinger2006-06-071-5/+2
|
* Header cleanup on two more networking files (move libbb.h to the top andRob Landley2006-06-051-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 Landley2006-05-271-1/+0
|
* - patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer2006-04-121-2/+2
|
* - patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer2006-04-121-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 intoRob Landley2006-03-101-1/+1
| | | | the busybox binary) into enums (which don't).
* just whitespaceTim Riker2006-01-251-1/+1
|
* setgid and setuid have changes effective id too"Vladimir N. Oleynik"2006-01-151-2/+0
|
* - remove extra/unneeded function call. testing svnNed Ludd2005-06-241-10/+1
|
* remove unused variable and declare writepid inlineMike Frysinger2005-04-231-3/+1
|
* touchups as suggested by Vladimir N. OleynikMike Frysinger2005-04-181-11/+4
|
* import fakeidentd module started by Thomas LundquistMike Frysinger2005-04-171-0/+441