Age | Commit message (Expand) | Author | Files | Lines |
2008-02-25 | Fix build on some systems : don't pass libraries to mkproto.awk | Michael Adam | 1 | -1/+1 |
2008-02-25 | Fix the build on OpenBSD: ENOTSUP is not always defined. | Michael Adam | 1 | -0/+4 |
2008-02-25 | Fix some warnings | Volker Lendecke | 13 | -57/+86 |
2008-02-25 | Correctly check return of rename(2) | Volker Lendecke | 1 | -1/+1 |
2008-02-25 | Fix inotify detection | Volker Lendecke | 2 | -2/+8 |
2008-02-25 | make test: pass --option=torture:sharedelay=100000 to samba4 smbtorture | Stefan Metzmacher | 1 | -0/+2 |
2008-02-25 | Do the formatting change in all 3 places :-) | Volker Lendecke | 1 | -3/+7 |
2008-02-25 | Fix confusing error message -- bug 5252 | Volker Lendecke | 1 | -3/+5 |
2008-02-24 | Allow "max mux" async i/o requests | Volker Lendecke | 1 | -5/+9 |
2008-02-24 | Export aio_request_done() | Volker Lendecke | 1 | -3/+9 |
2008-02-24 | Fix aix-build of libtalloc.so by exporting all necessary symbols. | Michael Adam | 1 | -1/+1 |
2008-02-24 | AIO on streams does not work (yet...) | Volker Lendecke | 1 | -0/+12 |
2008-02-23 | Fix typo | Volker Lendecke | 1 | -2/+2 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+2 |
2008-02-23 | Check return value of pipe(2) | Volker Lendecke | 1 | -1/+2 |
2008-02-23 | Check return value of dup(2) | Volker Lendecke | 1 | -2/+6 |
2008-02-23 | Fix a C++ warning | Volker Lendecke | 1 | -1/+1 |
2008-02-23 | Check the return value of fgets | Volker Lendecke | 1 | -1/+4 |
2008-02-23 | make idl: Check return value of asprintf | Volker Lendecke | 17 | -250/+125 |
2008-02-22 | Fix "used uninitialized" errors. | Jeremy Allison | 1 | -2/+6 |
2008-02-22 | Fix debug messages. | Jeremy Allison | 1 | -4/+5 |
2008-02-22 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 7 | -428/+45 |
2008-02-22 | Make sure mount.cifs.c compiles on Fedora 9 with gcc 4.3 | Simo Sorce | 1 | -0/+1 |
2008-02-22 | Don't use fname after create_file has been called | Volker Lendecke | 3 | -18/+18 |
2008-02-22 | libreplace: don't use socketwrapper for getifaddrs() implementations. | Michael Adam | 1 | -0/+2 |
2008-02-22 | libreplace: Fix comment originating from old samba source. | Michael Adam | 1 | -1/+1 |
2008-02-22 | Not all implementations of struct ifaddrs define ifa_broadaddr. | Michael Adam | 1 | -13/+3 |
2008-02-22 | Remove the implementations of _get_interfaces and autoconf test in interfaces.c | Michael Adam | 1 | -386/+0 |
2008-02-22 | libreplace: fix creation of conftest files for getifaddrs tests. | Michael Adam | 1 | -4/+11 |
2008-02-22 | Fix linked list of ifaddrs in implementations of rep_getifaddrs. | Michael Adam | 1 | -3/+3 |
2008-02-22 | Add missing initalizations of lastif in rep_getifaddr implementations. | Michael Adam | 1 | -3/+6 |
2008-02-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 1 | -1/+1 |
2008-02-21 | Change option name. | Karolin Seeger | 1 | -1/+1 |
2008-02-21 | Merge branch 'v3-2-test' of ssh://jra@git.samba.org/data/git/samba into v3-2-... | Jeremy Allison | 120 | -10456/+18693 |
2008-02-21 | libreplace: fix compile errors in getifaddrs.c | Michael Adam | 1 | -6/+3 |
2008-02-21 | Try and fix getifaddrs check on irix: dont't try to include config.h | Michael Adam | 1 | -0/+3 |
2008-02-21 | Move the definition of SMB_LIBRARY to aclocal.m4. | Michael Adam | 2 | -67/+67 |
2008-02-21 | configure: Abstract configuration of internal libs into an m4 macro. | Michael Adam | 1 | -125/+45 |
2008-02-21 | fix typo | Volker Lendecke | 1 | -1/+1 |
2008-02-21 | Remove check for secure mkstemp from configure.in. | Michael Adam | 1 | -22/+0 |
2008-02-21 | Remove mmap check from configure.in | Michael Adam | 2 | -75/+0 |
2008-02-21 | Fix the build on irix: Prevent empty line in TDB_OBJ | Michael Adam | 1 | -2/+2 |
2008-02-20 | From: David Disseldorp <ddiss@sgi.com> | Jeremy Allison | 1 | -2/+1 |
2008-02-20 | Fix double free bugs after calling regfio_close() | Tim Potter | 1 | -4/+0 |
2008-02-20 | Fix memory leaks on error path | Tim Potter | 1 | -1/+8 |
2008-02-20 | Fix possible close of invalid fd if call to socket() returns -1. | Tim Potter | 1 | -1/+2 |
2008-02-20 | Fix build with static libs: place tdb static lib after tdb-util objects. | Michael Adam | 1 | -2/+3 |
2008-02-20 | configure: add --enable-shared-libs to control overall internal use of shared... | Michael Adam | 1 | -3/+32 |
2008-02-20 | configure: Move assemblage of samba version strings to m4 include file. | Michael Adam | 2 | -19/+30 |