summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-20Fix build with static libs: place tdb static lib after tdb-util objects.Michael Adam1-2/+3
2008-02-20configure: add --enable-shared-libs to control overall internal use of shared...Michael Adam1-3/+32
2008-02-20configure: Move assemblage of samba version strings to m4 include file.Michael Adam2-19/+30
2008-02-20Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure...Michael Adam1-5/+0
2008-02-20Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij1-0/+2
2008-02-20Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from confi...Michael Adam1-53/+1
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam1-36/+36
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in system/config.m4.Michael Adam1-8/+8
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getpass.m4.Michael Adam1-6/+6
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam1-15/+15
2008-02-20Remove the getifaddrs checks from configure.in: they are now in lib/replace.Michael Adam1-96/+0
2008-02-20configure: Use SAMBA_CONFIGURE_CPPFLAGS for AC_LIBREPLACE_BROKEN_CHECKS.Michael Adam1-0/+5
2008-02-19libreplace: Remove double item in case statement.Michael Adam1-4/+0
2008-02-19Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam1-3/+0
2008-02-19r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij1-1/+1
2008-02-19r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach1-0/+4
2008-02-19r26507: Fix function signature for freeifaddrs.Jelmer Vernooij1-1/+1