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