1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00
Commit Graph

233 Commits

Author SHA1 Message Date
Jelmer Vernooij
aa0a06f13c r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
(This used to be commit c550c03372)
2007-12-24 01:51:03 -06:00
Kai Blin
f6c80d0d9c r26514: Revert the talloc.c part of r26511, as talloc.h already takes care of thois.
Thanks to metze for pointing this out
(This used to be commit 4a5e1047ff)
2007-12-21 05:51:19 +01:00
Kai Blin
ac4237e997 r26511: Janitorial: Fix a warning for the 'printf' attribute on gendb_search_v
While at it, also add a PRINTF_ATTRIBUTE for talloc_vasprintf.
(This used to be commit 5b3a8c8ae1)
2007-12-21 05:51:17 +01:00
Jelmer Vernooij
df8c7da800 r26454: Add simple SWIG macro for wrapping talloced types.
(This used to be commit 760fcc8bfa)
2007-12-21 05:50:22 +01:00
Jelmer Vernooij
6525b06473 r26292: Make sure swig directory exists.
(This used to be commit 7962d221fc)
2007-12-21 05:48:11 +01:00
Jelmer Vernooij
74384590f3 r26280: Fix installation if swig is not available.
(This used to be commit 3320bd401f)
2007-12-21 05:48:06 +01:00
Jelmer Vernooij
71ae20df2c r26276: Install SWIG files if swig is present.
(This used to be commit dfd5b456f9)
2007-12-21 05:48:02 +01:00
Jelmer Vernooij
f2f16b45b5 r26197: Add bindings for libsecurity.
(This used to be commit 8625cd403b)
2007-12-21 05:46:47 +01:00
Jelmer Vernooij
f023784d06 r26187: Fix module name, indentation.
(This used to be commit ef790ebf3a)
2007-12-21 05:46:40 +01:00
Jelmer Vernooij
c027a0d111 r26072: Import trivial SWIG wrapper for talloc.
(This used to be commit 02d259c2c4)
2007-12-21 05:45:53 +01:00
Stefan Metzmacher
08d4a44f92 r25990: talloc: use AC_LIBREPLACE_SHLD and use it for linking the shared library
metze
(This used to be commit c179807165)
2007-12-21 05:45:31 +01:00
Stefan Metzmacher
676bb230fc r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGS
metze
(This used to be commit 410cdf789a)
2007-12-21 05:45:29 +01:00
Stefan Metzmacher
911fbed635 r25973: talloc: fix usage of SONAMEFLAG
metze
(This used to be commit 7fecb8f3cd)
2007-12-21 05:45:25 +01:00
Jelmer Vernooij
35efbc84c7 r25953: AIX make doesn't support $^.
(This used to be commit 91133d2711)
2007-12-21 05:45:16 +01:00
Jelmer Vernooij
0969ac9e61 r25944: Fix handling of sonameflag on AIX, which doesn't have anything like that.
(This used to be commit 228dd6830e)
2007-12-21 05:45:12 +01:00
Jelmer Vernooij
575678557b r25884: Specify shldflags first, as required by some compilers.
(This used to be commit 40a8cd0d2f)
2007-12-21 05:44:40 +01:00
Jelmer Vernooij
4347f8fc37 r25882: Build shared library of talloc as well.
(This used to be commit 3692ba8299)
2007-12-21 05:44:39 +01:00
Stefan Metzmacher
bc94aa19f3 r25216: make talloc_append_string() a deprecated macro instead of
having it as a real function.

metze
(This used to be commit 2b2e841465)
2007-10-10 15:06:56 -05:00
Stefan Metzmacher
3864520c9a r25211: fix compiler warning
metze
(This used to be commit c0d095c8c9)
2007-10-10 15:06:54 -05:00
Stefan Metzmacher
4a40dd2669 r25209: unify logic of talloc_vasprintf_append() and talloc_vasprintf_append_buffer()
metze
(This used to be commit 780c1c776e)
2007-10-10 15:06:53 -05:00
Stefan Metzmacher
46d369b0f0 r25208: add talloc_str[n]dup_append[_buffer]() functions
metze
(This used to be commit 8532076720)
2007-10-10 15:06:53 -05:00
Stefan Metzmacher
22b827ccbd r25207: remove one nesting level and use unlikely()
metze
(This used to be commit c2931540bc)
2007-10-10 15:06:53 -05:00
Stefan Metzmacher
3e58b6fd46 r25206: unify logic of talloc_strdup() and talloc_strndup(),
only strlen() vs. strnlen() is the difference now.

metze
(This used to be commit 92106e6b7e)
2007-10-10 15:06:52 -05:00
Stefan Metzmacher
063daf6ab5 r25205: $(srcdir) isn't expanded here...
metze
(This used to be commit 4bce808917)
2007-10-10 15:06:52 -05:00
Jelmer Vernooij
122888052f r25190: Update talloc version to 1.1.0 after API-incompatible changes.
(This used to be commit 66000a1fa2)
2007-10-10 15:06:49 -05:00
Jeremy Allison
9a012df08e r25175: Change to talloc_asprintf_append_buffer().
Jeremy.
(This used to be commit 0844dbf597)
2007-10-10 15:06:46 -05:00
Jeremy Allison
151f422247 r25164: Add talloc_asprintf_append_buffer() and the docs for it.
Jeremy.
(This used to be commit 5bb8613b86)
2007-10-10 15:06:44 -05:00
Jeremy Allison
d8a5ed33b3 r25116: Fix talloc_asprintf_append to do the right thing with
truncated strings.
Jeremy.
(This used to be commit 948d32bb62)
2007-10-10 15:06:42 -05:00
Jelmer Vernooij
82037a75ea r24814: Fix headers, trim core.h even more.
(This used to be commit 9647f860bd)
2007-10-10 15:03:14 -05:00
Jelmer Vernooij
dfc0fd9eec r24688: Make output subunit-parseable.
(This used to be commit 2585c6feb2)
2007-10-10 15:02:44 -05:00
Stefan Metzmacher
69de8f9ac8 r24626: as TALLOC_ABORT() is defined to abort() by default
wrap it into a function so that the function name
in the backtrace shows what happens.

metze
(This used to be commit 0216ff6daa)
2007-10-10 15:02:26 -05:00
Andrew Tridgell
37363d45b7 r23802: fixed URL in XML
(This used to be commit c0111223e2)
2007-10-10 14:59:19 -05:00
Andrew Tridgell
cd1217ff5f r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
(This used to be commit 5c9b19271e)
2007-10-10 14:59:18 -05:00
Andrew Tridgell
e1c15c74af r23799: updated old Franklin Street FSF addresses to new URL
(This used to be commit db92b76a00)
2007-10-10 14:59:16 -05:00
Andrew Tridgell
6c973f4e8c r23798: updated old Temple Place FSF addresses to new URL
(This used to be commit 40c0919aaa)
2007-10-10 14:59:15 -05:00
Andrew Tridgell
4b71c210d5 r23796: main COPYING file for samba4, plus some formatting varients
(This used to be commit 76c6bfdeb5)
2007-10-10 14:59:14 -05:00
Andrew Tridgell
b8d69a7ea2 r23795: more v2->v3 conversion
(This used to be commit 84b468b2f8)
2007-10-10 14:59:14 -05:00
Jelmer Vernooij
e3af07d1b1 r23158: Set version to 1.0.1.
(This used to be commit db065db67a)
2007-10-10 14:52:58 -05:00
Jelmer Vernooij
f862ee9db1 r23157: Add news file for talloc.
(This used to be commit cb92da2679)
2007-10-10 14:52:58 -05:00
Stefan Metzmacher
7ef755d150 r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_string()
- update manpage and add comments about _talloc_set_name_const(ret, ret);
  in all places which use them

metze
(This used to be commit 5cd100de82)
2007-10-10 14:52:15 -05:00
Stefan Metzmacher
aa4ab6d3c1 r22757: test if calling talloc_free() works on parent elements from within a destrutor
metze
(This used to be commit 305117fae0)
2007-10-10 14:52:15 -05:00
Jelmer Vernooij
42cf31f3c6 r22600: Update bzr ignores, put right version in .pc files, prepare for support of system versions of tdb, talloc.
(This used to be commit 9b991ce9ca)
2007-10-10 14:51:50 -05:00
Jelmer Vernooij
2ea1896591 r22598: Simplify includes for replace.
(This used to be commit e72cec408e)
2007-10-10 14:51:49 -05:00
Jelmer Vernooij
c9cf06b146 r22596: Set _CFLAGS variables rather than putting knowledge in the ldb Makefile.
This should make it easier to allow use of system tdb or talloc libs using
pkg-config.
(This used to be commit a3ec90a263)
2007-10-10 14:51:48 -05:00
Jeremy Allison
522f9ace14 r22563: As tridge requested remove the _strict calls - for Samba3 I'm moving
to a separate file.
Jeremy.
(This used to be commit 80706cf98d)
2007-10-10 14:51:44 -05:00
Jeremy Allison
ca3a7a5578 r22541: Added talloc_size_strict macro.
Jeremy.
(This used to be commit 219e1cae77)
2007-10-10 14:51:40 -05:00
Jeremy Allison
3477721278 r22540: Added _strict varients of the macro calls - added
prototypes.
Jeremy.
(This used to be commit ba1a66cc6f)
2007-10-10 14:51:40 -05:00
Jeremy Allison
b06fc3b53c r22539: Added _strict varients of the talloc calls to
return NULL on size == 0 varients.
Jeremy.
(This used to be commit 1ef269067c)
2007-10-10 14:51:39 -05:00
Jelmer Vernooij
4adf0b62a3 r22518: Create pkgconfig dir.
(This used to be commit 17e9c56a75)
2007-10-10 14:51:36 -05:00
Jelmer Vernooij
781575f508 r22517: Use DESTDIR
(This used to be commit 4614da125f)
2007-10-10 14:51:36 -05:00