2012-10-19 |
Stefan Metzmacher | s3:configure: check that struct utmp.ut_line is large... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:smbd: initialize session->global before calling... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:smbd: remove smbd_server_connection argument from... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:smbd: pass smbXsrv_session instead of user_struct... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:net_status_shares: use connections_forall_read for... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:count_current_connections: do not clear orphaned... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:smbcontrol: don't do stack_trace by connection but... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:lib: remove unused function connections_traverse() Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:rpc_server/srvsvc: remove function net_enum_pipes() Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Gregor Beck | s3:auth: use const in smb_pam_xxx_session() Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Michael Adam | s3:auth: remove duplicate propotypes for smb_pam_claim_sessi... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Stefan Metzmacher | s3:smbd/utmp: remove ip address from utmp record Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Michael Adam | s3:smbd: remove duplicate prototypes for sys_utmp_claim... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Stefan Metzmacher | s3:smbd: add exit_server to the smbd_shim hooks Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Michael Adam | s3:smbd: move initialization of the smbd_shim from... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Michael Adam | s3: fix comment header description for smbd_shim Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Stefan Metzmacher | s3:smbd: update sconn->remote_hostname after the netbios... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-10-19 |
Stefan Metzmacher | buildtools/wafsamba: only display 'ok' if the result... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | selftest: skip the samba4.smb2.compound testsuite Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s3:smbd:smb2: initialize variable in vfs_default_durable_rec...
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | selftest: we fail samba3.smb2.compound.interim2
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s4:torture:smb2:compound: remove two unused macros
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s4:torture:smb2: don't skip the compound.interim2 test...
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s4:torture:smb2: don't skip the compound.interim1 test...
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s3:smbd: remove struct member smbd_smb2_request.cancelled...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_lock: let smbd_smb2_create_cancel() trigger...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_lock: smbd_smb2_notify_recv() can already return...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_notify: make use of tevent_req_defer_callback...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_notify: don't call tevent_req_done() from smbd_smb2_...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_lock: let smbd_smb2_lock_cancel() trigger NT_STATUS_...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_server: avoid segfault in smbd_smb2_request_pending_... Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s4:torture:smb2: extend the compound.invalid1 test ...Programmed-With: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s3:smbd:smb2: simplify smbd_smb2_request_validate(...
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s3:smbd:smb2: add check for session_status for compound...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_server: do the req->next_status check before...
|
commit | commitdiff | tree |
2012-09-22 |
Stefan Metzmacher | s3:smb2_server: reset req->last_session_id and req...
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s4:torture:smb2: fix the compound.invalid3 test to...
|
commit | commitdiff | tree |
2012-09-22 |
Michael Adam | s4:torture:smb2: fix compound.related3 test to work...
|
commit | commitdiff | tree |
2012-09-22 |
Ira Cooper | s3: Compound requests should continue processing. Signed-off-by: Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-14 |
Michael Adam | s4:torture: fix error reporting in the raw.oplock-brl3... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: fix error reporting in the oplock... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: fix error reporting in the oplock...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: fix error reporting in the oplock...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: remove an unused variable from the...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: remove an unused variable from the...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | selftest: we fail the smb2.durable-open.delete_on_close2... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: add a durable-open.delete_on_close2...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | selftest: pass smb2.durable-open.delete_on_close1
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | selftest: smb2.durable-open.delete_on_close1 is not...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | s4:torture:smb2: fix the durable-open.delete_on_close1...
|
commit | commitdiff | tree |
2012-09-11 |
Michael Adam | lib/replace: remove duplicate check for inotify
|
commit | commitdiff | tree |
2012-09-10 |
Michael Adam | docs:build: make target "manpages" .PHONY, so manpages... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-10 |
Michael Adam | WHATSNEW: list SMB3 as max protocol and durable handles... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-09 |
Michael Adam | docs: describe the new parameter "durable handles"...
|
commit | commitdiff | tree |
2012-09-09 |
Michael Adam | docs: add desciption of new parameter "kernel share...
|
commit | commitdiff | tree |
2012-09-09 |
Michael Adam | docs: have configure correctly report ability to build...
|
commit | commitdiff | tree |
2012-09-09 |
Michael Adam | release-scripts: adapt build-manpages-nogit to renamed...
|
commit | commitdiff | tree |
2012-09-09 |
Michael Adam | release-scripts: adapt build-manpages-git to moved...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), add a debug message for failed... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), add a debug message for failed...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), untangle function call from result...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), untangle assigment from check and...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), improve call to pipe and report...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), validate input before opening the...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3: in sys_popen(), fix a debug message
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3:smbd: in sys_disk_free(), improve a debug message
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3:smbd: in sys_disk_free(), improve a debug message
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3:smbd: in sys_disk_free(), fix line length and indentation...
|
commit | commitdiff | tree |
2012-09-04 |
Michael Adam | s3:smbd: in sys_disk_free(), fix a debug message
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s4:torture:basic: check the return status of the last... Autobuild-User(master): Michael Adam <obnox@samba.org>
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s4:torture:basic: fix a message typo in the delete17...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s4:torture:basic: fix abundance of spaces in deltest6
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s4:torture:basic:delete: fix 4 vs 8 spc tab formatting...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: add a 12th subtest to the delete...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: fix 11th test to work against windows
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: simplify return code handling, fixing...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: reduce indentation
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: add a comment
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: add a comment
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: add a comment
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: move the success message for a subtest...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: remove an else, reducing indentation
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: remove an else, reducing indentation
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: remove an else, reducing indentation
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: remove an else, reducing indentation
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: really fail the test in a failure...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: fix a comment
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: fix a message
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: fix a message
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: fix a message
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: fix a message (counting the opens)
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untanlge function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |
2012-08-09 |
Michael Adam | s3:torture:delete: untangle function call from result...
|
commit | commitdiff | tree |