Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-01 | s3:torture: add idmap_tdb_common test code | Christian Ambach | 3 | -0/+1030 | |
2012-04-19 | s3-dbwrap: Add dbwrap_record_watch_send/recv | Volker Lendecke | 3 | -0/+98 | |
With this API you can asynchronously wait for a record to be modified | |||||
2012-04-19 | s3-passdb: Remove unused sampass->pass_must_change_time | Andrew Bartlett | 1 | -6/+0 | |
There is no need to call pdb_set_pass_must_change_time() because nothing ever consults that value. It is always calculated from the domain policy. Also, this means we no longer store the value in LDAP. The value would only ever be set when migrating from tdbsam or smbpasswd, not on password changes, so would become incorrect over time. Andrew Bartlett | |||||
2012-04-17 | s3: Add two notify benchmark tests | Volker Lendecke | 3 | -0/+724 | |
2012-04-17 | s3: Make torture_nprocs globally available | Volker Lendecke | 1 | -19/+19 | |
2012-04-17 | s3: Add msg_channel | Volker Lendecke | 3 | -0/+133 | |
This is a tevent_based variant of messaging_register | |||||
2012-04-17 | s3: Add a second ctdb connect library | Volker Lendecke | 3 | -0/+249 | |
The existing one is not async at all. | |||||
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 4 | -10/+10 | |
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-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 1 | -1/+1 | |
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-24 | lib/util: Remove dummy wrapper for getgrgid(). | Jelmer Vernooij | 1 | -3/+3 | |
2012-03-24 | lib/util: Remove dummy wrapper for getpwuid(). | Jelmer Vernooij | 1 | -3/+3 | |
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-03-10 | s3: Add a new set of andx chain handling routines | Volker Lendecke | 3 | -0/+347 | |
This is in preparation of getting rid of chain_reply. | |||||
2012-03-02 | s3-selftest: Add tests for ntlm_auth gss-spnego client and server | Andrew Bartlett | 1 | -0/+10 | |
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Mar 2 07:05:44 CET 2012 on sn-devel-104 | |||||
2012-03-01 | s3-selftest: make ntlm_auth test more robust to bad input | Andrew Bartlett | 1 | -2/+5 | |
If we do not know the helper protocol, make sure to error. Andrew Bartlett | |||||
2012-03-01 | s3-selftest: Add more tests for ntlm_auth | Andrew Bartlett | 1 | -19/+76 | |
2012-02-29 | s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -3/+51 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Feb 29 07:23:14 CET 2012 on sn-devel-104 | |||||
2012-02-29 | s3:torture/test_smb2: test handle based calls during reauth in ↵ | Stefan Metzmacher | 1 | -0/+18 | |
SMB2-MULTI-CHANNEL metze | |||||
2012-02-29 | s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -0/+100 | |
metze | |||||
2012-02-29 | s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNEL | Stefan Metzmacher | 1 | -1/+154 | |
metze | |||||
2012-02-29 | s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in ↵ | Stefan Metzmacher | 1 | -2/+4 | |
SMB2-MULTI-CHANNEL metze | |||||
2012-02-29 | s3: Add a test that makes a chained open break an oplock | Volker Lendecke | 3 | -0/+296 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 29 01:13:03 CET 2012 on sn-devel-104 | |||||
2012-02-28 | s3:torture/test_smb2: test a tree_connect during reauth | Stefan Metzmacher | 1 | -0/+17 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Feb 28 06:58:44 CET 2012 on sn-devel-104 | |||||
2012-02-28 | s3:torture/test_smb2: check directory listing during reauth | Stefan Metzmacher | 1 | -0/+72 | |
metze | |||||
2012-02-28 | s3:libsmb:smb2: pass previous session ID to session setup, not previous session | Michael Adam | 1 | -6/+8 | |
We only need the session, and under some circumstances, it might complicate things for the caller to have to cope with the whole structure (talloc...). | |||||
2012-02-27 | s3:torture/test_smb2: show that a session is not valid for path based calls ↵ | Stefan Metzmacher | 1 | -0/+16 | |
during reauth metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Feb 27 16:29:02 CET 2012 on sn-devel-104 | |||||
2012-02-27 | s3:torture/test_smb2: show that a session is valid during a multi-leg reauth | Stefan Metzmacher | 1 | -0/+6 | |
metze | |||||
2012-02-27 | s3:torture/test_smb2: fix missleading file name in reauth test | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2012-02-27 | libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the ↵ | Stefan Metzmacher | 1 | -10/+10 | |
signing_key The signing_key is fix across all channels and is used for session setups on a channel binding. Note: - the last session setup response is signed with the new channel signing key. - the reauth session setups are signed with the channel signing key. It's also not needed to remember the main session key. metze | |||||
2012-02-27 | s3:torture/test_smb2: remove explicit smb2_signing_check_pdu() | Stefan Metzmacher | 1 | -6/+0 | |
smb2cli_session_set_session_key() already checks the signature and that function really knows the signing key. metze | |||||
2012-02-27 | s3:torture/test_smb2: a reauth doesn't update the session/signing key | Stefan Metzmacher | 1 | -17/+0 | |
metze | |||||
2012-02-24 | s3-selftest: Verify GK and GF flag behaviour | Andrew Bartlett | 1 | -0/+26 | |
At least this ensures that the helper has not crashed, it will require a little more to ensure that the values are correct. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 24 03:53:38 CET 2012 on sn-devel-104 | |||||
2012-02-24 | s3-selftest: run ntlm_auth against winbindd in make test | Andrew Bartlett | 1 | -3/+8 | |
2012-02-22 | s3-vfstest: Return an error code if cmd failed | Volker Lendecke | 1 | -4/+5 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 22 23:56:18 CET 2012 on sn-devel-104 | |||||
2012-02-22 | s3-vfstest: Fake smb_requests | Volker Lendecke | 2 | -0/+28 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Feb 22 17:32:28 CET 2012 on sn-devel-104 | |||||
2012-02-22 | s3-vfstest: Initialize some more | Volker Lendecke | 1 | -0/+4 | |
2012-02-20 | s3-vfstest: Remove an unused variable | Volker Lendecke | 1 | -2/+0 | |
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Mon Feb 20 17:01:11 CET 2012 on sn-devel-104 | |||||
2012-02-19 | s3: Fix some blank line endings | Volker Lendecke | 1 | -3/+3 | |
2012-02-19 | s3-vfstest: Initialize some more | Volker Lendecke | 1 | -0/+12 | |
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-02-02 | s3-vfstest: Add removexattr | Volker Lendecke | 1 | -0/+21 | |
2012-02-02 | s3-vfstest: Add setxattr | Volker Lendecke | 1 | -0/+27 | |
2012-02-02 | s3-vfstest: Add listxattr | Volker Lendecke | 1 | -0/+48 | |
2012-02-02 | s3-vfstest: Add getxattr | Volker Lendecke | 1 | -0/+37 | |
2012-02-02 | s3-vfstest: Fix an uninitialized read in close | Volker Lendecke | 1 | -0/+4 | |
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Thu Feb 2 18:00:58 CET 2012 on sn-devel-104 | |||||
2012-02-02 | s3-vfstest: Fix a double-free on closing a file | Volker Lendecke | 1 | -1/+1 | |
"mem_ctx" will be gone after we leave the routine |