summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib-ldb-test: Test copying message element from a message to a new messageKamen Mazdrashki2014-11-251-0/+14
* lib-pyldb: Avoid crash when copying MessageElements between Python Message ob...Kamen Mazdrashki2014-11-251-4/+22
* lib-ldb_ldif: Stop processing if ldb_message element name is NULLKamen Mazdrashki2014-11-251-0/+7
* lib-ldb: Check for input parameter when searching attributes by nameKamen Mazdrashki2014-11-251-2/+13
* lib-pyldb: Throw exception when we can't create MessageElement objectKamen Mazdrashki2014-11-251-0/+2
* lib-pyldb: Avoid leaking memory in error casesKamen Mazdrashki2014-11-251-2/+6
* lib-pyldb: Avoid SEGFAULT in case we can't convert passed value to py_StringKamen Mazdrashki2014-11-251-0/+5
* s3-smbstatus: Fix exit code of profile output.Andreas Schneider2014-11-241-2/+5
* messaging3: Fix sending large messages on FreeBSDVolker Lendecke2014-11-241-0/+4
* unix_msg: Reformat unix_dgram_send a bitVolker Lendecke2014-11-241-1/+3
* s3-smbclient: Return success if we listed the shares.Andreas Schneider2014-11-241-1/+1
* dsdb: Remove a self-assignmentVolker Lendecke2014-11-241-1/+0
* dbwrap: Fix a enum conversionVolker Lendecke2014-11-241-1/+1
* Print number of slow tests from script rather than wscript.Jelmer Vernooij2014-11-242-3/+4
* sam: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-241-8/+4
* Use samba.tests.subunitrun in dsdb ldap and ldap_schema tests.Jelmer Vernooij2014-11-242-39/+50
* Use samba.tests.subunitrun in urgent replication test.Jelmer Vernooij2014-11-241-13/+4
* Include mimeparse, which is used by subunit/testtools.Jelmer Vernooij2014-11-2210-3/+717
* ldap: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-20/+7
* deletetest: use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-62/+54
* ldap_syntaxes: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-24/+16
* password lockout: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-100/+91
* passwords: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-120/+114
* sec_descriptor: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-17/+7
* token_group: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-14/+10
* sites: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-13/+8
* speedtest: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-221-14/+4
* credentials test: Use samba.tests.subunitrun.Jelmer Vernooij2014-11-222-21/+15
* sec_descriptor test: Simplify, use samba.tests.subunitrun module.Jelmer Vernooij2014-11-223-20/+14
* Move option handling into samba.tests.subunitrun.Jelmer Vernooij2014-11-224-20/+21
* Move option parsing to samba.tests.subunitrun.Jelmer Vernooij2014-11-223-10/+23
* subunitrun: Use new samba.tests.subunitrun module.Jelmer Vernooij2014-11-221-13/+3
* Add convenience class for old-style Samba subunit python tests.Jelmer Vernooij2014-11-222-13/+69
* Add bundled copy of 'extras' python module used by newer versions of testtool...Jelmer Vernooij2014-11-2214-1/+551
* Clean up more whitespace.Guy Harris2014-11-223-7/+7
* vfs_streams_xattr: check stream typeRalph Boehme2014-11-221-0/+6
* vfs_streams_xattr: initialize pointerRalph Boehme2014-11-211-1/+1
* vfs_streams_xattr: fix check with samba_private_attr_name()Ralph Boehme2014-11-211-3/+18
* s4-dns: dlz-bind: Add trailing '.' to all fqdn stringsAmitay Isaacs2014-11-212-20/+59
* s3:libsmb: fix some function header comments.Michael Adam2014-11-201-3/+3
* lib/ldb-samba: add ldif handler for msDS-TrustForestTrustInfoStefan Metzmacher2014-11-202-0/+21
* tdb_wrap: Make mutexes easier to useVolker Lendecke2014-11-201-0/+7
* tdb: allow tdb_open_ex() with O_RDONLY of TDB_FEATURE_FLAG_MUTEX tdbs.Stefan Metzmacher2014-11-201-9/+9
* s3:smbprofile: profile async pread/pwrite/fsync syscallsStefan Metzmacher2014-11-192-0/+13
* s3:smbprofile: track connect_count and disconnect_countStefan Metzmacher2014-11-193-0/+5
* s3:smbprofile: remove unused {START,END}_PROFILE_STAMP()Stefan Metzmacher2014-11-191-19/+0
* s3:smbprofile: report idle state of 'idle_count' and 'idle_time'Stefan Metzmacher2014-11-192-9/+4
* s3:smbprofile: improve profiling for the security context switching.Stefan Metzmacher2014-11-192-4/+25
* s3:smbprofile: count all SMB1 and SMB2 requests as 'request_count'Stefan Metzmacher2014-11-193-2/+13
* s3:smb2_server: use async smbprofile macrosStefan Metzmacher2014-11-196-113/+97