summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3-torture: Extend pdbtest to also run an authentication unit-testAndrew Bartlett2012-08-082-2/+119
* build: Remove pdbtest from the autoconf buildAndrew Bartlett2012-08-081-12/+1
* s3:smb2_sesssetup: remove unused code in smbd_smb2_reauth_generic_return()Stefan Metzmacher2012-08-081-9/+0
* s3:smb2_sesssetup: remove TALLOC_FREE(session) from smbd_smb2_[re]auth_generi...Stefan Metzmacher2012-08-081-9/+0
* s3:smb2_server: sign the last request at the start of smbd_smb2_request_reply()Stefan Metzmacher2012-08-081-22/+16
* s3: Fix a crash in reply_lockingX_errorVolker Lendecke2012-08-081-4/+11
* vfs_dirsort: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* vfs_afsacl.c: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-5/+0
* vfs_full_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-9/+0
* vfs_time_audit: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* vfs_time_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-7/+0
* vfs-mediaharmony: Remove some unnecessary return; statementsVolker Lendecke2012-08-081-3/+0
* vfs_media_harmony: fix return of voidBjörn Jacke2012-08-071-3/+6
* s3:smb2_server: fix SMB2 signing of compound responsesStefan Metzmacher2012-08-072-13/+78
* s3:smb2_server: there's no need to copy req->out.vector when we just keep the...Stefan Metzmacher2012-08-071-22/+5
* s3:smb2_server: use memmove instead of copying single vector elementsStefan Metzmacher2012-08-071-6/+7
* s3:smb2_server: make use of SMBD_SMB2_OUT_HDR_PTR() smbd_smb2_request_pending...Stefan Metzmacher2012-08-071-1/+1
* s3:smb2_server: check for compound based on SMBD_SMB2_NUM_IOV_PER_REQStefan Metzmacher2012-08-071-1/+1
* s3:smb2_server: make use of SMBD_SMB2_OUT_*_IOV smbd_smb2_request_reply()Stefan Metzmacher2012-08-071-4/+4
* 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-071-0/+3
* media_harmony VFS module: Add and build by default.Andrew Klaassen2012-08-074-0/+2446
* 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
* 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
* lib/param: move enum dns_update_settings to lib/paramChristian Ambach2012-08-061-1/+0