Fix bug #7835 - vfs_fill_sparse() doesn't use posix_fallocate when strict allocate...
[samba.git] / source3 / lib /
2010-11-24 Jeremy AllisonFix our privileges code to display privileges with...
2010-11-24 Jeremy AllisonAdd SeSecurityPrivilige.
2010-11-11 Jeremy AllisonFix bug #7743 - Inconsistent use of system name lookup...
2010-11-11 Volker Lendeckes3: Attempt to fix bug 7665
2010-11-11 Michael Adams3:lib/util_str: add strlen_m_ext_term() - variant...
2010-11-11 Michael Adams3:lib/util_str: add strlen_m_ext() that takes the...
2010-09-25 Volker Lendeckes3: Remove a global variable in bugfix for bug 7665
2010-09-25 Günther Deschners3-libnetapi: Fix Bug #7665, memory leak in netapi...
2010-09-25 Björn Jackes3: fix build on platforms without st_blocks and st_blk...
2010-09-15 Jeremy AllisonFix bug #7669.
2010-08-16 Jeremy AllisonFix bug 7590 - offline login fails because winbind...
2010-06-09 Günther Deschners3-netdomjoin-gui: Fix Bug #7500. Fix 'not a string...
2010-04-12 Björn Jackes3:lib/time: remove TIME_T_MIN/MAX defines
2010-03-31 Volker Lendeckes3: Remove the unused parameter "persistent" from fetch...
2010-03-31 Volker Lendeckes3: db->persistent==true was handled earlier, make...
2010-03-31 Volker Lendeckes3: Add "g_lock_do" as a convenience wrapper function...
2010-03-31 Volker Lendeckes3: Fix timeout calculation if g_lock_lock is given...
2010-03-31 Volker Lendeckes3: Slightly increase parallelism in g_lock
2010-03-31 Volker Lendeckes3: Avoid starving locks when many processes die at...
2010-03-31 Volker Lendeckes3: Avoid a thundering herd in g_lock_unlock
2010-03-31 Volker Lendeckes3: Optimize g_lock_lock for a heavily contended case
2010-03-31 Volker Lendeckes3: Fix handling of processes that died in g_lock
2010-03-31 Volker Lendeckes3: Fix a typo (cherry picked from commit bac235dd30257...
2010-03-31 Jeremy AllisonFix warning messages on compile in g_lock.c Volker...
2010-03-31 Michael Adams3:g_lock: remove a nested event loop, replacing the...
2010-03-31 Michael Adams3:ctdb_conn: add ctdbd_conn_get_fd() to get the fd...
2010-03-31 Michael Adams3:g_lock: remove an unreached code path.
2010-03-31 Michael Adams3:dbwrap_ctdb: fix reading/storing of special key...
2010-03-31 Michael Adams3:dbwrap_ctdb: exit early when nothing has been writte...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix brown paperbag bug in ctdb_transact...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix logic error in pull_newest_from_mar...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix an uninitialized variable.
2010-03-31 Michael Adams3:dbwrap_ctdb: fix two "may be used uninitialized...
2010-03-31 Michael Adams3:dbwrap_ctdb: fix db_ctdb_fetch_db_seqnum_from_db...
2010-03-31 Michael Adams3:dbwrap_ctdb: maintain a database sequence number...
2010-03-31 Michael Adams3:dbwrap_ctdb: change db_ctdb_transaction_store()...
2010-03-31 Michael Adams3:dbwrap_ctdb: update (C)
2010-03-31 Michael Adams3:dbwrap_ctdb: start rewrite of transactions using...
2010-03-31 Volker Lendeckes3: Add ctdb_conn_msg_ctx() (cherry picked from commit...
2010-03-31 Volker Lendeckes3: Implement global locks in a g_lock tdb
2010-03-31 Andrew Tridgells3-brlock: we don't need these MSG_SMB_UNLOCK calls now
2010-03-31 Andrew Tridgells3-events: make the old timed events compatible with...
2010-03-09 Karolin SeegerRevert "Fix bug #7067 - Linux asynchronous IO (aio...
2010-02-04 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2010-01-26 Volker Lendeckes3: add libnetapi_set_use_ccache()
2010-01-26 Volker Lendeckes3: Add -C (--use-ccache) to popt_common_credentials
2010-01-19 Stefan Metzmachers3:smbldap: add smbldap_talloc_first_attribute()
2009-12-11 Björn Jackes3: add LDAP Alias Dereferencing support
2009-12-08 Björn Jackes3: make sys_posix_fallocate more generic
2009-12-08 Björn Jackes3: check if glibc has broken posix_fallocate
2009-12-07 Stefan Metzmachers3: let gencache_init() use tdb_check()
2009-12-07 Stefan Metzmachers3: let tdb_validate_child() use tdb_check()
2009-12-05 Michael Adams3:dbwrap_ctdb: increase the number of commit retries...
2009-12-05 Michael Adams3:dbwrap_ctdb: increase the rsn of the __transaction_l...
2009-12-05 Volker Lendeckes3: Fix explicit stat64 support
2009-12-02 Jeremy AllisonRestructure the ACL code some more, get the internal...
2009-12-02 Björn Jackes3: prefer posix_fallocate for doing "strict allocate"
2009-11-29 Volker Lendeckes3: Move directory_exist_stat to testparm.c, it only...
2009-11-29 Volker Lendeckes3: Pass fake_dir_create_times down to file_exist_stat...
2009-11-29 Volker Lendeckes3: "get_file_size" only looks at the size
2009-11-29 Volker Lendeckes3: "socket_exist" only looks at the mode
2009-11-29 Volker Lendeckes3: "sys_path_to_bdev" only looks at the devicenumber
2009-11-29 Volker Lendeckes3: "check_log_size" only looks at the size
2009-11-29 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-11-26 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-11-25 Günther Deschners3-registry: fix REG_MULTI_SZ handling in registry_push...
2009-11-25 Günther Deschners3-registry: use push_reg_multi_sz() in registry_push_v...
2009-11-25 Günther Deschners3-registry: remove reg_pull_multi_sz().
2009-11-20 Michael Adams3:fix endianness bug in dbwrap_change_int32_atomic...
2009-11-20 Michael Adams3:fix endianness bug in dbwrap_change_uint32_atomic...
2009-11-19 Volker Lendeckes3: Factor timeval_string out of current_timestring()
2009-11-19 Michael Adams3:load_interfaces(): use function gfree_interfaces...
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-15 Volker Lendeckes3: Fix a memleak in sys_popen
2009-11-10 Michael Adams3:dbwrap_ctdb: add debug message to transaction_fetch_...
2009-11-10 Michael Adams3:dbwrap_ctdb: split combined check in two and add...
2009-11-10 Michael Adams3:dbwrap_ctdb: fix race condition with concurrent...
2009-11-10 Michael Adams3:dbwrap_ctdb: add new db_ctdb_transaction_active...
2009-11-10 Michael Adams3:dbwrap_ctdb: fix a race in starting concurrent trans...
2009-11-10 Michael Adams3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb...
2009-11-10 Michael Adams3:dbwrap_ctdb: use db_ctdb_ltdb_fetch() inside db_ctdb...
2009-11-10 Michael Adams3:dbwrap_ctdb: add a function db_ctdb_ltdb_fetch()
2009-11-10 Michael Adams3:dbrwap_ctdb: add a function db_ctdb_ltdb_store()
2009-11-10 Michael Adams3:dbwrap_ctdb: reformat a comment slightly to enhance...
2009-11-08 Volker LendeckeRevert "s3: Make libnetapi_open_pipe take strings inste...
2009-11-08 Volker Lendeckes3: Make libnetapi_open_pipe take strings instead of...
2009-11-07 Volker Lendeckes3: get_pipe_name_from_iface -> get_pipe_name_from_syntax
2009-11-05 Volker Lendeckes3: Add parameter "ctdb timeout"
2009-11-04 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-11-03 Volker Lendeckes3: Remove debug_ctx()
2009-11-02 Volker Lendeckes3: Fix a 100% CPU loop when ctdbd dies during a traverse
2009-11-02 Günther Deschners3-gencache: restore gencache_get behavior with NULL...
2009-10-29 Jim McDonoughs3: Fix incorrect rc check of nscd_flush_cache.
2009-10-26 Karolin Seegers3: Rename new parameter "ldap ref follow" to "ldap...
2009-10-16 Günther Deschners3-libnetapi: add nltest tool.
2009-10-16 Günther Deschners3-libnetapi: add I_NetLogonControl{2} example code.
2009-10-16 Günther Deschners3-libnetapi: add I_NetLogonControl{2} to public headers.
2009-10-16 Günther Deschners3-libnetapi: fill in I_NetLogonControl{2}_r.
2009-10-16 Günther Deschners3-libnetapi: add I_NetLogonControl{2} skeleton.
2009-10-15 Jeremy AllisonFix valgrind memory leak in bug #6814 - Fixes for probl...
next