1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source3/nsswitch
Jeremy Allison 69adbb0ce3 Fix from Michael Steffens <michael_steffens@hp.com> to make signal
processing work correctly in winbindd. This is a really good patch
that gives full select semantics to the Samba modified select.
Jeremy.
(This used to be commit 3af16ade17)
2002-01-31 23:26:12 +00:00
..
.cvsignore net ads password and net ads chostpass commands from Remus Koos 2001-12-20 03:54:52 +00:00
hp_nss_common.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
hp_nss_dbdefs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
nss.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
pam_winbind.c Removed silly fprintf(stderr, ...) debug. 2002-01-30 03:14:20 +00:00
pam_winbind.h move to SAFE_FREE() 2001-09-17 04:52:45 +00:00
README added basic nsswitch support - this allows you to use a "wins" entry 1999-12-17 06:11:25 +00:00
wb_client.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
wb_common.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
wbinfo.c added 'wbinfo --sequence' to show sequence numbers of all domains 2002-01-31 11:49:29 +00:00
winbind_nss_config.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbind_nss_solaris.c move to SAFE_FREE() 2001-09-17 04:52:45 +00:00
winbind_nss.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_ads.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_cache.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_cm.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_group.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_idmap.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_misc.c added 'wbinfo --sequence' to show sequence numbers of all domains 2002-01-31 11:49:29 +00:00
winbindd_nss.h added 'wbinfo --sequence' to show sequence numbers of all domains 2002-01-31 11:49:29 +00:00
winbindd_pam.c Removed unused variables. 2002-01-31 11:54:01 +00:00
winbindd_proto.h added 'wbinfo --sequence' to show sequence numbers of all domains 2002-01-31 11:49:29 +00:00
winbindd_rpc.c reduced memory usage in winbindd with a rpc backend by using a 2002-01-31 12:47:42 +00:00
winbindd_sid.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_user.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_util.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_wins.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd.c Fix from Michael Steffens <michael_steffens@hp.com> to make signal 2002-01-31 23:26:12 +00:00
winbindd.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
wins.c Removed version number from file header. 2002-01-30 06:08:46 +00:00

This extension provides a "wins" module for NSS on glibc2/Linux.  This
allows you to use a WINS entry in /etc/nsswitch.conf for hostname
resolution, allowing you to resolve netbios names via start unix
gethostbyname() calls. The end result is that you can use netbios
names as host names in unix apps.

1) run configure
2) run "make nsswitch"
3) cp nsswitch/libnss_wins.so /lib/libnss_wins.so.2
4) add a wins entry to the hosts line in /etc/nsswitch.conf
5) use it

tridge@linuxcare.com