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
/
winbindd
/
winbindd_cm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_schannel_with_key
Volker Lendecke
1
-16
/
+14
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_ntlmssp
Volker Lendecke
1
-11
/
+14
2008-07-20
Refactoring: Change calling conventions for cli_rpc_pipe_open_noauth
Volker Lendecke
1
-15
/
+18
2008-06-27
libads: Add API call to connect to a global catalog server.
Gerald W. Carter
1
-2
/
+4
2008-06-17
Revert "Fix a memleak caused by a crappy get_sorted_dc_list() API"
Volker Lendecke
1
-14
/
+1
2008-06-08
Bugfix noticed by Herb. On using the again: tag as a
Jeremy Allison
1
-0
/
+15
2008-06-05
Fix a memleak caused by a crappy get_sorted_dc_list() API
Volker Lendecke
1
-1
/
+14
2008-06-03
winbindd_cm: Replace the use of lp_realm() with our_domain->alt_name.
Gerald W. Carter
1
-1
/
+7
2008-05-26
winbind: correctly omit check for trusted domain support in cm_prepare_connec...
Michael Adam
1
-1
/
+1
2008-05-23
Manually merge Steven Danneman's patch for SPNEGO auth to a trusted
Gerald W. Carter
1
-5
/
+7
2008-05-23
Manually port Steven Dannenman fix for using the correct machine domain when
Gerald W. Carter
1
-3
/
+3
2008-05-09
Use strip_hostname after dsgetdcname/getdcname calls.
Günther Deschner
1
-7
/
+1
2008-05-09
dsgetdcname: mailslot replies are identical to the cldap ones, use cldap ever...
Günther Deschner
1
-0
/
+1
2008-05-06
mailslot/cldap: use nt_version bits in queries.
Günther Deschner
1
-1
/
+3
2008-04-24
mailslot: allow to give back struct nbt_ntlogon_packet.
Günther Deschner
1
-1
/
+2
2008-04-24
mailslot: allow to define nt_version in send_getdc_request().
Günther Deschner
1
-1
/
+1
2008-04-23
Fix CLEAR_IF_FIRST handling of messages.tdb
Volker Lendecke
1
-1
/
+1
2008-04-21
cldap: avoid duplicate definitions so remove ads_cldap.h.
Günther Deschner
1
-1
/
+1
2008-04-21
winbind: pass down existing talloc context.
Günther Deschner
1
-5
/
+6
2008-04-21
winbind: Use libnbt for NTLOGON SAMLOGON mailslot request and reply.
Günther Deschner
1
-1
/
+3
2008-04-20
Replace cli_rpc_pipe_close by a talloc destructor on rpc_pipe_struct
Volker Lendecke
1
-29
/
+23
2008-04-20
Introduce rpccli_set_timeout()
Volker Lendecke
1
-2
/
+2
2008-04-20
Add "desthost" to rpc_pipe_client
Volker Lendecke
1
-4
/
+4
2008-04-18
winbindd: call reinit_after_fork() in the child processes
Stefan Metzmacher
1
-3
/
+2
2008-04-17
Move GETDC mailslot out of winbindd.
Günther Deschner
1
-162
/
+2
2008-04-10
Also accept 0x15 getdc replies
Volker Lendecke
1
-19
/
+22
2008-04-09
Try anonymous session setup
Volker Lendecke
1
-1
/
+3
2008-04-02
Fix NETLOGON credential chain with Windows 2008 all over the place.
Günther Deschner
1
-5
/
+1
2008-03-31
Fix enumeration of forest trusts from our root domain.
Gerald W. Carter
1
-1
/
+1
2008-03-26
Fix winbind NETLOGON cred chain on a samba dc for w2k8 trusts.
Günther Deschner
1
-1
/
+5
2008-03-19
Merge dd9e0bea31751 from 3-0-ctdb -- use NetSamLogonEx when possible
Volker Lendecke
1
-0
/
+10
2008-03-10
Use a separate tdb for mutexes
Volker Lendecke
1
-11
/
+6
2008-02-08
Use rpccli_netr_DsRGetDCName() in rpcclient and winbindd.
Günther Deschner
1
-12
/
+13
2008-02-08
Use rpccli_lsa_QueryInfoPolicy() all over the place.
Günther Deschner
1
-14
/
+17
2008-02-08
Use rpccli_lsa_QueryInfoPolicy2 in winbindd.
Günther Deschner
1
-16
/
+19
2008-02-07
Use rpccli_netr_GetAnyDCName and rpccli_netr_GetDCName everywhere.
Günther Deschner
1
-12
/
+18
2008-02-04
Use rpccli_samr_Connect2() all over the place.
Günther Deschner
1
-12
/
+15
2008-02-01
Use rpccli_samr_OpenDomain() all over the place.
Günther Deschner
1
-6
/
+6
2008-01-29
Remove include/rpc_ds.h and all references to it completly.
Günther Deschner
1
-6
/
+6
2008-01-29
Use pidl generated call to enumerate ds trusted domains in winbindd.
Günther Deschner
1
-12
/
+19
2008-01-25
Use the correct domain name when looking up the trust password.
Gerald W. Carter
1
-1
/
+15
2008-01-25
Use generated DSSETUP client & server rpc functions and remove the hand-writt...
Günther Deschner
1
-15
/
+16
2008-01-23
Windows 2008 (Longhorn) auth2 flag fixes.
Andreas Schneider
1
-1
/
+1
2008-01-23
Fix get_trust_creds() to return always an upper-cased krb5 principal (this
Günther Deschner
1
-4
/
+8
2008-01-20
Fix a segfault
Volker Lendecke
1
-3
/
+10
2008-01-15
Apply const to rpccli_lsa_query_info_policy() and rpccli_lsa_query_info_polic...
Günther Deschner
1
-3
/
+3
2008-01-07
Fix build warning.
Günther Deschner
1
-16
/
+18
2008-01-04
When connecting to an AD DC, use the DsGetDCName variant.
Gerald (Jerry) Carter
1
-2
/
+36
2007-12-29
Use correct size value for linearize call.
Jeremy Allison
1
-1
/
+1
2007-12-29
Remove tiny code duplication
Volker Lendecke
1
-4
/
+7
[next]