summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s4:instancetype LDB module - "instanceType" is single-valued - MS-ADTS 3.1.1....Matthias Dieter Wallnöfer2010-06-192-2/+21
* s4:torture/ldap/basic.c - add more error code/messages testsMatthias Dieter Wallnöfer2010-06-191-30/+264
* s4:ldap_backend.c - more customisations to match Windows Server error behavio...Matthias Dieter Wallnöfer2010-06-191-13/+16
* ldb:ldb_dn.c - don't support "ldb_dn_add_child" on a "" parent DNMatthias Dieter Wallnöfer2010-06-191-0/+7
* s4:python/samba/__init__.py - now specify the "relax" control for the delete ...Matthias Dieter Wallnöfer2010-06-191-5/+5
* ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntaxMatthias Dieter Wallnöfer2010-06-191-0/+9
* ldb:python bindings - some small cleanup & improvements in "py_ldb_add"Matthias Dieter Wallnöfer2010-06-191-14/+13
* ldb:python bindings - let also "py_ldb_delete" support controlsMatthias Dieter Wallnöfer2010-06-191-6/+50
* s4:objectclass LDB module - disable delete operations when "SYSTEM_FLAG_DISAL...Matthias Dieter Wallnöfer2010-06-191-5/+80
* s4:rootdse LDB module - strip trailing whitespacesMatthias Dieter Wallnöfer2010-06-191-24/+24
* s4:rootdse LDB module - protect add and delete operations on the rootdse entryMatthias Dieter Wallnöfer2010-06-191-4/+34
* s4:rootdse LDB module - Return "UNWILLING_TO_PERFORM" when no attribute fits ...Matthias Dieter Wallnöfer2010-06-191-1/+2
* s4:rootdse LDB module - refactor error messagesMatthias Dieter Wallnöfer2010-06-191-24/+29
* s4:objectclass LDB module - use the old DN when displaying error messagesMatthias Dieter Wallnöfer2010-06-191-2/+2
* s4:objectclass LDB module - add a better message when the parent DN is invalidMatthias Dieter Wallnöfer2010-06-191-2/+3
* s4:objectclass LDB module - add an error message when someone tries to add en...Matthias Dieter Wallnöfer2010-06-191-3/+4
* s4:objectclass LDB module - handle the case when there is a retry to add the ...Matthias Dieter Wallnöfer2010-06-191-0/+26
* wafsamba: Use octal modes directly rather than constants.Jelmer Vernooij2010-06-192-8/+4
* heimdal/waf: Initial work on making it possible to use the systemJelmer Vernooij2010-06-193-579/+626
* dsdb: Fix includes when building against system ldb.Jelmer Vernooij2010-06-192-0/+4
* wafsamba: Allow manually specifying cflags/ldflags for system libraries.Jelmer Vernooij2010-06-191-5/+6
* wafsamba: Use convenience function to find out if bundling is necessary.Jelmer Vernooij2010-06-191-2/+2
* dsdb: Use Samba includes so _PUBLIC_ is defined.Jelmer Vernooij2010-06-192-2/+2
* wafsamba: Factor out functions to determine if a bundled library should not orJelmer Vernooij2010-06-191-2/+14
* dsdb: Make module ops struct for each module public.Jelmer Vernooij2010-06-197-8/+6
* s4-python: Use sys.prefix rather than guessing prefix from currentJelmer Vernooij2010-06-191-7/+6
* wafsamba: Fix typo: noextenion -> noextension.Jelmer Vernooij2010-06-195-6/+6
* waf: Add missing dependency (so header paths are inherited) on talloc to inte...Jelmer Vernooij2010-06-191-0/+1
* samba4: Build libreplace as builtin library by default so it doesn't endJelmer Vernooij2010-06-181-1/+1
* replace: Avoid hiding symbols when libreplace is builtin, as thisJelmer Vernooij2010-06-181-1/+5
* ldb: Remove dependency on self.Jelmer Vernooij2010-06-181-1/+1
* wafsamba: Use BUILTIN_LIBRARY() rather than relying on side-effects.Jelmer Vernooij2010-06-181-2/+2
* ldbsamba: Build as subsystem to prevent infinite recursion issues.Jelmer Vernooij2010-06-181-1/+1
* s4: Don't build a $prefix/lib/libpython.so, as such a library often already e...Jelmer Vernooij2010-06-181-1/+2
* s4-waf: Don't include pytalloc when embedding python.Jelmer Vernooij2010-06-182-2/+1
* s4: Build more python convenience files as subsystems rather than as python m...Jelmer Vernooij2010-06-182-6/+9
* ldb: Don't build pyldb_util as python module but rather as subsystem, so as t...Jelmer Vernooij2010-06-181-2/+2
* ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, s...Jelmer Vernooij2010-06-181-1/+1
* web_server: Don't build wsgi support as python module but rather asJelmer Vernooij2010-06-181-2/+3
* s4:cldap_server/rootdse.c - simplify the code a bitMatthias Dieter Wallnöfer2010-06-181-13/+9
* s4:cldap_server.c - here the counter variable should be "signed"Matthias Dieter Wallnöfer2010-06-181-2/+1
* Second part of fix converting prs_XX struct and functions to talloc. Remove u...Jeremy Allison2010-06-182-51/+0
* Convert the prs_XXX struct and functions to use talloc instead of malloc. Pas...Jeremy Allison2010-06-185-61/+78
* unittest: Change the name of the base ldb test so that it can be easily calle...Matthieu Patou2010-06-181-2/+2
* s4:ldap_backend.c - fix crash bugs when we got in error situations with "res"...Matthias Dieter Wallnöfer2010-06-181-5/+4
* s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than "AddR...Matthias Dieter Wallnöfer2010-06-181-1/+1
* s4:objectclass LDB module - move "mem_ctx" initialisation lowerMatthias Dieter Wallnöfer2010-06-181-16/+11
* s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the detection of the address fa...Matthias Dieter Wallnöfer2010-06-181-2/+3
* s4:torture/rpc/netlogon.c - make sure that the address family is set in littl...Matthias Dieter Wallnöfer2010-06-181-18/+18
* s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ...Matthias Dieter Wallnöfer2010-06-181-12/+16