index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd_cm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r7454: couple of winbindd fixes
Gerald Carter
2007-10-10
1
-3
/
+11
*
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
2007-10-10
1
-461
/
+509
*
r6296: add message about known interoperability issue with Windows 2003 SP1 DCs
Gerald Carter
2007-10-10
1
-0
/
+10
*
r6158: fix some misleading error messages
Gerald Carter
2007-10-10
1
-2
/
+2
*
r6154: fix winbindd <-> Windows 2003 sp1 issue.
Gerald Carter
2007-10-10
1
-1
/
+5
*
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...
Gerald Carter
2007-10-10
1
-64
/
+86
*
r4905: patch from abartlet to remove storing the auth-user credentials from t...
Gerald Carter
2007-10-10
1
-4
/
+0
*
r4749: Fix memleak
Volker Lendecke
2007-10-10
1
-0
/
+2
*
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
2007-10-10
1
-15
/
+0
*
r4732: Even if we have 'password server' set, we need to look up the native D...
Volker Lendecke
2007-10-10
1
-0
/
+6
*
r4575: adding extra debug to cm_prepare_connection()
Gerald Carter
2007-10-10
1
-0
/
+3
*
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
2007-10-10
1
-4
/
+4
*
r3843: If a connection to a DC is requested, open connections simultaeneously...
Volker Lendecke
2007-10-10
1
-160
/
+424
*
r1532: Remove unused structure element
Volker Lendecke
2007-10-10
1
-1
/
+0
*
r991: Allow winbindd to use the domain trust account password
Gerald Carter
2007-10-10
1
-11
/
+35
*
r294: checking in volker's winbindd patches; tested on domain members (Samba ...
Gerald Carter
2007-10-10
1
-9
/
+71
*
r153: Fix memleak
Volker Lendecke
2007-10-10
1
-0
/
+1
*
r115: finally checking in tridge's winbindd_schannel patch for connections
Gerald Carter
2007-10-10
1
-0
/
+34
*
BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...
Gerald Carter
2004-01-15
1
-3
/
+3
*
fix a seg fault caused by abartlet's last checkin; there's no way this could ...
Gerald Carter
2004-01-08
1
-1
/
+1
*
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
2004-01-08
1
-15
/
+88
*
Ensure that for wbinfo --set-auth-user, we actually use the domain.
Andrew Bartlett
2004-01-06
1
-2
/
+2
*
Change our Domain controller lookup routines to more carefully seperate
Andrew Bartlett
2004-01-05
1
-34
/
+27
*
We can't possilby get 'ok' here, as the if statement above just checked for it.
Andrew Bartlett
2004-01-05
1
-2
/
+0
*
Changes all over the shop, but all towards:
Andrew Bartlett
2003-11-22
1
-3
/
+2
*
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
2003-11-12
1
-0
/
+1
*
fixes for ads domain membership when only the realm is defined in
Gerald Carter
2003-09-05
1
-0
/
+12
*
fix small logic error in cm_open_connection() to work with non-krb5 connections
Gerald Carter
2003-08-20
1
-7
/
+31
*
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
2003-08-19
1
-10
/
+80
*
working on transtive trusts issue:
Gerald Carter
2003-07-31
1
-6
/
+23
*
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
2003-07-30
1
-1
/
+2
*
domain in schannel bind credentials must be the dest domain, not ours
Gerald Carter
2003-07-25
1
-0
/
+5
*
convert snprintf() calls using pstrings & fstrings
Gerald Carter
2003-07-23
1
-2
/
+2
*
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
2003-06-30
1
-68
/
+2
*
Here's the code to make winbindd work on a Samba DC
Gerald Carter
2003-06-29
1
-0
/
+3
*
* fix typos in a few debug statements
Gerald Carter
2003-06-25
1
-1
/
+1
*
large change:
Gerald Carter
2003-06-25
1
-15
/
+3
*
* s/get_dc_name/rpc_dc_name/g (revert a previous change)
Gerald Carter
2003-06-23
1
-62
/
+9
*
merge of the netsamlogon caching code from APPLIANCE_HEAD
Gerald Carter
2003-06-21
1
-12
/
+33
*
Forward port the app-head changes for dc name cache into 3.0.
Jeremy Allison
2003-06-13
1
-6
/
+1
*
Add in rety loop for query_user_list (from APP_HEAD). Deals with a bug
Jeremy Allison
2003-06-10
1
-0
/
+31
*
compile error
Gerald Carter
2003-06-06
1
-1
/
+1
*
merge from APP_HEAD. Push negative connection cache
Gerald Carter
2003-06-06
1
-317
/
+4
*
Fix for winbindd segfault (finally I think this is the correct one :-)
Jeremy Allison
2003-05-15
1
-1
/
+1
*
Ok, try and fix this correctly... Simplify the nasty loop logic.
Jeremy Allison
2003-05-14
1
-7
/
+7
*
Fix winbindd coredump. Remember to set a ** pointer to null before
Jeremy Allison
2003-05-14
1
-0
/
+2
*
This puts real netlogon connection caching to winbind. This becomes
Volker Lendecke
2003-05-08
1
-52
/
+72
*
Merge HEAD's winbind into 3.0.
Andrew Bartlett
2003-04-23
1
-1
/
+1
*
Merge from HEAD - save the type of channel used to contact the DC.
Andrew Bartlett
2003-04-21
1
-3
/
+5
*
Whitespace syncup.
Tim Potter
2003-04-02
1
-4
/
+4
[next]