<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc/gen/getusershell.c, branch release/5.4.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F5.4.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2003-04-24T20:16:21Z</updated>
<entry>
<title>Catch up with nsdispatch.c:  nsdispatch(3) is now `hidden' by</title>
<updated>2003-04-24T20:16:21Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2003-04-24T20:16:21Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0030cba4aa2db3f7a12a2e460957e01d101bbd5d'/>
<id>urn:sha1:0030cba4aa2db3f7a12a2e460957e01d101bbd5d</id>
<content type='text'>
namespace.h.

Sponsored by:	DARPA, Network Associates Laboratories
</content>
</entry>
<entry>
<title> - Revamp the function _nis_initshells() to make getusershell() backed</title>
<updated>2003-03-19T14:17:24Z</updated>
<author>
<name>Robert Drehmel</name>
<email>robert@FreeBSD.org</email>
</author>
<published>2003-03-19T14:17:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0d74f328aef06eaaad3aa6381a24d2031c03c6a9'/>
<id>urn:sha1:0d74f328aef06eaaad3aa6381a24d2031c03c6a9</id>
<content type='text'>
   by NIS work, like nsswitch.conf(5) promises to be able to.
   (These modifications will be fed back to NetBSD, of course)
 - In endusershell(), do not set `sl' to NULL if we know it already has
   that value.
</content>
</entry>
<entry>
<title>* Remove __P and convert to ANSI prototypes.</title>
<updated>2002-02-01T01:32:19Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-02-01T01:32:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=b231cb39457c13eef87bc92db0a856bef9d3bfeb'/>
<id>urn:sha1:b231cb39457c13eef87bc92db0a856bef9d3bfeb</id>
<content type='text'>
* Remove 'register'.  (some functions had 7+ register functions...)
* Fix SCM ID's.
</content>
</entry>
<entry>
<title>Fix minor style nit.</title>
<updated>2002-01-31T17:26:37Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-01-31T17:26:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ec4c2e360534aa35a086da61ea953bf67225ad22'/>
<id>urn:sha1:ec4c2e360534aa35a086da61ea953bf67225ad22</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix FreeBSD IDs.</title>
<updated>2002-01-30T21:36:57Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2002-01-30T21:36:57Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=135b57f90661881927208fdb34475cfd44b4f0be'/>
<id>urn:sha1:135b57f90661881927208fdb34475cfd44b4f0be</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add nsswitch support.  By creating an /etc/nsswitch.conf file, you can</title>
<updated>2000-09-06T18:16:48Z</updated>
<author>
<name>Jacques Vidrine</name>
<email>nectar@FreeBSD.org</email>
</author>
<published>2000-09-06T18:16:48Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=248aee623cc3e95cadc710fe1668269b841e171b'/>
<id>urn:sha1:248aee623cc3e95cadc710fe1668269b841e171b</id>
<content type='text'>
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.

= Hesiod has been added to libc (see hesiod(3)).

= A library routine for parsing nsswitch.conf and invoking callback
  functions as specified has been added to libc (see nsdispatch(3)).

= The following C library functions have been modified to use nsdispatch:
    . getgrent, getgrnam, getgrgid
    . getpwent, getpwnam, getpwuid
    . getusershell
    . getaddrinfo
    . gethostbyname, gethostbyname2, gethostbyaddr
    . getnetbyname, getnetbyaddr
    . getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr

= host.conf has been removed from src/etc.  rc.network has been modified
  to warn that host.conf is no longer used at boot time.  In addition, if
  there is a host.conf but no nsswitch.conf, the latter is created at boot
  time from the former.

Obtained from:	NetBSD
</content>
</entry>
<entry>
<title>Add unsigned char cast to isspace arg</title>
<updated>1999-11-04T04:16:28Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1999-11-04T04:16:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49435560cc988ecad06b5a161ae1abaa8670ec50'/>
<id>urn:sha1:49435560cc988ecad06b5a161ae1abaa8670ec50</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove trailing whitespace.</title>
<updated>1995-05-30T05:51:47Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1995-05-30T05:51:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8'/>
<id>urn:sha1:6c06b4e2aa2a28d1f0bbd29ecdce35aaaf600ce8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BSD 4.4 Lite Lib Sources</title>
<updated>1994-05-27T05:00:24Z</updated>
<author>
<name>Rodney W. Grimes</name>
<email>rgrimes@FreeBSD.org</email>
</author>
<published>1994-05-27T05:00:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=58f0484fa251c266ede97b591b499fe3dd4f578e'/>
<id>urn:sha1:58f0484fa251c266ede97b591b499fe3dd4f578e</id>
<content type='text'>
</content>
</entry>
</feed>
