Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-05 | Tests for bug #8972 - Add permission checks to run_simple_posix_open_test(). | Jeremy Allison | 1 | -0/+27 | |
This requires a share with : create mask = 0777 force create mode = 0 directory mask = 0777 force directory mode = 0 set so we don't mess with requested permissions. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue Jun 5 08:20:03 CEST 2012 on sn-devel-104 | |||||
2012-06-03 | s3:libsmb: get rid of cli_smb_req_*,cli_smb_wct_ofs,cli_smb_chain_send | Luk Claes | 1 | -2/+2 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Jun 3 23:37:02 CEST 2012 on sn-devel-104 | |||||
2012-05-28 | s3:libsmb: get rid of cli_negprot | Luk Claes | 1 | -3/+6 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_disconnect | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_state_capabilities | Luk Claes | 1 | -1/+1 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-28 | s3:libsmb: get rid of cli_sockopt | Luk Claes | 1 | -49/+50 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-25 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-22 | Added torture test for bug #8910. Test remove_duplicate_addrs2(). | Jeremy Allison | 1 | -0/+104 | |
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Tue May 22 01:31:17 CEST 2012 on sn-devel-104 | |||||
2012-05-18 | s3: Revert the serverid changes, they need more work | Volker Lendecke | 1 | -1/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Fri May 18 13:12:14 CEST 2012 on sn-devel-104 | |||||
2012-05-17 | s3: Test whether get_share_mode_lock cleans up stale processes | Volker Lendecke | 1 | -0/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2012-05-01 | s3:torture: add idmap_tdb_common test code | Christian Ambach | 1 | -0/+1 | |
2012-04-19 | s3-dbwrap: Add dbwrap_record_watch_send/recv | Volker Lendecke | 1 | -0/+1 | |
With this API you can asynchronously wait for a record to be modified | |||||
2012-04-17 | s3: Add two notify benchmark tests | Volker Lendecke | 1 | -0/+2 | |
2012-04-17 | s3: Make torture_nprocs globally available | Volker Lendecke | 1 | -19/+19 | |
2012-04-17 | s3: Add msg_channel | Volker Lendecke | 1 | -0/+1 | |
This is a tevent_based variant of messaging_register | |||||
2012-04-17 | s3: Add a second ctdb connect library | Volker Lendecke | 1 | -0/+1 | |
The existing one is not async at all. | |||||
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 1 | -5/+5 | |
Now that we always require a 64 bit off_t, we no longer need SMB_OFF_T. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Apr 6 01:47:43 CEST 2012 on sn-devel-104 | |||||
2012-03-30 | Who would have guessed - checking returns from strlcat found a memory ↵ | Jeremy Allison | 1 | -1/+1 | |
overwrite bug :-). | |||||
2012-03-30 | More strlcat/strlcpy truncate checks. | Jeremy Allison | 1 | -2/+8 | |
2012-03-13 | s3:torture: fix segfault in LOCAL-TALLOC-DICT | Stefan Metzmacher | 1 | -1/+3 | |
talloc_dict_set() expects a pointer to an talloc'ed pointer. metze | |||||
2012-03-13 | s3:torture: talloc_dict_traverse() returns the number of entries | Stefan Metzmacher | 1 | -2/+7 | |
metze | |||||
2012-02-29 | s3: Add a test that makes a chained open break an oplock | Volker Lendecke | 1 | -0/+1 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104 | |||||
2012-02-16 | Rename obscure defined constants. | Christopher R. Hertel (crh) | 1 | -1/+1 | |
Replaced the undescriptive SMB_PORT1 and SMB_PORT2 defined constants with the slightly more descriptive names NBT_SMB_PORT and TCP_SMB_PORT. Also replaced several hard-coded references to the well-known port numbers (139 and 445, respectively) as appropriate. Small changes to clarify some comments regarding the two transport types. Signed-off-by: Simo Sorce <idra@samba.org> Autobuild-User: Simo Sorce <idra@samba.org> Autobuild-Date: Thu Feb 16 08:29:41 CET 2012 on sn-devel-104 | |||||
2012-02-06 | lib/util: Add hex_encode_buf | Volker Lendecke | 1 | -0/+21 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 6 09:15:33 CET 2012 on sn-devel-104 | |||||
2012-01-18 | s3: Add a "lock_order" argument to db_open | Volker Lendecke | 1 | -1/+1 | |
This will be used to enforce a lock hierarchy between the databases. We have seen deadlocks between locking.tdb, brlock.tdb, serverid.tdb and notify*.tdb. These should be fixed by refusing a dbwrap_fetch_locked that does not follow a defined lock hierarchy. | |||||
2012-01-06 | s3: Avoid a potential alignment requirement issue | Volker Lendecke | 1 | -6/+5 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Jan 6 18:58:11 CET 2012 on sn-devel-104 | |||||
2012-01-05 | Fix the local-memcache test for 64-bit | Volker Lendecke | 1 | -1/+1 | |
The memcache test walks the purge functionality. The maximum memcache size also takes all memcache internal headers into account. Those headers contain pointers, so on 64-bit they take more space... Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Jan 5 22:01:00 CET 2012 on sn-devel-104 | |||||
2012-01-05 | s3: Add a test for proper brlock cleanup | Volker Lendecke | 1 | -0/+1 | |
We need to improve the server here. Maybe we should validate the brlock entry whenever we detect a read/write being blocked from locking? This is not our hot code path anyway, and it would gain us significant robustness. The code might become quite a bit simpler as well. | |||||
2012-01-05 | s3: Add a test excercising the share mode cleanup routine | Volker Lendecke | 1 | -0/+1 | |
2012-01-03 | s3: Fix a cut&paste error | Volker Lendecke | 1 | -1/+1 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue Jan 3 16:57:44 CET 2012 on sn-devel-104 | |||||
2012-01-03 | s3: Fix a typo | Volker Lendecke | 1 | -1/+1 | |
2011-12-03 | Rename cli_open -> cli_openx. Prelude to replacing generic cli_open() | Jeremy Allison | 1 | -87/+87 | |
with a call that uses NTCreateX in preference to OpenAndX. | |||||
2011-11-24 | s3:torture: add SMB2-SESSION-REAUTH | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-24 | s3:torture: add SMB2-MULTI-CHANNEL test | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-24 | s3:torture: add a new test SMB2-TCON-DEPENDENCE | Michael Adam | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s3:torture:smb2: add SMB2-SESSION-RECONNECT test | Michael Adam | 1 | -0/+1 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-24 | s3:torture: make use of cli_tree_connect() | Stefan Metzmacher | 1 | -5/+5 | |
metze | |||||
2011-11-24 | s3:torture: add SMB2-NEGPROT test | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2011-11-16 | s3-torture: remove all cli_nt_error() calls in torture | Björn Baumbach | 1 | -12/+11 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-16 | s3-torture: replace cli_errstr() with nt_errstr() | Björn Baumbach | 1 | -6/+10 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2011-11-03 | s3:torture: s/Undefined/SMB_SIGNING_DEFAULT/ s/Required/SMB_SIGNING_REQUIRED/ | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2011-10-28 | s3-torture run t_strappend tests as LOCAL-sprintf_append | Andrew Bartlett | 1 | -0/+1 | |
2011-10-24 | libcli/smb: move source3/libsmb/read_smb.* to the toplevel | Stefan Metzmacher | 1 | -1/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 24 10:18:06 CEST 2011 on sn-devel-104 | |||||
2011-10-24 | s3:torture: avoid using read_smb() | Stefan Metzmacher | 1 | -1/+16 | |
metze | |||||
2011-10-11 | s3:dbwrap: change dbwrap_fetch_uint32() to NTSTATUS return type (instead of ↵ | Michael Adam | 1 | -4/+8 | |
bool) for consistency and better error propagation | |||||
2011-10-11 | s3:torture: convert torture.c to only use dbwrap wrapper functions | Michael Adam | 1 | -17/+26 | |
Avoid direct use of the db_record and db_context structs. | |||||
2011-10-11 | s3:dbwrap: move the db_open_rbt() prototype to a new header dbwrap_rbt.h | Michael Adam | 1 | -0/+1 | |
2011-10-01 | Add a torture test to test existing FSCTL responses | Richard Sharpe | 1 | -0/+1 | |
2011-09-15 | s3:libsmb: pass max_protocol to cli_negprot() | Stefan Metzmacher | 1 | -3/+3 | |
metze | |||||
2011-09-14 | s3:libsmb: remove unused cli->is_samba | Stefan Metzmacher | 1 | -8/+0 | |
s3:libsmb: remove unused cli->is_samba metze Signed-off-by: Jeremy Allison <jra@samba.org> |