Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | s4-build: removed some unnecessary dependencies | Andrew Tridgell | 2010-10-30 | 3 | -3/+3 |
| | | | | based on running waf --symbol-check | ||||
* | s4-cmdline: make cmdline-credentials a private library | Andrew Tridgell | 2010-10-30 | 2 | -7/+7 |
| | |||||
* | s4-tdb: make tdb-wrap into a private library | Andrew Tridgell | 2010-10-30 | 2 | -7/+8 |
| | | | | this prevents double linking of the tdb wrap code | ||||
* | s4-ldb: add explicit depenencies on ldb library in ldb modules | Andrew Tridgell | 2010-10-30 | 1 | -2/+10 |
| | | | | | | ldb modules call module functions from the main ldb library Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem | Andrew Tridgell | 2010-10-30 | 2 | -9/+19 |
| | | | | | | | ldb-wrap and the ldif-handlers are not really related, and this allows us to remove another dependency loop Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-ldb: create a private library ldb-cmdline | Andrew Tridgell | 2010-10-30 | 1 | -5/+6 |
| | | | | this prevents duplicate linking of the cmdline support code | ||||
* | tls: Inform the user if the cert/ca/private key can't be saved | Matthieu Patou | 2010-10-27 | 1 | -3/+12 |
| | | | | | | | | Most of the time this problem is due to a missing <private>/tls dir. Should close bug 7640. Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Wed Oct 27 20:08:54 UTC 2010 on sn-devel-104 | ||||
* | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 2010-10-26 | 2 | -2/+2 |
| | |||||
* | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 2010-10-26 | 1 | -2/+6 |
| | |||||
* | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 2010-10-26 | 1 | -1/+1 |
| | |||||
* | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 2010-10-26 | 10 | -15/+15 |
| | |||||
* | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 2010-10-26 | 6 | -7/+7 |
| | |||||
* | waf: moved the -Wl,-no-undefined flags to source4 and ldb | Andrew Tridgell | 2010-10-25 | 1 | -0/+4 |
| | | | | | | | | | | moved it out of the general waf build as the s3 waf build cannot yet handle linking with -Wl,-no-undefined Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Mon Oct 25 01:12:15 UTC 2010 on sn-devel-104 | ||||
* | ldb: Rename pyldb pkg-config file to pyldb-util, to avoid confusion with | Jelmer Vernooij | 2010-10-24 | 2 | -7/+7 |
| | | | | 'ldb' python module. | ||||
* | s4: Rename LIBCLI_LDAP to libcli_ldap. | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | s4: Rename SMBPASSWD to smbpasswd. | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | | | | Rename DSDB_MODULE to dsdb_module. | ||||
* | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 2010-10-24 | 10 | -16/+16 |
| | |||||
* | s4: Rename LIBSECURITY{_SESSION,} to libsecurity{_session,} | Jelmer Vernooij | 2010-10-24 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBEVENTS to libevents. | Jelmer Vernooij | 2010-10-23 | 3 | -3/+3 |
| | |||||
* | s4: Rename NDR_TABLE to ndr_table. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | s4: Rename LIBNETIF to libnetif. | Jelmer Vernooij | 2010-10-23 | 1 | -24/+20 |
| | |||||
* | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 2010-10-23 | 1 | -1/+1 |
| | |||||
* | ldb: Support using system pyldb library. | Jelmer Vernooij | 2010-10-23 | 1 | -8/+12 |
| | | | | | Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 19:24:25 UTC 2010 on sn-devel-104 | ||||
* | ldb: Install pkg-config file for pyldb. | Jelmer Vernooij | 2010-10-23 | 2 | -0/+14 |
| | |||||
* | ldb: Install pyldb-util as public library. | Jelmer Vernooij | 2010-10-23 | 1 | -2/+3 |
| | |||||
* | ldb:ldb.h - include a comment that the relax control is mainly used by the ↵ | Matthias Dieter Wallnöfer | 2010-10-23 | 1 | -0/+2 |
| | | | | | | | OpenLDAP backend Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Oct 23 16:40:04 UTC 2010 on sn-devel-104 | ||||
* | s4/ldb:introduce the LDB_CONTROL_PROVISION_OID control | Matthias Dieter Wallnöfer | 2010-10-23 | 2 | -0/+33 |
| | | | | | | | This control is exactly thought for the actions which previously were performed using the RELAX one. We agreed that the RELAX control will only remain for interactions with OpenLDAP. | ||||
* | ldb:rename LDB_CONTROL_BYPASSOPERATIONAL_OID into ↵ | Matthias Dieter Wallnöfer | 2010-10-23 | 2 | -2/+2 |
| | | | | | | LDB_CONTROL_BYPASS_OPERATIONAL_OID It's nicer to have this consistent with "BYPASS_PASSWORD_HASH". | ||||
* | s4 socket: increase the debuglevel to make add interface debug messages less ↵ | Kai Blin | 2010-10-23 | 1 | -1/+1 |
| | | | | verbose | ||||
* | ldb:ldb_modules.c - "dlclose" could cause inference on "dlerror" | Matthias Dieter Wallnöfer | 2010-10-21 | 1 | -1/+1 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Oct 21 09:28:19 UTC 2010 on sn-devel-104 | ||||
* | s4-ldb: make ldb_options_find() public | Andrew Tridgell | 2010-10-21 | 3 | -2/+231 |
| | | | | | | we need to make this symbol public to allow for -Wl,-no-undefined, as otherwise the pyldb module can't find the symbol when it creates the module | ||||
* | s4-events: LIBEVENTS depends on LIBSAMBA-UTIL | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
| | | | | | | it needs it for the debug code Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-ldb: make pyldb_util a private library | Andrew Tridgell | 2010-10-21 | 1 | -1/+5 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-waf: don't depend directly on python modules | Andrew Tridgell | 2010-10-21 | 2 | -2/+2 |
| | | | | | | | | build rules should not list dependencies on python modules. Instead, if code needs the module it should use the python API import calls to access the module. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-socket: make LIBNETIF a private library | Andrew Tridgell | 2010-10-21 | 1 | -5/+6 |
| | |||||
* | s4-events: make LIBEVENTS a private library | Andrew Tridgell | 2010-10-21 | 1 | -4/+5 |
| | |||||
* | s4-lib: make SMBPASSWD a private library | Andrew Tridgell | 2010-10-21 | 1 | -4/+5 |
| | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | waf: replace the is_bundled option with private_library | Andrew Tridgell | 2010-10-21 | 1 | -1/+1 |
| | | | | | 'private_library' better captures what we are trying to get at when we bundle a library | ||||
* | ldb:ldb_modules.c - if we don't find the associated dynamic object then ↵ | Matthias Dieter Wallnöfer | 2010-10-21 | 1 | -0/+1 |
| | | | | | | | please close the handle Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Oct 21 07:52:44 UTC 2010 on sn-devel-104 | ||||
* | ldb:ldb_tdb/ldb_cache.c - remove a superflous "talloc_free" | Matthias Dieter Wallnöfer | 2010-10-21 | 1 | -3/+1 |
| | | | | Didn't realise that this is already called by "ltdb_attributes_unload". | ||||
* | ldb:ldb_tdb/ldb_cache.c - in this function we don't use LDB return codes | Matthias Dieter Wallnöfer | 2010-10-21 | 1 | -1/+1 |
| | |||||
* | ldb:ldb_index.c - fix some memory leaks | Matthias Dieter Wallnöfer | 2010-10-20 | 1 | -1/+6 |
| | | | | | Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Wed Oct 20 13:11:49 UTC 2010 on sn-devel-104 | ||||
* | ldb:ldb_index.c - let "ldb_module_oom" generate the return code | Matthias Dieter Wallnöfer | 2010-10-20 | 1 | -15/+8 |
| | |||||
* | ldb:ldb_cache.c - fix memory contexts and memory leaks | Matthias Dieter Wallnöfer | 2010-10-20 | 1 | -3/+4 |
| | |||||
* | ldb:ldb_tdb submodule - use "ldb_msg_new" where appropriate | Matthias Dieter Wallnöfer | 2010-10-20 | 2 | -12/+12 |
| | | | | It is saver than a manual "talloc". | ||||
* | ldb:ldb_pack.c - remove superflous "message->elements = NULL" | Matthias Dieter Wallnöfer | 2010-10-20 | 1 | -1/+0 |
| | | | | It's already marked at this at the beginning of the call. | ||||
* | ldb:"ldb_schema_attribute_by_name_internal" - support the whole unsigned int ↵ | Matthias Dieter Wallnöfer | 2010-10-19 | 1 | -7/+5 |
| | | | | | | | | | | | | range Commit 8556602b048e825b35df314d6865f997823ec2bb wasn't quite right - it only restored the functionality on the positive integer range. This one however should now really support the whole unsigned range. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Tue Oct 19 10:52:08 UTC 2010 on sn-devel-104 | ||||
* | s4-ldb: increase minor version for 2 new functions | Andrew Tridgell | 2010-10-19 | 2 | -1/+229 |
| | | | | | | | Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Tue Oct 19 01:27:44 UTC 2010 on sn-devel-104 | ||||
* | s4-ldb: cope with NULL oid in controls | Andrew Tridgell | 2010-10-19 | 2 | -9/+11 |
| | | | | | | | the ldap server will mark a control with a NULL oid in order to remove it. This prevents a O(n^2) cost in control handling. Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> | ||||
* | s4-ldb: added --relax cmdline option | Andrew Tridgell | 2010-10-19 | 1 | -0/+9 |
| | | | | this adds the relax control |