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