Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2010-11-03 | lib/util/charset/util_unistr: add strlen_m_ext that takes input and output ↵ | Michael Adam | 2 | -10/+51 | |
charset The function calculates the number of units (8 or 16-bit, depending on the destination charset), that would be needed to convert the input string which is expected to be in in src_charset encoding to the dst_charset (which should be a unicode charset). | |||||
2010-11-03 | lib/charcnv/util_unistr: add next_codepoint_ext() that accepts input charset. | Michael Adam | 2 | -0/+8 | |
next_codepoint() takes as string in CH_UNIX encoding and returns the unicode codepoint of the next (possibly multibyte) character of the input string. The new next_codepoint_ext() function adds the encoding of the input string as a parameter. next_codepoint() now only calls next_codepoint_ext() with CH_UNIX als src_charset argument. | |||||
2010-11-03 | lib/charset/charcnv: rename a parameter of next_codepoint_convenience_ext() ↵ | Michael Adam | 1 | -5/+5 | |
for clarity | |||||
2010-11-03 | lib/charset/charcnv: add next_codepoint_convenience_ext() that accepts input ↵ | Michael Adam | 2 | -11/+37 | |
charset. next_codepoint_convenience() takes as string in CH_UNIX encoding and returns the unicode codepoint of the next (possibly multibyte) character of the input string. The new next_codepoint_convenience_ext() function adds the encoding of the input string as a parameter. next_codepoint_convenience() now only calls next_codepoint_convenience_ext() with CH_UNIX als src_charset argument. | |||||
2010-11-03 | util/charset: remove a duplicate comment. | Michael Adam | 1 | -5/+0 | |
This seems to have been copied twice from source3/ code. | |||||
2010-11-03 | build: a more portable way of finding waf in makefiles | Andrew Tridgell | 3 | -9/+3 | |
this avoids using the non-portable shell command in makefiles Autobuild-User: Andrew Tridgell <tridge@samba.org> Autobuild-Date: Wed Nov 3 22:44:59 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | replace/wscript: add size checks for stdint.h types | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Nov 3 19:12:39 UTC 2010 on sn-devel-104 | |||||
2010-11-03 | replace/wscript: do the size checks directly after the type checks | Stefan Metzmacher | 1 | -4/+4 | |
metze | |||||
2010-11-03 | replace/wscript: define bool to int instead of off_t | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2010-11-03 | replace/wscript: check for uint8_t | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2010-11-03 | waf: added reconfigure targets to our libraries | Andrew Tridgell | 3 | -0/+15 | |
This allows you to do "make reconfigure" to re-run configure only if needed |