Fix remove_duplicate_addrs2 to do exactly what it says. Previously it could leave...
[samba.git] / source3 / winbindd /
2012-03-20 Andrew Bartletts3-winbindd Only use SamLogonEx when we can get unencry...
2012-02-29 Matthieu Patous3-winbindd: Close netlogon connection if the status...
2012-02-28 Matthieu Patous3-winbindd: set the can_do_validation6 also for truste...
2012-01-04 Andreas Schneiders3-winbind: Move finding the domain to it's own function.
2012-01-04 Andreas Schneiders3-winbind: Fix segfault if we can't map the last user.
2011-12-16 Andreas Schneiders3-winbind: Add an update function for winbind cache.
2011-12-16 Jeremy AllisonFix bug #8521 - winbindd cache timeout expiry test...
2011-12-16 Christian Ambachs3:winbind add timeouts to winbind cache
2011-11-25 Andreas Schneiders3-winbind: Don't fail on users without a uid.
2011-09-28 Pierre CarrierAllows changing the maximum number of simultaneous...
2011-09-28 Günther Deschners3-winbind: Fix bug 7888 -- deal with buggy 3.0 based...
2011-09-22 Volker Lendeckes3: Fix bug 7844: Race in winbind
2011-08-30 Volker Lendeckev3-5-test: Fix getent group if trusted domains are...
2011-06-28 Volker Lendeckes3: explicitly pass domain_sid to wbint_LookupRids...
2011-06-01 Jim McDonoughs3-winbind: BUG 8166 - Don't lockout users when offline.
2011-04-19 Dmitry ButskoyFix bug 6966 - "allow trusted domains = no" not respect...
2011-04-04 Volker Lendeckes3: Fix Coverity ID 1137: CONSTANT_EXPRESSION_RESULT
2011-02-28 Jeremy AllisonFix denial of service - memory corruption.
2011-02-09 Günther Deschners3-winbindd: let winbind try to use samlogon validation...
2011-02-05 Stefan Metzmachers3:winbindd: catch lookup_names/sids schannel errors...
2010-12-31 Michael Adams3:winbind: fix bug #7894 - sporadic winbind panic...
2010-12-26 Volker Lendeckes3: Use smbsock_any_connect in winbind
2010-12-07 Jeremy Allisons3: Fix bug 7843: Expand the local SAMs aliases
2010-12-07 Volker Lendeckes3: Fix bug 7842: WINBINDD_LOOKUPRIDS does not return...
2010-12-07 Volker Lendeckes3: Fix bug 7841: WINBINDD_LOOKUPRIDS asks the wrong...
2010-11-16 Jeremy AllisonSecond part of fix for bug #7777 - When requesting...
2010-11-16 Jeremy AllisonFirst part of fix for bug #7777 - When requesting looku...
2010-11-11 Volker Lendeckes3: Fix a getgrent crash with many groups
2010-11-11 Volker Lendeckes3: Fix bug 7730 -- crash in winbindd_dsgetdcname.c
2010-09-06 Jeremy AllisonFinal part of fix for bug #7636 - winbind internal...
2010-08-23 Jeremy AllisonFix bug #7589 - ntlm_auth fails to use cached credentials.
2010-08-11 Günther Deschners3-winbind: Fix Bug #7568: Make sure cm_connect_lsa_tcp...
2010-07-28 Jeremy Allisons3: Fix bug 7578
2010-05-19 Günther Deschners3-kerberos: pass down kdc_name to create_local_private...
2010-05-19 Günther Deschners3-winbind: make the getpeername() checks in cm_prepare...
2010-04-25 Volker Lendeckes3: Fix a winbind crash when scanning trusts
2010-04-13 Stefan Metzmachers3:winbindd: make "smbcontrol winbindd validate-cache...
2010-04-13 Stefan Metzmachers3:winbindd: remove unused variables
2010-04-13 Stefan Metzmachers3:winbindd: fix problems with SIGCHLD handling (bug...
2010-04-01 Stefan Metzmachers3:winbindd: make sure we don't try rpc requests agains...
2010-03-30 Stefan Metzmachers3:winbindd: correctly retry if the netlogon pipe gets...
2010-03-30 Stefan Metzmachers3:winbindd_reconnect: don't only reconnect on NT_STATU...
2010-03-30 Stefan Metzmachers3:winbindd_cm: invalidate connection if cm_connect_net...
2010-03-30 Stefan Metzmachers3:winbindd: consistently use TALLOC_FREE(conn->foo_pip...
2010-03-30 Stefan Metzmachers3:winbindd_cm: use rpccli_is_connected() helper function
2010-03-30 Stefan Metzmachers3:winbindd_cm: use cli_state_is_connected() helper...
2010-03-29 Volker Lendeckes3: Fix bug 7212, "getent group does not return group...
2010-03-23 Volker Lendeckes3: Fix a bad memleak in winbind
2010-03-11 Stefan Metzmachers3:winbindd: add DEBUG(10,...) for the end of each...
2010-03-02 Stefan Metzmachers3:winbindd: never mark external domains as internal!
2010-03-02 Roel van MeerFix one of the valgrind warnings from bug #6814 - Fixes...
2010-03-01 Volker Lendeckes3: Fix but 7145 -- duplicate sam and unix accounts
2010-01-28 Karolin Seegers3/winbind_ccache: Fix typo in debug message.
2010-01-26 Volker Lendeckes3: Add the session key to the ccache_ntlm_auth response
2010-01-26 Volker Lendeckes3: Add wbinfo --ccache-save
2010-01-14 Volker Lendeckes3: Fix a winbind segfault in "trusted_domains"
2010-01-13 Volker Lendeckes3: Fix a segfault in winbindd_dual_ccache_ntlm_auth()
2010-01-06 Bo Yangs3: List trusted domains from wcache when domain is...
2010-01-06 Bo Yangs3: Make winbindd_cache.c aware of domain offline to...
2010-01-06 Bo Yangs3: Fix infinite loop in NCACN_IP_TCP asa there is...
2009-12-30 Jim McDonoughPrevent NULL dereference if group has no members
2009-12-28 Volker Lendeckes3: Check for lp_winbind_trusted_domains_only in wb_get...
2009-12-28 Volker Lendeckes3: Move a lp_winbind_trusted_domains_only() check...
2009-12-28 Volker Lendeckes3: Pass netr_DomainTrustList instead of names and...
2009-12-28 Volker Lendeckes3: Simplify winbindd_ads.c:trusted_domains()
2009-12-28 Volker Lendeckes3: Remove some unused code
2009-12-28 Volker Lendeckes3: Simplify winbindd_list_trusted_domains() slightly
2009-12-28 Volker Lendeckes3: Simplify "setup_domain_child" slightly
2009-12-26 Volker Lendeckes3:winbind Make the normal client exit message a bit...
2009-12-26 Volker Lendeckes3: Fix a typo found by Matthias Dieter Wallnöfer ...
2009-12-26 Volker Lendeckes3: Fix a bogus uninitialized variable warning
2009-12-26 Volker Lendeckes3: Replace IS_DOMAIN_OFFLINE by a function
2009-12-26 Volker Lendeckes3: Fix some nonempty blank lines
2009-12-26 Volker Lendeckes3: winbindd_cli_state->getgrent_state is no longer...
2009-12-26 Volker Lendeckes3: getgrent_state has been replaced by grent_state
2009-12-23 Volker Lendeckes3: wbinfo --ping-dc is not cacheable
2009-12-23 Volker Lendeckes3: Remove some unused code
2009-12-23 Volker Lendeckes3: Remove unused sendto_child()
2009-12-21 Volker Lendeckes3:winbind: Add a lower-cost alternative to wbinfo...
2009-12-21 Volker Lendeckes3:winbindd: Fix a brown paper bag bug in wbinfo -t ...
2009-12-21 Volker Lendeckes3: Shrink winbindd_proto.h a bit
2009-12-21 Volker Lendeckes3: Fix some nonempty blank lines
2009-12-21 Volker Lendeckes3: Remove unused get_sam_group_entries
2009-12-21 Volker Lendeckes3: Remove unused winbindd_dual_getsidaliases
2009-12-21 Volker Lendeckes3: Remove an unused struct definition
2009-12-21 Volker Lendeckes3: Remove unused winbindd_dual_getuserdomgroups
2009-12-21 Volker Lendeckes3: Remove unused winbindd_dual_getdcname
2009-12-21 Volker Lendeckes3: Remove unused winbindd_dual_lookupname
2009-12-21 Volker Lendeckes3: Remove unused winbindd_dual_lookupsid
2009-12-21 Volker Lendeckes3: Remove unused winbindd_dual_userinfo
2009-12-21 Volker Lendeckes3: Remove some unused dual functions
2009-12-21 Volker Lendeckes3: Remove unused do_async
2009-12-21 Volker Lendeckes3: Remove unused winbindd_gid2sid_async
2009-12-21 Volker Lendeckes3: Remove unused winbindd_uid2sid_async
2009-12-21 Volker Lendeckes3: Remove unused winbindd_sid2gid_async
2009-12-21 Volker Lendeckes3: Remove unused winbindd_sid2uid_async
2009-12-21 Volker Lendeckes3: Remove unused do_async_domain
2009-12-21 Volker Lendeckes3: Remove unused query_user_async
2009-12-21 Volker Lendeckes3: Remove unused winbindd_getsidaliases_async
2009-12-21 Volker Lendeckes3: Remove unused winbindd_lookupname_async
next