Andrew Tridgell
13470f11ee
charcnv: removed call to setlocale() (bug 7519)
...
We don't need this setlocale() call, and it can break applications
that use our libraries
Thanks to Milan Crha for pointing this out
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Fri Feb 4 06:51:01 CET 2011 on sn-devel-104
2011-02-04 06:51:01 +01:00
Stefan Metzmacher
1e42aa6b3a
replace: Try to fix broken sys/capabilites.h on Linux.
...
As this is more or less a broken header we need to include linux/types.h
before sys/capabilities.h to avoid redefinitions.
Systems like ClearOS 5.2 need linux/types.h very early.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Feb 3 05:26:12 CET 2011 on sn-devel-104
2011-02-03 05:26:11 +01:00
Stefan Metzmacher
5f18925e69
Revert "replace: Try to fix broken sys/capabilites.h on Linux."
...
This reverts commit c2207e9b2cdec9cd4c32184c668a2c469edb7148.
This still doesn't build for me on ClearOS 5.2.
metze
2011-02-03 04:32:43 +01:00
Andreas Schneider
c2207e9b2c
replace: Try to fix broken sys/capabilites.h on Linux.
...
As this is more or less a broken header we need to include linux/types.h
before sys/capabilities.h to avoid redefinitions.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Wed Feb 2 11:57:04 CET 2011 on sn-devel-104
2011-02-02 11:57:04 +01:00
Andrew Bartlett
a3e99356ab
s4-waf Don't install any Samba packages into PYTHONDIR
...
This causes the parts of Samba installed into PYTHONARCHDIR to then be
missed in mixed python/C module namespaces.
Andrew Bartlett
2011-02-02 15:21:13 +11:00
Stefan Metzmacher
c9e6bf047d
lib/util: add tests for anonymous_shared_allocate/free()
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Jan 20 06:25:03 CET 2011 on sn-devel-104
2011-01-20 06:25:03 +01:00
Stefan Metzmacher
cc59f347ee
lib/util: add anonymous_shared_free()
...
metze
2011-01-20 05:31:45 +01:00
Stefan Metzmacher
34ea909636
lib/util: s/allocate_anonymous_shared/anonymous_shared_allocate/
...
metze
2011-01-20 05:31:45 +01:00
Stefan Metzmacher
9e00d2a9a4
lib/util: fix rounding to page size in allocate_anonymous_shared()
...
metze
2011-01-20 05:31:43 +01:00
Andreas Schneider
b42afa0edf
tdb: Added doxygen documentation.
...
Autobuild-User: Andreas Schneider <asn@samba.org>
Autobuild-Date: Wed Jan 19 11:26:34 CET 2011 on sn-devel-104
2011-01-19 11:26:34 +01:00
Andrew Tridgell
005c6370cd
waf: ensure "make dist" works from a clean git tree for all libraries
...
this uses a temporary waf lock file to force the build directory
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Sat Jan 8 02:35:22 CET 2011 on sn-devel-104
2011-01-08 02:35:22 +01:00
Günther Deschner
7ee75c9548
lib/addns: move DNS client library to the main directory.
...
Guenther
2011-01-06 16:42:56 +01:00
Jelmer Vernooij
24d5a7202a
tdbrestore: Update to GPLv3+, remove old FSF address.
2011-01-06 15:21:21 +01:00
Stefan Metzmacher
d9fd1f684a
talloc: change version to 2.0.5 after a critical bugfix
...
metze
2011-01-05 10:24:47 +01:00
Andrew Tridgell
6f51a1f45b
talloc: fixed a use after free error
...
this is the minimal fix for the problem Rusty found. I previously
thought that the best fix would be to change tc->parent to be valid
for all pointers, but that is expensive for realloc with large numbers
of child pointers, which is much more commmon than I expected it to
be.
Autobuild-User: Andrew Tridgell <tridge@samba.org>
Autobuild-Date: Wed Jan 5 07:22:27 CET 2011 on sn-devel-104
2011-01-05 07:22:27 +01:00
Andrew Tridgell
66db49e35f
talloc: added a test for the use after free Rusty found
2011-01-05 06:37:07 +01:00
Jelmer Vernooij
733bc1c1ca
talloc: Clarify error message on access after free.
2011-01-05 01:01:28 +01:00
Brad Hards
564830ef90
talloc: Typo fix for api docs
2011-01-04 14:46:07 +11:00
Stefan Metzmacher
ea5940e7eb
lib/crypto: add aes_cfb8_encrypt()
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan 3 17:32:07 CET 2011 on sn-devel-104
2011-01-03 17:32:07 +01:00
Brad Hards
10b1ed670f
talloc: Fix warnings in test code
...
This should not change any behaviour - the intent is just to reduce
the "nuisance" warnings.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Jan 3 11:12:39 CET 2011 on sn-devel-104
2011-01-03 11:12:39 +01:00
Jelmer Vernooij
fdb0aa2b04
Revert broken destructor changes.
2011-01-03 01:48:05 +01:00
Jelmer Vernooij
cbf504b0c5
s4-python: Properly call PyObject_Del from all destructors.
2011-01-03 01:48:04 +01:00
Jelmer Vernooij
5792fa90ac
s4-python: Only set BASETYPE flag if subclassing is supported.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Jan 1 03:39:58 CET 2011 on sn-devel-104
2011-01-01 03:39:58 +01:00
Jelmer Vernooij
f5fe9c32ef
s4-python: Add more prototypes.
2011-01-01 02:54:05 +01:00
Jelmer Vernooij
4350e0c3c9
s4-python: Properly call PyObject_Del from all destructors.
2011-01-01 02:54:05 +01:00
Jelmer Vernooij
51239bb26a
talloc/tdb/tevent: Remove obsolete signatures files.
2011-01-01 02:54:05 +01:00
Volker Lendecke
65f4f22cb4
Use sockaddr_storage in async sendto/recvfrom
2010-12-29 22:44:06 +01:00
Stefan Metzmacher
b222615b59
tdb: add ABI/tdb-1.2.9.sigs
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Dec 29 11:26:12 CET 2010 on sn-devel-104
2010-12-29 11:26:12 +01:00
Rusty Russell
cac57328a6
tdb: tdb_summary() support.
...
Autobuild-User: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date: Wed Dec 29 10:12:05 CET 2010 on sn-devel-104
2010-12-29 10:12:05 +01:00
Volker Lendecke
c4b18bd860
async_send->sendto, async_recv->recvfrom
2010-12-28 12:59:11 +01:00
Stefan Metzmacher
7ea1b76797
tdb: setup TEST_DATA_PREFIX for make test
...
metze
2010-12-27 15:37:57 +01:00
Volker Lendecke
b2c983149c
tevent: More documentation updates
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Dec 26 15:49:59 CET 2010 on sn-devel-104
2010-12-26 15:49:59 +01:00
Volker Lendecke
d2de01f95b
tevent: More doc fixes
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sun Dec 26 10:20:51 CET 2010 on sn-devel-104
2010-12-26 10:20:51 +01:00
Volker Lendecke
f16740a408
tevent: Some documentation fixes
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Dec 25 23:58:20 CET 2010 on sn-devel-104
2010-12-25 23:58:20 +01:00
Volker Lendecke
5353eaea33
tevent: Fix a typo
...
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Sat Dec 25 22:56:18 CET 2010 on sn-devel-104
2010-12-25 22:56:18 +01:00
Stefan Metzmacher
b83672b36c
tdb:tdbtorture: use TEST_DATA_PREFIX for files
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Fri Dec 24 18:17:53 CET 2010 on sn-devel-104
2010-12-24 18:17:53 +01:00
Stefan Metzmacher
d81ceeb983
tdb:tdbtest: use TEST_DATA_PREFIX for files
...
metze
2010-12-24 17:31:06 +01:00
Jelmer Vernooij
bfb9ae2414
talloc: remove autotools support.
2010-12-24 01:15:05 +01:00
Jelmer Vernooij
9e8a049843
tdb: Remove autotools support.
2010-12-24 01:15:05 +01:00
Stefan Metzmacher
46ee6908be
tdb: add ABI/tdb-1.2.8.sigs
...
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Thu Dec 23 20:35:42 CET 2010 on sn-devel-104
2010-12-23 20:35:41 +01:00
Stefan Metzmacher
42b7827021
tevent: add ABI/tevent-0.9.10.sigs
...
metze
2010-12-23 19:19:57 +01:00
Matthias Dieter Wallnöfer
da78e24ca2
lib/replace/testsuite.c - fix test output
2010-12-23 12:42:37 +01:00
Günther Deschner
2e2cb8d96d
s4-smbtorture: add torture_assert_nttime_equal macro.
...
Guenther
2010-12-22 13:33:17 +01:00
Matthias Dieter Wallnöfer
07bcf6197d
lib/util/time.c - make the "strftime" output locale independant ("%c" is not)
...
So that it also works on Solaris.
2010-12-22 12:21:16 +01:00
Jelmer Vernooij
58206fb9b8
tevent: Remove reference to nonexistant configure.developer from autogen.sh.
...
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Tue Dec 21 20:29:21 CET 2010 on sn-devel-104
2010-12-21 20:29:21 +01:00
Jelmer Vernooij
4663a6a66e
talloc: Remove reference to nonexistant configure.developer in autogen.sh.
2010-12-21 19:43:04 +01:00
Jelmer Vernooij
e8790b93f2
tevent: Bump version number after symbol versioning changes.
2010-12-21 19:43:04 +01:00
Jelmer Vernooij
c754fad571
tdb: Bump version number after symbol versioning changes.
2010-12-21 19:43:04 +01:00
Jelmer Vernooij
51e7244269
pytdb: Make PyTdb variable static.
2010-12-21 19:43:04 +01:00
Andrew Tridgell
da5c328b4b
s4-dns: disable segfault handling in dlz_bind9
...
we don't want bind9 calling the Samba segv handler
2010-12-21 11:18:19 +01:00