| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | prepare WHATSNEW for Samba 4.0alpha19 release and mark as release. | Andrew Bartlett | 2012-04-11 | 2 | -32/+37 |
| * | ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h | Andrew Bartlett | 2012-04-11 | 1 | -0/+4 |
| * | remove --enable-developer from samba4-libs autobuild | Andrew Bartlett | 2012-04-11 | 1 | -5/+5 |
| * | remove --enable-developer from recursive waf build in autoconf build | Andrew Bartlett | 2012-04-11 | 1 | -1/+1 |
| * | buildtools: Add --enable-debug option | Andrew Bartlett | 2012-04-11 | 2 | -0/+7 |
| * | .gitignore: ignore MYMETA.yml | Andrew Bartlett | 2012-04-11 | 1 | -0/+1 |
| * | build: search for talloc, tdb, tevent in non-standard system locations | Andrew Bartlett | 2012-04-11 | 1 | -5/+21 |
| * | build: Add tevent deps for users of tevent calls | Andrew Bartlett | 2012-04-11 | 1 | -3/+3 |
| * | Add a new module, aio_linux which implements Linux kernel aio support. Docs t... | Jeremy Allison | 2012-04-11 | 5 | -0/+786 |
| * | pidl/NDR/Parser: also do range checks on the array size | Stefan Metzmacher | 2012-04-10 | 1 | -5/+20 |
| * | pidl/NDR/Parser: do array range validation in ParseArrayPullGetLength() | Stefan Metzmacher | 2012-04-10 | 1 | -28/+14 |
| * | pidl/NDR/Parser: use helper variables for array size and length | Stefan Metzmacher | 2012-04-10 | 1 | -7/+15 |
| * | pidl/NDR/Parser: remember if we already know the array length | Stefan Metzmacher | 2012-04-10 | 1 | -1/+7 |
| * | pidl/NDR/Parser: use ParseArrayPullGetLength() to get the number of array ele... | Stefan Metzmacher | 2012-04-10 | 1 | -5/+1 |
| * | pidl/NDR/Parser: split off ParseArrayPullGetSize() and ParseArrayPullGetLength() | Stefan Metzmacher | 2012-04-10 | 1 | -13/+42 |
| * | pidl/NDR/Parser: simplify logic in DeclareArrayVariables*() | Stefan Metzmacher | 2012-04-10 | 1 | -8/+6 |
| * | pidl/NDR/Parser: declare all union helper variables in ParseUnionPull() | Stefan Metzmacher | 2012-04-10 | 1 | -2/+2 |
| * | s3: Use talloc_get_size instead of strlen | Volker Lendecke | 2012-04-10 | 1 | -1/+1 |
| * | ldb-tools: Place the whole of an ldif file in a transaction | Andrew Bartlett | 2012-04-10 | 7 | -16/+136 |
| * | ldb: Allow access to the line number while reading ldif from a file | Andrew Bartlett | 2012-04-10 | 5 | -7/+281 |
| * | ldb: Detect failures in ldb.base again | Andrew Bartlett | 2012-04-10 | 4 | -6/+16 |
| * | Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function" | Andrew Bartlett | 2012-04-10 | 8 | -28/+23 |
| * | On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ... | Jeremy Allison | 2012-04-10 | 5 | -11/+14 |
| * | wafsamba/bundled: Fix typo in tuplize_version. | Jelmer Vernooij | 2012-04-10 | 3 | -1/+29 |
| * | wafsamba: Parse Python versions as integers separated by dots. | Jelmer Vernooij | 2012-04-09 | 1 | -1/+4 |
| * | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl... | Jeremy Allison | 2012-04-09 | 5 | -12/+18 |
| * | libreplace: We have a poll replacement based on select | Volker Lendecke | 2012-04-09 | 1 | -0/+1 |
| * | tevent: Fix a typo | Volker Lendecke | 2012-04-09 | 1 | -1/+1 |
| * | s3: Fix the pthreadpool build on OS/X | Volker Lendecke | 2012-04-09 | 1 | -0/+1 |
| * | s3: Initialize aio_pending_size from aio_pthread | Volker Lendecke | 2012-04-09 | 1 | -0/+19 |
| * | s3: Initialize aio_pending_size from aio_pthread | Volker Lendecke | 2012-04-09 | 1 | -19/+22 |
| * | s3: Move the aio signal init to the vfs module | Volker Lendecke | 2012-04-09 | 3 | -21/+16 |
| * | autobuild: Also test a distribution-style build with external libs | Andrew Bartlett | 2012-04-09 | 1 | -1/+24 |
| * | wafsamba: Return missing libs rather than last syslib. | Jelmer Vernooij | 2012-04-08 | 1 | -1/+1 |
| * | s3: Compile fix for dbwrap_file.c | Volker Lendecke | 2012-04-07 | 1 | -1/+1 |
| * | Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d... | Jeremy Allison | 2012-04-07 | 1 | -9/+10 |
| * | Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ... | Jeremy Allison | 2012-04-06 | 3 | -0/+53 |
| * | docs-xml: fix default name resolve order (fix bug #7564) | Björn Baumbach | 2012-04-06 | 1 | -1/+1 |
| * | docs: remove whitespace in example samba.ldif (fix bug #8789) | Björn Baumbach | 2012-04-06 | 1 | -1/+1 |
| * | docs: add reload-printers command to smbcontrol manual page | Björn Baumbach | 2012-04-06 | 1 | -0/+7 |
| * | s3-utils: add do_reload_printers command to smbcontol | Björn Baumbach | 2012-04-06 | 1 | -0/+14 |
| * | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 2012-04-06 | 63 | -387/+384 |
| * | s3-build: Remove unused configure checks for xattr functions | Andrew Bartlett | 2012-04-05 | 2 | -3/+3 |
| * | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 17 | -189/+5 |
| * | s3-build: Remove unused configure checks for xattr functions | Andrew Bartlett | 2012-04-05 | 1 | -1/+1 |
| * | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 17 | -227/+6 |
| * | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 16 | -147/+4 |
| * | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 2012-04-05 | 17 | -209/+2 |
| * | build: Add configure summary checking to waf build | Andrew Bartlett | 2012-04-05 | 1 | -0/+7 |
| * | build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRS | Andrew Bartlett | 2012-04-05 | 1 | -1/+1 |