summaryrefslogtreecommitdiffstats
path: root/source3/nsswitch/winbindd_cm.c
Commit message (Expand)AuthorAgeFilesLines
* r11492: Fix bug #3224 (I hope). Correctly use machine_account_nameJeremy Allison2007-10-101-2/+3
* r11381: Correctly connect to 445 and 139 after a successful getdcname.Volker Lendecke2007-10-101-3/+10
* r11338: Move knowledge of \\ needed into rpc_client/cli_netlogonJeremy Allison2007-10-101-7/+1
* r11328: Actually verify that the bind on a pipe succeeded with a samr_connect orVolker Lendecke2007-10-101-167/+196
* r11324: Re-formatting before I can get a very *narrow* focus on the bugs in h...Volker Lendecke2007-10-101-59/+61
* r11323: Fix usage of rpccli_netlogon_getdcname. Add some debug messages.Volker Lendecke2007-10-101-3/+18
* r11253: Fix an annoying timeout when no nmbd is aroundVolker Lendecke2007-10-101-8/+8
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-204/+309
* r10556: BUG 3083: patch from Alex Deiter <tiamat@komi.mts.ru> to fix checking...Gerald Carter2007-10-101-1/+4
* r8800: grr...get logic right when checking #defineGerald Carter2007-10-101-2/+2
* r8799: disabling schannel on samr and lsa until I figure outGerald Carter2007-10-101-9/+15
* r8796: disable schannel on the lsa client pipe for now to deal with Windows 2...Gerald Carter2007-10-101-0/+7
* r7454: couple of winbindd fixesGerald Carter2007-10-101-3/+11
* r7415: * big change -- volker's new async winbindd from trunkGerald Carter2007-10-101-461/+509
* r6296: add message about known interoperability issue with Windows 2003 SP1 DCsGerald Carter2007-10-101-0/+10
* r6158: fix some misleading error messagesGerald Carter2007-10-101-2/+2
* r6154: fix winbindd <-> Windows 2003 sp1 issue.Gerald Carter2007-10-101-1/+5
* r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...Gerald Carter2007-10-101-64/+86
* r4905: patch from abartlet to remove storing the auth-user credentials from t...Gerald Carter2007-10-101-4/+0
* r4749: Fix memleakVolker Lendecke2007-10-101-0/+2
* r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter2007-10-101-15/+0
* r4732: Even if we have 'password server' set, we need to look up the native D...Volker Lendecke2007-10-101-0/+6
* r4575: adding extra debug to cm_prepare_connection()Gerald Carter2007-10-101-0/+3
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke2007-10-101-160/+424
* r1532: Remove unused structure elementVolker Lendecke2007-10-101-1/+0
* r991: Allow winbindd to use the domain trust account passwordGerald Carter2007-10-101-11/+35
* r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter2007-10-101-9/+71
* r153: Fix memleakVolker Lendecke2007-10-101-0/+1
* r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter2007-10-101-0/+34
* BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter2004-01-151-3/+3
* fix a seg fault caused by abartlet's last checkin; there's no way this could ...Gerald Carter2004-01-081-1/+1
* This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett2004-01-081-15/+88
* Ensure that for wbinfo --set-auth-user, we actually use the domain.Andrew Bartlett2004-01-061-2/+2
* Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett2004-01-051-34/+27
* We can't possilby get 'ok' here, as the if statement above just checked for it.Andrew Bartlett2004-01-051-2/+0
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-3/+2
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-121-0/+1
* fixes for ads domain membership when only the realm is defined inGerald Carter2003-09-051-0/+12
* fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter2003-08-201-7/+31
* - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett2003-08-191-10/+80
* working on transtive trusts issue:Gerald Carter2003-07-311-6/+23
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+2
* domain in schannel bind credentials must be the dest domain, not oursGerald Carter2003-07-251-0/+5
* convert snprintf() calls using pstrings & fstringsGerald Carter2003-07-231-2/+2
* * cleanup more DC name resolution issues in check_*domain_security()Gerald Carter2003-06-301-68/+2
* Here's the code to make winbindd work on a Samba DCGerald Carter2003-06-291-0/+3
* * fix typos in a few debug statementsGerald Carter2003-06-251-1/+1
* large change:Gerald Carter2003-06-251-15/+3
* * s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter2003-06-231-62/+9