summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* update .gitignore with new test program executableDerrell Lipman2008-02-261-0/+1
* add a test program for the new ftruncate functionalityDerrell Lipman2008-02-262-0/+87
* add smbc_ftruncate() to emulate POSIX ftruncate()Derrell Lipman2008-02-263-0/+112
* add 64-bit macros from samba4Derrell Lipman2008-02-261-0/+6
* add a function to truncate a file to a specified sizeDerrell Lipman2008-02-261-0/+49
* Add variable to define if a share should be hidden.Andreas Schneider2008-02-262-4/+6
* Rerun make idl. To remove irritating semicolon.Michael Adam2008-02-261-2/+0
* Add libnet_join.idl to the IDL files to be processed by "make idl".Michael Adam2008-02-261-1/+1
* make idl: Only compile idl files newer than the output to be generated.Michael Adam2008-02-261-1/+1
* libreplace: Add tests for connect and gethostbyname.Michael Adam2008-02-265-0/+96
* configure: put swat-part of config into m4-include file of its own.Michael Adam2008-02-262-16/+28
* Fix build on VOS: socklen_t is needed for rep_inet_ntop: move it up.Michael Adam2008-02-261-5/+5
* Fix some typos.Karolin Seeger2008-02-261-3/+3
* Fix build on some systems : don't pass libraries to mkproto.awkMichael Adam2008-02-251-1/+1
* Fix the build on OpenBSD: ENOTSUP is not always defined.Michael Adam2008-02-251-0/+4
* Fix some warningsVolker Lendecke2008-02-2513-57/+86
* Correctly check return of rename(2)Volker Lendecke2008-02-251-1/+1
* 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