busybox_footer.pod 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. =back
  2. =head1 LIBC NSS
  3. GNU Libc (glibc) uses the Name Service Switch (NSS) to configure the behavior
  4. of the C library for the local environment, and to configure how it reads
  5. system data, such as passwords and group information. This is implemented
  6. using an /etc/nsswitch.conf configuration file, and using one or more of the
  7. /lib/libnss_* libraries. BusyBox tries to avoid using any libc calls that make
  8. use of NSS. Some applets however, such as login and su, will use libc functions
  9. that require NSS.
  10. If you enable CONFIG_USE_BB_PWD_GRP, BusyBox will use internal functions to
  11. directly access the /etc/passwd, /etc/group, and /etc/shadow files without
  12. using NSS. This may allow you to run your system without the need for
  13. installing any of the NSS configuration files and libraries.
  14. When used with glibc, the BusyBox 'networking' applets will similarly require
  15. that you install at least some of the glibc NSS stuff (in particular,
  16. /etc/nsswitch.conf, /lib/libnss_dns*, /lib/libnss_files*, and /lib/libresolv*).
  17. Shameless Plug: As an alternative, one could use a C library such as uClibc. In
  18. addition to making your system significantly smaller, uClibc does not require the
  19. use of any NSS support files or libraries.
  20. =head1 MAINTAINER
  21. Denis Vlasenko <vda.linux@googlemail.com>
  22. =head1 AUTHORS
  23. The following people have contributed code to BusyBox whether they know it or
  24. not. If you have written code included in BusyBox, you should probably be
  25. listed here so you can obtain your bit of eternal glory. If you should be
  26. listed here, or the description of what you have done needs more detail, or is
  27. incorrect, please send in an update.
  28. =for html <br>
  29. Emanuele Aina <emanuele.aina@tiscali.it>
  30. run-parts
  31. =for html <br>
  32. Erik Andersen <andersen@codepoet.org>
  33. Tons of new stuff, major rewrite of most of the
  34. core apps, tons of new apps as noted in header files.
  35. Lots of tedious effort writing these boring docs that
  36. nobody is going to actually read.
  37. =for html <br>
  38. Laurence Anderson <l.d.anderson@warwick.ac.uk>
  39. rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm
  40. =for html <br>
  41. Jeff Angielski <jeff@theptrgroup.com>
  42. ftpput, ftpget
  43. =for html <br>
  44. Edward Betts <edward@debian.org>
  45. expr, hostid, logname, whoami
  46. =for html <br>
  47. John Beppu <beppu@codepoet.org>
  48. du, nslookup, sort
  49. =for html <br>
  50. Brian Candler <B.Candler@pobox.com>
  51. tiny-ls(ls)
  52. =for html <br>
  53. Randolph Chung <tausq@debian.org>
  54. fbset, ping, hostname
  55. =for html <br>
  56. Dave Cinege <dcinege@psychosis.com>
  57. more(v2), makedevs, dutmp, modularization, auto links file,
  58. various fixes, Linux Router Project maintenance
  59. =for html <br>
  60. Jordan Crouse <jordan@cosmicpenguin.net>
  61. ipcalc
  62. =for html <br>
  63. Magnus Damm <damm@opensource.se>
  64. tftp client insmod powerpc support
  65. =for html <br>
  66. Larry Doolittle <ldoolitt@recycle.lbl.gov>
  67. pristine source directory compilation, lots of patches and fixes.
  68. =for html <br>
  69. Glenn Engel <glenne@engel.org>
  70. httpd
  71. =for html <br>
  72. Gennady Feldman <gfeldman@gena01.com>
  73. Sysklogd (single threaded syslogd, IPC Circular buffer support,
  74. logread), various fixes.
  75. =for html <br>
  76. Karl M. Hegbloom <karlheg@debian.org>
  77. cp_mv.c, the test suite, various fixes to utility.c, &c.
  78. =for html <br>
  79. Daniel Jacobowitz <dan@debian.org>
  80. mktemp.c
  81. =for html <br>
  82. Matt Kraai <kraai@alumni.cmu.edu>
  83. documentation, bugfixes, test suite
  84. =for html <br>
  85. Stephan Linz <linz@li-pro.net>
  86. ipcalc, Red Hat equivalence
  87. =for html <br>
  88. John Lombardo <john@deltanet.com>
  89. tr
  90. =for html <br>
  91. Glenn McGrath <bug1@iinet.net.au>
  92. Common unarchiving code and unarchiving applets, ifupdown, ftpgetput,
  93. nameif, sed, patch, fold, install, uudecode.
  94. Various bugfixes, review and apply numerous patches.
  95. =for html <br>
  96. Manuel Novoa III <mjn3@codepoet.org>
  97. cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes,
  98. mesg, vconfig, make_directory, parse_mode, dirname, mode_string,
  99. get_last_path_component, simplify_path, and a number trivial libbb routines
  100. also bug fixes, partial rewrites, and size optimizations in
  101. ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir,
  102. mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable,
  103. interface, dutmp, ifconfig, route
  104. =for html <br>
  105. Vladimir Oleynik <dzo@simtreas.ru>
  106. cmdedit; xargs(current), httpd(current);
  107. ports: ash, crond, fdisk, inetd, stty, traceroute, top;
  108. locale, various fixes
  109. and irreconcilable critic of everything not perfect.
  110. =for html <br>
  111. Bruce Perens <bruce@pixar.com>
  112. Original author of BusyBox in 1995, 1996. Some of his code can
  113. still be found hiding here and there...
  114. =for html <br>
  115. Tim Riker <Tim@Rikers.org>
  116. bug fixes, member of fan club
  117. =for html <br>
  118. Kent Robotti <robotti@metconnect.com>
  119. reset, tons and tons of bug reports and patches.
  120. =for html <br>
  121. Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
  122. wget - Contributed by permission of Covad Communications
  123. =for html <br>
  124. Pavel Roskin <proski@gnu.org>
  125. Lots of bugs fixes and patches.
  126. =for html <br>
  127. Gyepi Sam <gyepi@praxis-sw.com>
  128. Remote logging feature for syslogd
  129. =for html <br>
  130. Linus Torvalds <torvalds@transmeta.com>
  131. mkswap, fsck.minix, mkfs.minix
  132. =for html <br>
  133. Mark Whitley <markw@codepoet.org>
  134. grep, sed, cut, xargs(previous),
  135. style-guide, new-applet-HOWTO, bug fixes, etc.
  136. =for html <br>
  137. Charles P. Wright <cpwright@villagenet.com>
  138. gzip, mini-netcat(nc)
  139. =for html <br>
  140. Enrique Zanardi <ezanardi@ull.es>
  141. tarcat (since removed), loadkmap, various fixes, Debian maintenance
  142. =for html <br>
  143. Tito Ragusa <farmatito@tiscali.it>
  144. devfsd and size optimizations in strings, openvt and deallocvt.
  145. =cut