summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix inotify detectionVolker Lendecke2008-02-252-2/+8
| * | | | | | | make test: pass --option=torture:sharedelay=100000 to samba4 smbtortureStefan Metzmacher2008-02-251-0/+2
| * | | | | | | Do the formatting change in all 3 places :-)Volker Lendecke2008-02-251-3/+7
| * | | | | | | Fix confusing error message -- bug 5252Volker Lendecke2008-02-251-3/+5
| * | | | | | | Allow "max mux" async i/o requestsVolker Lendecke2008-02-241-5/+9
| * | | | | | | Export aio_request_done()Volker Lendecke2008-02-241-3/+9
| * | | | | | | Fix aix-build of libtalloc.so by exporting all necessary symbols.Michael Adam2008-02-241-1/+1
| * | | | | | | AIO on streams does not work (yet...)Volker Lendecke2008-02-241-0/+12
| * | | | | | | Fix typoVolker Lendecke2008-02-231-2/+2
| * | | | | | | Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| * | | | | | | Fix a C++ warningVolker Lendecke2008-02-231-1/+2
| * | | | | | | Check return value of pipe(2)Volker Lendecke2008-02-231-1/+2
| * | | | | | | Check return value of dup(2)Volker Lendecke2008-02-231-2/+6
| * | | | | | | Fix a C++ warningVolker Lendecke2008-02-231-1/+1
| * | | | | | | Check the return value of fgetsVolker Lendecke2008-02-231-1/+4
| * | | | | | | make idl: Check return value of asprintfVolker Lendecke2008-02-2317-250/+125
| * | | | | | | Fix "used uninitialized" errors.Jeremy Allison2008-02-221-2/+6
| * | | | | | | Fix debug messages.Jeremy Allison2008-02-221-4/+5
| * | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-227-428/+45
| |\ \ \ \ \ \ \
| | * | | | | | | Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3Simo Sorce2008-02-221-0/+1
| | * | | | | | | Don't use fname after create_file has been calledVolker Lendecke2008-02-223-18/+18
| | * | | | | | | libreplace: don't use socketwrapper for getifaddrs() implementations.Michael Adam2008-02-221-0/+2
| | * | | | | | | libreplace: Fix comment originating from old samba source.Michael Adam2008-02-221-1/+1
| | * | | | | | | Not all implementations of struct ifaddrs define ifa_broadaddr.Michael Adam2008-02-221-13/+3
| | * | | | | | | Remove the implementations of _get_interfaces and autoconf test in interfaces.cMichael Adam2008-02-221-386/+0
| | * | | | | | | libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| | * | | | | | | Fix linked list of ifaddrs in implementations of rep_getifaddrs.Michael Adam2008-02-221-3/+3
| | * | | | | | | Add missing initalizations of lastif in rep_getifaddr implementations.Michael Adam2008-02-221-3/+6
| * | | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-211-1/+1
| |\| | | | | | |
| | * | | | | | | Change option name.Karolin Seeger2008-02-211-1/+1
| * | | | | | | | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-...Jeremy Allison2008-02-21120-10456/+18693
| |\| | | | | | |
| | * | | | | | | libreplace: fix compile errors in getifaddrs.cMichael Adam2008-02-211-6/+3
| | * | | | | | | Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| | * | | | | | | Move the definition of SMB_LIBRARY to aclocal.m4.Michael Adam2008-02-212-67/+67
| | * | | | | | | configure: Abstract configuration of internal libs into an m4 macro.Michael Adam2008-02-211-125/+45
| | * | | | | | | fix typoVolker Lendecke2008-02-211-1/+1
| | * | | | | | | Remove check for secure mkstemp from configure.in.Michael Adam2008-02-211-22/+0
| | * | | | | | | Remove mmap check from configure.inMichael Adam2008-02-212-75/+0
| | * | | | | | | Fix the build on irix: Prevent empty line in TDB_OBJMichael Adam2008-02-211-2/+2
| | * | | | | | | From: David Disseldorp <ddiss@sgi.com>Jeremy Allison2008-02-201-2/+1
| | * | | | | | | 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
| | * | | | | | | configure: add --enable-shared-libs to control overall internal use of shared...Michael Adam2008-02-201-3/+32
| | * | | | | | | configure: Move assemblage of samba version strings to m4 include file.Michael Adam2008-02-202-19/+30
| | * | | | | | | Remove checks for ino_t, loff_t, offset_t, and comparison_fn_t from configure...Michael Adam2008-02-201-5/+0
| | * | | | | | | Support dlopen(NULL, ...) on HPUX.Jelmer Vernooij2008-02-201-0/+2
| | * | | | | | | Remove tests for vsnprintf snprintf asprintf vasprintf and va_copy from confi...Michael Adam2008-02-201-53/+1
| | * | | | | | | libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam2008-02-201-36/+36