summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from ↵Michael Adam2008-02-201-5/+0
| | | | | | | | | | | | | | | | | | configure.in. These tests are in libreplace. Michael (This used to be commit 2e6b66eda4dc30f03f1309a1dbef3eb87a4f7d1e)
| * Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
| | | | | | | | | | (cherry picked from commit 53c70b5f77a3b9abaab783590e66278129173d5f) (This used to be commit 8883ee2418152d58e2ce609e02105e009f8ca4e8)
| * Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from ↵Michael Adam2008-02-201-53/+1
| | | | | | | | | | | | | | | | | | configure. These are tested in libreplace. Michael (This used to be commit 9b9495d3672e3a8e74d153dbef62825e6b5d5170)
| * libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
| | | | | | | | | | | | Michael (cherry picked from commit 83387ecccfe95b80525bf53c5fc9e945ffee10ec) (This used to be commit 12ec7dfb109bedd7b086702394a7094a4853cf1f)
| * libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
| | | | | | | | | | | | Michael (cherry picked from commit 00c173bfba9c659750bf231fbd9278dd38aa8bfc) (This used to be commit 450034582ba78b296e9cacc9ea06b632196b8644)
| * libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
| | | | | | | | | | | | Michael (cherry picked from commit d3b3d3ec9ff64108b4cd5b7c912ab4ea207256cb) (This used to be commit d6719f1c2f349c34d7a14e8e0e264db8dbe48598)
| * libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
| | | | | | | | | | | | Michael (cherry picked from commit acab9def2a1e3460bef8baae6efc66d9dfad6eac) (This used to be commit f790cb4aedee58abe6324c47912b58a808bfca51)
| * Remove the getifaddrs checks from configure.in: they are now in lib/replace.Michael Adam2008-02-201-96/+0
| | | | | | | | | | Michael (This used to be commit 53c9098253f5a7f84ea8079a755b9d4f0b28fb2c)
| * configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.Michael Adam2008-02-201-0/+5
| | | | | | | | | | | | | | To fix the build (make test) after merging libreplace changes. Michael (This used to be commit af5ec88ece3ecca2b3c5d6585deec10fe851339b)
| * libreplace: Remove double item in case statement.Michael Adam2008-02-191-4/+0
| | | | | | | | | | | | | | | | | | This was by accident introduced in cherry-pick commit 7a7dcd9b1265b8f031c9a5e9c4cfa89216827a28: This tiny portion had already been ported in 64ff1dad8664f14030c7d78c252d946216798a88. MIchael (This used to be commit 69b2ebc797fa986bf395f4d045ea663240e9ec2c)
| * Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
| | | | | | | | | | | | Michael (cherry picked from commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8) (This used to be commit 12e5b9b406d111834c013cbbfe63b759a969ec8e)
| * r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2008-02-191-1/+1
| | | | | | | | | | (cherry picked from commit 37c7b65546190bdce40cb48435cc4fd51d89a124) (This used to be commit bc523382aef16b1260799000650bbebe132799eb)
| * r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach2008-02-191-0/+4
| | | | | | | | | | | | Patch from Timur I. Bakeyev <timur@com.bat.ru>. (cherry picked from commit 188156228b53c4bbc9c18c6ff1a0d3c6d0ba5fcb) (This used to be commit b4a2ec01fc3c8174cba2a7bda876270fcce90491)
| * r26507: Fix function signature for freeifaddrs.Jelmer Vernooij2008-02-191-1/+1
| | | | | | | | | | (cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c) (This used to be commit ccfb04d18516e0aca88ea0a96afe119175bddba7)
| * r26497: Fix return type for freeifaddrs().Jelmer Vernooij2008-02-192-7/+7
| | | | | | | | | | (cherry picked from commit 8c65053f51330bb55a81572264eefbcc56029dc1) (This used to be commit 57587e49f5942b81508b40e3c9a67e7536f2271d)
| * r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij2008-02-191-0/+10
| | | | | | | | | | (cherry picked from commit c9e5a3078f7baa83743658d5648f0eefdeb05d2f) (This used to be commit f2f552106820d1a8f07bccc1a3ad9b45582c8b30)
| * r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij2008-02-191-0/+1
| | | | | | | | | | (cherry picked from commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd) (This used to be commit 839d128a42aa624e3cd978700059f947022ee733)
| * r26491: Fix syntax.Jelmer Vernooij2008-02-191-1/+1
| | | | | | | | | | (cherry picked from commit 2513230e286179747bb84e4e87121b80bea8f3f0) (This used to be commit d9c3b27c3fafb3adb7bc6521f5be97aec7fe8bfc)
| * r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2008-02-192-2/+15
| | | | | | | | | | (cherry picked from commit 56080469ab28ae5a2f456cced34814d9c33480c6) (This used to be commit ce222d07ba73b34894454e4fcb43046f0f22c0e7)
| * r26470: Update README.Jelmer Vernooij2008-02-191-0/+2
| | | | | | | | | | (cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908) (This used to be commit 556b6b9a2fe5dd9da85b1605d91a7216a6c6d308)
| * r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2008-02-193-17/+19
| | | | | | | | | | (cherry picked from commit fa9e3b6fa871b7541878f836ea54e882e614a3cf) (This used to be commit a2d6f6b4ae7fb6711d4228b9e255eebb6bf344bd)
| * r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-192-22/+31
| | | | | | | | | | (cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737) (This used to be commit 3f9c0c210022905c7811b2e07b3b655929daf930)
| * r26467: Use getifaddrs() for interface enumeration and provide replacements ↵Jelmer Vernooij2008-02-194-0/+511
| | | | | | | | | | | | | | for platforms that don't have it in lib/replace. (lib/replace part of 9b4924fbd8619033c55b4c6e2589da247332e7db - Michael) (This used to be commit 789bf2d36bd728cc68b58cfb1e9570b90ca09af7)
| * configure: Move path (and debug) checks to an m4 include file check_path.m4.Michael Adam2008-02-192-306/+317
| | | | | | | | | | | | | | This is inspired by metze's check_path.m4 of Samba4. Michael (This used to be commit d1db2b78c9dacddc0e24304624a6a0d0a817f774)
| * build: change selftest_prefix from ./ to ./st .Michael Adam2008-02-192-4/+4
| | | | | | | | | | | | | | It was used as ${selftest_prefix}/st anyways... Michael (This used to be commit 1f3bfa024d61ccb87655db2c616b28adb50d6783)
| * configure: move debug check to developer checkMichael Adam2008-02-191-9/+9
| | | | | | | | | | | | | | ...thereby grouping test checks and debug/developer checks together, respectively. Michael (This used to be commit bf1bb2c0906dd5e518c3f35ef97d69eba0e2efdf)
| * configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam2008-02-191-0/+2
| | | | | | | | | | Michael (This used to be commit ad45d056df64aeed2e2c97ab69f82013791616ab)
| * configure: add default for developer and krb5developerMichael Adam2008-02-191-0/+2
| | | | | | | | | | Michael (This used to be commit e9b06ac113e375de11bb847c6f625f7861502853)
| * configure: move more developer/test related checks up before the compiler ↵Michael Adam2008-02-191-46/+46
| | | | | | | | | | | | | | checks. Michael (This used to be commit 05e3095e21330c162624338160ab48d197cf0507)
| * Move the --enable-debug check up above all compiler checks.Michael Adam2008-02-191-9/+9
| | | | | | | | | | Michael (This used to be commit fb74f8dd6a612db0d79b091dd9972bb3204818fb)
| * configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam2008-02-191-1/+7
| | | | | | | | | | Michael (This used to be commit b33db84c222af21cc3dd8233d6ff96e6f32ea3cd)
| * configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam2008-02-191-15/+15
| | | | | | | | | | Michael (This used to be commit 28c862704c27aaffc858650d0a4f4cc7893bb406)
| * Move AC_ENABLE_SHARED and AC_DISABLE_STATIC to a more appropriate place.Michael Adam2008-02-191-3/+3
| | | | | | | | | | | | | | | | 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 3ba8fa1c4b9ac46133b17112ef3494a4c23dc314)
| * configure.in: move definition of build dir up.Michael Adam2008-02-191-3/+3
| | | | | | | | | | Michael (This used to be commit 35327e8fee778cb46e181add7d1987c843384989)
| * Remove unused m4 macro files.Michael Adam2008-02-197-422/+0
| | | | | | | | | | | | | | | | | | | | These files were added in aa14900f8291a017aa7fab2bbb9a6c79b12889b2 (automatic dependency tracking) in SAMBA_3_2, which was removed from configure.in in the git glue commit 5c6c8e1fe93f340005110a7833946191659d88ab. But apparently, the files were not removed by accident. Michael (This used to be commit aeb3673b3686f463e6c7811d61c01d8d6aec0eb3)
| * Update position information also for AIOVolker Lendecke2008-02-191-0/+5
| | | | | | | | | | | | | | Necessary to survive RAW-SEEK with AIO enabled. Jeremy, please check! (This used to be commit e2ca12c2345c0e3916dd09d097b2ba1ce2989fa8)
| * Inform level II oplock holders when we write using AIOVolker Lendecke2008-02-191-0/+2
| | | | | | | | | | Jeremy, please check! (This used to be commit 81d823e026fb332a88b6e1f15030fe49719f2522)
| * Change ldap search filter. This function is also used to search machine ↵Karolin Seeger2008-02-191-2/+2
| | | | | | | | | | | | | | accounts which may be located in a different ou. This is an extension to e71a48bb80cee85afcccacbce2884c0d600f4d72. Karolin (This used to be commit e5cc8b683cba3f2f3a84b1636b3d5bee1bfc0dda)
| * Makefile.in: Rework registry-related object collections.Michael Adam2008-02-191-45/+40
| | | | | | | | | | | | | | Group and name objects more sanely. Michael (This used to be commit 58626eb6027f43495a030d856232a81225d0ca77)
| * Use linbet_conf code in loadparm's registry handling.Michael Adam2008-02-192-245/+74
| | | | | | | | | | | | | | | | This replaces the original hand-written tdb code, now that the linking dependencies have been significantly reduced. Michael (This used to be commit d08a3a195718725228bbafa61fd4f0be8aafb43f)
| * Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam2008-02-191-1/+4
| | | | | | | | | | | | | | I.e. increment the refcounter. Michael (This used to be commit 951d3fae2cbea09cc4e1806cbf0a94ecdfcee8d5)
| * Add a function libnet_conf_get_seqnum() to the libnet_conf API.Michael Adam2008-02-191-0/+13
| | | | | | | | | | | | | | | | 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 a0b12f4d815fa92c8826954e6d73546c8a751583)
| * Remove unused marshalling for SVCCTL_UNLOCK_SERVICE_DB.Günther Deschner2008-02-192-52/+0
| | | | | | | | | | Guenther (This used to be commit eeb598a19a3d09f2175032e013857fe743da3eec)
| * Use pidl for _svcctl_UnlockServiceDatabase().Günther Deschner2008-02-192-26/+6
| | | | | | | | | | Guenther (This used to be commit 300bf76a79bfa0a9cf55505fd1e928aba9fec171)
| * Remove unused marshalling for SVCCTL_LOCK_SERVICE_DB.Günther Deschner2008-02-192-56/+0
| | | | | | | | | | Guenther (This used to be commit 23d37a9aed145d38e2bd98b170b65096ab69b0d9)
| * Use pidl for _svcctl_LockServiceDatabase().Günther Deschner2008-02-192-27/+6
| | | | | | | | | | Guenther (This used to be commit 939da2eb58ea8cfa637ec63b254755d77702da45)
| * Remove unused marshalling for SVCCTL_QUERY_STATUS.Günther Deschner2008-02-193-84/+0
| | | | | | | | | | Guenther (This used to be commit 8a621f517fe38ce91f10e12fccc2963af6afc33d)
| * Use rpccli_svcctl_QueryServiceStatus() in net.Günther Deschner2008-02-191-4/+12
| | | | | | | | | | Guenther (This used to be commit 1cc0e9b7e5b8685dc4aff8e379837dd32e386f9f)
| * Use pidl for _svcctl_QueryServiceStatus().Günther Deschner2008-02-192-26/+6
| | | | | | | | | | Guenther (This used to be commit 5453d97ef4967755ef0c903dd665325d50845028)
| * Remove unused marshalling for SVCCTL_CONTROL_SERVICE.Günther Deschner2008-02-193-91/+0
| | | | | | | | | | Guenther (This used to be commit 84112a24f5292b8d2e4d446e39462e0402453b4a)