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
2013-03-05
winbind: Correctly use names in the domain struct.
Andreas Schneider
1
-2
/
+2
2013-03-05
winbind: Use talloc for allocating domain, dns, forest and dc name.
Andreas Schneider
1
-35
/
+91
2013-02-22
winbind: Don't leak memory on return.
Andreas Schneider
1
-0
/
+3
2013-02-22
winbind: Use uint8_t type and use const where needed.
Andreas Schneider
1
-7
/
+7
2013-02-19
s3:winbindd: s/event_add_timed/tevent_add_timer
Stefan Metzmacher
1
-2
/
+2
2013-02-19
s3:winbindd: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
1
-1
/
+1
2013-02-19
s3:winbindd: s/struct event_context/struct tevent_context
Stefan Metzmacher
1
-1
/
+1
2012-11-30
s3-winbindd: add cm_connect_lsat().
Günther Deschner
1
-0
/
+31
2012-11-28
BUG 9436: Fix leaking sockets of SMB connections to a DC.
Andreas Schneider
1
-0
/
+4
2012-11-01
s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)
Stefan Metzmacher
1
-1
/
+1
2012-11-01
s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)
Stefan Metzmacher
1
-0
/
+11
2012-09-28
s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliable
Sumit Bose
1
-2
/
+9
2012-08-09
Check error returns from strupper_m() (in all reasonable places).
Jeremy Allison
1
-1
/
+4
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
1
-0
/
+1
2012-07-17
Enable AES in winbind.
Andreas Schneider
1
-1
/
+1
2012-07-14
Fix bug #9016 - Connection to outbound trusted domain goes offline.
Jeremy Allison
1
-6
/
+0
2012-07-12
s3: rename sid_check_is_domain() to sid_check_is_our_sam()
Michael Adam
1
-1
/
+1
2012-05-28
s3:libsmb: get rid of cli_negprot
Luk Claes
1
-1
/
+2
2012-05-28
s3:libsmb: get rid of cli_state_disconnect
Luk Claes
1
-2
/
+2
2012-05-28
s3:libsmb: get rid of cli_state_security_mode
Luk Claes
1
-1
/
+1
2012-05-28
s3:libsmb: get rid of cli_state_capabilities
Luk Claes
1
-1
/
+1
2012-05-28
s3:libsmb: get rid of cli_state_protocol
Luk Claes
1
-2
/
+2
2012-05-28
s3:libsmb: get rid of cli_state_remote_name
Luk Claes
1
-2
/
+2
2012-05-28
s3:libsmb: get rid of cli_state_*_sockaddr
Luk Claes
1
-2
/
+3
2012-05-23
Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...
Herb Lewis
1
-0
/
+1
2012-05-22
Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.
Jeremy Allison
1
-1
/
+1
2012-04-27
s3:winbindd: also try SMB2 when connecting to "IPC$"
Stefan Metzmacher
1
-7
/
+20
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-2
/
+2
2012-02-16
Rename obscure defined constants.
Christopher R. Hertel (crh)
1
-1
/
+1
2012-02-10
s3-winbindd: set the can_do_validation6 also for trusted domain
Matthieu Patou
1
-0
/
+2
2012-01-18
s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...
Andrew Bartlett
1
-2
/
+2
2012-01-18
s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() generic
Andrew Bartlett
1
-9
/
+14
2011-11-24
s3:winbindd_cm: make use of cli_tree_connect()
Stefan Metzmacher
1
-1
/
+1
2011-11-21
s3:winbindd_cm: close sockfd on error in cm_prepare_connection()
Stefan Metzmacher
1
-0
/
+2
2011-11-16
s3-winbindd/winbindd_cm.c: remove cli_nt_error()
Björn Baumbach
1
-8
/
+2
2011-11-16
s3:winbindd_cm: remove unused ads_status
Stefan Metzmacher
1
-3
/
+0
2011-11-03
s3:winbindd: s/Undefined/SMB_SIGNING_DEFAULT/
Stefan Metzmacher
1
-1
/
+1
2011-09-15
s3:libsmb: pass max_protocol to cli_negprot()
Stefan Metzmacher
1
-1
/
+1
2011-09-13
s3:winbindd_cm: make use of cli_state_security_mode()
Stefan Metzmacher
1
-1
/
+3
2011-09-08
s3:libsmb: pass CLI_FULL_CONNECTION_* flags to cli_state_create()
Stefan Metzmacher
1
-3
/
+4
2011-08-10
s3:winbindd_cm: use cli_session_setup() instead of cli_session_setup_spnego()
Stefan Metzmacher
1
-15
/
+18
2011-08-10
s3:libsmb: store the remote_realm on the cli_state
Stefan Metzmacher
1
-1
/
+3
2011-08-03
s3:winbindd_cm: make use of cli_set_timeout()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:winbindd_cm: make use of cli_state_protocol()
Stefan Metzmacher
1
-1
/
+1
2011-08-02
s3:winbindd_cm: make use of cli_state_capabilities()
Stefan Metzmacher
1
-1
/
+1
2011-07-22
s3:winbindd_cm: use controller instead of cli->desthost
Stefan Metzmacher
1
-2
/
+2
2011-07-22
s3:winbindd_cm: use cli_state_[local|remote]_sockaddr()
Stefan Metzmacher
1
-14
/
+4
2011-07-21
s3:winbindd_cm: remove unused checks for address family
Stefan Metzmacher
1
-37
/
+0
2011-07-21
s3:libsmb: replace cli_initialise[_ex]() by cli_state_create()
Stefan Metzmacher
1
-7
/
+2
2011-07-21
s3:winbindd remove an unused variable
Christian Ambach
1
-2
/
+0
[next]