Jelmer Vernooij
b5d84a74d1
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
...
Conflicts:
source/auth/credentials/config.mk
source/auth/gensec/config.mk
source/build/smb_build/makefile.pm
source/heimdal_build/config.mk
source/lib/events/config.mk
source/lib/nss_wrapper/config.mk
source/lib/policy/config.mk
source/lib/registry/config.mk
source/lib/socket_wrapper/config.mk
source/lib/tdb/config.mk
source/lib/tls/config.mk
source/lib/util/config.mk
source/libcli/config.mk
source/libcli/ldap/config.mk
source/libnet/config.mk
source/librpc/config.mk
source/param/config.mk
source/rpc_server/config.mk
source/scripting/ejs/config.mk
source/smbd/process_model.mk
(This used to be commit 760378e029
)
2008-04-08 03:45:06 +02:00
Jelmer Vernooij
afe3e8172d
Install public header files again and include required prototypes.
...
(This used to be commit 47ffbbf674
)
2008-04-02 04:53:27 +02:00
Jelmer Vernooij
b29d47edcf
Move object file lists to the Makefile.
...
(This used to be commit a7e6d2a183
)
2008-03-03 18:25:28 +01:00
Jelmer Vernooij
1ada710840
Move public header accumulation out of the perl code.
...
Never install generated prototype files. It's easier to break the
API when using them and they're not easily readable for 3rd party users.
Conflicts:
source/auth/config.mk
source/auth/credentials/config.mk
source/auth/gensec/config.mk
source/build/smb_build/config_mk.pm
source/build/smb_build/main.pl
source/build/smb_build/makefile.pm
source/dsdb/config.mk
source/lib/charset/config.mk
source/lib/tdr/config.mk
source/lib/util/config.mk
source/libcli/config.mk
source/libcli/ldap/config.mk
source/librpc/config.mk
source/param/config.mk
source/rpc_server/config.mk
source/torture/config.mk
(This used to be commit 6c659689ed
)
2008-02-29 14:23:38 +01:00
Jelmer Vernooij
c8011b5d09
Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3
...
Conflicts:
source/scripting/python/config.mk
(This used to be commit 0ac0ea660a
)
2008-02-29 12:45:46 +01:00
Jelmer Vernooij
d70eafc5c6
Cache iconv_convenience.
...
(This used to be commit fe1d3e6999
)
2008-02-28 18:26:12 +01:00
Jelmer Vernooij
c5d77a1c24
Move public header accumulation out of the perl code.
...
(This used to be commit 89f7c74924
)
2008-02-26 17:17:52 +01:00
Jelmer Vernooij
f112578843
Remove public prototype headers. Generating both public and private prototype headers is tricky with gmake and it's easy to break backwards compatibility for the public API with them.
...
(This used to be commit dee1cb6b08
)
2008-02-25 23:09:56 +01:00
Jelmer Vernooij
426e7fef1f
Remove extra whitespace, use public variable in IDL.
...
(This used to be commit bf08b68258
)
2008-02-21 16:10:07 +01:00
Jelmer Vernooij
01b96e47cd
r26498: Fix memory leak in iconv code.
...
(This used to be commit 8795697db5
)
2007-12-21 05:50:54 +01:00
Jelmer Vernooij
92d42862dd
r26476: Remove unnecessary hack.
...
(This used to be commit 827632ab6e
)
2007-12-21 05:50:35 +01:00
Jelmer Vernooij
2bf0cdd01c
r26434: Remove display charset from iconv convenience context.
...
(This used to be commit a76625994a
)
2007-12-21 05:50:04 +01:00
Jelmer Vernooij
d891c0c74a
r26429: Avoid use of global_smb_iconv_convenience.
...
(This used to be commit d37136b7ab
)
2007-12-21 05:49:56 +01:00
Jelmer Vernooij
a5b8999f23
r26427: Avoid global_smb_iconv_convenience.
...
(This used to be commit bf072c6fb3
)
2007-12-21 05:49:53 +01:00
Jelmer Vernooij
b8850f326b
r26410: Remove unnecessary static.
...
(This used to be commit 13ae3108da
)
2007-12-21 05:49:42 +01:00
Jelmer Vernooij
39ee38d9c1
r26316: Use contexts for conversion functions.
...
(This used to be commit f6420d933b
)
2007-12-21 05:48:30 +01:00
Jelmer Vernooij
b440ed3df3
r26315: Avoid using lp_ functions in libcharset.
...
(This used to be commit db6dd425e3
)
2007-12-21 05:48:27 +01:00
Jelmer Vernooij
6901b3c64a
r26278: Tallocify convenience table for iconv handles.
...
(This used to be commit ad64b3baa4
)
2007-12-21 05:48:04 +01:00
Jelmer Vernooij
509e82e402
r26272: Remove global_loadparm in some more places.
...
(This used to be commit 1ab76ecc53
)
2007-12-21 05:47:55 +01:00
Jelmer Vernooij
1fbdd6ef1d
r26264: pass name resolve order explicitly, use torture context for settings in dssync tests.
...
(This used to be commit c7eae1c784
)
2007-12-21 05:47:39 +01:00
Jelmer Vernooij
ab5bbd2602
r26259: Provide convert_string_talloc() variant that works directly with an iconv handle.
...
(This used to be commit a3efdfc8e3
)
2007-12-21 05:47:32 +01:00
Jelmer Vernooij
a86920600a
r25926: Move iconv test to iconv code directory.
...
(This used to be commit e20c4b90e4
)
2007-12-21 05:45:05 +01:00
Jelmer Vernooij
5ecd526d1c
r25456: Avoid externs for charsets for now - it breaks openchange.
...
(This used to be commit 836431af83
)
2007-10-10 15:07:38 -05:00
Jelmer Vernooij
60a1046c5c
r25430: Add the loadparm context to all parametric options.
...
(This used to be commit fd697d77c9
)
2007-10-10 15:07:31 -05:00
Jelmer Vernooij
3048e9ad65
r25392: Add loadparm context as argument in a couple more places.
...
(This used to be commit c62f51cc28
)
2007-10-10 15:07:24 -05:00
Jelmer Vernooij
98b57d5eb6
r25035: Fix some more warnings, use service pointer rather than service number in more places.
...
(This used to be commit df9cebcb97
)
2007-10-10 15:05:43 -05:00
Jelmer Vernooij
dccf3f99e4
r25027: Fix more warnings.
...
(This used to be commit 5085c53fcf
)
2007-10-10 15:05:41 -05:00
Jelmer Vernooij
ffeee68e4b
r25026: Move param/param.h out of includes.h
...
(This used to be commit abe8349f9b
)
2007-10-10 15:05:38 -05:00
Jelmer Vernooij
c37fa61abc
r24867: Avoid anonymous struct. Patch from Brad Hards.
...
(This used to be commit e7866857fb
)
2007-10-10 15:03:22 -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
0b91f39164
r24780: More work allowing libutil to be used by external users.
...
(This used to be commit 31993cf67b
)
2007-10-10 15:03:10 -05:00
Jelmer Vernooij
ed8d04ead9
r24717: Some more easy bool conversions, update TODO for registry
...
(This used to be commit fc8771fb6a
)
2007-10-10 15:02:55 -05:00
Jelmer Vernooij
61ffa08f4c
r24712: No longer expose the 'BOOL' data type in any interfaces.
...
(This used to be commit 1ce32673d9
)
2007-10-10 15:02:54 -05:00
Andrew Tridgell
0479a2f1cb
r23792: convert Samba4 to GPLv3
...
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac
)
2007-10-10 14:59:12 -05:00
Andrew Tridgell
d2872b42f3
r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to die
...
(This used to be commit 1fe20a4555
)
2007-10-10 14:52:39 -05:00
Stefan Metzmacher
7a919bede7
r22743: set the talloc name to the string...
...
metze
(This used to be commit d907fb26a7
)
2007-10-10 14:52:08 -05:00
Jelmer Vernooij
1d75e907e2
r21694: Some more testing updates.
...
(This used to be commit 9247626b1c
)
2007-10-10 14:49:13 -05:00
Jelmer Vernooij
0474005d07
r21691: Add testsuite for lib/charset
...
(This used to be commit a418489395
)
2007-10-10 14:49:13 -05:00
James Peach
34fe5027d0
r20697: A couple of minot cross-compile fixes.
...
(This used to be commit d4c7dd19f3
)
2007-10-10 14:40:24 -05:00
Andrew Tridgell
c6ccfeb9cb
r20649: fixed strlower_talloc() and strupper_talloc() to end with right size,
...
so talloc_append_string() works
(This used to be commit 0d36b036b3
)
2007-10-10 14:37:24 -05:00
Jelmer Vernooij
cbbe5be832
r19679: Fix shared library build as well.
...
(This used to be commit ff9e1b4f06
)
2007-10-10 14:25:30 -05:00
Jelmer Vernooij
95caeb1046
r19678: Fix the build for now (ugly hack because of circular dependencies)
...
(This used to be commit 0953bb7d5f
)
2007-10-10 14:25:30 -05:00
Jelmer Vernooij
153349788c
r19672: Make LIBSAMBA-UTIL a subsystem again for now because it has interdependencies
...
with LIBSAMBA-CONFIG.
(This used to be commit 4a044fb529
)
2007-10-10 14:25:28 -05:00
Andrew Tridgell
5a4b133d1c
r19438: try to fix up the build breakages on BSD systems due to incorrectly
...
detecting iconv.h
(This used to be commit e6baa13e1f
)
2007-10-10 14:21:31 -05:00
Andrew Tridgell
e96b2df638
r18376: added iconv:native=false option to turn off native iconv. Needed under
...
valgrind as native iconv is so full of overflows
(This used to be commit d1de0202ef
)
2007-10-10 14:18:21 -05:00
Stefan Metzmacher
a46e12d0e0
r18213: don't list LIBREPLACE depdendecies explicit and
...
always at it as first private dependencies
metze
(This used to be commit 135d096776
)
2007-10-10 14:17:50 -05:00
Andrew Tridgell
886d020dbf
r18131: fixed tdb subsystem to use right tdb.h
...
fixed LIBREPLACE dep in lib/charset
(This used to be commit 2f6cd41f40
)
2007-10-10 14:17:37 -05:00
Andrew Tridgell
e424b054d1
r17980: handle NULL arguments without crashing in strcasecmp_m() and
...
strncasecmp_m(). This makes the use of these functions in sorting
routines with RPC replies sane
(This used to be commit 93413f8450
)
2007-10-10 14:16:59 -05:00
Jelmer Vernooij
0329d755a7
r17930: Merge noinclude branch:
...
* Move dlinklist.h, smb.h to subsystem-specific directories
* Clean up ads.h and move what is left of it to dsdb/
(only place where it's used)
(This used to be commit f7afa1cb77
)
2007-10-10 14:16:54 -05:00
Stefan Metzmacher
4b7139242b
r17716: make casts explicit and remove compiler warnings
...
metze
(This used to be commit 43f030e71e
)
2007-10-10 14:16:31 -05:00