aboutsummaryrefslogtreecommitdiff
path: root/networking/fakeidentd.c
AgeCommit message (Collapse)Author
2006-07-16Convert setuid/setgid users to xsetuid/xsetgid.Rob Landley
2006-06-07use bb_xbind/bb_xlistenMike Frysinger
2006-06-05Header cleanup on two more networking files (move libbb.h to the top andRob Landley
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.
2006-05-27Consolidate #include <sys/time.h> so libbb.h does it.Rob Landley
2006-04-12- patch from Denis Vlasenko to add bb_xbind() and bb_xlisten()Bernhard Reutner-Fischer
2006-04-12- patch from Denis Vlasenko to add and use bb_xsocket() and to useBernhard Reutner-Fischer
bb_xopen some more while at it. Also use shorter boilerplate while at it.
2006-03-10Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley
the busybox binary) into enums (which don't).
2006-01-25just whitespaceTim Riker
2006-01-15setgid and setuid have changes effective id too"Vladimir N. Oleynik"
2005-06-24- remove extra/unneeded function call. testing svnNed Ludd
2005-04-23remove unused variable and declare writepid inlineMike Frysinger
2005-04-18touchups as suggested by Vladimir N. OleynikMike Frysinger
2005-04-17import fakeidentd module started by Thomas LundquistMike Frysinger