Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-18 | Revert "s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later" | Andrew Bartlett | 1 | -0/+1 | |
This reverts commit 25163380239abbad28f1656c42e6fab1b92473d9 because further analyis showed the real problem was introduced in 0941099a (which changed the caller behaviour, but only for indexed searches). Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Sat Dec 18 02:19:59 CET 2010 on sn-devel-104 | |||||
2010-12-18 | lib/ldb Remove talloc_free() that causes double-free in callbacks. | Andrew Bartlett | 1 | -1/+3 | |
This partially reverts 0941099a, which was a little over-eager in fixing what were presumed to be memory leaks. It is always the callbacks responsiblity to free the ares, but if they don't then the end of the request should handle the cleanup. Attempting to talloc_free() here will result (as it did in the descriptor module) in a double-free error if the callback does free it, and no other caller of ldb_module_send_entry() has this behaviour. Andrew Bartlett | |||||
2010-12-18 | ldb: Rename controls_except_specified -> ldb_controls_except_specified. | Jelmer Vernooij | 3 | -4/+4 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Dec 18 01:33:24 CET 2010 on sn-devel-104 | |||||
2010-12-18 | ldb_map: Fix prefix for map functions. | Jelmer Vernooij | 3 | -15/+15 | |
2010-12-18 | ldb: Rename last instance of save_controls -> ldb_save_controls. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-18 | ldb: Add prototype for ldb_init_module. | Jelmer Vernooij | 1 | -0/+5 | |
2010-12-18 | ldb: Rename two exported functions so they match abi_match. | Jelmer Vernooij | 6 | -9/+8 | |
2010-12-18 | heimdal_build: Simplify HEIMDAL_LIBRARY - version_script files are now taken ↵ | Jelmer Vernooij | 1 | -15/+2 | |
from upstream rather than generated. | |||||
2010-12-18 | heimdal_build: Add version-script for heimdal_base, hx509 and hcrypto. ↵ | Jelmer Vernooij | 2 | -40/+285 | |
Convert hbase and hcrypto to libraries. | |||||
2010-12-17 | s4-drepl: Reference current Schema cache into working_schema context | Kamen Mazdrashki | 1 | -1/+1 | |
working_schema is a shallow copy of current schema and thus depends on part of it. So we want it to be around as long as working_schema is used. Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Fri Dec 17 23:34:29 CET 2010 on sn-devel-104 | |||||
2010-12-17 | s4-drepl: Fix log message to be shown on its own line | Kamen Mazdrashki | 1 | -1/+1 | |
2010-12-17 | heimdal_build: Add version-script for krb5. | Jelmer Vernooij | 2 | -0/+770 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Dec 17 21:09:25 CET 2010 on sn-devel-104 | |||||
2010-12-17 | heimdal_build: Add version-script for gssapi. | Jelmer Vernooij | 2 | -0/+181 | |
2010-12-17 | heimdal_build: Add version-script for asn1. | Jelmer Vernooij | 2 | -0/+7 | |
2010-12-17 | heimdal_build: Add version-script for hdb. | Jelmer Vernooij | 2 | -4/+112 | |
2010-12-17 | heimdal_build: Add version-script for kdc. | Jelmer Vernooij | 2 | -1/+23 | |
2010-12-17 | heimdal_build: Add version-script for wind. | Jelmer Vernooij | 2 | -0/+29 | |
2010-12-17 | heimdal_build: Add version-script for ntlm. | Jelmer Vernooij | 2 | -0/+31 | |
2010-12-17 | heimdal: Add version script file for hcrypto (unused so far, as hcrypto ↵ | Jelmer Vernooij | 2 | -0/+300 | |
still needs to be made a proper library). | |||||
2010-12-17 | heimdal_build: Add version-script for roken. | Jelmer Vernooij | 2 | -0/+200 | |
2010-12-17 | heimdal_build: Add version-script for com_err. | Jelmer Vernooij | 3 | -0/+49 | |
2010-12-17 | wafsamba: Specify full vscript path so non-autogenerated files are possible, ↵ | Jelmer Vernooij | 1 | -1/+4 | |
too. | |||||
2010-12-17 | heimdal_build: Simplify version_script handling. | Jelmer Vernooij | 1 | -6/+7 | |
2010-12-17 | heimdal_build: Simplify library handling. | Jelmer Vernooij | 1 | -17/+12 | |
2010-12-17 | s4-smbtorture: allow to call test_GetDriverInfo_winreg without printer handle. | Günther Deschner | 1 | -11/+30 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 17 17:35:21 CET 2010 on sn-devel-104 | |||||
2010-12-17 | s4-smbtorture: check if returned driver paths match requested architecture. | Günther Deschner | 1 | -26/+100 | |
Guenther | |||||
2010-12-17 | s4-smbtorture: pass down driverosversion to test_DriverInfo_winreg. | Günther Deschner | 1 | -7/+9 | |
Guenther | |||||
2010-12-17 | s4-smbtorture: skip level 8 checks in test_GetDriverInfo_winreg for w2k3. | Günther Deschner | 1 | -0/+4 | |
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Fri Dec 17 12:20:38 CET 2010 on sn-devel-104 | |||||
2010-12-17 | s4-smbtorture: skipping level 8 driveradds against w2k3. | Günther Deschner | 1 | -1/+18 | |
Guenther | |||||
2010-12-16 | spoolss: fill in PerMachineConnections add and delete IDL. | Günther Deschner | 1 | -9/+9 | |
Guenther | |||||
2010-12-16 | s4-dsdb Don't talloc_free() ares on failure, as LDB might free it later | Andrew Bartlett | 1 | -1/+0 | |
We need to make LDB consistent here (indexed vs unindexed behaviour differs here!), but for the moment this is the easiest way out of a segfault. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Thu Dec 16 06:42:56 CET 2010 on sn-devel-104 | |||||
2010-12-16 | s4-dsdb Use sid_blob_parse() | Andrew Bartlett | 1 | -3/+3 | |
2010-12-15 | s4-tests: Added a speedtest for LDAP search operations with different accounts. | Nadezhda Ivanova | 1 | -11/+67 | |
Autobuild-User: Nadezhda Ivanova <nivanova@samba.org> Autobuild-Date: Wed Dec 15 21:32:09 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-tests: Added tests for LDAP add/delete/modify using anonymous login. | Nadezhda Ivanova | 1 | -8/+50 | |
2010-12-15 | s4-dsdb: Fixed incorrect LDAP return code when anonymous login is used. | Nadezhda Ivanova | 1 | -1/+1 | |
2010-12-15 | ldb: Bump API after symbol changes. | Jelmer Vernooij | 2 | -2/+2 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Wed Dec 15 18:18:52 CET 2010 on sn-devel-104 | |||||
2010-12-15 | ldb: Build modules as .so files. | Jelmer Vernooij | 1 | -0/+9 | |
2010-12-15 | join: Properly cancel transaction on exceptions. | Jelmer Vernooij | 1 | -35/+44 | |
2010-12-15 | Move get_loadparm() and get_credentials() to samba.tests.TestCase. | Jelmer Vernooij | 1 | -8/+15 | |
2010-12-15 | s4-dsdb/tests/python: Explicitly pass comamnd line LoadParm() instance to ↵ | Kamen Mazdrashki | 9 | -10/+10 | |
system_session() Otherwise system_session() creates a LoadParm() instance which resets certain global parameters to their defaults from smb.conf ("log level" for instance) Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 15:10:47 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-dns: implemented parsing and storing of DNS records from bind | Andrew Tridgell | 2 | -46/+640 | |
DNS updates from nsupdate against our ldb SAM now work Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 15 12:36:46 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-dns: added basic DLZ writeable support to dlz_bind9 | Andrew Tridgell | 3 | -99/+448 | |
this implements the expanded DLZ update driver API, allowing for bind9 to send dynamic updates to the Samba DLZ driver. This change also adds support for exporting all DNS zones in the SAM database, which also means we now correctly separate the _msdcs zone from the main zone. | |||||
2010-12-15 | build: openbsd plateform is openbsd4 | Matthieu Patou | 1 | -1/+1 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Dec 15 10:55:08 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-test/repl_schema: remove unused and commented out code | Kamen Mazdrashki | 1 | -3/+0 | |
Autobuild-User: Kamen Mazdrashki <kamenim@samba.org> Autobuild-Date: Wed Dec 15 01:37:10 CET 2010 on sn-devel-104 | |||||
2010-12-15 | s4-test/repl_schema: Make sure every object is with unique name | Kamen Mazdrashki | 1 | -2/+5 | |
This way, test writer don't have to be careful to choose unique objects suffix | |||||
2010-12-15 | s4-dsdb_schema: Handle remote ATTIDs based on msDs-IntId value | Kamen Mazdrashki | 1 | -4/+17 | |
If we get such an msDs-IntId value, then we should just use it, there is no mapping available for such values | |||||
2010-12-15 | s4-schema_syntax: Log error message when ↵ | Kamen Mazdrashki | 1 | -1/+5 | |
_dsdb_syntax_OID_oid_drsuapi_to_ldb() fails I haven't found a way to test this function during replication so far, but when I do, it will be useful to notice this error in the log file | |||||
2010-12-15 | s4-drepl: We won't need a working schema for empty replicas sent. | Kamen Mazdrashki | 1 | -2/+5 | |
Without this check, receiving empty replica leads to a situation where we left with a working_schema attached to the ldb. The problem here is that working_schema is not fully functional schema cache and keeping it attached to the ldb may lead to modules failing to accomplish their jobs | |||||
2010-12-15 | s4-dsdb_schema: We need base_dn in Schema's shallow copy too | Kamen Mazdrashki | 1 | -1/+7 | |
2010-12-15 | s4-schema_syntax: We should use make_ATTID function when converting ↵ | Kamen Mazdrashki | 1 | -1/+1 | |
remote-ATTID to local one We may have no prefix for the remote ATTID (remote OID strictly speaking) So this is the place for us to update our local prefixMap adding a prefix for the numeric OID we've recived |