Matt Kraai | d3f97f1 | 2001-04-09 23:27:51 +0000 | [diff] [blame] | 1 | =back |
| 2 | |
Eric Andersen | 3ddff21 | 2004-04-13 16:31:41 +0000 | [diff] [blame] | 3 | =head1 LIBC NSS |
| 4 | |
| 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. |
| 12 | |
| 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. |
| 17 | |
| 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*). |
| 21 | |
| 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. |
| 25 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 26 | =head1 MAINTAINER |
| 27 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 28 | Erik Andersen <andersen@codepoet.org> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 29 | |
| 30 | =head1 AUTHORS |
| 31 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 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 | incorect, please send in an update. |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 37 | |
| 38 | |
| 39 | =for html <br> |
| 40 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 41 | Emanuele Aina <emanuele.aina@tiscali.it> |
| 42 | run-parts |
| 43 | |
| 44 | =for html <br> |
| 45 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 46 | Erik Andersen <andersen@codepoet.org> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 47 | |
| 48 | Tons of new stuff, major rewrite of most of the |
| 49 | core apps, tons of new apps as noted in header files. |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 50 | Lots of tedious effort writing these boring docs that |
| 51 | nobody is going to actually read. |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 52 | |
| 53 | =for html <br> |
| 54 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 55 | Laurence Anderson <l.d.anderson@warwick.ac.uk> |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 56 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 57 | rpm2cpio, unzip, get_header_cpio, read_gz interface, rpm |
| 58 | |
| 59 | =for html <br> |
| 60 | |
| 61 | Jeff Angielski <jeff@theptrgroup.com> |
| 62 | |
| 63 | ftpput, ftpget |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 64 | |
| 65 | =for html <br> |
| 66 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 67 | Edward Betts <edward@debian.org> |
| 68 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 69 | expr, hostid, logname, whoami |
| 70 | |
| 71 | =for html <br> |
| 72 | |
| 73 | John Beppu <beppu@codepoet.org> |
| 74 | |
| 75 | du, nslookup, sort |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame] | 76 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 77 | =for html <br> |
| 78 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 79 | Brian Candler <B.Candler@pobox.com> |
| 80 | |
| 81 | tiny-ls(ls) |
| 82 | |
| 83 | =for html <br> |
| 84 | |
| 85 | Randolph Chung <tausq@debian.org> |
| 86 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 87 | fbset, ping, hostname |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 88 | |
| 89 | =for html <br> |
| 90 | |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame] | 91 | Dave Cinege <dcinege@psychosis.com> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 92 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 93 | more(v2), makedevs, dutmp, modularization, auto links file, |
| 94 | various fixes, Linux Router Project maintenance |
| 95 | |
| 96 | =for html <br> |
| 97 | |
| 98 | Jordan Crouse <jordan@cosmicpenguin.net> |
| 99 | |
| 100 | ipcalc |
| 101 | |
| 102 | =for html <br> |
| 103 | |
| 104 | Magnus Damm <damm@opensource.se> |
| 105 | |
| 106 | tftp client insmod powerpc support |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 107 | |
| 108 | =for html <br> |
| 109 | |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 110 | Larry Doolittle <ldoolitt@recycle.lbl.gov> |
| 111 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 112 | pristine source directory compilation, lots of patches and fixes. |
| 113 | |
| 114 | =for html <br> |
| 115 | |
| 116 | Glenn Engel <glenne@engel.org> |
| 117 | |
| 118 | httpd |
| 119 | |
| 120 | =for html <br> |
| 121 | |
| 122 | Gennady Feldman <gfeldman@gena01.com> |
| 123 | |
| 124 | Sysklogd (single threaded syslogd, IPC Circular buffer support, |
| 125 | logread), various fixes. |
John Beppu | 5d81768 | 2001-04-17 17:09:34 +0000 | [diff] [blame] | 126 | |
| 127 | =for html <br> |
| 128 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 129 | Karl M. Hegbloom <karlheg@debian.org> |
| 130 | |
| 131 | cp_mv.c, the test suite, various fixes to utility.c, &c. |
| 132 | |
| 133 | =for html <br> |
| 134 | |
| 135 | Daniel Jacobowitz <dan@debian.org> |
| 136 | |
| 137 | mktemp.c |
| 138 | |
| 139 | =for html <br> |
| 140 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 141 | Matt Kraai <kraai@alumni.cmu.edu> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 142 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 143 | documentation, bugfixes, test suite |
| 144 | |
| 145 | =for html <br> |
| 146 | |
| 147 | Stephan Linz <linz@li-pro.net> |
| 148 | |
| 149 | ipcalc, Red Hat equivalence |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 150 | |
| 151 | =for html <br> |
| 152 | |
Eric Andersen | 55c704c | 2004-03-13 08:32:14 +0000 | [diff] [blame] | 153 | John Lombardo <john@deltanet.com> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 154 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 155 | tr |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 156 | |
| 157 | =for html <br> |
| 158 | |
Glenn L McGrath | c6992fe | 2004-04-25 05:11:19 +0000 | [diff] [blame^] | 159 | Glenn McGrath <bug1@iinet.net.au> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 160 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 161 | ar, dpkg, dpkg-deb |
| 162 | |
| 163 | =for html <br> |
| 164 | |
| 165 | Manuel Novoa III <mjn3@codepoet.org> |
| 166 | |
| 167 | cat, head, mkfifo, mknod, rmdir, sleep, tee, tty, uniq, usleep, wc, yes, |
| 168 | mesg, vconfig, make_directory, parse_mode, dirname, mode_string, |
| 169 | get_last_path_component, simplify_path, and a number trivial libbb routines |
| 170 | |
| 171 | also bug fixes, partial rewrites, and size optimizations in |
| 172 | ash, basename, cal, cmp, cp, df, du, echo, env, ln, logname, md5sum, mkdir, |
| 173 | mv, realpath, rm, sort, tail, touch, uname, watch, arith, human_readable, |
| 174 | interface, dutmp, ifconfig, route |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 175 | |
| 176 | =for html <br> |
| 177 | |
Eric Andersen | e5dfced | 2001-04-09 22:48:12 +0000 | [diff] [blame] | 178 | Vladimir Oleynik <dzo@simtreas.ru> |
| 179 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 180 | cmdedit; xargs(current), httpd(current); |
Glenn L McGrath | ae494a9 | 2003-02-10 22:53:37 +0000 | [diff] [blame] | 181 | ports: ash, crond, fdisk, inetd, stty, traceroute, top; |
Eric Andersen | 08a7220 | 2002-09-30 20:52:10 +0000 | [diff] [blame] | 182 | locale, various fixes |
Eric Andersen | e5dfced | 2001-04-09 22:48:12 +0000 | [diff] [blame] | 183 | and irreconcilable critic of everything not perfect. |
| 184 | |
| 185 | =for html <br> |
| 186 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 187 | Bruce Perens <bruce@pixar.com> |
| 188 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 189 | Original author of BusyBox in 1995, 1996. Some of his code can |
| 190 | still be found hiding here and there... |
| 191 | |
| 192 | =for html <br> |
| 193 | |
| 194 | Tim Riker <Tim@Rikers.org> |
| 195 | |
| 196 | bug fixes, member of fan club |
| 197 | |
| 198 | =for html <br> |
| 199 | |
| 200 | Kent Robotti <robotti@metconnect.com> |
| 201 | |
| 202 | reset, tons and tons of bug reports and patches. |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 203 | |
| 204 | =for html <br> |
| 205 | |
| 206 | Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com> |
| 207 | |
| 208 | wget - Contributed by permission of Covad Communications |
| 209 | |
| 210 | =for html <br> |
| 211 | |
| 212 | Pavel Roskin <proski@gnu.org> |
| 213 | |
| 214 | Lots of bugs fixes and patches. |
| 215 | |
| 216 | =for html <br> |
| 217 | |
| 218 | Gyepi Sam <gyepi@praxis-sw.com> |
| 219 | |
| 220 | Remote logging feature for syslogd |
| 221 | |
| 222 | =for html <br> |
| 223 | |
| 224 | Linus Torvalds <torvalds@transmeta.com> |
| 225 | |
| 226 | mkswap, fsck.minix, mkfs.minix |
| 227 | |
| 228 | =for html <br> |
| 229 | |
Eric Andersen | cb81e64 | 2003-07-14 21:21:08 +0000 | [diff] [blame] | 230 | Mark Whitley <markw@codepoet.org> |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 231 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 232 | grep, sed, cut, xargs(previous), |
| 233 | style-guide, new-applet-HOWTO, bug fixes, etc. |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 234 | |
| 235 | =for html <br> |
| 236 | |
| 237 | Charles P. Wright <cpwright@villagenet.com> |
| 238 | |
| 239 | gzip, mini-netcat(nc) |
| 240 | |
| 241 | =for html <br> |
| 242 | |
| 243 | Enrique Zanardi <ezanardi@ull.es> |
| 244 | |
| 245 | tarcat (since removed), loadkmap, various fixes, Debian maintenance |
| 246 | |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 247 | =for html <br> |
| 248 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 249 | Tito Ragusa <farmatito@tiscali.it> |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 250 | |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 251 | devfsd and size optimizations in strings, openvt and deallocvt. |
Glenn L McGrath | 06e9565 | 2003-02-09 06:51:14 +0000 | [diff] [blame] | 252 | |
John Beppu | 5bca0af | 2001-04-05 19:41:23 +0000 | [diff] [blame] | 253 | =cut |
| 254 | |
Glenn L McGrath | c6992fe | 2004-04-25 05:11:19 +0000 | [diff] [blame^] | 255 | # $Id: busybox_footer.pod,v 1.17 2004/04/25 05:11:14 bug1 Exp $ |
Eric Andersen | 15c03c3 | 2004-04-06 17:52:02 +0000 | [diff] [blame] | 256 | |