summaryrefslogtreecommitdiff
path: root/networking/fakeidentd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup codeDenis Vlasenko2007-01-191-0/+2
* fakeinetd: attempted ipv6-ization (and it's done)Denis Vlasenko2007-01-111-179/+167
* Trailing whitespace removal over entire treeDenis Vlasenko2007-01-111-49/+49
* style fixesDenis Vlasenko2006-12-261-1/+1
* introduce setsockopt_reuseaddr(int fd), setsockopt_broadcast(int fd),Denis Vlasenko2006-11-221-5/+4
* telnetd: move generic stuff into libbb. It will make it easyDenis Vlasenko2006-11-221-2/+2
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
* bb_applet_name -> applet_nameDenis Vlasenko2006-10-031-1/+1
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Implement optional syslog logging using ordinaryDenis Vlasenko2006-09-061-2/+5
* replacing func() with xfunc() where appropriateDenis Vlasenko2006-09-031-1/+1
* Svn 16007 broke the build under gcc 4.0.3. This fixes up some of the damageRob Landley2006-08-291-2/+2
* Remove bb_ prefixes from xfuncs.c (and a few other places), consolidateRob Landley2006-08-031-15/+3
* 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
* 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
* Patch from Denis Vlasenko turning static const int (which gets emitted intoRob Landley2006-03-101-1/+1
* 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