summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r6158: fix some misleading error messagesGerald Carter1-2/+2
2007-10-10r6154: fix winbindd <-> Windows 2003 sp1 issue.Gerald Carter1-1/+5
2007-10-10r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...Gerald Carter1-64/+86
2007-10-10r4905: patch from abartlet to remove storing the auth-user credentials from t...Gerald Carter1-4/+0
2007-10-10r4749: Fix memleakVolker Lendecke1-0/+2
2007-10-10r4746: add server support for lsa_enum_acct_rights(); last checkin for the nightGerald Carter1-15/+0
2007-10-10r4732: Even if we have 'password server' set, we need to look up the native D...Volker Lendecke1-0/+6
2007-10-10r4575: adding extra debug to cm_prepare_connection()Gerald Carter1-0/+3
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r3843: If a connection to a DC is requested, open connections simultaeneously...Volker Lendecke1-160/+424
2007-10-10r1532: Remove unused structure elementVolker Lendecke1-1/+0
2007-10-10r991: Allow winbindd to use the domain trust account passwordGerald Carter1-11/+35
2007-10-10r294: checking in volker's winbindd patches; tested on domain members (Samba ...Gerald Carter1-9/+71
2007-10-10r153: Fix memleakVolker Lendecke1-0/+1
2007-10-10r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter1-0/+34
2004-01-15BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...Gerald Carter1-3/+3
2004-01-08fix a seg fault caused by abartlet's last checkin; there's no way this could ...Gerald Carter1-1/+1
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-15/+88
2004-01-06Ensure that for wbinfo --set-auth-user, we actually use the domain.Andrew Bartlett1-2/+2
2004-01-05Change our Domain controller lookup routines to more carefully seperateAndrew Bartlett1-34/+27
2004-01-05We can't possilby get 'ok' here, as the if statement above just checked for it.Andrew Bartlett1-2/+0
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-3/+2
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell1-0/+1
2003-09-05fixes for ads domain membership when only the realm is defined inGerald Carter1-0/+12
2003-08-20fix small logic error in cm_open_connection() to work with non-krb5 connectionsGerald Carter1-7/+31
2003-08-19 - Make 'net' use a single funciton for setting the 'use machine account' code.Andrew Bartlett1-10/+80
2003-07-31working on transtive trusts issue:Gerald Carter1-6/+23
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+2
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter1-0/+5
2003-07-23convert snprintf() calls using pstrings & fstringsGerald Carter1-2/+2
2003-06-30* cleanup more DC name resolution issues in check_*domain_security()Gerald Carter1-68/+2
2003-06-29Here's the code to make winbindd work on a Samba DCGerald Carter1-0/+3
2003-06-25* fix typos in a few debug statementsGerald Carter1-1/+1
2003-06-25large change:Gerald Carter1-15/+3
2003-06-23* s/get_dc_name/rpc_dc_name/g (revert a previous change)Gerald Carter1-62/+9
2003-06-21merge of the netsamlogon caching code from APPLIANCE_HEADGerald Carter1-12/+33
2003-06-13Forward port the app-head changes for dc name cache into 3.0.Jeremy Allison1-6/+1
2003-06-10Add in rety loop for query_user_list (from APP_HEAD). Deals with a bugJeremy Allison1-0/+31
2003-06-06compile errorGerald Carter1-1/+1
2003-06-06merge from APP_HEAD. Push negative connection cacheGerald Carter1-317/+4
2003-05-15Fix for winbindd segfault (finally I think this is the correct one :-)Jeremy Allison1-1/+1
2003-05-14Ok, try and fix this correctly... Simplify the nasty loop logic.Jeremy Allison1-7/+7
2003-05-14Fix winbindd coredump. Remember to set a ** pointer to null beforeJeremy Allison1-0/+2
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke1-52/+72
2003-04-23Merge HEAD's winbind into 3.0.Andrew Bartlett1-1/+1
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-3/+5
2003-04-02Whitespace syncup.Tim Potter1-4/+4
2003-03-17Merge from HEAD - make winbindd locking sane again:Andrew Bartlett1-36/+32
2003-01-16Fixed up mutex protection around winbindd logon code. Sync with APP-HEAD.Jeremy Allison1-28/+41
2003-01-16Add mutex protection around auth calls.Jeremy Allison1-41/+37