1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/nsswitch
2002-01-15 17:58:59 +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 Getting ready to add winbindd support for HPUX 11. 2002-01-08 21:11:25 +00:00
hp_nss_dbdefs.h Fixed typo. 2002-01-09 20:48:18 +00:00
nss.h HPUX nss fix. 2002-01-09 03:38:31 +00:00
pam_winbind.c Don't log the password in pam_sm_authenticate() unless DEBUG_PASSWORD is 2002-01-07 02:57:06 +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 make sure we find NSS_STATUS struct 2001-12-13 11:58:38 +00:00
wb_common.c Since AB has been changing the winbind interface it's time to add the "mock 2002-01-10 23:45:29 +00:00
wbinfo.c Some memory leak fixes. 2002-01-11 03:49:51 +00:00
winbind_nss_config.h more warning fixes on solaris 2001-09-05 08:11:17 +00:00
winbind_nss_solaris.c move to SAFE_FREE() 2001-09-17 04:52:45 +00:00
winbind_nss.c merge tpots name changes into IRIX part of code. When you change the name 2002-01-10 18:49:37 +00:00
winbindd_ads.c added ads_domain_sid() function 2001-12-20 23:35:14 +00:00
winbindd_cache.c force the time difference in cache comparisons to be unsigned to cope 2002-01-11 10:05:34 +00:00
winbindd_cm.c Further rpc_client removal, this time from winbindd. 2002-01-01 04:50:45 +00:00
winbindd_group.c Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +00:00
winbindd_idmap.c Random connection robustness related fixes. Display some debugs about 2001-11-14 06:18:13 +00:00
winbindd_misc.c Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +00:00
winbindd_nss.h Since AB has been changing the winbind interface it's time to add the "mock 2002-01-10 23:45:29 +00:00
winbindd_pam.c Initialise cli variables and try not to do a cli_shutdown() of uninitialsed 2002-01-14 22:08:47 +00:00
winbindd_proto.h Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +00:00
winbindd_rpc.c Many thanks to Alexander Bokovoy <a.bokovoy@sam-solutions.net>. 2002-01-12 23:57:10 +00:00
winbindd_sid.c Fixed parse_domain_user to be bool. 2001-12-05 04:17:39 +00:00
winbindd_user.c Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +00:00
winbindd_util.c Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +00:00
winbindd_wins.c Fix from 2.2. It didn't break on HEAD because it isn't being compiled. Herb? 2002-01-15 17:58:59 +00:00
winbindd.c I'm doing some things towards the NamedPipes game with lckl and he has asked me 2002-01-13 11:13:54 +00:00
winbindd.h Always query the PDC for the list of trusted domains rather than interating 2002-01-11 05:33:45 +00:00
wins.c merge IRIX winbind support from Samba 2.2 branch 2001-12-22 00:51:32 +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