summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_cm.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-19winbind3: Fix CID 1107229 Uninitialized pointer readVolker Lendecke1-1/+2
2013-10-17s3:winbindd: don't hide the error in cm_connect_lsa()Stefan Metzmacher1-1/+0
2013-10-11s3-winbind: Send online/offline message of the domain to the parent.Andreas Schneider1-0/+22
2013-10-11s3-winbind: Add functions for domain online/offline handling.Andreas Schneider1-0/+40
2013-09-05lib: Use "mem_ctx" arg in gencache_getVolker Lendecke1-1/+2
2013-09-05Add a talloc context to sitename_fetch().Jeremy Allison1-4/+4
2013-09-05Add a talloc context to saf_fetch().Jeremy Allison1-6/+6
2013-09-05lib: Add a "mem_ctx" arg to gencache_get (unused so far)Volker Lendecke1-1/+1
2013-08-15s3:winbindd: make use of lp_cli_{min,max}protocol()Stefan Metzmacher1-2/+3
2013-08-15Followup patch for BUG: https://bugzilla.samba.org/show_bug.cgi?id=10082Andreas Schneider1-1/+1
2013-08-14winbind3: Fix an invalid freeVolker Lendecke1-1/+1
2013-08-13s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().Günther Deschner1-2/+7
2013-08-13s3-winbind: Fix a segfault passing NULL to a fstring argument.Andreas Schneider1-2/+11
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_noauth().Günther Deschner1-5/+5
2013-08-05s3-rpc_cli: pass down ndr_interface_table to cli_rpc_pipe_open_schannel_with_...Günther Deschner1-4/+4
2013-03-05winbind: Correctly use names in the domain struct.Andreas Schneider1-2/+2
2013-03-05winbind: Use talloc for allocating domain, dns, forest and dc name.Andreas Schneider1-35/+91
2013-02-22winbind: Don't leak memory on return.Andreas Schneider1-0/+3
2013-02-22winbind: Use uint8_t type and use const where needed.Andreas Schneider1-7/+7
2013-02-19s3:winbindd: s/event_add_timed/tevent_add_timerStefan Metzmacher1-2/+2
2013-02-19s3:winbindd: s/struct timed_event/struct tevent_timerStefan Metzmacher1-1/+1
2013-02-19s3:winbindd: s/struct event_context/struct tevent_contextStefan Metzmacher1-1/+1
2012-11-30s3-winbindd: add cm_connect_lsat().Günther Deschner1-0/+31
2012-11-28BUG 9436: Fix leaking sockets of SMB connections to a DC.Andreas Schneider1-0/+4
2012-11-01s3:winbindd: use PROTOCOL_LATEST instead of PROTOCOL_SMB2_02 (bug #9175)Stefan Metzmacher1-1/+1
2012-11-01s3:winbindd: disconnection after getting NETWORK_SESSION_EXPIRED (bug #9175)Stefan Metzmacher1-0/+11
2012-09-28s3-winbindd: Allow DNS resolution of trusted domains if DNS name is avaliableSumit Bose1-2/+9
2012-08-09Check error returns from strupper_m() (in all reasonable places).Jeremy Allison1-1/+4
2012-07-24lib/param: Move all enum declarations to lib/paramAndrew Bartlett1-0/+1
2012-07-17Enable AES in winbind.Andreas Schneider1-1/+1
2012-07-14Fix bug #9016 - Connection to outbound trusted domain goes offline.Jeremy Allison1-6/+0
2012-07-12s3: rename sid_check_is_domain() to sid_check_is_our_sam()Michael Adam1-1/+1
2012-05-28s3:libsmb: get rid of cli_negprotLuk Claes1-1/+2
2012-05-28s3:libsmb: get rid of cli_state_disconnectLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_security_modeLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_capabilitiesLuk Claes1-1/+1
2012-05-28s3:libsmb: get rid of cli_state_protocolLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-2/+2
2012-05-28s3:libsmb: get rid of cli_state_*_sockaddrLuk Claes1-2/+3
2012-05-23Second part of fix for bug 8953 - winbind can hang as nbt_getdc() has no time...Herb Lewis1-0/+1
2012-05-22Fix bug #8953 - winbind can hang as nbt_getdc() has no timeout.Jeremy Allison1-1/+1
2012-04-27s3:winbindd: also try SMB2 when connecting to "IPC$"Stefan Metzmacher1-7/+20
2012-03-24lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij1-2/+2
2012-02-16Rename obscure defined constants.Christopher R. Hertel (crh)1-1/+1
2012-02-10s3-winbindd: set the can_do_validation6 also for trusted domainMatthieu Patou1-0/+2
2012-01-18s3-librpc: pass struct ndr_interface_table down to cli_pipe_open_generic/spne...Andrew Bartlett1-2/+2
2012-01-18s3-librpc Make cli_rpc_pipe_open_spnego_ntlmssp() genericAndrew Bartlett1-9/+14
2011-11-24s3:winbindd_cm: make use of cli_tree_connect()Stefan Metzmacher1-1/+1
2011-11-21s3:winbindd_cm: close sockfd on error in cm_prepare_connection()Stefan Metzmacher1-0/+2
2011-11-16s3-winbindd/winbindd_cm.c: remove cli_nt_error()Björn Baumbach1-8/+2