index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
winbindd
/
winbindd_cm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a valgrind error
Volker Lendecke
2009-03-17
1
-1
/
+1
*
Fix bug in get_dc_name_via_netlogon(), null pointer refrence.
Bo Yang
2009-01-14
1
-1
/
+1
*
From boyang - ensure we never "return" from a forked child, always _exit().
Jeremy Allison
2009-01-13
1
-3
/
+3
*
Backport of the clean event context after fork and
Bo Yang
2009-01-10
1
-40
/
+40
*
clean event context after child is forked.
Bo Yang
2009-01-05
1
-1
/
+2
*
Change sockaddr util function names for consistency and to eliminate name con...
Tim Prouty
2008-12-03
1
-1
/
+1
*
Cleanup of DC enumeration in get_dcs()
Steven Danneman
2008-09-04
1
-24
/
+74
*
Don't re-initialize a token when we already have one. This fixes the build fa...
Jeremy Allison
2008-08-22
1
-0
/
+3
*
winbindd: Fix crash in cm_connect_sam()
Gerald (Jerry) Carter
2008-08-22
1
-2
/
+7
*
fixed a fd leak when trying to regain contact to a domain controller
Andrew Tridgell
2008-08-06
1
-0
/
+1
*
Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"
Volker Lendecke
2008-06-17
1
-14
/
+1
*
Bugfix noticed by Herb. On using the again: tag as a
Jeremy Allison
2008-06-08
1
-0
/
+15
*
Fix a memleak caused by a crappy get_sorted_dc_list() API
Volker Lendecke
2008-06-05
1
-1
/
+14
*
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
2008-05-26
1
-7
/
+1
*
dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...
Günther Deschner
2008-05-26
1
-0
/
+1
*
mailslot/cldap: use nt_version bits in queries.
Günther Deschner
2008-05-26
1
-1
/
+3
*
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
2008-05-23
1
-5
/
+7
*
Manually port Steven Dannenman fix for using the correct machine domain when
Gerald W. Carter
2008-05-23
1
-3
/
+3
*
Revert "Add "desthost" to rpc_pipe_client"
Volker Lendecke
2008-04-25
1
-4
/
+4
*
Revert "Introduce rpccli_set_timeout()"
Volker Lendecke
2008-04-25
1
-2
/
+2
*
Revert "Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct"
Volker Lendecke
2008-04-25
1
-23
/
+29
*
mailslot: allow to give back struct nbt_ntlogon_packet.
Günther Deschner
2008-04-24
1
-1
/
+2
*
mailslot: allow to define nt_version in send_getdc_request().
Günther Deschner
2008-04-24
1
-1
/
+1
*
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
2008-04-23
1
-1
/
+1
*
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
2008-04-21
1
-1
/
+1
*
winbind: pass down existing talloc context.
Günther Deschner
2008-04-21
1
-5
/
+6
*
winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.
Günther Deschner
2008-04-21
1
-1
/
+3
*
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
2008-04-20
1
-29
/
+23
*
Introduce rpccli_set_timeout()
Volker Lendecke
2008-04-20
1
-2
/
+2
*
Add "desthost" to rpc_pipe_client
Volker Lendecke
2008-04-20
1
-4
/
+4
*
winbindd: call reinit_after_fork() in the child processes
Stefan Metzmacher
2008-04-18
1
-3
/
+2
*
Move GETDC mailslot out of winbindd.
Günther Deschner
2008-04-17
1
-162
/
+2
*
Also accept 0x15 getdc replies
Volker Lendecke
2008-04-10
1
-19
/
+22
*
Try anonymous session setup
Volker Lendecke
2008-04-09
1
-1
/
+3
*
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
2008-04-02
1
-5
/
+1
*
Fix enumeration of forest trusts from our root domain.
Gerald W. Carter
2008-03-31
1
-1
/
+1
*
Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.
Günther Deschner
2008-03-26
1
-1
/
+5
*
Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible
Volker Lendecke
2008-03-19
1
-0
/
+10
*
Use a separate tdb for mutexes
Volker Lendecke
2008-03-10
1
-11
/
+6
*
Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.
Günther Deschner
2008-02-08
1
-12
/
+13
*
Use rpccli_lsa_QueryInfoPolicy() all over the place.
Günther Deschner
2008-02-08
1
-14
/
+17
*
Use rpccli_lsa_QueryInfoPolicy2 in winbindd.
Günther Deschner
2008-02-08
1
-16
/
+19
*
Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.
Günther Deschner
2008-02-07
1
-12
/
+18
*
Use rpccli_samr_Connect2() all over the place.
Günther Deschner
2008-02-04
1
-12
/
+15
*
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
2008-02-01
1
-6
/
+6
*
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
2008-01-29
1
-6
/
+6
*
Use pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
2008-01-29
1
-12
/
+19
*
Use the correct domain name when looking up the trust password.
Gerald W. Carter
2008-01-25
1
-1
/
+15
*
Use generated DSSETUP client & server rpc functions and remove the hand-writt...
Günther Deschner
2008-01-25
1
-15
/
+16
*
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
2008-01-23
1
-1
/
+1
[next]