Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-19 | ldb:python bindings - some small cleanup & improvements in "py_ldb_add" | Matthias Dieter Wallnöfer | 1 | -14/+13 | |
Also to make it similar to "py_ldb_delete". | |||||
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 ↵ | Matthias Dieter Wallnöfer | 1 | -5/+80 | |
"SYSTEM_FLAG_DISALLOW_DELETE" is specified | |||||
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 | |
on a change | |||||
2010-06-19 | s4:rootdse LDB module - refactor error messages | Matthias Dieter Wallnöfer | 1 | -24/+29 | |
Fix indentations, use "set_errstring" when no "asprintf" functionality required. | |||||
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 ↵ | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
entries without objectclasses | |||||
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 | |
root basedn This isn't quitted with a normal "NO_SUCH_OBJECT" (parent not found) but with a very special referral: one with the DN itself and the hostname is the last component value of the DN. | |||||
2010-06-19 | heimdal/waf: Initial work on making it possible to use the system | Jelmer Vernooij | 3 | -579/+626 | |
heimdal again. Still missing are the detection of the right Heimdal version and linking (unresolved symbols at the moment). | |||||
2010-06-19 | dsdb: Fix includes when building against system ldb. | Jelmer Vernooij | 2 | -0/+4 | |
2010-06-19 | dsdb: Use Samba includes so _PUBLIC_ is defined. | Jelmer Vernooij | 2 | -2/+2 | |
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 | |
file path. | |||||
2010-06-19 | wafsamba: Fix typo: noextenion -> noextension. | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-19 | waf: Add missing dependency (so header paths are inherited) on talloc to ↵ | Jelmer Vernooij | 1 | -0/+1 | |
internal python lib. | |||||
2010-06-18 | samba4: Build libreplace as builtin library by default so it doesn't end | Jelmer Vernooij | 1 | -1/+1 | |
up in $prefix/lib. | |||||
2010-06-18 | ldb: Remove dependency on self. | Jelmer Vernooij | 1 | -1/+1 | |
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 ↵ | Jelmer Vernooij | 1 | -1/+2 | |
exists :-) | |||||
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 ↵ | Jelmer Vernooij | 2 | -6/+9 | |
modules. | |||||
2010-06-18 | ldb: Don't build pyldb_util as python module but rather as subsystem, so as ↵ | Jelmer Vernooij | 1 | -2/+2 | |
to not delute /usr/lib. | |||||
2010-06-18 | ldb-samba: Don't build pyldbsamba as python module but rather as subsystem, ↵ | Jelmer Vernooij | 1 | -1/+1 | |
so as to not delute /usr/lib. | |||||
2010-06-18 | web_server: Don't build wsgi support as python module but rather as | Jelmer Vernooij | 1 | -2/+3 | |
subsystem so we don't install it into /usr/lib. | |||||
2010-06-18 | s4:cldap_server/rootdse.c - simplify the code a bit | Matthias Dieter Wallnöfer | 1 | -13/+9 | |
Remove "NULL"-content variables and use "NULL"s directly as arguments. Add some linewraps where needed. | |||||
2010-06-18 | s4:cldap_server.c - here the counter variable should be "signed" | Matthias Dieter Wallnöfer | 1 | -2/+1 | |
2010-06-18 | unittest: Change the name of the base ldb test so that it can be easily ↵ | Matthieu Patou | 1 | -2/+2 | |
called separatly | |||||
2010-06-18 | s4:ldap_backend.c - fix crash bugs when we got in error situations with ↵ | Matthias Dieter Wallnöfer | 1 | -5/+4 | |
"res" still set to "NULL" | |||||
2010-06-18 | s4:ldap_backend.c - fix a small error (use "ModifyResponse" rather than ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
"AddResponse") | |||||
2010-06-18 | s4:objectclass LDB module - move "mem_ctx" initialisation lower | Matthias Dieter Wallnöfer | 1 | -16/+11 | |
Saves us some "talloc_free"s on error cases | |||||
2010-06-18 | s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the detection of the address ↵ | Matthias Dieter Wallnöfer | 1 | -2/+3 | |
family in a better way Obviously the last attempt wasn't enough. Now we do really only read the first byte in the address buffer which on little endian transmission does always contain the address family (MS-NRPC 2.2.1.2.4.1). This should now be working platform-independently. | |||||
2010-06-18 | s4:torture/rpc/netlogon.c - make sure that the address family is set in ↵ | Matthias Dieter Wallnöfer | 1 | -18/+18 | |
little endian in the "AddressToSitenames" tests | |||||
2010-06-18 | s4:torture/rpc/netlogon.c - activate "AddressToSitenames" tests which do run ↵ | Matthias Dieter Wallnöfer | 1 | -12/+16 | |
against s4 | |||||
2010-06-17 | s4:torture/rpc/remote_pac: use dcerpc_netr_LogonSamLogon_r() instead of ↵ | Stefan Metzmacher | 1 | -1/+2 | |
dcerpc_netr_LogonSamLogon() metze | |||||
2010-06-16 | s4:dcesrv_netr_DsRAddressToSitenamesExW - fix the read of the IP packet version | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
This should make it clearer by the use of the standardised "sa_family_t" type and hopefully fixes the problems on platforms other than Linux (NetBSD in the buildfarm for example). | |||||
2010-06-16 | s4:ldif_handlers.c - fix warning | Matthias Dieter Wallnöfer | 1 | -3/+4 | |
2010-06-16 | s4: Fix build when there is a system-provided ldb. | Jelmer Vernooij | 4 | -4/+4 | |
2010-06-16 | s4-smbtorture: Remind myself we need to add a test for SMBsplretq in ↵ | Günther Deschner | 1 | -0/+2 | |
RAP-PRINTING. Guenther | |||||
2010-06-16 | s4:ldap.py - add another test about linked attributes | Matthias Dieter Wallnöfer | 1 | -1/+90 | |
In addition this test makes sure that the bug regarding the search with deleted linked attributes in the filter has been fixed. | |||||
2010-06-16 | s4:ldif-handlers Add a custom handler for DNs that knows about deleted values | Andrew Bartlett | 1 | -0/+78 | |
In Samba we my store a deleted DN for a linked attribute. We must ensure that we can't match on it, or else searches for member= will still reveal it. Andrew Bartlett | |||||
2010-06-16 | s4:provision.py - we do now support the "Windows 2000 Native" domain ↵ | Matthias Dieter Wallnöfer | 1 | -3/+0 | |
function level | |||||
2010-06-16 | s4:linked attributes LDB module - strip trailing whitespaces | Matthias Dieter Wallnöfer | 1 | -35/+35 | |
2010-06-16 | s4:linked_attributes LDB module - cosmetics | Matthias Dieter Wallnöfer | 1 | -12/+10 | |
- unsigned counters for LDB objects - we tend to have the "ret" variable always as the last declaration to see which type of error a function returns | |||||
2010-06-16 | s4:lib: merge LDB_WRAP and LDBSAMBA and make LDBSAMBA a library. | Stefan Metzmacher | 27 | -36/+25 | |
This is needed to remove samba specifc symbols from the bundled ldb, in order to get the ABI right. metze Signed-off-by: Andreas Schneider <asn@samba.org> | |||||
2010-06-16 | s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 1 | -3/+5 | |
smbcli_rap_netprintqgetinfo(). Guenther | |||||
2010-06-16 | Revert "s4-smbtorture: only pull info when status code indicates success in ↵ | Günther Deschner | 1 | -5/+3 | |
smbcli_rap_netprintqgetinfo()." This reverts commit 1f1c04010a55e67d8dc2110276eed4cf2a8a0afa. | |||||
2010-06-16 | s4-smbtorture: test smbcli_rap_netprintqgetinfo() with "" printqname. | Günther Deschner | 1 | -0/+8 | |
Guenther |