summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2008-02-26configure: put swat-part of config into m4-include file of its own.Michael Adam2-16/+28
2008-02-26Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam1-5/+5
2008-02-26Fix some typos.Karolin Seeger1-3/+3
2008-02-25Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam1-1/+1
2008-02-25Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam1-0/+4
2008-02-25Fix some warningsVolker Lendecke13-57/+86
2008-02-25Correctly check return of rename(2)Volker Lendecke1-1/+1
2008-02-25Fix inotify detectionVolker Lendecke2-2/+8
2008-02-25make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher1-0/+2
2008-02-25Do the formatting change in all 3 places :-)Volker Lendecke1-3/+7
2008-02-25Fix confusing error message -- bug 5252Volker Lendecke1-3/+5
2008-02-24Allow "max mux" async i/o requestsVolker Lendecke1-5/+9
2008-02-24Export aio_request_done()Volker Lendecke1-3/+9
2008-02-24Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam1-1/+1
2008-02-24AIO on streams does not work (yet...)Volker Lendecke1-0/+12
2008-02-23Fix typoVolker Lendecke1-2/+2
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
2008-02-23Fix a C++ warningVolker Lendecke1-1/+2
2008-02-23Check return value of pipe(2)Volker Lendecke1-1/+2
2008-02-23Check return value of dup(2)Volker Lendecke1-2/+6
2008-02-23Fix a C++ warningVolker Lendecke1-1/+1
2008-02-23Check the return value of fgetsVolker Lendecke1-1/+4
2008-02-23make idl: Check return value of asprintfVolker Lendecke17-250/+125
2008-02-22Fix "used uninitialized" errors.Jeremy Allison1-2/+6
2008-02-22Fix debug messages.Jeremy Allison1-4/+5
2008-02-22Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison7-428/+45
2008-02-22Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce1-0/+1
2008-02-22Don't use fname after create_file has been calledVolker Lendecke3-18/+18
2008-02-22libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam1-0/+2
2008-02-22libreplace: Fix comment originating from old samba source.Michael Adam1-1/+1
2008-02-22Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam1-13/+3
2008-02-22Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam1-386/+0
2008-02-22libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam1-4/+11
2008-02-22Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam1-3/+3
2008-02-22Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam1-3/+6
2008-02-21Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison1-1/+1
2008-02-21Change option name.Karolin Seeger1-1/+1
2008-02-21Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison120-10456/+18693
2008-02-21libreplace: fix compile errors in getifaddrs.cMichael Adam1-6/+3
2008-02-21Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam1-0/+3
2008-02-21Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam2-67/+67
2008-02-21configure: Abstract configuration of internal libs into an m4 macro.Michael Adam1-125/+45
2008-02-21fix typoVolker Lendecke1-1/+1
2008-02-21Remove check for secure mkstemp from configure.in.Michael Adam1-22/+0
2008-02-21Remove mmap check from configure.inMichael Adam2-75/+0
2008-02-21Fix the build on irix: Prevent empty line in TDB_OBJMichael Adam1-2/+2
2008-02-20From: David Disseldorp <ddiss@sgi.com>Jeremy Allison1-2/+1
2008-02-20Fix double free bugs after calling regfio_close()Tim Potter1-4/+0
2008-02-20Fix memory leaks on error pathTim Potter1-1/+8
2008-02-20Fix possible close of invalid fd if call to socket() returns -1.Tim Potter1-1/+2