cosmetics
[tomato/tomato-dir865l.git] / release / src / router / busybox / docs / busybox_footer.pod
blobc346c736be4379152ca18e38c6e60a4d4f4adcc2
1 =back
3 =head1 LIBC NSS
5 GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior
6 of the C library for the local environment, and to configure how it reads
7 system data, such as passwords and group information.  This is implemented
8 using an /etc/nsswitch.conf configuration file, and using one or more of the
9 /lib/libnss_* libraries.  BusyBox tries to avoid using any libc calls that make
10 use of NSS.  Some applets however, such as login and su, will use libc functions
11 that require NSS.
13 If you enable CONFIG_USE_BB_PWD_GRP, BusyBox will use internal functions to
14 directly access the /etc/passwd, /etc/group, and /etc/shadow files without
15 using NSS.  This may allow you to run your system without the need for
16 installing any of the NSS configuration files and libraries.
18 When used with glibc, the BusyBox 'networking' applets will similarly require
19 that you install at least some of the glibc NSS stuff (in particular,
20 /etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*).
22 Shameless Plug: As an alternative, one could use a C library such as uClibc.  In
23 addition to making your system significantly smaller, uClibc does not require the
24 use of any NSS support files or libraries.
26 =head1 MAINTAINER
28 Denis Vlasenko <vda.linux@googlemail.com>
30 =head1 AUTHORS
32 The following people have contributed code to BusyBox whether they know it or
33 not.  If you have written code included in BusyBox, you should probably be
34 listed here so you can obtain your bit of eternal glory.  If you should be
35 listed here, or the description of what you have done needs more detail, or is
36 incorrect, please send in an update.
39 =for html <br>
41 Emanuele Aina <emanuele.aina@tiscali.it>
42     run-parts
44 =for html <br>
46 Erik Andersen <andersen@codepoet.org>
48     Tons of new stuff, major rewrite of most of the
49     core apps, tons of new apps as noted in header files.
50     Lots of tedious effort writing these boring docs that
51     nobody is going to actually read.
53 =for html <br>
55 Laurence Anderson <l.d.anderson@warwick.ac.uk>
57     rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm
59 =for html <br>
61 Jeff Angielski <jeff@theptrgroup.com>
63     ftpput, ftpget
65 =for html <br>
67 Edward Betts <edward@debian.org>
69     expr, hostid, logname, whoami
71 =for html <br>
73 John Beppu <beppu@codepoet.org>
75     du, nslookup, sort
77 =for html <br>
79 Brian Candler <B.Candler@pobox.com>
81     tiny-ls(ls)
83 =for html <br>
85 Randolph Chung <tausq@debian.org>
87     fbset, ping, hostname
89 =for html <br>
91 Dave Cinege <dcinege@psychosis.com>
93     more(v2), makedevs, dutmp, modularization, auto links file,
94     various fixes, Linux Router Project maintenance
96 =for html <br>
98 Jordan Crouse <jordan@cosmicpenguin.net>
100     ipcalc
102 =for html <br>
104 Magnus Damm <damm@opensource.se>
106     tftp client insmod powerpc support
108 =for html <br>
110 Larry Doolittle <ldoolitt@recycle.lbl.gov>
112     pristine source directory compilation, lots of patches and fixes.
114 =for html <br>
116 Glenn Engel <glenne@engel.org>
118     httpd
120 =for html <br>
122 Gennady Feldman <gfeldman@gena01.com>
124     Sysklogd (single threaded syslogd, IPC Circular buffer support,
125     logread), various fixes.
127 =for html <br>
129 Karl M. Hegbloom <karlheg@debian.org>
131     cp_mv.c, the test suite, various fixes to utility.c, &c.
133 =for html <br>
135 Daniel Jacobowitz <dan@debian.org>
137     mktemp.c
139 =for html <br>
141 Matt Kraai <kraai@alumni.cmu.edu>
143     documentation, bugfixes, test suite
145 =for html <br>
147 Stephan Linz <linz@li-pro.net>
149     ipcalc, Red Hat equivalence
151 =for html <br>
153 John Lombardo <john@deltanet.com>
155     tr
157 =for html <br>
159 Glenn McGrath <bug1@iinet.net.au>
161     Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
162     nameif, sed, patch, fold, install, uudecode.
163     Various bugfixes, review and apply numerous patches.
165 =for html <br>
167 Manuel Novoa III <mjn3@codepoet.org>
169     cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
170     mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
171     get_last_path_component, simplify_path, and a number trivial libbb routines
173     also bug fixes, partial rewrites, and size optimizations in
174     ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
175     mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
176     interface, dutmp, ifconfig, route
178 =for html <br>
180 Vladimir Oleynik <dzo@simtreas.ru>
182     cmdedit; xargs(current), httpd(current);
183     ports: ash, crond, fdisk, inetd, stty, traceroute, top;
184     locale, various fixes
185     and irreconcilable critic of everything not perfect.
187 =for html <br>
189 Bruce Perens <bruce@pixar.com>
191     Original author of BusyBox in 1995, 1996. Some of his code can
192     still be found hiding here and there...
194 =for html <br>
196 Tim Riker <Tim@Rikers.org>
198     bug fixes, member of fan club
200 =for html <br>
202 Kent Robotti <robotti@metconnect.com>
204     reset, tons and tons of bug reports and patches.
206 =for html <br>
208 Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
210     wget - Contributed by permission of Covad Communications
212 =for html <br>
214 Pavel Roskin <proski@gnu.org>
216     Lots of bugs fixes and patches.
218 =for html <br>
220 Gyepi Sam <gyepi@praxis-sw.com>
222     Remote logging feature for syslogd
224 =for html <br>
226 Linus Torvalds <torvalds@transmeta.com>
228     mkswap, fsck.minix, mkfs.minix
230 =for html <br>
232 Mark Whitley <markw@codepoet.org>
234     grep, sed, cut, xargs(previous),
235     style-guide, new-applet-HOWTO, bug fixes, etc.
237 =for html <br>
239 Charles P. Wright <cpwright@villagenet.com>
241     gzip, mini-netcat(nc)
243 =for html <br>
245 Enrique Zanardi <ezanardi@ull.es>
247     tarcat (since removed), loadkmap, various fixes, Debian maintenance
249 =for html <br>
251 Tito Ragusa <farmatito@tiscali.it>
253     devfsd and size optimizations in strings, openvt and deallocvt.
255 =for html <br>
257 Paul Fox <pgf@foxharp.boston.ma.us>
259     vi editing mode for ash, various other patches/fixes
261 =for html <br>
263 Roberto A. Foglietta <me@roberto.foglietta.name>
265     port: dnsd
267 =for html <br>
269 Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
271     misc
273 =for html <br>
275 Mike Frysinger <vapier@gentoo.org>
277     initial e2fsprogs, printenv, setarch, sum, misc
279 =for html <br>
281 Jie Zhang <jie.zhang@analog.com>
283     fixed two bugs in msh and hush (exitcode of killed processes)
285 =cut