summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* ctdbd_conn: fetch read-only copies of records.Rusty Russell2012-03-051-2/+2
* dbwrap_ctdb: handle read-only records.Rusty Russell2012-03-051-9/+26
* dbwrap: changed log level for information about lock orderAndrew Tridgell2012-02-271-1/+1
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-74/+0
* lib/util: Remove unused sys_sendto()Andrew Bartlett2012-02-171-18/+0
* lib/util: Remove unused sys_recv()Andrew Bartlett2012-02-171-18/+0
* s3-lib: Remove unused standard_sub_conn()Andrew Bartlett2012-02-171-19/+0
* s3-lib Remove unused sys_fcntl_long()Andrew Bartlett2012-02-171-14/+0
* s3-lib Remove unused sys_fseek()Andrew Bartlett2012-02-171-17/+0
* lib/util: Remove sys_poll as it is no longer neededAndrew Bartlett2012-02-163-16/+11
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+3
* s3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760Volker Lendecke2012-02-152-2/+29
* s3-lib: Remove unused is_myworkgroup()Andrew Bartlett2012-02-101-17/+0
* s3-charcnv: Remove unused rpcstr_push()Andrew Bartlett2012-02-101-8/+0
* s3-lib: Remove unused pid_path()Andrew Bartlett2012-02-101-13/+0
* s3-charcnv: Remove unused pull_string_fnAndrew Bartlett2012-02-101-35/+0