r23779: Change from v2 or later to v3 or later.
[kai/samba.git] / source3 / nsswitch / winbindd_cm.c
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Günther Deschnerr23565: Avoid double NULL pointer checks.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Volker Lendecker23225: Attached find a patch that makes use of NetSamL...
2007-10-10 Günther Deschnerr23210: Very funny, we thought to use netr_GetDcName...
2007-10-10 Volker Lendecker23117: Factor out local messaging.
2007-10-10 Volker Lendecker23015: Make message_(de)register static to messages.c
2007-10-10 Volker Lendecker22943: More message_register -> messaging_register
2007-10-10 Volker Lendecker22905: cli_send_mailslot had a message_send_pid inside
2007-10-10 Volker Lendecker22895: Convert some more calls from message_send_buf...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Gerald Carterr22715: When our primary domain does on or offline...
2007-10-10 Gerald Carterr22709: we can only use tschannel when commectcing...
2007-10-10 Gerald Carterr22705: Implement new set_dc_type_and_flags() called...
2007-10-10 Günther Deschnerr21454: Fix debug typo.
2007-10-10 Günther Deschnerr21382: Important fix for winbind when using non-AD...
2007-10-10 Günther Deschnerr21098: When get_dc_name_via_netlogon() in get_dcs...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Günther Deschnerr21033: To make the logs a bit more readable let the...
2007-10-10 Jeremy Allisonr20915: Fixed the bad merge from 3.0.24.
2007-10-10 Jeremy Allisonr20914: Sync up incorrect differences between 3.0.24...
2007-10-10 Günther Deschnerr20874: We need to distinguish client sitenames per...
2007-10-10 Günther Deschnerr20860: Adding some small tweaks. When we have no siten...
2007-10-10 Jeremy Allisonr20857: Silence gives assent :-). Checking in the fix for
2007-10-10 Volker Lendecker20846: Before this gets out of control...
2007-10-10 Gerald Carterr20489: Missed patch ofthe forest_name patch for lookupname
2007-10-10 Jeremy Allisonr20329: Fix a winbindd crash bug. If someone pulls
2007-10-10 Jeremy Allisonr20296: If we're going to overwrite krb5.conf
2007-10-10 Jeremy Allisonr20250: If we've come from being globally offline we
2007-10-10 Herb Lewisr20245: merge 20244 from samba_3_0_24
2007-10-10 Jeremy Allisonr20206: Start cleaning up the talloc_ctx mess.
2007-10-10 Jeremy Allisonr20146: Now online checks are fully async we can do...
2007-10-10 Jeremy Allisonr20140: Make online/offline detection completely asynch...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Jeremy Allisonr20090: Fix a class of bugs found by James Peach. Ensure
2007-10-10 Jeremy Allisonr20060: Fix the timout calculation.
2007-10-10 Jeremy Allisonr20058: Ensure we actually do the increasing time
2007-10-10 Jeremy Allisonr20057: Attempt to fix connect timeouts when connected on
2007-10-10 Gerald Carterr19754: * When using a krb5 session setup, we don't...
2007-10-10 Günther Deschnerr19651: Fix interesting bug with the automatic site...
2007-10-10 Jeremy Allisonr19212: Make sure domains marked internal don't do
2007-10-10 Jeremy Allisonr19159: The getdc call can take a long time. Allow...
2007-10-10 Jeremy Allisonr19148: Finish last nights patch - make offline
2007-10-10 Günther Deschnerr19143: getdcname on the NETLOGON pipe returns WERROR...
2007-10-10 Jeremy Allisonr19105: Ok - this is currently untested (but I'm testin...
2007-10-10 Volker Lendecker19064: This code block is already #ifdef'ed by WITH_AD...
2007-10-10 Jeremy Allisonr18980: Be a little more intelligent about "startup_time",
2007-10-10 Jeremy Allisonr18557: If you've set security=ads, do the DNS queries...
2007-10-10 Jeremy Allisonr18552: Ensure the sitename matches before we SAF store...
2007-10-10 Jeremy Allisonr18551: Implement a 30 seconds from startup, during...
2007-10-10 Jeremy Allisonr18525: Be a little less agressive about going back...
2007-10-10 Jeremy Allisonr18506: Fix online requests to cause an immediate DC...
2007-10-10 Jeremy Allisonr18473: Once we go online, trigger a "get krb5 ticket...
2007-10-10 Jeremy Allisonr18224: Paranoia - ensure the oplock event handler is
2007-10-10 Jeremy Allisonr18199: Allow winbindd to delete a saf_ entry if it...
2007-10-10 Jeremy Allisonr18196: Fix debug message (this should be online not...
2007-10-10 Jeremy Allisonr18191: Fix the online/offline state handling of winbindd.
2007-10-10 Jeremy Allisonr18189: When tearing down a connection we can be harsher
2007-10-10 Jeremy Allisonr18107: Only do a SAF realm store if the logon was...
2007-10-10 Jeremy Allisonr18063: When we get a successful connection using ADS,
2007-10-10 Jeremy Allisonr18015: Try and detect network failures immediately in
2007-10-10 Jeremy Allisonr18010: Ensure we don't timeout twice to the same
2007-10-10 Jeremy Allisonr17994: Add debugs that showed me why my site code...
2007-10-10 Jeremy Allisonr17947: Remove extra const.
2007-10-10 Jeremy Allisonr17945: Store the server and client sitenames in the ADS
2007-10-10 Jeremy Allisonr17943: The horror, the horror. Add KDC site support by
2007-10-10 Jeremy Allisonr17937: Move the saf_ cache into the tcp ad connection...
2007-10-10 Volker Lendecker17571: Change the return code of cli_session_setup...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Günther Deschnerr16479: When dcip_to_name failed to get the name of...
2007-10-10 Volker Lendecker16361: Fix Klocwork ID 1731 1770 1771 1775 1796
2007-10-10 Volker Lendecker15904: This does two things:
2007-10-10 Volker Lendecker15845: Ok. This was a tough one. If for some reason...
2007-10-10 Gerald Carterr15543: New implementation of 'net ads join' to be...
2007-10-10 Volker Lendecker14895: Merge the 3.0.22 change
2007-10-10 Gerald Carterr14748: store the name/ip address combination when...
2007-10-10 Gerald Carterr13679: Commiting the rm_primary_group.patch posted...
2007-10-10 Gerald Carterr13515: Make sure to store the correct domain name...
2007-10-10 Günther Deschnerr13409: No functional changes, just some DEBUG cleanup.
2007-10-10 Gerald Carterr13316: Let the carnage begin....
2007-10-10 Gerald Carterr13310: first round of server affinity patches for...
2007-10-10 Gerald Carterr13232: defensive programming in an attempt to prevent...
2007-10-10 Günther Deschnerr12193: Fix some typos.
2007-10-10 Jeremy Allisonr11492: Fix bug #3224 (I hope). Correctly use machine_a...
2007-10-10 Volker Lendecker11381: Correctly connect to 445 and 139 after a succes...
2007-10-10 Jeremy Allisonr11338: Move knowledge of \\ needed into rpc_client...
2007-10-10 Volker Lendecker11328: Actually verify that the bind on a pipe succeed...
2007-10-10 Volker Lendecker11324: Re-formatting before I can get a very *narrow...
2007-10-10 Volker Lendecker11323: Fix usage of rpccli_netlogon_getdcname. Add...
2007-10-10 Volker Lendecker11253: Fix an annoying timeout when no nmbd is around
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Gerald Carterr10556: BUG 3083: patch from Alex Deiter <tiamat@komi...
2007-10-10 Gerald Carterr8800: grr...get logic right when checking #define
2007-10-10 Gerald Carterr8799: disabling schannel on samr and lsa until I figur...
2007-10-10 Gerald Carterr8796: disable schannel on the lsa client pipe for...
2007-10-10 Gerald Carterr7454: couple of winbindd fixes
2007-10-10 Gerald Carterr7415: * big change -- volker's new async winbindd...
2007-10-10 Gerald Carterr6296: add message about known interoperability issue...
2007-10-10 Gerald Carterr6158: fix some misleading error messages
2007-10-10 Gerald Carterr6154: fix winbindd <-> Windows 2003 sp1 issue.
next