1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00
samba-mirror/source3/nsswitch
Jeremy Allison e0989e1304 *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit
the unix domain sockets used by winbindd (also solves FD_SETSIZE problem
in winbindd to boot !). Adds a "last_access" field to winbindd connections,
and will close the oldest idle connection once the number of open connections
goes over WINBINDD_MAX_SIMULTANEOUS_CLIENTS (defined in local.h as 200
currently).
Jeremy.
(This used to be commit 7a586552a3)
2003-02-28 00:25:55 +00:00
..
.cvsignore updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
hp_nss_common.h updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
hp_nss_dbdefs.h Removed version number from file header. 2002-01-30 06:08:46 +00:00
nss.h updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
pam_winbind.c *lots of small merges form HEAD 2003-01-15 18:57:41 +00:00
pam_winbind.h sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +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 Check return code of string_to_sid. (Merge from HEAD) 2003-02-18 07:15:52 +00:00
wb_common.c Merge removal of unpopular winbind client environment variable. 2002-12-20 01:37:39 +00:00
wbinfo.c Merge: add popt_common_version to command line options table. 2003-02-25 23:54:23 +00:00
winbind_client.h This is the 'main' inclue for for winbind clients - all clients should include 2002-09-07 09:25:36 +00:00
winbind_nss_config.h merge from HEAD 2002-09-25 15:47:01 +00:00
winbind_nss_solaris.c Ensure Luke Howard's (C) is added. 2003-01-31 18:33:35 +00:00
winbind_nss.c sync'ing up for 3.0alpha20 release 2002-09-25 15:19:00 +00:00
winbindd_ads.c Merge from HEAD client-side authentication changes: 2003-02-24 02:55:00 +00:00
winbindd_cache.c Fix spelling of background_process. 2002-10-15 21:34:42 +00:00
winbindd_cm.c Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD. 2003-01-16 20:08:26 +00:00
winbindd_dual.c remove accidental debug code. 2002-11-09 04:36:43 +00:00
winbindd_group.c Merge: newline on debug message. 2003-02-25 23:54:40 +00:00
winbindd_idmap.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +00:00
winbindd_misc.c Merge from HEAD: 2003-01-28 12:07:02 +00:00
winbindd_nss.h Merge from HEAD: 2003-01-28 12:07:02 +00:00
winbindd_pam.c Ensure that only parse_prs.c access internal members of the prs_struct. 2003-02-14 22:55:46 +00:00
winbindd_rpc.c Patch based on work by Michael Steffens <michael_steffens@hp.com> to wrap 2003-02-15 01:34:37 +00:00
winbindd_sid.c winbindd merges from HEAD 2003-01-15 17:39:47 +00:00
winbindd_user.c Merge from HEAD...setup the %U substitution in winbindd for the homedir template 2003-02-12 01:08:40 +00:00
winbindd_util.c Mop and bucket for trusted domain enumeration fix. 2003-02-14 00:31:30 +00:00
winbindd_wins.c sync 3.0 branch with head 2002-08-17 17:00:51 +00:00
winbindd.c *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit 2003-02-28 00:25:55 +00:00
winbindd.h *Excellent* patch from Michael Steffens <michael_steffens@hp.com> to limit 2003-02-28 00:25:55 +00:00
wins.c updated the 3.0 branch from the head branch - ready for alpha18 2002-07-15 10:35:28 +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