Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | s3: Fix the pthreadpool build on OS/X | Volker Lendecke | 1 | -0/+1 |
2012-04-07 | s3: Compile fix for dbwrap_file.c | Volker Lendecke | 1 | -1/+1 |
2012-04-06 | build: Remove SMB_OFF_T, replace with off_t | Andrew Bartlett | 5 | -23/+23 |
2012-04-05 | s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -37/+0 |
2012-04-05 | s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -64/+0 |
2012-04-05 | s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -29/+0 |
2012-04-05 | s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configure | Andrew Bartlett | 1 | -51/+0 |
2012-04-05 | build: Remove SMB_F* locking defines | Andrew Bartlett | 2 | -3/+3 |
2012-04-05 | build: Remove SMB_STRUCT_FLOCK define | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: Remove SMB_STRUCT_DIR define | Andrew Bartlett | 2 | -2/+2 |
2012-04-05 | build: Remove SMB_STRUCT_DIRENT define | Andrew Bartlett | 1 | -2/+2 |
2012-04-05 | build: Remove sys_rewinddir wrapper | Andrew Bartlett | 1 | -8/+0 |
2012-04-05 | build: Remove sys_closedir wrapper | Andrew Bartlett | 1 | -10/+0 |
2012-04-05 | build: Remove sys_telldir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_seekdir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_readdir wrapper | Andrew Bartlett | 2 | -10/+1 |
2012-04-05 | build: Remove sys_opendir wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_fopen wrapper | Andrew Bartlett | 2 | -11/+1 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 3 | -12/+3 |
2012-04-05 | build: Remove sys_creat wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked... | Andrew Bartlett | 1 | -8/+0 |
2012-04-05 | build: Remove sys_ftell wrapper | Andrew Bartlett | 1 | -9/+0 |
2012-04-05 | build: Remove sys_lseek wrapper | Andrew Bartlett | 5 | -14/+5 |
2012-04-05 | build: Remove sys_ftruncate wrapper | Andrew Bartlett | 2 | -11/+2 |
2012-04-05 | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 2 | -155/+44 |
2012-04-03 | s3: Enhance the dbwrap needed x attempts msg | Volker Lendecke | 1 | -1/+5 |
2012-04-03 | s3-smbd: Inline init_modules() into only caller | Andrew Bartlett | 1 | -9/+0 |
2012-03-30 | s3: Avoid a crash with debug level 10 | Volker Lendecke | 1 | -1/+2 |
2012-03-29 | s3: Fix a valgrind error | Volker Lendecke | 1 | -1/+8 |
2012-03-24 | use usleep rather than sys_usleep in various places, in anticipation of uslee... | Jelmer Vernooij | 1 | -34/+0 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 9 | -16/+16 |
2012-03-24 | adt_tree: Fix return types. | Jelmer Vernooij | 1 | -3/+3 |
2012-03-24 | adt_tree: Avoid WERROR. | Jelmer Vernooij | 1 | -3/+3 |
2012-03-24 | util_malloc: Remove unused constant. | Jelmer Vernooij | 1 | -3/+0 |
2012-03-24 | lib/util: Remove dummy wrapper for getgrnam(). | Jelmer Vernooij | 2 | -2/+2 |
2012-03-24 | lib/util: Remove dummy wrapper for getpwnam(). | Jelmer Vernooij | 1 | -2/+2 |
2012-03-24 | lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent. | Jelmer Vernooij | 1 | -1/+1 |
2012-03-24 | lib/util: Move calloc_array and memalign_array to top-level libutil. | Jelmer Vernooij | 1 | -32/+0 |
2012-03-24 | sock_exec: Avoid sys_connect. | Jelmer Vernooij | 1 | -2/+2 |
2012-03-24 | util_sock: Avoid sys_connect. | Jelmer Vernooij | 1 | -7/+13 |
2012-03-24 | ctdb_conn: Avoid sys_connect. | Jelmer Vernooij | 1 | -1/+3 |
2012-03-24 | replace: Move memalign() from lib/util/system.c to libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2012-03-20 | libndr: Rename policy_handle_equal to ndr_policy_handle_equal. | Jelmer Vernooij | 1 | -3/+3 |
2012-03-16 | s3-dbwrap: Move "lock_order" initialization to db_open_xx | Volker Lendecke | 4 | -6/+8 |
2012-03-15 | Make reinit_after_fork_pipe_handler code with reads being interrupted by a si... | Jeremy Allison | 1 | -1/+1 |
2012-03-15 | s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce... | Michael Adam | 1 | -0/+56 |
2012-03-15 | s3: Update waf build to include missed dependancy on Lion. | Ira Cooper | 1 | -1/+1 |
2012-03-10 | tdb_wrap: Move to specific directory. | Jelmer Vernooij | 5 | -5/+5 |
2012-03-05 | s3-ctdb: Enable CTDB readonly support only if CTDB supports it | Amitay Isaacs | 2 | -1/+12 |
2012-03-05 | dbwrap_ctdb: only fetch a read-only copy if we had a record already. | Rusty Russell | 2 | -4/+10 |