Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-01 | tdb: Use waf by default. | Jelmer Vernooij | 2 | -14/+15 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 1 06:04:14 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | replace/talloc: Avoid automatically pulling in new configure/Makefile, | Jelmer Vernooij | 2 | -12/+0 | |
as these files are checked in, and the source might not be available. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 22:27:56 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | talloc: Look harder for waf. | Jelmer Vernooij | 1 | -1/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 18:06:16 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | replace: Look harder for waf. | Jelmer Vernooij | 1 | -1/+8 | |
2010-10-31 | build: check that if we provide -liconv we can build shared libs | Matthieu Patou | 1 | -0/+6 | |
On Solaris with sun studio compiling an executable with -liconv even if there is no libiconv.so or libiconv.a will work but not for a shared lib. This problem leads to build problem as the linker won't be able to find libiconv when building shared lib as liconv is wrongly specified | |||||
2010-10-31 | replace: Build using waf by default. | Jelmer Vernooij | 6 | -15/+111 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:45:21 UTC 2010 on sn-devel-104 | |||||
2010-10-31 | talloc: Switch over to using waf as the default build system for the ↵ | Jelmer Vernooij | 5 | -15/+107 | |
standalone build. | |||||
2010-10-31 | s4: Remove the old perl/m4/make/mk-based build system. | Jelmer Vernooij | 21 | -630/+0 | |
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | build: Remove zlib from the cache if we failed to pass all the tests | Matthieu Patou | 1 | -0/+6 | |
This will avoid problems with redefinition of libs tests | |||||
2010-10-30 | replace: Fix formatting. | Jelmer Vernooij | 1 | -8/+8 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 30 16:32:15 UTC 2010 on sn-devel-104 | |||||
2010-10-30 | tevent: Drop autoconf-based build system for standalone build. | Jelmer Vernooij | 13 | -3918/+0 | |
2010-10-30 | replace: Avoid autoproto as it breaks standalone builds. | Jelmer Vernooij | 2 | -1/+10 | |
Automatic prototype generation uses ../../source4/script/mkproto.pl. Signed-off-by: Jelmer Vernooij <jelmer@samba.org> | |||||
2010-10-30 | replace: Only build replace-test in standalone build. | Jelmer Vernooij | 1 | -7/+9 | |
This allows turning libreplace-test back into a subsystem. | |||||
2010-10-30 | talloc.3: Remove documentation for deprecated talloc_append_string, | Jelmer Vernooij | 1 | -11/+0 | |
consistent with other deprecated functionality. | |||||
2010-10-30 | zlib: use the real library name 'z' instead of ZLIB | Andrew Tridgell | 1 | -4/+2 | |
using subsystem aliases has a lot of potential for confusion. Better to use the real name of the library. | |||||
2010-10-30 | replace: create a private replace-test library | Andrew Tridgell | 1 | -5/+8 | |
used by replace_testuite and smbtorture | |||||
2010-10-30 | talloc: Fix manual pages in standalone build. | Jelmer Vernooij | 1 | -2/+1 | |
2010-10-27 | talloc: fix waf build for libtalloc-compat1 | Stefan Metzmacher | 1 | -4/+4 | |
We need to use 'libtalloc.so.1' as soname, otherwise the compat library is useless. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Oct 27 03:53:21 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | lib/util: remove useless ../lib/util/mutex.* | Stefan Metzmacher | 4 | -143/+2 | |
Only the disabled process_thread.c registers uses the register fn, all other functions are not used anywhere. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Oct 26 23:29:46 UTC 2010 on sn-devel-104 | |||||
2010-10-26 | replace: restore the order for #define + rep_strtoll | Matthieu Patou | 1 | -3/+3 | |
2010-10-26 | talloc: change pytalloc-util to be a public library. | Jelmer Vernooij | 1 | -1/+2 | |
2010-10-26 | talloc: Install pytalloc-util as system library. | Jelmer Vernooij | 2 | -3/+36 | |
2010-10-26 | talloc: Avoid dependency on unknown EXT_LIB_PYTHON. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | talloc: Move pytalloc to lib/talloc. | Jelmer Vernooij | 1 | -0/+8 | |
2010-10-26 | waf: Only specify vnum for non-private libraries. | Jelmer Vernooij | 3 | -28/+44 | |
2010-10-26 | waf: Stop automaticaly changing dashes to underscores in library names. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-26 | waf: Remove lib prefix from libraries manually. | Jelmer Vernooij | 3 | -3/+3 | |
2010-10-26 | s4: Drop duplicate 'lib' prefix for private libraries. | Jelmer Vernooij | 1 | -1/+1 | |
2010-10-25 | ldb:gendb_* calls: support a "NULL" resultset parameter | Matthias Dieter Wallnöfer | 1 | -4/+5 | |
This is useful for "samdb_search_count" where only the amount of entries matters. | |||||
2010-10-24 | Add dump_data_cb() | Volker Lendecke | 2 | -21/+48 | |
2010-10-24 | Add print_asc_cb() | Volker Lendecke | 2 | -3/+24 | |
2010-10-24 | talloc: pytalloc should not depend on samba specific code | Stefan Metzmacher | 1 | -3/+2 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sun Oct 24 19:21:25 UTC 2010 on sn-devel-104 | |||||
2010-10-24 | s4: Rename LIBSAMBA-* to libsamba-* | Jelmer Vernooij | 3 | -3/+3 | |
2010-10-23 | s4: Rename NSS_WRAPPER to nss_wrapper. | Jelmer Vernooij | 2 | -7/+8 | |
Only link to nss_wrapper when it is enabled. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | s4: Rename UID_WRAPPER to uid_wrapper. | Jelmer Vernooij | 3 | -7/+7 | |
Only link to uid_wrapper when it is enabled. | |||||
2010-10-23 | s4: Rename WRAP_XATTR to wrap_xattr. | Jelmer Vernooij | 1 | -7/+7 | |
2010-10-23 | waf: Rename some BUNDLED_ functios to PRIVATE_. | Jelmer Vernooij | 4 | -4/+4 | |
2010-10-23 | tdb: Revert re-addition of tdb_set_logging_function. | Jelmer Vernooij | 3 | -3/+0 | |
I accidentally committed this patch which we carry in the Debian packages. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sat Oct 23 18:37:16 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | tdb: commit the version 1.2.7 signatures | Matthias Dieter Wallnöfer | 1 | -0/+61 | |
2010-10-23 | lib/util: Add tevent WERROR wrappers | Kai Blin | 3 | -2/+126 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Oct 23 07:35:28 UTC 2010 on sn-devel-104 | |||||
2010-10-23 | tsocket: let tstream_inet_tcp_connect_recv() optionally return the used ↵ | Stefan Metzmacher | 2 | -5/+11 | |
local address tstream_inet_tcp_connect_send() usually only gets no local port number and it may use the wildcard address '0.0.0.0' or '::'. tstream_inet_tcp_connect_recv() provides the used local address and port which are used on the wire. metze | |||||
2010-10-23 | tsocket: ask the kernel for the specific local address after a tcp connect | Stefan Metzmacher | 1 | -3/+54 | |
metze | |||||
2010-10-23 | lib/replace: use snprintf() in test code to avoid warnings in the IBM-Checker | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2010-10-23 | lib/replace: fix rep_strtoull() prototype | Stefan Metzmacher | 2 | -3/+3 | |
metze | |||||
2010-10-22 | asn1_tests: Implement negative unit-tests for ber_write_OID_String() | Kamen Mazdrashki | 1 | -0/+22 | |
2010-10-22 | asn1: ber_write_OID_String() to be more picky about supplied OID | Kamen Mazdrashki | 1 | -0/+5 | |
Now function will check for invalid OID handling cases where: - sub-identifier has invalid characters (non-digit) - 'dot' separator found on unexpected place. For instance '.' at start or end of the OID. Two '.' in a row. | |||||
2010-10-21 | waf: Mark the replacement zlib private so that it can build on machine ↵ | Matthieu Patou | 1 | -0/+1 | |
without a system zlib Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Thu Oct 21 21:47:46 UTC 2010 on sn-devel-104 | |||||
2010-10-22 | replace: use replace for non 'samba' compliant strptime | Matthieu Patou | 1 | -0/+19 | |
2010-10-22 | replace: use a wrapper around strtoll if it didn't behave as expected | Matthieu Patou | 3 | -2/+77 | |
2010-10-21 | Lowercase socket_wrapper name. | Jelmer Vernooij | 5 | -2/+5 | |
Avoid linking against socket_wrapper outside of developer mode. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Thu Oct 21 20:26:11 UTC 2010 on sn-devel-104 |