summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ldb-tools: Place the whole of an ldif file in a transactionldb-1.1.5Andrew Bartlett2012-04-107-16/+136
* ldb: Allow access to the line number while reading ldif from a fileAndrew Bartlett2012-04-105-7/+281
* ldb: Detect failures in ldb.base againAndrew Bartlett2012-04-104-6/+16
* Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function"Andrew Bartlett2012-04-108-28/+23
* On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ...Jeremy Allison2012-04-105-11/+14
* wafsamba/bundled: Fix typo in tuplize_version.Jelmer Vernooij2012-04-103-1/+29
* wafsamba: Parse Python versions as integers separated by dots.Jelmer Vernooij2012-04-091-1/+4
* Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl...Jeremy Allison2012-04-095-12/+18
* libreplace: We have a poll replacement based on selectVolker Lendecke2012-04-091-0/+1
* tevent: Fix a typoVolker Lendecke2012-04-091-1/+1
* s3: Fix the pthreadpool build on OS/XVolker Lendecke2012-04-091-0/+1
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-0/+19
* s3: Initialize aio_pending_size from aio_pthreadVolker Lendecke2012-04-091-19/+22
* s3: Move the aio signal init to the vfs moduleVolker Lendecke2012-04-093-21/+16
* autobuild: Also test a distribution-style build with external libsAndrew Bartlett2012-04-091-1/+24
* wafsamba: Return missing libs rather than last syslib.Jelmer Vernooij2012-04-081-1/+1
* s3: Compile fix for dbwrap_file.cVolker Lendecke2012-04-071-1/+1
* Found whilst back-porting the fix for bug 8837 - smbd crashes when deleting d...Jeremy Allison2012-04-071-9/+10
* Bug found by Herb. blkcnt_t st_ex_blksize is defined as a signed value. When ...Jeremy Allison2012-04-063-0/+53
* docs-xml: fix default name resolve order (fix bug #7564)Björn Baumbach2012-04-061-1/+1
* docs: remove whitespace in example samba.ldif (fix bug #8789)Björn Baumbach2012-04-061-1/+1
* docs: add reload-printers command to smbcontrol manual pageBjörn Baumbach2012-04-061-0/+7
* s3-utils: add do_reload_printers command to smbcontolBjörn Baumbach2012-04-061-0/+14
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-0663-387/+384
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-052-3/+3
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0517-189/+5
* s3-build: Remove unused configure checks for xattr functionsAndrew Bartlett2012-04-051-1/+1
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0517-227/+6
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0516-147/+4
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-0517-209/+2
* build: Add configure summary checking to waf buildAndrew Bartlett2012-04-051-0/+7
* build: Fix bitrotted configure summary, we now also test HAVE_IFACE_GETIFADDRSAndrew Bartlett2012-04-051-1/+1
* build: Restore configure summary checkingAndrew Bartlett2012-04-051-1/+0
* build: Add more assertions that fcntl locking works 64-bitAndrew Bartlett2012-04-051-4/+15
* build: Remove unused GLIBC_HACK_FCNTL64Andrew Bartlett2012-04-051-13/+0
* build: Fix sys_open() removal by including system/filesys.hAndrew Bartlett2012-04-051-0/+1
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-056-28/+12
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-053-6/+2
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-0532-171/+163
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-0522-62/+54
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-054-11/+2
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-059-31/+20
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-054-12/+2
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-054-12/+2
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-059-18/+8
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-059-20/+10
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-056-17/+6
* build: Remove sys_open wrapperAndrew Bartlett2012-04-0516-34/+24
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-053-12/+2
* build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...Andrew Bartlett2012-04-051-8/+0