summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_server: check for compound based on SMBD_SMB2_NUM_IOV_PER_REQStefan Metzmacher2012-08-071-4/+3
* s3:smb2_server: make use of SMBD_SMB2_*_IOV_OFSStefan Metzmacher2012-08-071-15/+20
* s3:smb2_server: make use of helper macros in smb2_calculate_credits()Stefan Metzmacher2012-08-071-4/+6
* s3:smb2_server: make use of helper macros in smbd_smb2_request_validate()Stefan Metzmacher2012-08-071-3/+5
* s3:smb2_server: make use of SMBD_SMB2_NUM_IOV_PER_REQStefan Metzmacher2012-08-071-17/+20
* s3:smb2_server: add some more SMBD_SMB2_* defines/macrosStefan Metzmacher2012-08-071-6/+22
* s3-param: Remove never-reached condition for popts == NULLAndrew Bartlett2012-08-071-4/+0
* s3-param: Remove never-reached condition for opt_list == NULLAndrew Bartlett2012-08-071-4/+0
* source3/loadparm.c: Move string_set/string_free inside.Rusty Russell2012-08-075-81/+54
* source3/smbd/conn.c: wean off string_set/string_freeRusty Russell2012-08-072-11/+8
* source3/loadparm: make struct loadparm_service a talloc object.Rusty Russell2012-08-071-1/+2
* loadparm: Add ctx member to struct loadparm_global.Rusty Russell2012-08-072-1/+6
* media_harmony VFS module: Add and build by default.Andrew Klaassen2012-08-076-0/+2691
* s3:smb2_server: do one central as_root check if the operation requires itStefan Metzmacher2012-08-071-30/+6
* s3:smb2_server: do one central tcon check if the operation requires itStefan Metzmacher2012-08-071-160/+15
* s3:smb2_server: do one central session check if the operation requires itStefan Metzmacher2012-08-071-66/+6
* s3:smb2_server: add and use smbd_smb2_call()Stefan Metzmacher2012-08-071-0/+21
* s3:smb2_server: add .as_root to smbd_smb2_dispatch_tableStefan Metzmacher2012-08-071-0/+15
* s3:smb2_server: add .need_tcon to smbd_smb2_dispatch_tableStefan Metzmacher2012-08-071-0/+14
* s3:smb2_server: add .need_session to smbd_smb2_dispatch_tableStefan Metzmacher2012-08-071-0/+16
* s3:smb2_server: introduce a smbd_smb2_dispatch_table (for now just with names)Stefan Metzmacher2012-08-071-22/+46
* s3:smb2_server: move 'conn' to main block of smbd_smb2_request_dispatch()Stefan Metzmacher2012-08-071-3/+2
* libcli/util: add NT_STATUS_FILE_NOT_AVAILABLEStefan Metzmacher2012-08-072-0/+2
* libcli/smb: use forward declaration instead of includesStefan Metzmacher2012-08-071-3/+2
* s4-scripting: Remove unused variables from ntacl testsAndrew Bartlett2012-08-071-10/+0
* s4-smbd: Check for failure of irpc_add_nameAndrew Bartlett2012-08-071-1/+4
* s3-pysmbd: Try opening as a file, then as a directoryAndrew Bartlett2012-08-071-2/+2
* s3-pysmbd: Use talloc_zero()Andrew Bartlett2012-08-071-1/+1
* s3-passdb: Simplify idmap wrapper in pdb_samba4Andrew Bartlett2012-08-071-50/+9
* s3-pysmbd: Add talloc_stackframe() to smbd_set_simple_acl wrapperAndrew Bartlett2012-08-071-0/+6
* s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_req...Stefan Metzmacher2012-08-062-261/+80
* s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_req...Stefan Metzmacher2012-08-061-28/+15
* s3:smb2_server: remove const from smbd_smb2_first_negprot()Stefan Metzmacher2012-08-062-2/+2
* s3:smb2_server: add smbd_smb2_inbuf_parse_compound()Stefan Metzmacher2012-08-061-0/+104
* s4:libcli/smb2/write correct error checkingChristian Ambach2012-08-061-1/+1
* smbXcli: add some includes to fix compiler warningsChristian Ambach2012-08-061-0/+3
* lib/socket_wrapper: writev returns ssize_t, not intChristian Ambach2012-08-062-2/+2
* lib/param: move enum dns_update_settings to lib/paramChristian Ambach2012-08-065-28/+4
* s4:libcli/pyerrors: add PyErr_NTSTATUS_NOT_OK_RAISE()Stefan Metzmacher2012-08-061-0/+6
* s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/Stefan Metzmacher2012-08-063-18/+18
* Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=for...Andrew Bartlett2012-08-061-1/+1
* build: Make -Werror=format check only run where NULL is still acceptedAndrew Bartlett2012-08-061-3/+18
* Rework recursive waf build to be a selftest-enabled not a developer buildAndrew Bartlett2012-08-061-1/+1
* build: Remove duplicate declaration of --enable-selftestAndrew Bartlett2012-08-061-3/+0
* lib/param: Also enable vlp when --enable-selftest is specifiedAndrew Bartlett2012-08-064-3/+7
* s3:smbd: remove unused variable in sesssetup.cStefan Metzmacher2012-08-051-1/+0
* s3:smb2_server: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-20/+12
* s3:smb2_ioctl: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-8/+6
* s3:smb2_lock: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-10/+7
* s3:smb2_setinfo: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4