summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2012-07-02s3-libpidfile: fix check for running process.Björn Baumbach1-1/+1
2012-07-02s3-libpidfile: some more debug outputBjörn Baumbach1-0/+6
2012-06-30Try and fix the autoconf build on Solaris/Nexenta/etc.Jeremy Allison1-3/+0
2012-06-29s3_dbrwap_ctdb: improve a comment in db_ctdb_can_use_local_record()Michael Adam1-1/+3
2012-06-29s3:dbwrap_ctdb: fix a comment in db_ctdb_fetch()Michael Adam1-2/+3
2012-06-29s3:dbwrap_ctdb: expand the comment for the db_ctdb_can_use_local_copy() functionMichael Adam1-1/+4
2012-06-29s3:dbwrap_ctdb: rename db_ctdb_own_record() -> db_ctdb_can_use_local_copy()Michael Adam1-3/+3
2012-06-29s3:dbrwap_ctdb: remove commented out legacy codeMichael Adam1-5/+1
2012-06-29s3:dbwrap_ctdb: fix fetch/fetch_locked when samba is built against old ctdbMichael Adam1-4/+3
2012-06-29Move back to using per-thread credentials on Linux. Fixes the glibc native AI...Jeremy Allison1-9/+9
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison3-66/+73
2012-06-28s3: Fix compilation of pthreadpool_sync.c on platforms without pthread.hVolker Lendecke1-1/+0
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett5-6/+6
2012-06-27s3:conn_tdb: add a function connections_fetch_entry_ext() that also takes the...Gregor Beck2-5/+19
2012-06-27s3:lib:dbwrap: fix return value of db_ctdb_traverse[_read] for non-persistent...Gregor Beck1-6/+17
2012-06-22s3:serverid: don't ignore the result of dbwrap_parse_record()Stefan Metzmacher1-1/+6
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell1-3/+3
2012-06-22dbwrap: remove get_flags().Rusty Russell1-8/+0
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell1-81/+0
2012-06-21s3:idmap_cache: also store negative entries for unknown sidsStefan Metzmacher1-0/+7
2012-06-21s3: Use string_term_tdb_data where appropriateVolker Lendecke1-2/+1
2012-06-21s3: Fix const warningsVolker Lendecke1-2/+3
2012-06-21s3:move serverid_equal() to serverid.cMichael Adam2-21/+21
2012-06-21s3:util: rename procid_equal() to serverid_equal()Michael Adam3-4/+4
2012-06-21s3:util: remove (now) unused cluster_id_equal()Michael Adam1-6/+0
2012-06-21s3:util: reformat procid_equal() to adhere to coding guidelinesMichael Adam1-7/+14
2012-06-21s3:util: also compare the unique_id in procid_equal().Michael Adam1-0/+3
2012-06-19s3: We can depend on pthreadpool nowVolker Lendecke1-42/+0
2012-06-19s3: Add a dummy implementation for the pthreadpool APIVolker Lendecke2-4/+183
2012-06-19Revert "s3-lib Remove unused sys_fcntl_long()"Stefan Metzmacher1-0/+14
2012-06-19lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell1-1/+1
2012-06-19TDB2: make SAMBA use tdb1 again for the moment.Rusty Russell3-115/+0
2012-06-16build: Remove support for non-64bit sendfile()Andrew Bartlett1-87/+0
2012-06-15s3-lib: Fix conversion of lib/events.c to modern tevent namesAndrew Bartlett1-2/+2
2012-06-15dbwrap: dbwrap_store_int32->dbwrap_store_int32_bystringVolker Lendecke1-6/+6
2012-06-15dbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystringVolker Lendecke1-2/+2
2012-06-15s3-lib: Convert lib/events.c to modern tevent namesAndrew Bartlett1-14/+14
2012-06-15s3:vfs: change files_struct.fnum from int to uint64_tMichael Adam1-1/+2
2012-06-15s3:lib: add a utility function "fsp_fnum_dbg" for logging the fnum of an fspMichael Adam1-0/+28
2012-06-15s3:lib: elaborate the comment for fsp_str_debug a bit.Michael Adam1-1/+1
2012-06-15s3:lib: remove part of a comment for fsp_str_dbg that does not apply any more.Michael Adam1-2/+1
2012-06-12s3: Add --pw-nt-hash to popt_common_credentialsVolker Lendecke1-0/+5
2012-06-12s3: Add user_auth_info->use_pw_nt_hashVolker Lendecke1-0/+12
2012-06-06s3:lib: we don't need smbd/proto.h in smbd_shim.cStefan Metzmacher1-1/+0
2012-06-06build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett1-3/+3
2012-06-05s3:lib: split things into a conn_tdb.hStefan Metzmacher2-0/+63
2012-06-03s3-libnetapi: Cope with popt versions without POPT_TABLEENDAndrew Bartlett2-0/+8
2012-06-02lib/replace: xattr wrappers in lib/replace rather than source3/lib/system.cAndrew Bartlett1-678/+0
2012-05-28s3:libsmb: get rid of cli_state_remote_nameLuk Claes1-2/+3
2012-05-24s3-smbldap: Add API for external callback to perform LDAP bind in smbldapAlexander Bokovoy1-1/+19