1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source3/nsswitch
Jeremy Allison adc57a79d9 Fixed the handle leak in the connection management code (this code is crap
and should be rewritten, just not now... :-).
Jeremy.
(This used to be commit 5de792e7e9)
2002-04-04 02:39:57 +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 More winbind for HPUX updates from Don Mccall. I think JRA has already 2002-04-03 21:39:01 +00:00
pam_winbind.h Various winbind updates: 2002-03-23 08:28:19 +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 merge winbindd WINS changes from 2.2 2002-03-29 15:37:39 +00:00
winbind_nss_config.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbind_nss_solaris.c More winbind for HPUX updates from Don Mccall. I think JRA has already 2002-04-03 21:39:01 +00:00
winbind_nss.c merge winbindd WINS changes from 2.2 2002-03-29 15:37:39 +00:00
winbindd_ads.c fixed the secondary group mappings for ADS users 2002-03-21 02:28:23 +00:00
winbindd_cache.c enable locking on the winbindd cache tdb so it can be backed up and 2002-03-15 09:21:28 +00:00
winbindd_cm.c Fixed the handle leak in the connection management code (this code is crap 2002-04-04 02:39:57 +00:00
winbindd_group.c Don't do a zero-length malloc (caught with dmalloc library). 2002-03-26 19:45:28 +00:00
winbindd_idmap.c Missed a couple of fetch/store_ints. 2002-03-21 23:41:28 +00:00
winbindd_misc.c Fix a double-free bug in wbinfo -t's call in winbindd. 2002-03-19 06:36:37 +00:00
winbindd_nss.h merge winbindd WINS changes from 2.2 2002-03-29 15:37:39 +00:00
winbindd_pam.c Various winbind updates: 2002-03-23 08:28:19 +00:00
winbindd_proto.h merge winbindd WINS changes from 2.2 2002-03-29 15:37:39 +00:00
winbindd_rpc.c Fixed the handle leak in the connection management code (this code is crap 2002-04-04 02:39:57 +00:00
winbindd_sid.c Make debug statment less confusing. 2002-03-22 05:43:08 +00:00
winbindd_user.c Removed version number from file header. 2002-01-30 06:08:46 +00:00
winbindd_util.c prevent a segv when a trusted domain is unavailable at startup 2002-03-09 19:37:57 +00:00
winbindd_wins.c merge winbindd WINS changes from 2.2 2002-03-29 15:37:39 +00:00
winbindd.c merge winbindd WINS changes from 2.2 2002-03-29 15:37:39 +00:00
winbindd.h Winbind cleanup. 2002-02-15 13:28:59 +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