s3: Factor out db_ctdb_marshall_loop_next_key from db_ctdb_marshall_loop_next
[kai/samba.git] / source3 / lib /
2012-11-29 Volker Lendeckes3: Factor out db_ctdb_marshall_loop_next_key from...
2012-11-29 Volker Lendeckes3: Slightly simplify db_ctdb_marshall_loop_next
2012-11-29 Volker Lendeckes3: Use db_ctdb_ltdb_parse in db_ctdb_fetch_db_seqnum_f...
2012-11-29 Volker Lendeckes3: Use db_ctdb_ltdb_parse in db_ctdb_ltdb_fetch
2012-11-29 Volker Lendeckes3: Add db_ctdb_ltdb_parse
2012-11-29 Volker Lendeckes3: Slightly simplify db_ctdb_transaction_commit
2012-11-29 Volker Lendeckes3: Remove header==NULL code from db_ctdb_marshall_record
2012-11-28 Volker Lendeckes3: Open gencache_notrans with TDB_NOSYNC
2012-11-28 Volker Lendeckes3: Avoid some transaction_commit on gencache.tdb
2012-11-26 Volker Lendeckes3: Fix Coverity ID 741407 -- resource leak
2012-11-22 Andrew Bartlettbuild: Do not install testing binaries
2012-11-20 Volker Lendeckes3: Fix some blank line endings
2012-11-08 Andreas Schneiders3fs-popt: Add function to burn the commandline password.
2012-11-02 Björn Baumbachs3:ctdb library: fix the build against older ctdb versions
2012-10-29 Volker Lendeckes3: Use file_id_string in file_id_string_tos
2012-10-29 Volker Lendeckes3: Fix some nonempty line endings
2012-10-19 Stefan Metzmachers3:lib: remove unused connections_fetch_entry*() and...
2012-10-19 Gregor Becks3:lib/conn_tdb: implement connections_forall_read...
2012-10-19 Gregor Becks3:lib: remove function connections_forall()
2012-10-19 Gregor Becks3:lib: remove unused sessionid_*() functions
2012-10-19 Gregor Becks3:lib: implement sessionid_traverse_read with smb2srv_...
2012-10-19 Gregor Becks3:lib: remove unused function connections_traverse()
2012-10-19 Stefan Metzmachers3:smbd: add exit_server to the smbd_shim hooks
2012-10-19 Michael Adams3: fix comment header description for smbd_shim
2012-10-11 Andrew Bartlettvfs: Remove irixacl module (all the fucntions in it...
2012-10-11 Andrew Bartlettvfs: Fix alternative posix and no-op sys acl implementa...
2012-10-11 Andrew Bartlettsmbd: Add mem_ctx to sys_acl_init() and all callers
2012-09-21 Gregor Becks3:dbwrap_ctdb: set errno = ENOSYS if clustering is...
2012-09-18 Volker Lendeckes3: Use SBVAL in put_long_date_timespec
2012-09-18 Volker Lendeckes3: Fix some nonempty line endings
2012-09-18 Björn Jackequota: add supprt for gfs2
2012-09-15 Björn Jackequota: also log which fs type we found
2012-09-12 Andrew Bartlettsmbd: Remove pre-allocation of ACL array in sys_acl_init()
2012-09-12 Andrew Bartlettsmbd-posix_acls: Use a IDL union to store the ACL entry
2012-09-09 Björn Jackes3:quota-nfs: add RQ_PATHLEN define for systems that...
2012-09-09 Björn Jackes3:quota-nfs: another build fix for the old Unix world
2012-09-08 Björn Jackes3:quota: don't add the string '"' into the argument...
2012-09-07 Gregor Becks3:lib: use includes.h with cbuf and srprs
2012-09-07 Björn Jackes3:sysquota_nfs: fix build on Tru64 et alii
2012-09-07 Björn Jackes3:quota: clean up and consolidate the xfs quota checks...
2012-09-07 Björn Jackes3:sysquota_xfs: fix logic so that we actually use...
2012-09-07 Björn Jackes3:sysquota_xfs: check and include the right fs header...
2012-09-07 Alexander Bokovoys3-smbldap: make smbldap public library and maintain...
2012-09-07 Alexander Bokovoys3-smbldap: use smbldap_ prefix for all functions
2012-09-06 Björn Jackefileserver:sysquotas: remove wrong cast
2012-09-06 Björn Jackesysquota: we need to list nfs4 as a separate fs name...
2012-09-04 Volker Lendeckes3: Fix a comment
2012-09-04 Michael Adams3: in sys_popen(), add a debug message for failed...
2012-09-04 Michael Adams3: in sys_popen(), add a debug message for failed...
2012-09-04 Michael Adams3: in sys_popen(), untangle function call from result...
2012-09-04 Michael Adams3: in sys_popen(), untangle assigment from check and...
2012-09-04 Michael Adams3: in sys_popen(), improve call to pipe and report...
2012-09-04 Michael Adams3: in sys_popen(), validate input before opening the...
2012-09-04 Michael Adams3: in sys_popen(), fix a debug message
2012-09-02 Björn Jackes3: adopt the new sysquotas_4B support for BSD
2012-09-01 Björn Jackes3: add sysquotas_4B support
2012-09-01 Jeremy AllisonChange the S3 fileserver over to se_file_access_check().
2012-08-31 David Disseldorptdb: return unpack error on strdup failure
2012-08-31 Christof Schmitts3:dbwrap_ctdb: Add DB name and key to warning message
2012-08-24 Stefan Metzmachers3:lib: make sure we don't try to send messages to...
2012-08-24 Stefan Metzmachers3:lib: remove unused processes_exist()
2012-08-24 Stefan Metzmachers3:lib: readd the CTDB_CONTROL_CHECK_SRVIDS optimizatio...
2012-08-24 Stefan Metzmachers3:lib: only loop over the server_ids we need to verify...
2012-08-24 Stefan Metzmachers3:lib: use server_id_is_disconnected() in serverids_ex...
2012-08-24 Stefan Metzmachers3:lib: inline processes_exist() into serverids_exist()
2012-08-24 Stefan Metzmachers3:lib: SERVERID_UNIQUE_ID_NOT_TO_VERIFY only means...
2012-08-24 Stefan Metzmachers3:lib: implement process_exists() as wrapper of server...
2012-08-24 Stefan Metzmachers3:g_lock: use serverid_exists() with SERVERID_UNIQUE_I...
2012-08-24 Stefan Metzmachers3:lib: implement serverid_exists() as wrapper of serve...
2012-08-24 Stefan Metzmachers3:lib: remove CTDB_CONTROL_CHECK_SRVIDS optimization...
2012-08-22 Jeremy AllisonRemove align_string(). No longer used.
2012-08-17 Michael Adams3: add a debug message for failed execv in sys_popen()
2012-08-17 Stefan Metzmachers3:lib: implement interpret_pid() as wrapper of server_...
2012-08-17 Stefan Metzmachers3:lib: implement serverid_equal() as macro of server_i...
2012-08-16 Volker Lendeckes3-g_lock: Make g_lock_lock more robust
2012-08-16 Volker Lendeckes3-msg: For msg_channel, correct the talloc hierarchy
2012-08-16 Volker Lendeckes3-msg: Rename msg_channel_init_destructor
2012-08-16 Volker Lendeckes3-g_lock: Properly free "rec" on retry to avoid deadlock
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_qualifier() as it is...
2012-08-15 Andrew Bartletts3-sysacls: Remove sys_acl_free_acl() and replace with...
2012-08-15 Andrew Bartletts3-smbd: Change allocation of smb_acl_t to talloc()
2012-08-09 Jeremy AllisonRemove smb_panic() from unix_strlower(). Just rely...
2012-08-09 Jeremy AllisonCorrectly check for errors in strlower_m() returns.
2012-08-09 Jeremy AllisonFix strlower_m() to return an error indication.
2012-08-09 Jeremy AllisonCheck error returns on strnorm().
2012-08-09 Jeremy AllisonCheck error returns from strupper_m() (in all reasonabl...
2012-08-09 Jeremy AllisonChange strupper_m() to return a value.
2012-08-09 Jeremy AllisonFix bad return in unix_strupper.
2012-08-09 Jeremy AllisonPrepare to remove smb_panic() from unix_strlower().
2012-08-09 Jeremy AllisonFix bad return values in unix_strlower/unix_strupper.
2012-08-09 Andrew Bartletts3-events: Do not vasprintf() the tevent debug messages...
2012-08-07 Rusty Russellsource3/loadparm.c: Move string_set/string_free inside.
2012-08-03 Christian Ambachs3-ctdb: return proper exit code
2012-08-03 Christian Ambachs3-ctdb: adjust a loglevel
2012-08-03 Volker Lendeckes3-ctdb: Fix ctdb_serverids_exist for target nodes...
2012-08-03 Volker Lendeckes3-ctdb: Add debugs to ctdb_serverids_exist
2012-08-01 Michael Adams3:ctdbd_conn: use unitX_t types consistently throughou...
2012-07-31 Stefan Metzmachers3:dbwrap_ctdb: initialize db_record->db
2012-07-26 Björn Jackes3: add Darwin sendfile support and merge with the...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
next