blob: 759f127e5d5e4d66c64919164019e1df1e63a850 [file] [log] [blame]
John Beppu5bca0af2001-04-05 19:41:23 +00001=head1 LIBC NSS
2
3GNU Libc uses the Name Service Switch (NSS) to configure the behavior of the C
4library for the local environment, and to configure how it reads system data,
5such as passwords and group information. BusyBox has made it Policy that it
6will never use NSS, and will never use and libc calls that make use of NSS.
7This allows you to run an embedded system without the need for installing an
8/etc/nsswitch.conf file and without and /lib/libnss_* libraries installed.
9
10If you are using a system that is using a remote LDAP server for authentication
11via GNU libc NSS, and you want to use BusyBox, then you will need to adjust the
12BusyBox source. Chances are though, that if you have enough space to install
13of that stuff on your system, then you probably want the full GNU utilities.
14
15=head1 SEE ALSO
16
17textutils(1), shellutils(1), etc...
18
19=head1 MAINTAINER
20
21Erik Andersen <andersee@debian.org> <andersen@lineo.com>
22
23=head1 AUTHORS
24
25The following people have contributed code to BusyBox whether
26they know it or not.
27
28
29=for html <br>
30
31Erik Andersen <andersen@lineo.com>, <andersee@debian.org>
32
33 Tons of new stuff, major rewrite of most of the
34 core apps, tons of new apps as noted in header files.
35
36=for html <br>
37
38Edward Betts <edward@debian.org>
39
40 expr, hostid, logname, tty, wc, whoami, yes
41
42=for html <br>
43
44John Beppu <beppu@lineo.com>
45
46 du, head, nslookup, sort, tee, uniq
47
48=for html <br>
49
50Brian Candler <B.Candler@pobox.com>
51
52 tiny-ls(ls)
53
54=for html <br>
55
56Randolph Chung <tausq@debian.org>
57
58 fbset, ping, hostname, and mkfifo
59
60=for html <br>
61
62Dave Cinege <dcinege@psychosis.com>
63
64 more(v2), makedevs, dutmp, modularization, auto links file,
65 various fixes, Linux Router Project maintenance
66
67=for html <br>
68
69Karl M. Hegbloom <karlheg@debian.org>
70
71 cp_mv.c, the test suite, various fixes to utility.c, &c.
72
73=for html <br>
74
75Daniel Jacobowitz <dan@debian.org>
76
77 mktemp.c
78
79=for html <br>
80
81Matt Kraai <kraai@alumni.carnegiemellon.edu>
82
83 documentation, bugfixes
84
85=for html <br>
86
87John Lombardo <john@deltanet.com>
88
89 dirname, tr
90
91=for html <br>
92
93Glenn McGrath <bug1@netconnect.com.au>
94
95 ar.c
96
97=for html <br>
98
Eric Andersene5dfced2001-04-09 22:48:12 +000099Vladimir Oleynik <dzo@simtreas.ru>
100
101 cmdedit, stty-port, locale, various fixes
102 and irreconcilable critic of everything not perfect.
103
104=for html <br>
105
John Beppu5bca0af2001-04-05 19:41:23 +0000106Bruce Perens <bruce@pixar.com>
107
108 Original author of BusyBox. His code is still in many apps.
109
110=for html <br>
111
112Chip Rosenthal <chip@unicom.com>, <crosenth@covad.com>
113
114 wget - Contributed by permission of Covad Communications
115
116=for html <br>
117
118Pavel Roskin <proski@gnu.org>
119
120 Lots of bugs fixes and patches.
121
122=for html <br>
123
124Gyepi Sam <gyepi@praxis-sw.com>
125
126 Remote logging feature for syslogd
127
128=for html <br>
129
130Linus Torvalds <torvalds@transmeta.com>
131
132 mkswap, fsck.minix, mkfs.minix
133
134=for html <br>
135
136Mark Whitley <markw@lineo.com>
137
138 sed remix, bug fixes, style-guide, etc.
139
140=for html <br>
141
142Charles P. Wright <cpwright@villagenet.com>
143
144 gzip, mini-netcat(nc)
145
146=for html <br>
147
148Enrique Zanardi <ezanardi@ull.es>
149
150 tarcat (since removed), loadkmap, various fixes, Debian maintenance
151
152=cut
153
Eric Andersene5dfced2001-04-09 22:48:12 +0000154# $Id: busybox_footer.pod,v 1.2 2001/04/09 22:48:11 andersen Exp $