summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: Mark "socket address" as deprecatedAndrew Bartlett2012-07-272-1/+2
* param: Make socket_address common, Revert 611ef42053eb99f4c29d4efa86eaea9f1ca...Andrew Bartlett2012-07-274-18/+2
* lib/param: Merge parameter tables into a common fileAndrew Bartlett2012-07-273-8247/+4126
* lib/param: Merge in source3 parameters into parmeter tableAndrew Bartlett2012-07-271-15/+48
* lib/param: Merge "Security Options" section from source3/paramAndrew Bartlett2012-07-271-24/+589
* lib/param: Merge "Logging Options" section from source3/paramAndrew Bartlett2012-07-271-7/+109
* s3-param: Merge "log file" parameter with lib/paramAndrew Bartlett2012-07-271-1/+7
* lib/param: Merge "Protocol Options" section from source3/paramAndrew Bartlett2012-07-271-54/+253
* lib/param: Merge "Tuning Options" section from source3/paramAndrew Bartlett2012-07-271-4/+252
* lib/param: Merge "Printing Options" section from source3/paramAndrew Bartlett2012-07-271-3/+290
* s3-build: Make recursive waf build a developer build again (to build develope...Andrew Bartlett2012-07-271-1/+1
* s3:vlp: fix build on OS XBjörn Jacke2012-07-271-0/+1
* buildtools: use egrep when we need the "-f patternfile" optionBjörn Jacke2012-07-261-2/+2
* s3/aio_fork: fix build on irixBjörn Jacke2012-07-262-0/+5
* s3: use libreplace in pthreadpooltest to fix some buildsBjörn Jacke2012-07-261-1/+1
* s3: add Darwin sendfile support and merge with the FreeBSD codeBjörn Jacke2012-07-261-50/+44
* s3:waf: add Darwin sendfile() testBjörn Jacke2012-07-261-0/+23
* s3:configure: add Darwin sendfile() testBjörn Jacke2012-07-261-0/+32
* lib/param: Merge "Filename Handling" section from source3/paramAndrew Bartlett2012-07-261-7/+211
* lib/param: Merge "Domain Options" section from source3/paramAndrew Bartlett2012-07-261-0/+13
* lib/param: Merge "Logon Options" section from source3/paramAndrew Bartlett2012-07-261-8/+186
* lib/param: Merge "Browse Options" section from source3/paramAndrew Bartlett2012-07-261-14/+73
* lib/param: Merge "WINS Options" section from source3/paramAndrew Bartlett2012-07-261-1/+13
* lib/param: Merge "Locking Options" section from source3/paramAndrew Bartlett2012-07-261-5/+89
* lib/param: Merge "Ldap Options" section from source3/paramAndrew Bartlett2012-07-261-0/+178
* lib/param: Merge "EventLog Options" section from source3/paramAndrew Bartlett2012-07-261-0/+10
* lib/param: Merge "Miscellaneous Options" section from source3/paramAndrew Bartlett2012-07-261-12/+491
* s3:smb2_negprot: return the current system time in the SMB2 NEGPROT responseStefan Metzmacher2012-07-261-1/+2
* s3:smbd: fix compiler warnings in notify_internal.cStefan Metzmacher2012-07-261-3/+5
* libcli/smb: add basic session->smb2.channel_sequence handlingStefan Metzmacher2012-07-262-0/+34
* libcli/smb: add SMB2_HDR_CHANNEL_SEQUENCEStefan Metzmacher2012-07-261-0/+1
* libcli/smb: introduce a smb2cli_sessionStefan Metzmacher2012-07-261-107/+93
* s3:smb2_sesssetup: reject SMB2_SESSION_FLAG_BINDING requestsStefan Metzmacher2012-07-261-0/+13
* s3:libcli/smb: add SMB2_SESSION_FLAG_BINDINGStefan Metzmacher2012-07-261-1/+4
* s3:smb2_ioctl: fix GUID_compare() check in FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher2012-07-251-1/+1
* s3:smb2_ioctl: allow clients to send padding at the end of FSCTL_VALIDATE_NEG...Stefan Metzmacher2012-07-251-1/+1
* s3:smb2_ioctl: remove FSCTL_VALIDATE_NEGOTIATE_INFO_224 implementationStefan Metzmacher2012-07-251-77/+0
* libcli/smb: setup tcon->smb2.should_encrypt in smb2cli_tcon_set_values()Stefan Metzmacher2012-07-251-1/+16
* libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values()Stefan Metzmacher2012-07-258-0/+13
* s4:libcli/smb2: remove unused smb2_session->pidStefan Metzmacher2012-07-254-8/+0
* s3:libsmb: remove unused cli_state->smb2.pidStefan Metzmacher2012-07-252-10/+0
* s4:libcli/smb2: remove unused variableStefan Metzmacher2012-07-251-2/+0
* libcli/smb: there's no PID field in the SMB2/3 header anymoreStefan Metzmacher2012-07-2514-27/+4
* libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send()Stefan Metzmacher2012-07-2514-81/+40
* s4:libcli/smb2: remove unused elements from smb2_treeStefan Metzmacher2012-07-255-13/+3
* s4:torture/smb2: create temporary smbXcli_tcon/session structures instead of ...Stefan Metzmacher2012-07-251-15/+50
* s4:torture/smb2: use smb2cli_tcon_capabilities()Stefan Metzmacher2012-07-251-2/+6
* libcli/smb: add smb2cli_tcon_capabilities()Stefan Metzmacher2012-07-252-0/+6
* s3:libsmb: remove unused tcon specific elements from cli_state->smb2Stefan Metzmacher2012-07-252-17/+13
* s3:libsmb: remove cli_state->smb2.tidStefan Metzmacher2012-07-253-32/+27