summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove mmap check from configure.inMichael Adam2008-02-212-75/+0
| | | | | | It is available in libreplace. Michael
* Fix the build on irix: Prevent empty line in TDB_OBJMichael Adam2008-02-211-2/+2
| | | | | | | This leads to a Makfile syntax error in the prerequisites for bin/smbd. Wow, irix is really picky! Michael
* From: David Disseldorp <ddiss@sgi.com>Jeremy Allison2008-02-201-2/+1
| | | | | | | | | The vfs_prealloc module makes use of the now redundant fd parameter for SMB_VFS_FTRUNCATE(), instead get the fd from the files_struct. Patch for Samba 3.2 Test branch below. Cheers, David D
* Fix double free bugs after calling regfio_close()Tim Potter2008-02-201-4/+0
|
* Fix memory leaks on error pathTim Potter2008-02-201-1/+8
|
* Fix possible close of invalid fd if call to socket() returns -1.Tim Potter2008-02-201-1/+2
|
* Fix build with static libs: place tdb static lib after tdb-util objects.Michael Adam2008-02-201-2/+3
| | | | Michael
* configure: add --enable-shared-libs to control overall internal use of ↵Michael Adam2008-02-201-3/+32
| | | | | | | | | | shared libs. To disable internal use of shared libraries altogether (as opposed to disabling use of single shared libs by --with-static-libs=LIBS), use this new configure parameter --disable-shared-libs. Michael
* configure: Move assemblage of samba version strings to m4 include file.Michael Adam2008-02-202-19/+30
| | | | Michael
* 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
* Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
| | | | (cherry picked from commit 53c70b5f77a3b9abaab783590e66278129173d5f)
* Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from ↵Michael Adam2008-02-201-53/+1
| | | | | | | | configure. These are tested in libreplace. Michael
* libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36
| | | | | Michael (cherry picked from commit 83387ecccfe95b80525bf53c5fc9e945ffee10ec)
* libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam2008-02-201-8/+8
| | | | | Michael (cherry picked from commit 00c173bfba9c659750bf231fbd9278dd38aa8bfc)
* libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam2008-02-201-6/+6
| | | | | Michael (cherry picked from commit d3b3d3ec9ff64108b4cd5b7c912ab4ea207256cb)
* libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
| | | | | Michael (cherry picked from commit acab9def2a1e3460bef8baae6efc66d9dfad6eac)
* Remove the getifaddrs checks from configure.in: they are now in lib/replace.Michael Adam2008-02-201-96/+0
| | | | Michael
* 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
* 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
* Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
| | | | | Michael (cherry picked from commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8)
* r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2008-02-191-1/+1
| | | | (cherry picked from commit 37c7b65546190bdce40cb48435cc4fd51d89a124)
* 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)
* r26507: Fix function signature for freeifaddrs.Jelmer Vernooij2008-02-191-1/+1
| | | | (cherry picked from commit cc873bdd2e86e5b380c3056810ccc5ad98372f7c)
* r26497: Fix return type for freeifaddrs().Jelmer Vernooij2008-02-192-7/+7
| | | | (cherry picked from commit 8c65053f51330bb55a81572264eefbcc56029dc1)
* r26495: Add defines for getifaddrs/freeifaddrs.Jelmer Vernooij2008-02-191-0/+10
| | | | (cherry picked from commit c9e5a3078f7baa83743658d5648f0eefdeb05d2f)
* r26492: Some hosts have a define called ifa_dstaddr.Jelmer Vernooij2008-02-191-0/+1
| | | | (cherry picked from commit c4cd935ee783b2f4939e2c481bbdb1bbdb9190cd)
* r26491: Fix syntax.Jelmer Vernooij2008-02-191-1/+1
| | | | (cherry picked from commit 2513230e286179747bb84e4e87121b80bea8f3f0)
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2008-02-192-2/+15
| | | | (cherry picked from commit 56080469ab28ae5a2f456cced34814d9c33480c6)
* r26470: Update README.Jelmer Vernooij2008-02-191-0/+2
| | | | (cherry picked from commit 51a78cfc3e72d6b32ef6c7a6079165a36863b908)
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2008-02-193-17/+19
| | | | (cherry picked from commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)
* r26468: Match getifaddrs more closely, add trivial test.Jelmer Vernooij2008-02-192-22/+31
| | | | (cherry picked from commit 92898c043b5a2649a2e423d02bcdaea78ae55737)
* 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)
* 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
* build: change selftest_prefix from ./ to ./st .Michael Adam2008-02-192-4/+4
| | | | | | It was used as ${selftest_prefix}/st anyways... Michael
* configure: move debug check to developer checkMichael Adam2008-02-191-9/+9
| | | | | | ...thereby grouping test checks and debug/developer checks together, respectively. Michael
* configure: Also set debug=yes for --enable-developer and --enable-krb5developer.Michael Adam2008-02-191-0/+2
| | | | Michael
* configure: add default for developer and krb5developerMichael Adam2008-02-191-0/+2
| | | | Michael
* configure: move more developer/test related checks up before the compiler ↵Michael Adam2008-02-191-46/+46
| | | | | | checks. Michael
* Move the --enable-debug check up above all compiler checks.Michael Adam2008-02-191-9/+9
| | | | Michael
* configure: Introduce "debug" variable set to yes by --enable-debug.Michael Adam2008-02-191-1/+7
| | | | Michael
* configure: move AC_SUBST's of certain directories to the corresponding checks.Michael Adam2008-02-191-15/+15
| | | | Michael
* 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
* configure.in: move definition of build dir up.Michael Adam2008-02-191-3/+3
| | | | Michael
* 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
* Update position information also for AIOVolker Lendecke2008-02-191-0/+5
| | | | | | Necessary to survive RAW-SEEK with AIO enabled. Jeremy, please check!
* Inform level II oplock holders when we write using AIOVolker Lendecke2008-02-191-0/+2
| | | | Jeremy, please check!
* 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
* Makefile.in: Rework registry-related object collections.Michael Adam2008-02-191-45/+40
| | | | | | Group and name objects more sanely. Michael
* 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
* Make regdb_init() behave like regdb_open() when registry is already opened.Michael Adam2008-02-191-1/+4
| | | | | | I.e. increment the refcounter. Michael