Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-08 | talloc: build pytalloc-util with the same logic as libtalloc | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2010-12-08 | talloc: mark pytalloc-util functions as _PUBLIC_ | Stefan Metzmacher | 1 | -6/+6 | |
metze | |||||
2010-12-08 | talloc: remove unused PyString_FromString_check_null() from pytalloc-util | Stefan Metzmacher | 1 | -8/+0 | |
metze | |||||
2010-12-08 | s4-pkgconfig: add @LIB_RPATH@ to our link flags | Andrew Tridgell | 6 | -6/+6 | |
this is only set when rpath is used on install. It ensures that applications that link against Samba libraries get the rpath right Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Dec 8 12:46:00 CET 2010 on sn-devel-104 | |||||
2010-12-06 | Revert "lib/util:tests/time.c - "test_timestring" - fix it on Solaris" | Matthias Dieter Wallnöfer | 1 | -5/+2 | |
This reverts commit 654e0102ddb0acaaf45fb55c15818722235fcc9f. This should better be handled by the replace library. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Mon Dec 6 12:17:31 CET 2010 on sn-devel-104 | |||||
2010-12-06 | lib/util/fault.c - fix "pid_t" printf warning on Solaris | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
According to "http://www.ibm.com/developerworks/linux/library/l-solar/" it's generally a 32bit "int" - therefore this cast should fit. | |||||
2010-12-06 | idtree: fix overflow for v. large ids on allocation and removal | Rusty Russell | 1 | -1/+1 | |
Chris Cowan tracked down a SEGV in sub_alloc: idp->level can actually be equal to 7 (MAX_LEVEL) there, as it can be in sub_remove. (We unfairly blamed a shift of a signed var for this crash in commit 2db1987f5a3a). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Autobuild-User: Rusty Russell <rusty@rustcorp.com.au> Autobuild-Date: Mon Dec 6 05:02:22 CET 2010 on sn-devel-104 | |||||
2010-12-05 | lib/util:tests/time.c - "test_timestring" - fix it on Solaris | Matthias Dieter Wallnöfer | 1 | -3/+5 | |
Solaris returns "Thu Jan 01" and not "Thu Jan 1" - therefore proof for both. Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Dec 5 23:09:13 CET 2010 on sn-devel-104 | |||||
2010-12-05 | pytalloc: Add docstring for talloc.Object. | Jelmer Vernooij | 1 | -1/+3 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Dec 5 18:12:59 CET 2010 on sn-devel-104 | |||||
2010-12-04 | lib/torture: add torture_assert_u64_equal_goto() | Stefan Metzmacher | 1 | -0/+13 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Sat Dec 4 12:55:44 CET 2010 on sn-devel-104 | |||||
2010-12-04 | Fix bug #3185 - testparm exits 0 if it can read the config file regardless ↵ | Holger Hetterich | 1 | -1/+1 | |
of errors Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Sat Dec 4 02:30:00 CET 2010 on sn-devel-104 | |||||
2010-12-03 | talloc: add ABI/talloc-2.0.4.sigs | Stefan Metzmacher | 2 | -1/+63 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Dec 3 11:35:45 CET 2010 on sn-devel-104 | |||||
2010-12-03 | talloc: Bump version number after pytalloc changes. | Jelmer Vernooij | 1 | -1/+1 | |
2010-12-02 | tests: avoid bash in shebang and fix wrong "==" in test | Björn Jacke | 2 | -12/+12 | |
2010-12-02 | fix ѕome == to correct shell test in commented stuff | Björn Jacke | 2 | -2/+2 | |
2010-12-01 | pytalloc: Make py_talloc_default_cmp private. | Jelmer Vernooij | 3 | -14/+15 | |
2010-12-01 | pytalloc: Make py_talloc_dealloc private. | Jelmer Vernooij | 3 | -14/+11 | |
2010-12-01 | pytalloc: Make py_talloc_default_repr private (now exposed by talloc.Object). | Jelmer Vernooij | 3 | -15/+12 | |
2010-12-01 | pytalloc: Expose PyTalloc_GetObjectType | Jelmer Vernooij | 2 | -2/+3 | |
2010-12-01 | pytalloc: Add convenience function for checking if something is a talloc | Jelmer Vernooij | 2 | -0/+29 | |
object. | |||||
2010-11-30 | talloc: Add talloc object. | Jelmer Vernooij | 1 | -0/+15 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue Nov 30 23:26:56 CET 2010 on sn-devel-104 | |||||
2010-11-28 | replace:wscript - reintroduce the size check for "bool" due to a request of ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
metze | |||||
2010-11-28 | replace:wscript - change the "bool" checks to be compatible with more platforms | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
- If the type was found then we are fine and define "HAVE_BOOL" - Othewise we substitute it in "replace.h" as "_Bool" or if not possible as "int" - This prevents lot of warnings on platforms where we don't have a "bool" type as Tru64 - The length check for "bool" is not really useful and therefore removed | |||||
2010-11-28 | replace:wscript - reintroduce the size check for "bool" due to a request of ↵ | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
metze Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sun Nov 28 15:48:40 CET 2010 on sn-devel-104 | |||||
2010-11-28 | replace:wscript - change the "bool" checks to be compatible with more platforms | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
- If the type was found then we are fine and define "HAVE_BOOL" - Othewise we substitute it in "replace.h" as "_Bool" or if not possible as "int" - This prevents lot of warnings on platforms where we don't have a "bool" type as Tru64 - The length check for "bool" is not really useful and therefore removed | |||||
2010-11-27 | tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments | Matthias Dieter Wallnöfer | 1 | -2/+2 | |
In order to suppress compiler warnings. | |||||
2010-11-27 | tdb:tdbstore.c - remove an useless '\' | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Discovered by a warning of the Tru64 host on the buildfarm. | |||||
2010-11-26 | Fix endianess problems as discovered on the build farm | Matthieu Patou | 1 | -5/+6 | |
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Nov 26 22:32:16 CET 2010 on sn-devel-104 | |||||
2010-11-24 | lib/debug Add clarifying comments | Andrew Bartlett | 1 | -2/+2 | |
2010-11-22 | Avoid the use of PyAPI_DATA, which is for internal Python API's. | Arnaud Faucher | 1 | -1/+1 | |
Signed-off-by: Jelmer Vernooij <jelmer@samba.org> Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104 | |||||
2010-11-20 | waf:lib/util - add missing dependency on talloc | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Sat Nov 20 23:35:48 CET 2010 on sn-devel-104 | |||||
2010-11-19 | talloc: added TALLOC_FREE_FILL environment variable | Andrew Tridgell | 1 | -0/+30 | |
when this environment variable is set, talloc will fill freed memory with the value from that environment variable. This can be used to help find use after free bugs when valgrind is too slow to be used | |||||
2010-11-17 | tevent: Fix docstring, tevent_req_is_in_progress does not destroy private data | Kai Blin | 1 | -2/+0 | |
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Wed Nov 17 07:23:51 UTC 2010 on sn-devel-104 | |||||
2010-11-15 | Add attribute macros for Heimdal to use | Andrew Bartlett | 1 | -0/+12 | |
Heimdal uses HEIMDAL_NORETURN_ATTRIBUTE and HEIMDAL_PRINTF_ATTRIBUTE, and we need to provide a link between these and Samba's function attribute handling. Andrew Bartlett | |||||
2010-11-12 | unix_privs: Add missing dependency on libreplace. | Jelmer Vernooij | 1 | -0/+1 | |
2010-11-12 | socket_wrapper: Only add as global dependency when enabled. | Jelmer Vernooij | 1 | -3/+3 | |
2010-11-12 | s4-waf: Only enable various wrappers if they're actually used. | Jelmer Vernooij | 3 | -2/+5 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 12 14:33:34 UTC 2010 on sn-devel-104 | |||||
2010-11-12 | tdb: set tdb->name early, as it's needed for tdb_name() | Stefan Metzmacher | 1 | -6/+27 | |
tdb_name() might be used within the given log function, which might be called from within tdb_open_ex(). metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Nov 12 11:22:21 UTC 2010 on sn-devel-104 | |||||
2010-11-11 | s4:pytevent.c - fix a discard const warning | Matthias Dieter Wallnöfer | 1 | -1/+1 | |
Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Nov 11 09:47:55 UTC 2010 on sn-devel-104 | |||||
2010-11-07 | pytalloc: Make some arguments optional. | Jelmer Vernooij | 1 | -6/+6 | |
2010-11-05 | socket_wrapper: fill in sa.sa_len if the system supports it | Stefan Metzmacher | 1 | -2/+12 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Nov 5 14:40:00 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | tsocket: fill in sa.sa_len if the system supports it | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2010-11-05 | talloc: Add python talloc module, move convenience functions to it. | Jelmer Vernooij | 2 | -1/+90 | |
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Nov 5 02:48:21 UTC 2010 on sn-devel-104 | |||||
2010-11-05 | talloc: rename pytalloc.c to pytalloc_util.c | Jelmer Vernooij | 2 | -1/+1 | |
2010-11-04 | compression: added a simple lzxpress test | Andrew Tridgell | 1 | -1/+48 | |
2010-11-04 | compression: fixed an uninitialised data but in lzxpress | Andrew Tridgell | 1 | -0/+2 | |
2010-11-04 | debug: fixed default debug settings | Andrew Tridgell | 2 | -1/+7 | |
this fixes -d in our command line tools (eg. samba-tool) Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Thu Nov 4 01:48:15 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | lib/util/charset/charconv: clarify comments in next_codepoint_convenience_ext() | Michael Adam | 1 | -5/+8 | |
Give the unicod U+<hexnumber> notation of the codepoints referred to in the comments. Also reformat the comments some. | |||||
2010-11-03 | lib/util/charset/util_unistr: clarify the comment header for strlen_m(). | Michael Adam | 1 | -5/+6 | |
2010-11-03 | lib/util/charset/util_unistr: add strlen_m_ext_term() - variant of ↵ | Michael Adam | 2 | -0/+12 | |
strlen_m_ext() counting terminator |