summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_client: Adapt cli_rpc_pipe_open_generic_auth to use enum credentials_k...Andrew Bartlett2014-10-085-0/+5
* s3-rpc_client: Adapt cli_rpc_pipe_open_spnego to use enum credentials_kerbero...Andrew Bartlett2014-10-084-18/+11
* s3-winbindd: Allow winbindd to connect over SMB2 to serversAndrew Bartlett2014-10-087-7/+43
* s3-winbindd: Pass the whole winbindd_domain to invalidate_cm_connection()Andrew Bartlett2014-10-087-20/+21
* tests: Pass the test context as lp_ctx for messaging testsMatthieu Patou2014-10-081-1/+2
* libcli/smb: remove unused SMB2_TF_ALGORITHM defineStefan Metzmacher2014-10-081-1/+0
* libcli/smb: use SMB 3.10 flags for the transform headerStefan Metzmacher2014-10-071-6/+4
* libcli/smb: pass tcon flags to the server for SMB 3.10Stefan Metzmacher2014-10-071-0/+5
* libcli/smb: avoid validate info after tcon for SMB 3.10Stefan Metzmacher2014-10-071-0/+5
* libcli/smb: implement SMB 3.10 session setupStefan Metzmacher2014-10-073-21/+155
* libcli/smb: implement SMB 3.10 negprotStefan Metzmacher2014-10-071-6/+251
* libcli/smb: add smb2cli_req_get_send_iov()Stefan Metzmacher2014-10-072-0/+38
* libcli/smb: add smb2_negotiate_context.cStefan Metzmacher2014-10-073-0/+248
* libcli/smb: add SMB 3.10 related definesStefan Metzmacher2014-10-071-2/+17
* docs-xml: document SMB3_10 as available protocol for the client sideStefan Metzmacher2014-10-072-1/+4
* s3:torture: add PROTOCOL_SMB3_10 handlingStefan Metzmacher2014-10-071-0/+3
* lib/param: add PROTOCOL_SMB3_10 handlingStefan Metzmacher2014-10-071-0/+1
* libcli/smb: negotiate SMB3_DIALECT_REVISION_310 if PROTOCOL_SMB3_10 is requestedStefan Metzmacher2014-10-071-0/+1
* libcli/smb: add PROTOCOL_SMB3_10Stefan Metzmacher2014-10-071-2/+3
* libcli/smb: add SMB3_DIALECT_REVISION_310 defineStefan Metzmacher2014-10-071-0/+1
* libcli/smb: fix smb2cli_validate_negotiate_info with min=PROTOCOL_NT1 max=PRO...Stefan Metzmacher2014-10-071-1/+5
* printer_list: fix talloc tos leak of tdb recordDavid Disseldorp2014-10-071-0/+1
* idl: Fix a typoVolker Lendecke2014-10-071-1/+1
* smbd: Simplify remove_child_pidVolker Lendecke2014-10-071-1/+1
* status: 80 chars per lineVolker Lendecke2014-10-071-367/+734
* smbd: Fix nonempty line endingsVolker Lendecke2014-10-071-15/+14
* lanman: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-2/+9
* samlogon_cache: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-1/+6
* nmbd: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+7
* printing: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-062-5/+25
* gpo: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-064-17/+50
* gencache: don't leak cache_path onto talloc tosDavid Disseldorp2014-10-061-0/+11
* Add a status code for VHD support gleaned from some Win8.1 stuff.Richard Sharpe2014-10-061-0/+1
* Add a definition of the NETWORK_RESILIENCY_REQUEST so I can write a torture t...Richard Sharpe2014-10-061-0/+9
* winbindd: Do not overwrite domain list with conflicting info from a trusted d...Andrew Bartlett2014-10-061-0/+75
* torture: Reorder torture_winbind_struct_domain_info testsAndrew Bartlett2014-10-061-18/+19
* ctdb-build: Fix handling of public headersMartin Schwenke2014-10-063-1/+12
* ctdb-build: Change from ctdb-util to samba-utilMartin Schwenke2014-10-0619-2295/+41
* ctdb-build: Add generation of Samba-style version.hMartin Schwenke2014-10-061-0/+9
* ctdb-build: Move generation of ctdb_version.h earlierMartin Schwenke2014-10-061-6/+6
* ctdb-logging: Update to use Samba style debug.h/debug.cMartin Schwenke2014-10-066-146/+92
* ctdb-logging: Change LogLevel to DEBUGLEVELMartin Schwenke2014-10-0611-24/+24
* ctdb-tests: Make the fake log timestamp string easy to modifyMartin Schwenke2014-10-0618-379/+380
* ctdb-logging: Remove log ringbufferMartin Schwenke2014-10-0616-468/+8
* s3: lib, s3: modules: Fix compilation on Solaris.Jeremy Allison2014-10-062-10/+14
* lib: uid_wrapper: Fix setgroups and syscall detection on a system without nat...Jeremy Allison2014-10-061-0/+7
* windbindd: Make cm_connect_lsa_tcp staticChristof Schmitt2014-10-042-6/+3
* smbd: Always use uint8_t for inbuf pointerChristof Schmitt2014-10-041-7/+8
* smbd: Pass only cmd to construct_reply_common instead of complete reqChristof Schmitt2014-10-041-6/+5
* smbd: Use MIN macro in fake_sendfileChristof Schmitt2014-10-041-5/+1