index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
nsswitch
/
winbindd_cm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r12193: Fix some typos.
Günther Deschner
1
-1
/
+1
2007-10-10
r11492: Fix bug #3224 (I hope). Correctly use machine_account_name
Jeremy Allison
1
-2
/
+3
2007-10-10
r11381: Correctly connect to 445 and 139 after a successful getdcname.
Volker Lendecke
1
-3
/
+10
2007-10-10
r11338: Move knowledge of \\ needed into rpc_client/cli_netlogon
Jeremy Allison
1
-7
/
+1
2007-10-10
r11328: Actually verify that the bind on a pipe succeeded with a samr_connect or
Volker Lendecke
1
-167
/
+196
2007-10-10
r11324: Re-formatting before I can get a very *narrow* focus on the bugs in h...
Volker Lendecke
1
-59
/
+61
2007-10-10
r11323: Fix usage of rpccli_netlogon_getdcname. Add some debug messages.
Volker Lendecke
1
-3
/
+18
2007-10-10
r11253: Fix an annoying timeout when no nmbd is around
Volker Lendecke
1
-8
/
+8
2007-10-10
r10656: BIG merge from trunk. Features not copied over
Gerald Carter
1
-204
/
+309
2007-10-10
r10556: BUG 3083: patch from Alex Deiter <tiamat@komi.mts.ru> to fix checking...
Gerald Carter
1
-1
/
+4
2007-10-10
r8800: grr...get logic right when checking #define
Gerald Carter
1
-2
/
+2
2007-10-10
r8799: disabling schannel on samr and lsa until I figure out
Gerald Carter
1
-9
/
+15
2007-10-10
r8796: disable schannel on the lsa client pipe for now to deal with Windows 2...
Gerald Carter
1
-0
/
+7
2007-10-10
r7454: couple of winbindd fixes
Gerald Carter
1
-3
/
+11
2007-10-10
r7415: * big change -- volker's new async winbindd from trunk
Gerald Carter
1
-461
/
+509
2007-10-10
r6296: add message about known interoperability issue with Windows 2003 SP1 DCs
Gerald Carter
1
-0
/
+10
2007-10-10
r6158: fix some misleading error messages
Gerald Carter
1
-2
/
+2
2007-10-10
r6154: fix winbindd <-> Windows 2003 sp1 issue.
Gerald Carter
1
-1
/
+5
2007-10-10
r5336: BUG 2329: fix to re-enable winbindd to locate DC's when 'disable netbi...
Gerald Carter
1
-64
/
+86
2007-10-10
r4905: patch from abartlet to remove storing the auth-user credentials from t...
Gerald Carter
1
-4
/
+0
2007-10-10
r4749: Fix memleak
Volker Lendecke
1
-0
/
+2
2007-10-10
r4746: add server support for lsa_enum_acct_rights(); last checkin for the night
Gerald Carter
1
-15
/
+0
2007-10-10
r4732: Even if we have 'password server' set, we need to look up the native D...
Volker Lendecke
1
-0
/
+6
2007-10-10
r4575: adding extra debug to cm_prepare_connection()
Gerald Carter
1
-0
/
+3
2007-10-10
r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...
Jeremy Allison
1
-4
/
+4
2007-10-10
r3843: If a connection to a DC is requested, open connections simultaeneously...
Volker Lendecke
1
-160
/
+424
2007-10-10
r1532: Remove unused structure element
Volker Lendecke
1
-1
/
+0
2007-10-10
r991: Allow winbindd to use the domain trust account password
Gerald Carter
1
-11
/
+35
2007-10-10
r294: checking in volker's winbindd patches; tested on domain members (Samba ...
Gerald Carter
1
-9
/
+71
2007-10-10
r153: Fix memleak
Volker Lendecke
1
-0
/
+1
2007-10-10
r115: finally checking in tridge's winbindd_schannel patch for connections
Gerald Carter
1
-0
/
+34
2004-01-15
BUG 936: fix bind credentials for schannel binds in smbd (and add a comment t...
Gerald Carter
1
-3
/
+3
2004-01-08
fix a seg fault caused by abartlet's last checkin; there's no way this could ...
Gerald Carter
1
-1
/
+1
2004-01-08
This merges in my 'always use ADS' patch. Tested on a mix of NT and ADS
Andrew Bartlett
1
-15
/
+88
2004-01-06
Ensure that for wbinfo --set-auth-user, we actually use the domain.
Andrew Bartlett
1
-2
/
+2
2004-01-05
Change our Domain controller lookup routines to more carefully seperate
Andrew Bartlett
1
-34
/
+27
2004-01-05
We can't possilby get 'ok' here, as the if statement above just checked for it.
Andrew Bartlett
1
-2
/
+0
2003-11-22
Changes all over the shop, but all towards:
Andrew Bartlett
1
-3
/
+2
2003-11-12
a small include file rearrangement that doesn't affect normal
Andrew Tridgell
1
-0
/
+1
2003-09-05
fixes for ads domain membership when only the realm is defined in
Gerald Carter
1
-0
/
+12
2003-08-20
fix small logic error in cm_open_connection() to work with non-krb5 connections
Gerald Carter
1
-7
/
+31
2003-08-19
- Make 'net' use a single funciton for setting the 'use machine account' code.
Andrew Bartlett
1
-10
/
+80
2003-07-31
working on transtive trusts issue:
Gerald Carter
1
-6
/
+23
2003-07-30
Add a command line option (-S on|off|required) to enable signing on client
Jeremy Allison
1
-1
/
+2
2003-07-25
domain in schannel bind credentials must be the dest domain, not ours
Gerald Carter
1
-0
/
+5
2003-07-23
convert snprintf() calls using pstrings & fstrings
Gerald Carter
1
-2
/
+2
2003-06-30
* cleanup more DC name resolution issues in check_*domain_security()
Gerald Carter
1
-68
/
+2
2003-06-29
Here's the code to make winbindd work on a Samba DC
Gerald Carter
1
-0
/
+3
2003-06-25
* fix typos in a few debug statements
Gerald Carter
1
-1
/
+1
2003-06-25
large change:
Gerald Carter
1
-15
/
+3
[next]