Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-01 | s4 torture: Addition to RAW-BENCH-LOCK to take a configurable number of ↵ | Zack Kirsch | 1 | -1/+19 | |
locks before starting the test This can be useful for benchmarking as well as stress testing. | |||||
2009-04-01 | s/NT_STATUS_WIN7_INVALID_RANGE/NT_STATUS_INVALID_LOCK_RANGE/g | Zach Loafman | 3 | -8/+8 | |
2009-04-01 | s4 torture: Remove unused parameter | Tim Prouty | 1 | -14/+7 | |
2009-04-01 | s4 torture: Add new streams oplock test | Tim Prouty | 1 | -0/+176 | |
2009-04-01 | s4:torture/smb2: Add torture tests for lease breaks, durable opens. | Zach Loafman | 2 | -136/+988 | |
2009-04-01 | s4:smb2: Add lease break support for SMB2.1 | Zach Loafman | 6 | -12/+167 | |
Add the structures and marshalling for the lease break variants of the oplock break / oplock break ack messages. | |||||
2009-03-31 | change ldb version number (as ldb_module structure has changed) | Andrew Tridgell | 2 | -2/+2 | |
2009-03-31 | use the prepare_commit op in the partition code | Andrew Tridgell | 1 | -14/+49 | |
This makes multi-partition ldb's much safer | |||||
2009-03-31 | added support for a prepare_commit() op in ldb modules | Andrew Tridgell | 6 | -5/+36 | |
This op will be used by the partition module to give us good transaction semantics across the 4 partitions that sam.ldb uses. | |||||
2009-03-28 | s4:torture/smb2: Add torture tests for leases. | Zach Loafman | 3 | -0/+298 | |
2009-03-28 | s4:smb2: Add rudimentary SMB2.1 lease support to libcli | Zach Loafman | 3 | -0/+50 | |
Add the structures, constants, and marshalling for SMB2.1 leases. | |||||
2009-03-27 | s4:torture/smb2: fix compiler warnings and bugs | Stefan Metzmacher | 1 | -1/+3 | |
metze | |||||
2009-03-27 | s4:torture/smb2: fix the build | Stefan Metzmacher | 1 | -5/+5 | |
We move prototypes of _PUBLIC_ functions into /dev/null, as we want public function to have handwritten prototypes. see proto_header_template in build/make/templates.mk... metze | |||||
2009-03-27 | s4:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONS | Stefan Metzmacher | 1 | -2/+3 | |
metze | |||||
2009-03-26 | Add durable open / oplock interaction test. Rather than give it a chance to ↵ | Zach Loafman | 1 | -3/+109 | |
disconnect, Win7 will break a batch oplock immediately on contention. | |||||
2009-03-26 | Reorganize old persistent_handles test into durable_open.c, turn it into a ↵ | Zach Loafman | 3 | -9/+20 | |
suite instead of a solo test (in anticipation of more tests). | |||||
2009-03-27 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 10 | -16/+38 | |
2009-03-27 | added a --wspp option | Andrew Tridgell | 1 | -4/+7 | |
Adding --wspp to possibleInferiors.py forces it to use the WSPP documented algorithm, which doesn't match windows behaviour | |||||
2009-03-26 | configure: Use m4 defines for minimum library versions rather than shell | Jelmer Vernooij | 2 | -7/+7 | |
variables, so the values rather than the variable names show up in configure output. | |||||
2009-03-26 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 6 | -45/+153 | |
2009-03-26 | s4:heimdal_build: provide heimdal_version and heimdal_long_version symbols | Stefan Metzmacher | 2 | -0/+7 | |
metze | |||||
2009-03-26 | s4:heimdal_build: define HAVE_STRLCPY, HAVE_STRLCAT, HAVE_STRCASECMP and ↵ | Stefan Metzmacher | 1 | -0/+16 | |
HAVE_MKSTEMP metze | |||||
2009-03-26 | s4:kdc: use krb5_data_free() | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-26 | s4:auth/credentials: use krb5_data_free() | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2009-03-26 | s4:auth/credentials: include gssapi/gssapi_krb5.h | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2009-03-26 | fixed possibleinferiors.py so it matches windows behaviour | Andrew Tridgell | 1 | -39/+127 | |
This test code builds the possibleInferiors for every class in the schema on a target machine, and compares it to the servers possibleInferiors attribute. The MS-ADTS spec describes how to calculate possibleInferiors for a object, but it seems to have some bugs. The spec says that we need to use AUXCLASSES, and it does not mention the use of the SUBCLASS tree. In trying to match windows behaviour, I found that I needed to ignore the AUXCLASSES and build a SUBCLASSES tree. | |||||
2009-03-25 | display_sec: Move to common libcli/security directory. | Jelmer Vernooij | 1 | -2/+0 | |
2009-03-25 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 11 | -339/+225 | |
2009-03-24 | s4-install: add new location of generated dcerpc headers to headermap file. | Günther Deschner | 1 | -0/+2 | |
Guenther | |||||
2009-03-24 | move dcerpc.idl to main directory. | Günther Deschner | 2 | -308/+2 | |
Guenther | |||||
2009-03-24 | the start of a possibleInferiors test suite | Andrew Tridgell | 1 | -0/+155 | |
we haven't implemented possibleInferiors yet. This test is meant to help us understand how it works. It tries to construct possibleInferiors via searches on other attributes, and compares it to the servers constructed possibleInferiors attribute for each class in the servers schema. see [MS-ADTS] section 3.1.1.4.5.21 | |||||
2009-03-23 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 12 | -211/+405 | |
2009-03-22 | LDAP-CLDAP: remove temporary debug statements... | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2009-03-21 | s4:selftest: rename SMBD_VALGRIND => SAMBA_VALGRIND | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2009-03-21 | s4:smbd: the name of the binary is "samba" now | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2009-03-21 | s4/provision: Use existing serverrole variable. | Matthias Dieter Wallnoefer | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-21 | pyldb: Let conversion to LDIF up to the user of the API rather than doing | Jelmer Vernooij | 1 | -12/+1 | |
it implicitly. | |||||
2009-03-21 | Remove unnecessary duplication of string in memory. | Jelmer Vernooij | 1 | -5/+16 | |
2009-03-20 | Adapt Zahari's test to the generic LDB Python tests. | Jelmer Vernooij | 1 | -0/+13 | |
2009-03-20 | Setting nTSecurityDescriptor via LDAP fails | zahari | 1 | -2/+4 | |
Fix for the problem was substitute talloc_strndup() with talloc_memdup(), allocate 1 more character and put null character ('\0') in the extra place so data copied is null terminated. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-20 | Add more comments. | Jelmer Vernooij | 1 | -6/+25 | |
2009-03-20 | Merge branch 'master' of ssh://git.samba.org/data/git/samba into displaysec | Jelmer Vernooij | 39 | -1340/+868 | |
2009-03-20 | Fix uninstallman. | Matthias Dieter Wallnoefer | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2009-03-20 | s4:build: include ../libcli/cldap/config.mk | Stefan Metzmacher | 1 | -0/+1 | |
This fixes commit 84a140f18722518eb0f40737085dd3b3958a3a02, sorry! metze | |||||
2009-03-20 | s4:fullschema Use server-side sort to make the output deterministic | Andrew Bartlett | 1 | -2/+4 | |
2009-03-20 | s4:ldb Allow paged_searches to be mixed with other controls | Andrew Bartlett | 1 | -3/+3 | |
I want to mix this with the server-side sort in particular. Andrew Bartlett | |||||
2009-03-20 | s4: Remove autogenerated attributes from minschema and fullschema output | Andrew Bartlett | 2 | -16/+0 | |
These attributes will be generated by Samba on import, and do not need to be in the schema file. Andrew Bartlett | |||||
2009-03-20 | Add minschema like tool to extract and dump the full schema from AD | Andrew Bartlett | 1 | -0/+191 | |
2009-03-20 | s4:minschma Fix aggregate schema generation in minschema | Andrew Bartlett | 1 | -24/+23 | |
The conversion from EJS to python I did with Jelmer this morning was not quite complete, due mostly to the difference between print in EJS and python (python implies a newline). Andrew Bartlett | |||||
2009-03-20 | s4:ldb Ensure to pass down options to LDB from python | Andrew Bartlett | 1 | -3/+3 | |
This is needed for things such as to load modules, like the paged_searches module. Andrew Bartlett |