summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam2008-02-251-1/+1
| | | | | | | | | | | Currently, some static libraries have gone into object lists that are also passed to make proto. (This should probably be changed...) Then some awk versions fail when passed an non- existing lib/libtdb.a e.g.. This patch changes mkproto.sh to exclude \.a files from the list of files to process. Michael (This used to be commit 826b9ab07b58ca39350cca921002a4213ce7c7c9)
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
| | | | | Michael (This used to be commit 2e4028162f3a93c677a57b96de8f0cb2f892e73b)
* Fix some warningsVolker Lendecke2008-02-2513-57/+86
| | | | | warning: ignoring return value of 'asprintf', declared with attribute warn_unused_result (This used to be commit ad37b7b0aee265a3e4d8b7552610f4b9a105434d)
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
| | | | | Bug 5279 -- Thanks to Max Matveev (This used to be commit 71641f04d4e9a41775e898f2e4ac3c8792783cd3)
* Fix inotify detectionVolker Lendecke2008-02-252-2/+8
| | | | | Bug 5271 -- thanks to Tiziano Müller (This used to be commit 4a1a138b0fe0f2200e5a37a0609481e4340a896c)
* make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher2008-02-251-0/+2
| | | | | | | BASE-DEFER_OPEN is now more strict with incorrect timing metze (This used to be commit 9b761062df80c45bf2b76af071131d0c78e94a09)
* Do the formatting change in all 3 places :-)Volker Lendecke2008-02-251-3/+7
| | | | (This used to be commit d32066eaef1d09ec41fd5365e18eacd93e485d53)
* Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-3/+5
| | | | | Thanks to Walter Franzini (This used to be commit 19de47fef1b35c47885acc40760a232e4643079c)
* Allow "max mux" async i/o requestsVolker Lendecke2008-02-241-5/+9
| | | | | | | | | | In the negprot reply, we allowed the client to issued "max mux" concurrent requests. The OS might allow less, for example AFAIK AIX has a configurable limit of concurrent AIO requests. We will fall back to sync operation for the requests that are too many when aio_read/aio_write return an error. Jeremy, please check! (This used to be commit 8f86f7f25c4eb71bbdfcc6bf2d12eaaae9a8d9ec)
* Export aio_request_done()Volker Lendecke2008-02-241-3/+9
| | | | | | This is for external modules implementing the Posix AIO API that not necessarily depend on the signal mechanism to indicate completion. (This used to be commit 9a069d306bb6f8a2cd51b8ba87b433884942d13f)
* Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam2008-02-241-1/+1
| | | | | | | | | Use -bexpfull instead of -bexpall for LDSHFLAGS to also export symbols starting with "_". This exports all necessary symbols from libtalloc.so. Michael (This used to be commit 213ba3a719e77979c04b872f1d82f68e87287cb0)
* AIO on streams does not work (yet...)Volker Lendecke2008-02-241-0/+12
| | | | (This used to be commit 1ba223f202a070a695581e0d7161473a3ebf4332)
* Fix typoVolker Lendecke2008-02-231-2/+2
| | | | (This used to be commit 621db68f32f7007de8b2c4d7cf604a5778725615)
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| | | | (This used to be commit c4cab9e1c1f4975d970665f85838b2dea023d5fc)
* Fix a C++ warningVolker Lendecke2008-02-231-1/+2
| | | | (This used to be commit ac027a9b2e84d319f961ac0e84654a0e48920138)
* Check return value of pipe(2)Volker Lendecke2008-02-231-1/+2
| | | | (This used to be commit 49da21c03a1a5801fba4b12837cccf2887e0d8f0)
* Check return value of dup(2)Volker Lendecke2008-02-231-2/+6
| | | | (This used to be commit d34701d49cf5b30f5b9963dab5643b4b62704413)
* Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| | | | (This used to be commit d993b4c3cea6ead74ff1e031ee9a42f2aa39a9f1)
* Check the return value of fgetsVolker Lendecke2008-02-231-1/+4
| | | | (This used to be commit b8aaa9a69fd6217ce0387ef8e84f316706186d70)
* make idl: Check return value of asprintfVolker Lendecke2008-02-2317-250/+125
| | | | (This used to be commit d9fb7d7bdcd0e54838ff0b1cb64a7e75d8cd726a)
* Fix "used uninitialized" errors.Jeremy Allison2008-02-221-2/+6
| | | | | Jeremy. (This used to be commit 06d15d8a9f94a50337ebf6f651a004bb8b4821f3)
* Fix debug messages.Jeremy Allison2008-02-221-4/+5
| | | | | Jeremy. (This used to be commit d265cedb55b07c6b8a13b9632fbdf8a05fbba886)
* Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-227-428/+45
|\ | | | | | | | | | | v3-2-test (This used to be commit bcc5371b8e7f369e8d830d9cf687089514997248)
| * Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce2008-02-221-0/+1
| | | | | | | | (This used to be commit ce57d388251063c22f89680e9d1c2129d9879975)
| * Don't use fname after create_file has been calledVolker Lendecke2008-02-223-18/+18
| | | | | | | | | | | | | | | | | | create_file calls unix_convert internally, so modifies fname. So we can't use "fname" after create_file has returned. Use fsp->fsp_name instead. Found during a lengthy debugging session with Karolin testing the xattr_tdb module... (This used to be commit 183fe570469963923864b732817a87f8660341ed)
| * libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| | | | | | | | | | Michael (This used to be commit 85eec1d1d6b674294c50eb912fbe7d5a1dd42909)
| * libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| | | | | | | | | | | | Michael (cherry picked from commit 0440bcfe6359ca4842f473b1ca799cad9f1c6c96) (This used to be commit ddf7ac4f266e59871191c6e0a14e99b01a1dc8b1)
| * Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam2008-02-221-13/+3
| | | | | | | | | | | | | | E.g. the definition of libreplace doesn't. :-o Michael (This used to be commit 25341602ec8752e19ab993872dc2f6c4762785ff)
| * Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam2008-02-221-386/+0
| | | | | | | | | | | | | | getifaddrs() is now provided by libreplace. Michael (This used to be commit 7970901223464745f99cea883b180316189e4b2c)
| * libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| | | | | | | | | | | | | | Add missing includes of replace.c and defines of SOCKET_WRAPPER_NOT_REPLACE. Michael (This used to be commit 26e6ebc7090b5742deb67805d85d809cafb4543d)
| * Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| | | | | | | | | | | | | | Produce proper list instead of one-node-loop. Michael (This used to be commit ec9f4f5066ba7a8bf3af931fd4969590140c0b2b)
| * Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| | | | | | | | | | Michael (This used to be commit 65710e752f72070cb911867ff9f31f91904ca5c0)
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-211-1/+1
|\| | | | | | | | | | | v3-2-test (This used to be commit 9dabde1f3e5ba3d98e4e02d8c2a0706dc4f48c18)
| * Change option name.Karolin Seeger2008-02-211-1/+1
| | | | | | | | | | | | | | xattr:tdb -> xattr_tdb:file (according to the other vfs option names) Karolin (This used to be commit a2230ccc1700af02f5a5caedd2e66e6f4c14bb5c)
* | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into ↵Jeremy Allison2008-02-21120-10456/+18693
|\| | | | | | | | | | | v3-2-test (This used to be commit beb0a76b93f9dd054dbc4192516e7008e59b27d9)
| * libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| | | | | | | | | | Michael (This used to be commit 22cdd4cb507022d9c670b7d5cbc8d357b0b91637)
| * Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| | | | | | | | | | | | | | The missing header file is judged "catastrophic" on irix. Michael (This used to be commit 5778c90819a5a5cee38be690f442c571f3a6a051)
| * Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam2008-02-212-67/+67
| | | | | | | | | | Michael (This used to be commit 4724b13ed8dce4721f95979803ba32f815ceaf1a)
| * configure: Abstract configuration of internal libs into an m4 macro.Michael Adam2008-02-211-125/+45
| | | | | | | | | | | | | | New subsystem libraries can now be added by specifying SMB_LIBRARY(name). Michael (This used to be commit 54d73769c49eb87ecb33e3229a01214972b53858)
| * fix typoVolker Lendecke2008-02-211-1/+1
| | | | | | | | (This used to be commit 2d51bf67fc33e1f8f28151277fc254b82a04b664)
| * Remove check for secure mkstemp from configure.in.Michael Adam2008-02-211-22/+0
| | | | | | | | | | | | | | It has moved to libreplace. Michael (This used to be commit b5e894cb3b4d447bd8e8c3f461508c4cf3f630c1)
| * Remove mmap check from configure.inMichael Adam2008-02-212-75/+0
| | | | | | | | | | | | | | It is available in libreplace. Michael (This used to be commit 310c121faf5effeca9ab0df3591c486dd4982749)
| * 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 (This used to be commit 011f24c6c95c92417d877886ad87d2a2dd82056e)
| * 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 (This used to be commit d9b72282c63b57c8e54131306b2a3028a1ea41dc)
| * Fix double free bugs after calling regfio_close()Tim Potter2008-02-201-4/+0
| | | | | | | | (This used to be commit 737bb950d50ac6c5d4f99279bf535ae3a9963b2f)
| * Fix memory leaks on error pathTim Potter2008-02-201-1/+8
| | | | | | | | (This used to be commit 47dd0700b4320bf5ac9a80e71ae82d82d4554e6a)
| * Fix possible close of invalid fd if call to socket() returns -1.Tim Potter2008-02-201-1/+2
| | | | | | | | (This used to be commit f7d2f692994918037e603ef95dd097b03d2c5456)
| * Fix build with static libs: place tdb static lib after tdb-util objects.Michael Adam2008-02-201-2/+3
| | | | | | | | | | Michael (This used to be commit 39eef8e86cfab60c1328d2335a737b41d8fd6db0)
| * 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 (This used to be commit 63bff18f3f6396736910a8e1f5f2abf453c4f89a)
| * configure: Move assemblage of samba version strings to m4 include file.Michael Adam2008-02-202-19/+30
| | | | | | | | | | Michael (This used to be commit 8b220717e8dd62455716d4aaf6728087d04fb71b)