summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-061-1/+1
* 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
* s3:smb2_getinfo: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4
* s3:smb2_negprot: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-4/+3
* s3:smb2_write: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4
* s3:smb2_tcon: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-7/+5
* s3:smb2_create: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4
* s3:smb2_find: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4
* s3:smb2_sesssetup: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-8/+6
* s3:smb2_glue: make use of SMBD_SMB2_IN_HDR_PTR()Stefan Metzmacher2012-08-051-4/+1
* s3:smb2_read: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_notify: make use of SMBD_SMB2_IN_*_PTR()Stefan Metzmacher2012-08-051-4/+2
* s3:smb2_flush: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_close: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-2/+1
* s3:smb2_break: make use of SMBD_SMB2_IN_BODY_PTR()Stefan Metzmacher2012-08-051-4/+2
* s3:smbd: add helper macros to access smb2req->{in,out}.vector[]Stefan Metzmacher2012-08-051-0/+18
* s3:smb2_server: use 'i' instead of '1' as vector index in smbd_smb2_request_p...Stefan Metzmacher2012-08-051-2/+2
* s3:smb2_lock: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smb2_write: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smb2_read: remove unused in_smbpidStefan Metzmacher2012-08-051-8/+0
* s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconXStefan Metzmacher2012-08-041-1/+9
* s3:smbd: setup the application session key with the first tcon on a sessionStefan Metzmacher2012-08-042-31/+87
* s3:rpc_server/wkssvc: make usage of session_extract_session_key()Stefan Metzmacher2012-08-041-2/+24