..
idmap_ad.c
r21240: Fix longstanding Bug #4009 .
2007-10-10 12:17:50 -05:00
idmap_cache.c
r21616: Delay initialization of idmap and nss_info backends until necessary
2007-10-10 12:18:18 -05:00
idmap_ldap.c
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
2007-10-10 12:18:16 -05:00
idmap_nss.c
r20774: I thought I committed this before Xmas holidays ...
2007-10-10 12:17:08 -05:00
idmap_passdb.c
r20774: I thought I committed this before Xmas holidays ...
2007-10-10 12:17:08 -05:00
idmap_rid.c
r20951: Remove the DOM_SID field in the struct idmap_domain and bounce
2007-10-10 12:17:21 -05:00
idmap_tdb.c
r21508: Fix memleak in new idmap_tdb, thanks Herb.
2007-10-10 12:18:09 -05:00
idmap_util.c
r20774: I thought I committed this before Xmas holidays ...
2007-10-10 12:17:08 -05:00
idmap.c
r21616: Delay initialization of idmap and nss_info backends until necessary
2007-10-10 12:18:18 -05:00
nss_info_template.c
r21001: * Use a simple '#define LDAPMessage void' to fix the build
2007-10-10 12:17:25 -05:00
nss_info.c
r21616: Delay initialization of idmap and nss_info backends until necessary
2007-10-10 12:18:18 -05:00
pam_winbind.c
r21632: Remove ununsed variable
2007-10-10 12:18:18 -05:00
pam_winbind.h
r21500: Fix inappropriate creation of a krb5 ticket refreshing event when a user
2007-10-10 12:18:08 -05:00
wb_client.c
r20994: Remove unused code.
2007-10-10 12:17:24 -05:00
wb_common.c
r21397: revert accidential commit
2007-10-10 12:18:02 -05:00
wbinfo.c
r21399: need to zero the request and response structures
2007-10-10 12:18:02 -05:00
winbind_client.h
r10321: Fix winbindd recursion bug found by Ingo Steuwer <steuwer@univention.de>.
2007-10-10 11:03:40 -05:00
winbind_nss_aix.c
r21611: I'm not entirely sure about this patch but it is working.
2007-10-10 12:18:17 -05:00
winbind_nss_config.h
r18955: fix the build on solaris where unistd.h needs to be includes before
2007-10-10 12:14:50 -05:00
winbind_nss_freebsd.c
Correct freebsd 5.1 support for winbind contributed by Aaron Collins.
2003-11-27 05:11:14 +00:00
winbind_nss_hpux.h
Fix for winbindd on HPUX from albert chin (china@thewrittenword.com)
2003-11-03 21:05:47 +00:00
winbind_nss_irix.c
r15425: Use dynamic buffers in the IRIX nsswithch module to prevent truncation
2007-10-10 11:16:43 -05:00
winbind_nss_irix.h
r15116: Allow the user to set winbind nss timeouts in seconds on IRIX. Don't
2007-10-10 11:16:24 -05:00
winbind_nss_linux.c
r21394: Prevent nscd crash due to potential NULL pointer dereference in
2007-10-10 12:18:01 -05:00
winbind_nss_linux.h
Cleanup of winbind client side code.
2003-03-31 04:36:01 +00:00
winbind_nss_netbsd.c
r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke
2007-10-10 12:15:28 -05:00
winbind_nss_netbsd.h
r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke
2007-10-10 12:15:28 -05:00
winbind_nss_solaris.c
r21151: applying patches for CVE-2007-045[34]
2007-10-10 12:17:43 -05:00
winbind_nss_solaris.h
r7949: Work around for broken Solaris header files.
2007-10-10 10:58:04 -05:00
winbind_nss.h
r19287: As requested by Bjoern Jacke <bjoern@j3e.de>: Check in the NetBSD winbind module by Luke
2007-10-10 12:15:28 -05:00
winbindd_ads.c
r21636: Was almost right before. We have to specify the short domain name to get the
2007-10-10 12:18:19 -05:00
winbindd_async.c
r21616: Delay initialization of idmap and nss_info backends until necessary
2007-10-10 12:18:18 -05:00
winbindd_cache.c
r21146: Fix debug typos.
2007-10-10 12:17:43 -05:00
winbindd_ccache_access.c
r19207: Properly canonicalize incoming names to the
2007-10-10 12:15:21 -05:00
winbindd_cm.c
r21454: Fix debug typo.
2007-10-10 12:18:05 -05:00
winbindd_cred_cache.c
r21626: Fix memory leak on error path noticed by
2007-10-10 12:18:18 -05:00
winbindd_creds.c
r18271: Big change:
2007-10-10 11:51:18 -05:00
winbindd_dual.c
r21623: Fix copy/paste error
2007-10-10 12:18:18 -05:00
winbindd_group.c
r21609: Fix memory leaks in error code paths (and one in winbindd_group.c).
2007-10-10 12:18:16 -05:00
winbindd_misc.c
r19394: When we fail to get the list of trusted domains, make sure to return
2007-10-10 12:15:32 -05:00
winbindd_nss.h
r21525: Go ahead and checkin the mlock() & memalign() fixes so
2007-10-10 12:18:10 -05:00
winbindd_pam.c
r21537: Avoid to trigger the confusing "cached entry differs." warning when
2007-10-10 12:18:11 -05:00
winbindd_passdb.c
r21014: move some functionss to winbindd_group.c and make static
2007-10-10 12:17:27 -05:00
winbindd_reconnect.c
r18271: Big change:
2007-10-10 11:51:18 -05:00
winbindd_rpc.c
r21387: Another important fix for non-AD domains:
2007-10-10 12:18:01 -05:00
winbindd_sid.c
r20116: Start merging in the work done to create the new idmap subsystem.
2007-10-10 12:16:25 -05:00
winbindd_user.c
r21613: perform variable subsitution on home directories and shells provided by the nss_info backend
2007-10-10 12:18:17 -05:00
winbindd_util.c
r21308: Fix some typos and ensure to null terminate the correct strings.
2007-10-10 12:17:54 -05:00
winbindd_wins.c
r19667: Fix incorrect null check
2007-10-10 12:15:46 -05:00
winbindd.c
r21704: open sockets immediately in process_loop
2007-10-10 12:18:23 -05:00
winbindd.h
r20986: Commit the prototype of the nss_info plugin interface.
2007-10-10 12:17:23 -05:00
wins.c
r20269: merge -r20264:20267 from SAMBA_3_0_24
2007-10-10 12:16:38 -05:00