mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
27922c0430
source/rpc_parse/parse_lsa.c
- off by one unistr length bug in init_lsa_trans_name()
source/lib/util_sid.c
- resolve more BUILTIN sid values to names.
source/nsswitch/wb_client.c
- fix typo in debug message
- set errno on error so we don't get bogus value from last failure.
source/rpc_server/srv_spoolss_nt.c
- add debug to track number of open printer handles for ease of
tracking handle leaks in the future.
source/rpc_server/srv_lsa.c
- fix off-by-one string bug. This was preventing NT from
displaying names for well-know SIDs in printer permissions
dialog.
(This used to be commit
|
||
---|---|---|
.. | ||
pam_winbind.c | ||
README | ||
wb_client.c | ||
wb_common.c | ||
wbinfo.c | ||
winbind_nss_config.h | ||
winbind_nss.c | ||
winbindd_cache.c | ||
winbindd_group.c | ||
winbindd_idmap.c | ||
winbindd_nss.h | ||
winbindd_pam.c | ||
winbindd_proto.h | ||
winbindd_user.c | ||
winbindd_util.c | ||
winbindd.c | ||
winbindd.h | ||
wins.c |
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