Michael Adam
443f8ed260
configure: Move assemblage of samba version strings to m4 include file.
...
Michael
(This used to be commit 8b220717e8
)
2008-02-20 21:33:24 +01:00
Michael Adam
e0f4573de2
Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure.in.
...
These tests are in libreplace.
Michael
(This used to be commit 2e6b66eda4
)
2008-02-20 21:33:24 +01:00
Jelmer Vernooij
9c3f0170b3
Support dlopen(NULL, ...) on HPUX.
...
(cherry picked from commit 53c70b5f77
)
(This used to be commit 8883ee2418
)
2008-02-20 21:12:54 +01:00
Michael Adam
4f5a888067
Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from configure.
...
These are tested in libreplace.
Michael
(This used to be commit 9b9495d367
)
2008-02-20 17:26:39 +01:00
Michael Adam
3ac36c3caf
libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.
...
Michael
(cherry picked from commit 83387ecccf
)
(This used to be commit 12ec7dfb10
)
2008-02-20 14:14:50 +01:00
Michael Adam
9ba696cb68
libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.
...
Michael
(cherry picked from commit 00c173bfba
)
(This used to be commit 450034582b
)
2008-02-20 14:14:41 +01:00
Michael Adam
2356cc6586
libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.
...
Michael
(cherry picked from commit d3b3d3ec9f
)
(This used to be commit d6719f1c2f
)
2008-02-20 14:14:31 +01:00
Michael Adam
b277aa2893
libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4
...
Michael
(cherry picked from commit acab9def2a
)
(This used to be commit f790cb4aed
)
2008-02-20 14:14:20 +01:00
Michael Adam
9e5be586af
Remove the getifaddrs checks from configure.in: they are now in lib/replace.
...
Michael
(This used to be commit 53c9098253
)
2008-02-20 00:44:40 +01:00
Michael Adam
31a356420d
configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.
...
To fix the build (make test) after merging libreplace changes.
Michael
(This used to be commit af5ec88ece
)
2008-02-20 00:17:31 +01:00
Michael Adam
89ad7e4ed1
libreplace: Remove double item in case statement.
...
This was by accident introduced in cherry-pick commit
7a7dcd9b12
: This tiny portion
had already been ported in 64ff1dad86
.
MIchael
(This used to be commit 69b2ebc797
)
2008-02-19 22:29:34 +01:00
Michael Adam
3e02cdcaa8
Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.
...
Michael
(cherry picked from commit d10cbb533c
)
(This used to be commit 12e5b9b406
)
2008-02-19 22:14:12 +01:00
Jelmer Vernooij
c4265bd3e8
r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.
...
(cherry picked from commit 37c7b65546
)
(This used to be commit bc523382ae
)
2008-02-19 22:12:50 +01:00
James Peach
5dd51159df
r26551: Make sure NULL is defined before using it to test for getifaddrs().
...
Patch from Timur I. Bakeyev <timur@com.bat.ru>.
(cherry picked from commit 188156228b
)
(This used to be commit b4a2ec01fc
)
2008-02-19 22:12:32 +01:00
Jelmer Vernooij
f75d7a6992
r26507: Fix function signature for freeifaddrs.
...
(cherry picked from commit cc873bdd2e
)
(This used to be commit ccfb04d185
)
2008-02-19 22:00:15 +01:00
Jelmer Vernooij
f822f4150b
r26497: Fix return type for freeifaddrs().
...
(cherry picked from commit 8c65053f51
)
(This used to be commit 57587e49f5
)
2008-02-19 21:59:51 +01:00
Jelmer Vernooij
1caa9cbd9d
r26495: Add defines for getifaddrs/freeifaddrs.
...
(cherry picked from commit c9e5a3078f
)
(This used to be commit f2f5521068
)
2008-02-19 21:59:27 +01:00
Jelmer Vernooij
ea9ce8f9ac
r26492: Some hosts have a define called ifa_dstaddr.
...
(cherry picked from commit c4cd935ee7
)
(This used to be commit 839d128a42
)
2008-02-19 21:58:50 +01:00
Jelmer Vernooij
5fb2d5b086
r26491: Fix syntax.
...
(cherry picked from commit 2513230e28
)
(This used to be commit d9c3b27c3f
)
2008-02-19 21:58:12 +01:00
Jelmer Vernooij
1de665002c
r26487: Cope with systems that don't have struct sockaddr.sa_len.
...
(cherry picked from commit 56080469ab
)
(This used to be commit ce222d07ba
)
2008-02-19 21:57:46 +01:00
Jelmer Vernooij
621983ed6d
r26470: Update README.
...
(cherry picked from commit 51a78cfc3e
)
(This used to be commit 556b6b9a2f
)
2008-02-19 21:57:15 +01:00
Jelmer Vernooij
7728a23d43
r26469: Fix paths, only include IPv4 addresses for now.
...
(cherry picked from commit fa9e3b6fa8
)
(This used to be commit a2d6f6b4ae
)
2008-02-19 21:56:52 +01:00
Jelmer Vernooij
d0d4fc5f54
r26468: Match getifaddrs more closely, add trivial test.
...
(cherry picked from commit 92898c043b
)
(This used to be commit 3f9c0c2100
)
2008-02-19 21:56:41 +01:00
Jelmer Vernooij
2235ffe2f7
r26467: Use getifaddrs() for interface enumeration and provide replacements for platforms that don't have it in lib/replace.
...
(lib/replace part of 9b4924fbd8
- Michael)
(This used to be commit 789bf2d36b
)
2008-02-19 21:55:09 +01:00
Michael Adam
27b711414f
configure: Move path (and debug) checks to an m4 include file check_path.m4.
...
This is inspired by metze's check_path.m4 of Samba4.
Michael
(This used to be commit d1db2b78c9
)
2008-02-19 17:39:40 +01:00
Michael Adam
07f4f95b14
build: change selftest_prefix from ./ to ./st .
...
It was used as ${selftest_prefix}/st anyways...
Michael
(This used to be commit 1f3bfa024d
)
2008-02-19 17:39:40 +01:00
Michael Adam
3b3b80a365
configure: move debug check to developer check
...
...thereby grouping test checks and debug/developer checks together, respectively.
Michael
(This used to be commit bf1bb2c090
)
2008-02-19 17:39:40 +01:00
Michael Adam
53d5624205
configure: Also set debug=yes for --enable-developer and --enable-krb5developer.
...
Michael
(This used to be commit ad45d056df
)
2008-02-19 17:39:40 +01:00
Michael Adam
12239ef505
configure: add default for developer and krb5developer
...
Michael
(This used to be commit e9b06ac113
)
2008-02-19 17:39:40 +01:00
Michael Adam
b40d1b131b
configure: move more developer/test related checks up before the compiler checks.
...
Michael
(This used to be commit 05e3095e21
)
2008-02-19 17:39:40 +01:00
Michael Adam
5073bd1349
Move the --enable-debug check up above all compiler checks.
...
Michael
(This used to be commit fb74f8dd6a
)
2008-02-19 17:39:40 +01:00
Michael Adam
90ea8ae9b1
configure: Introduce "debug" variable set to yes by --enable-debug.
...
Michael
(This used to be commit b33db84c22
)
2008-02-19 17:39:40 +01:00
Michael Adam
86e758e246
configure: move AC_SUBST's of certain directories to the corresponding checks.
...
Michael
(This used to be commit 28c862704c
)
2008-02-19 17:39:40 +01:00
Michael Adam
c666d5b384
Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.
...
I have to investigate the effect of these and evaluate the need of
their presence. For now establish more reasonable grouping.
Michael
(This used to be commit 3ba8fa1c4b
)
2008-02-19 17:39:40 +01:00
Michael Adam
1f67a36de3
configure.in: move definition of build dir up.
...
Michael
(This used to be commit 35327e8fee
)
2008-02-19 17:39:39 +01:00
Michael Adam
6fa31c5364
Remove unused m4 macro files.
...
These files were added in aa14900f82
(automatic dependency tracking) in SAMBA_3_2, which was removed
from configure.in in the git glue commit 5c6c8e1fe9
.
But apparently, the files were not removed by accident.
Michael
(This used to be commit aeb3673b36
)
2008-02-19 17:39:39 +01:00
Volker Lendecke
4c4c1bfb79
Update position information also for AIO
...
Necessary to survive RAW-SEEK with AIO enabled.
Jeremy, please check!
(This used to be commit e2ca12c234
)
2008-02-19 16:19:49 +01:00
Volker Lendecke
e12cd305dd
Inform level II oplock holders when we write using AIO
...
Jeremy, please check!
(This used to be commit 81d823e026
)
2008-02-19 16:19:49 +01:00
Karolin Seeger
cdb88dcf6b
Change ldap search filter. This function is also used to search machine accounts which may be located in a different ou. This is an extension to e71a48bb80
.
...
Karolin
(This used to be commit e5cc8b683c
)
2008-02-19 12:35:54 +01:00
Michael Adam
ebdc59ca39
Makefile.in: Rework registry-related object collections.
...
Group and name objects more sanely.
Michael
(This used to be commit 58626eb602
)
2008-02-19 11:01:00 +01:00
Michael Adam
6d963a807d
Use linbet_conf code in loadparm's registry handling.
...
This replaces the original hand-written tdb code, now that the
linking dependencies have been significantly reduced.
Michael
(This used to be commit d08a3a1957
)
2008-02-19 09:09:05 +01:00
Michael Adam
9e9cd40a7d
Make regdb_init() behave like regdb_open() when registry is already opened.
...
I.e. increment the refcounter.
Michael
(This used to be commit 951d3fae2c
)
2008-02-19 09:09:04 +01:00
Michael Adam
3e3df1bfe2
Add a function libnet_conf_get_seqnum() to the libnet_conf API.
...
This is to provide a change sequence number to users, so that they
can use it to detect change in the config and trigger a reload.
Michael
(This used to be commit a0b12f4d81
)
2008-02-19 09:09:04 +01:00
Günther Deschner
1c9990fcfe
Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.
...
Guenther
(This used to be commit eeb598a19a
)
2008-02-19 03:13:58 +01:00
Günther Deschner
5894d5e99a
Use pidl for _svcctl_UnlockServiceDatabase().
...
Guenther
(This used to be commit 300bf76a79
)
2008-02-19 03:13:50 +01:00
Günther Deschner
35a30ac841
Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.
...
Guenther
(This used to be commit 23d37a9aed
)
2008-02-19 03:13:42 +01:00
Günther Deschner
e0860ccc82
Use pidl for _svcctl_LockServiceDatabase().
...
Guenther
(This used to be commit 939da2eb58
)
2008-02-19 03:13:34 +01:00
Günther Deschner
c147f2fd6b
Remove unused marshalling for SVCCTL_QUERY_STATUS.
...
Guenther
(This used to be commit 8a621f517f
)
2008-02-19 03:13:26 +01:00
Günther Deschner
3c3944ee38
Use rpccli_svcctl_QueryServiceStatus() in net.
...
Guenther
(This used to be commit 1cc0e9b7e5
)
2008-02-19 03:13:18 +01:00
Günther Deschner
4421e0d147
Use pidl for _svcctl_QueryServiceStatus().
...
Guenther
(This used to be commit 5453d97ef4
)
2008-02-19 03:13:10 +01:00