summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-19pyrpc: Fix reference counting when using secondary connections.Jelmer Vernooij2-18/+43
2010-06-19samba.tests.samba3: Clean up imports, use new TestCase class.Jelmer Vernooij1-13/+38
2010-06-19ntacls: Raise TestSkipped rather than writing to stdout.Jelmer Vernooij1-16/+15
2010-06-19python/passwords: Clean up imports.Jelmer Vernooij1-8/+7
2010-06-19samba.tests: Provide TestCase and TestSkipped classes (from testtools) for co...Jelmer Vernooij1-6/+9
2010-06-19pytdb: Cleanup formatting.Jelmer Vernooij1-3/+8
2010-06-19dsdb_schema_info: Clean up imports, avoid using rpc test case forJelmer Vernooij1-9/+2
2010-06-19python: Remove unnecessary Ldb.set_invocation_id - use SamDB.set_invocation_i...Jelmer Vernooij1-7/+0
2010-06-19pyglue: Trim dependencies.Jelmer Vernooij2-2/+2
2010-06-19pyglue: Remove unused code.Jelmer Vernooij1-27/+5
2010-06-19pydsdb: Move write_prefixes_from_schema_to_ldb to pydsdb from pyglue.Jelmer Vernooij3-27/+27
2010-06-19pydsdb: Move dsdb_set_schema_from_ldb to pydsdb.Jelmer Vernooij3-49/+32
2010-06-19pydsdb: Move set_schema_from_ldif function to pydsdb from pyglue.Jelmer Vernooij3-19/+21
2010-06-19libcli: Fixed a segfault in security_acl_dup when the acl is NULL.Brendan Powers1-0/+4
2010-06-19s4:provision: don't use hardcoded 'Default-First-Site-Name'Stefan Metzmacher1-2/+2
2010-06-19s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....Matthias Dieter Wallnöfer2-2/+21
2010-06-19s4:torture/ldap/basic.c - add more error code/messages testsMatthias Dieter Wallnöfer1-30/+264
2010-06-19s4:ldap_backend.c - more customisations to match Windows Server error behavio...Matthias Dieter Wallnöfer1-13/+16
2010-06-19ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DNMatthias Dieter Wallnöfer1-0/+7
2010-06-19s4:python/samba/__init__.py - now specify the "relax" control for the delete ...Matthias Dieter Wallnöfer1-5/+5
2010-06-19ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntaxMatthias Dieter Wallnöfer1-0/+9
2010-06-19ldb:python bindings - some small cleanup & improvements in "py_ldb_add"Matthias Dieter Wallnöfer1-14/+13
2010-06-19ldb:python bindings - let also "py_ldb_delete" support controlsMatthias Dieter Wallnöfer1-6/+50
2010-06-19s4:objectclass LDB module - disable delete operations when "SYSTEM_FLAG_DISAL...Matthias Dieter Wallnöfer1-5/+80
2010-06-19s4:rootdse LDB module - strip trailing whitespacesMatthias Dieter Wallnöfer1-24/+24
2010-06-19s4:rootdse LDB module - protect add and delete operations on the rootdse entryMatthias Dieter Wallnöfer1-4/+34
2010-06-19s4:rootdse LDB module - Return "UNWILLING_TO_PERFORM" when no attribute fits ...Matthias Dieter Wallnöfer1-1/+2
2010-06-19s4:rootdse LDB module - refactor error messagesMatthias Dieter Wallnöfer1-24/+29
2010-06-19s4:objectclass LDB module - use the old DN when displaying error messagesMatthias Dieter Wallnöfer1-2/+2
2010-06-19s4:objectclass LDB module - add a better message when the parent DN is invalidMatthias Dieter Wallnöfer1-2/+3
2010-06-19s4:objectclass LDB module - add an error message when someone tries to add en...Matthias Dieter Wallnöfer1-3/+4
2010-06-19s4:objectclass LDB module - handle the case when there is a retry to add the ...Matthias Dieter Wallnöfer1-0/+26
2010-06-19wafsamba: Use octal modes directly rather than constants.Jelmer Vernooij2-8/+4
2010-06-19heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij3-579/+626
2010-06-19dsdb: Fix includes when building against system ldb.Jelmer Vernooij2-0/+4
2010-06-19wafsamba: Allow manually specifying cflags/ldflags for system libraries.Jelmer Vernooij1-5/+6
2010-06-19wafsamba: Use convenience function to find out if bundling is necessary.Jelmer Vernooij1-2/+2
2010-06-19dsdb: Use Samba includes so _PUBLIC_ is defined.Jelmer Vernooij2-2/+2
2010-06-19wafsamba: Factor out functions to determine if a bundled library should not orJelmer Vernooij1-2/+14
2010-06-19dsdb: Make module ops struct for each module public.Jelmer Vernooij7-8/+6
2010-06-19s4-python: Use sys.prefix rather than guessing prefix from currentJelmer Vernooij1-7/+6
2010-06-19wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij5-6/+6
2010-06-19waf: Add missing dependency (so header paths are inherited) on talloc to inte...Jelmer Vernooij1-0/+1
2010-06-18samba4: Build libreplace as builtin library by default so it doesn't endJelmer Vernooij1-1/+1
2010-06-18replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij1-1/+5
2010-06-18ldb: Remove dependency on self.Jelmer Vernooij1-1/+1
2010-06-18wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.Jelmer Vernooij1-2/+2
2010-06-18ldbsamba: Build as subsystem to prevent infinite recursion issues.Jelmer Vernooij1-1/+1
2010-06-18s4: Don't build a $prefix/lib/libpython.so, as such a library often already e...Jelmer Vernooij1-1/+2
2010-06-18s4-waf: Don't include pytalloc when embedding python.Jelmer Vernooij2-2/+1