=back =head1 LIBC NSS GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C library for the local environment, and to configure how it reads system data, such as passwords and group information. BusyBox has made it Policy that it will never use NSS, and will never use and libc calls that make use of NSS. This allows you to run an embedded system without the need for installing an /etc/nsswitch.conf file and without and /lib/libnss_* libraries installed. If you are using a system that is using a remote LDAP server for authentication via GNU libc NSS, and you want to use BusyBox, then you will need to adjust the BusyBox source. Chances are though, that if you have enough space to install of that stuff on your system, then you probably want the full GNU utilities. =head1 SEE ALSO textutils(1), shellutils(1), etc... =head1 MAINTAINER Erik Andersen =head1 AUTHORS The following people have contributed code to BusyBox whether they know it or not. =for html
Erik Andersen , Tons of new stuff, major rewrite of most of the core apps, tons of new apps as noted in header files. =for html
John Beppu du, head, nslookup, sort, tee, uniq (so Kraai could rewrite them ;-), documentation =for html
Edward Betts expr, hostid, logname, tty, wc, whoami, yes =for html
Brian Candler tiny-ls(ls) =for html
Randolph Chung fbset, ping, hostname, and mkfifo =for html
Dave Cinege more(v2), makedevs, dutmp, modularization, auto links file, various fixes, Linux Router Project maintenance =for html
Larry Doolittle various fixes, shell rewrite =for html
Karl M. Hegbloom cp_mv.c, the test suite, various fixes to utility.c, &c. =for html
Sterling Huxley vi (!!!) =for html
Daniel Jacobowitz mktemp.c =for html
Matt Kraai documentation, bugfixes =for html
John Lombardo dirname, tr =for html
Glenn McGrath ar.c =for html
Vladimir Oleynik cmdedit, stty-port, locale, various fixes and irreconcilable critic of everything not perfect. =for html
Bruce Perens Original author of BusyBox. His code is still in many apps. =for html
Chip Rosenthal , wget - Contributed by permission of Covad Communications =for html
Pavel Roskin Lots of bugs fixes and patches. =for html
Gyepi Sam Remote logging feature for syslogd =for html
Linus Torvalds mkswap, fsck.minix, mkfs.minix =for html
Mark Whitley sed remix, bug fixes, style-guide, etc. =for html
Charles P. Wright gzip, mini-netcat(nc) =for html
Enrique Zanardi tarcat (since removed), loadkmap, various fixes, Debian maintenance =cut # $Id: busybox_footer.pod,v 1.1.1.4 2003/10/14 08:09:39 sparq Exp $