summaryrefslogtreecommitdiff
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3: Fix the pthreadpool build on OS/XVolker Lendecke2012-04-091-0/+1
* s3: Compile fix for dbwrap_file.cVolker Lendecke2012-04-071-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-065-23/+23
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-37/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-64/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-29/+0
* s3-vfs: Remove unused lgetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-51/+0
* build: Remove SMB_F* locking definesAndrew Bartlett2012-04-052-3/+3
* build: Remove SMB_STRUCT_FLOCK defineAndrew Bartlett2012-04-051-1/+1
* build: Remove SMB_STRUCT_DIR defineAndrew Bartlett2012-04-052-2/+2
* build: Remove SMB_STRUCT_DIRENT defineAndrew Bartlett2012-04-051-2/+2
* build: Remove sys_rewinddir wrapperAndrew Bartlett2012-04-051-8/+0
* build: Remove sys_closedir wrapperAndrew Bartlett2012-04-051-10/+0
* build: Remove sys_telldir wrapperAndrew Bartlett2012-04-051-9/+0
* build: Remove sys_seekdir wrapperAndrew Bartlett2012-04-051-9/+0
* build: Remove sys_readdir wrapperAndrew Bartlett2012-04-052-10/+1
* build: Remove sys_opendir wrapperAndrew Bartlett2012-04-051-9/+0
* build: Remove sys_fopen wrapperAndrew Bartlett2012-04-052-11/+1
* build: Remove sys_open wrapperAndrew Bartlett2012-04-053-12/+3
* build: Remove sys_creat wrapperAndrew Bartlett2012-04-051-9/+0
* build: Remove fallback call to sys_open as HAVE_CREAT is not actually checked...Andrew Bartlett2012-04-051-8/+0
* build: Remove sys_ftell wrapperAndrew Bartlett2012-04-051-9/+0
* build: Remove sys_lseek wrapperAndrew Bartlett2012-04-055-14/+5
* build: Remove sys_ftruncate wrapperAndrew Bartlett2012-04-052-11/+2
* build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any moreAndrew Bartlett2012-04-052-155/+44
* s3: Enhance the dbwrap needed x attempts msgVolker Lendecke2012-04-031-1/+5
* s3-smbd: Inline init_modules() into only callerAndrew Bartlett2012-04-031-9/+0
* s3: Avoid a crash with debug level 10Volker Lendecke2012-03-301-1/+2
* s3: Fix a valgrind errorVolker Lendecke2012-03-291-1/+8
* use usleep rather than sys_usleep in various places, in anticipation of uslee...Jelmer Vernooij2012-03-241-34/+0
* lib/util: Remove obsolete sys_getpid() and sys_fork().Jelmer Vernooij2012-03-249-16/+16
* adt_tree: Fix return types.Jelmer Vernooij2012-03-241-3/+3
* adt_tree: Avoid WERROR.Jelmer Vernooij2012-03-241-3/+3
* util_malloc: Remove unused constant.Jelmer Vernooij2012-03-241-3/+0
* lib/util: Remove dummy wrapper for getgrnam().Jelmer Vernooij2012-03-242-2/+2
* lib/util: Remove dummy wrapper for getpwnam().Jelmer Vernooij2012-03-241-2/+2
* lib/util: Remove dummy wrappers for setpwent/getpwent/endpwent.Jelmer Vernooij2012-03-241-1/+1
* lib/util: Move calloc_array and memalign_array to top-level libutil.Jelmer Vernooij2012-03-241-32/+0
* sock_exec: Avoid sys_connect.Jelmer Vernooij2012-03-241-2/+2
* util_sock: Avoid sys_connect.Jelmer Vernooij2012-03-241-7/+13
* ctdb_conn: Avoid sys_connect.Jelmer Vernooij2012-03-241-1/+3
* replace: Move memalign() from lib/util/system.c to libreplace.Jelmer Vernooij2012-03-241-1/+1
* libndr: Rename policy_handle_equal to ndr_policy_handle_equal.Jelmer Vernooij2012-03-201-3/+3
* s3-dbwrap: Move "lock_order" initialization to db_open_xxVolker Lendecke2012-03-164-6/+8
* Make reinit_after_fork_pipe_handler code with reads being interrupted by a si...Jeremy Allison2012-03-151-1/+1
* s3:smbd: let smbd/nmbd/winbindd child processes terminate if the parent proce...Michael Adam2012-03-151-0/+56
* s3: Update waf build to include missed dependancy on Lion.Ira Cooper2012-03-151-1/+1
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-105-5/+5
* s3-ctdb: Enable CTDB readonly support only if CTDB supports itAmitay Isaacs2012-03-052-1/+12
* dbwrap_ctdb: only fetch a read-only copy if we had a record already.Rusty Russell2012-03-052-4/+10