index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s3:smb2_server: check for compound based on SMBD_SMB2_NUM_IOV_PER_REQ
Stefan Metzmacher
2012-08-07
1
-4
/
+3
*
s3:smb2_server: make use of SMBD_SMB2_*_IOV_OFS
Stefan Metzmacher
2012-08-07
1
-15
/
+20
*
s3:smb2_server: make use of helper macros in smb2_calculate_credits()
Stefan Metzmacher
2012-08-07
1
-4
/
+6
*
s3:smb2_server: make use of helper macros in smbd_smb2_request_validate()
Stefan Metzmacher
2012-08-07
1
-3
/
+5
*
s3:smb2_server: make use of SMBD_SMB2_NUM_IOV_PER_REQ
Stefan Metzmacher
2012-08-07
1
-17
/
+20
*
s3:smb2_server: add some more SMBD_SMB2_* defines/macros
Stefan Metzmacher
2012-08-07
1
-6
/
+22
*
s3-param: Remove never-reached condition for popts == NULL
Andrew Bartlett
2012-08-07
1
-4
/
+0
*
s3-param: Remove never-reached condition for opt_list == NULL
Andrew Bartlett
2012-08-07
1
-4
/
+0
*
source3/loadparm.c: Move string_set/string_free inside.
Rusty Russell
2012-08-07
5
-81
/
+54
*
source3/smbd/conn.c: wean off string_set/string_free
Rusty Russell
2012-08-07
2
-11
/
+8
*
source3/loadparm: make struct loadparm_service a talloc object.
Rusty Russell
2012-08-07
1
-1
/
+2
*
loadparm: Add ctx member to struct loadparm_global.
Rusty Russell
2012-08-07
2
-1
/
+6
*
media_harmony VFS module: Add and build by default.
Andrew Klaassen
2012-08-07
6
-0
/
+2691
*
s3:smb2_server: do one central as_root check if the operation requires it
Stefan Metzmacher
2012-08-07
1
-30
/
+6
*
s3:smb2_server: do one central tcon check if the operation requires it
Stefan Metzmacher
2012-08-07
1
-160
/
+15
*
s3:smb2_server: do one central session check if the operation requires it
Stefan Metzmacher
2012-08-07
1
-66
/
+6
*
s3:smb2_server: add and use smbd_smb2_call()
Stefan Metzmacher
2012-08-07
1
-0
/
+21
*
s3:smb2_server: add .as_root to smbd_smb2_dispatch_table
Stefan Metzmacher
2012-08-07
1
-0
/
+15
*
s3:smb2_server: add .need_tcon to smbd_smb2_dispatch_table
Stefan Metzmacher
2012-08-07
1
-0
/
+14
*
s3:smb2_server: add .need_session to smbd_smb2_dispatch_table
Stefan Metzmacher
2012-08-07
1
-0
/
+16
*
s3:smb2_server: introduce a smbd_smb2_dispatch_table (for now just with names)
Stefan Metzmacher
2012-08-07
1
-22
/
+46
*
s3:smb2_server: move 'conn' to main block of smbd_smb2_request_dispatch()
Stefan Metzmacher
2012-08-07
1
-3
/
+2
*
libcli/util: add NT_STATUS_FILE_NOT_AVAILABLE
Stefan Metzmacher
2012-08-07
2
-0
/
+2
*
libcli/smb: use forward declaration instead of includes
Stefan Metzmacher
2012-08-07
1
-3
/
+2
*
s4-scripting: Remove unused variables from ntacl tests
Andrew Bartlett
2012-08-07
1
-10
/
+0
*
s4-smbd: Check for failure of irpc_add_name
Andrew Bartlett
2012-08-07
1
-1
/
+4
*
s3-pysmbd: Try opening as a file, then as a directory
Andrew Bartlett
2012-08-07
1
-2
/
+2
*
s3-pysmbd: Use talloc_zero()
Andrew Bartlett
2012-08-07
1
-1
/
+1
*
s3-passdb: Simplify idmap wrapper in pdb_samba4
Andrew Bartlett
2012-08-07
1
-50
/
+9
*
s3-pysmbd: Add talloc_stackframe() to smbd_set_simple_acl wrapper
Andrew Bartlett
2012-08-07
1
-0
/
+6
*
s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_req...
Stefan Metzmacher
2012-08-06
2
-261
/
+80
*
s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_req...
Stefan Metzmacher
2012-08-06
1
-28
/
+15
*
s3:smb2_server: remove const from smbd_smb2_first_negprot()
Stefan Metzmacher
2012-08-06
2
-2
/
+2
*
s3:smb2_server: add smbd_smb2_inbuf_parse_compound()
Stefan Metzmacher
2012-08-06
1
-0
/
+104
*
s4:libcli/smb2/write correct error checking
Christian Ambach
2012-08-06
1
-1
/
+1
*
smbXcli: add some includes to fix compiler warnings
Christian Ambach
2012-08-06
1
-0
/
+3
*
lib/socket_wrapper: writev returns ssize_t, not int
Christian Ambach
2012-08-06
2
-2
/
+2
*
lib/param: move enum dns_update_settings to lib/param
Christian Ambach
2012-08-06
5
-28
/
+4
*
s4:libcli/pyerrors: add PyErr_NTSTATUS_NOT_OK_RAISE()
Stefan Metzmacher
2012-08-06
1
-0
/
+6
*
s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/
Stefan Metzmacher
2012-08-06
3
-18
/
+18
*
Revert "ldb: Add parameter to avoid NULL format string flagged by -Werror=for...
Andrew Bartlett
2012-08-06
1
-1
/
+1
*
build: Make -Werror=format check only run where NULL is still accepted
Andrew Bartlett
2012-08-06
1
-3
/
+18
*
Rework recursive waf build to be a selftest-enabled not a developer build
Andrew Bartlett
2012-08-06
1
-1
/
+1
*
build: Remove duplicate declaration of --enable-selftest
Andrew Bartlett
2012-08-06
1
-3
/
+0
*
lib/param: Also enable vlp when --enable-selftest is specified
Andrew Bartlett
2012-08-06
4
-3
/
+7
*
s3:smbd: remove unused variable in sesssetup.c
Stefan Metzmacher
2012-08-05
1
-1
/
+0
*
s3:smb2_server: make use of SMBD_SMB2_* macros
Stefan Metzmacher
2012-08-05
1
-20
/
+12
*
s3:smb2_ioctl: make use of SMBD_SMB2_* macros
Stefan Metzmacher
2012-08-05
1
-8
/
+6
*
s3:smb2_lock: make use of SMBD_SMB2_* macros
Stefan Metzmacher
2012-08-05
1
-10
/
+7
*
s3:smb2_setinfo: make use of SMBD_SMB2_* macros
Stefan Metzmacher
2012-08-05
1
-5
/
+4
[prev]
[next]