dbwrap: don't ignore the result of dbwrap_parse_record in dbwrap_fetch_int32()
[ddiss/samba.git] / source3 / lib /
2012-06-22 Stefan Metzmachers3:serverid: don't ignore the result of dbwrap_parse_re...
2012-06-22 Rusty Russelldbwrap: dbwrap_local_open()
2012-06-22 Rusty Russelldbwrap: remove get_flags().
2012-06-22 Rusty Russellutil_tdb: move timeout chainlock variants from source3...
2012-06-21 Stefan Metzmachers3:idmap_cache: also store negative entries for unknown...
2012-06-21 Volker Lendeckes3: Use string_term_tdb_data where appropriate
2012-06-21 Volker Lendeckes3: Fix const warnings
2012-06-21 Michael Adams3:move serverid_equal() to serverid.c
2012-06-21 Michael Adams3:util: rename procid_equal() to serverid_equal()
2012-06-21 Michael Adams3:util: remove (now) unused cluster_id_equal()
2012-06-21 Michael Adams3:util: reformat procid_equal() to adhere to coding...
2012-06-21 Michael Adams3:util: also compare the unique_id in procid_equal().
2012-06-19 Volker Lendeckes3: We can depend on pthreadpool now
2012-06-19 Volker Lendeckes3: Add a dummy implementation for the pthreadpool API
2012-06-19 Stefan MetzmacherRevert "s3-lib Remove unused sys_fcntl_long()"
2012-06-19 Rusty Russelllib/tdb_wrap: use tdb directly, not tdb_compat.
2012-06-19 Rusty RussellTDB2: make SAMBA use tdb1 again for the moment.
2012-06-16 Andrew Bartlettbuild: Remove support for non-64bit sendfile()
2012-06-15 Andrew Bartletts3-lib: Fix conversion of lib/events.c to modern tevent...
2012-06-15 Volker Lendeckedbwrap: dbwrap_store_int32->dbwrap_store_int32_bystring
2012-06-15 Volker Lendeckedbwrap: dbwrap_fetch_int32->dbwrap_fetch_int32_bystring
2012-06-15 Andrew Bartletts3-lib: Convert lib/events.c to modern tevent names
2012-06-15 Michael Adams3:vfs: change files_struct.fnum from int to uint64_t
2012-06-15 Michael Adams3:lib: add a utility function "fsp_fnum_dbg" for loggi...
2012-06-15 Michael Adams3:lib: elaborate the comment for fsp_str_debug a bit.
2012-06-15 Michael Adams3:lib: remove part of a comment for fsp_str_dbg that...
2012-06-12 Volker Lendeckes3: Add --pw-nt-hash to popt_common_credentials
2012-06-12 Volker Lendeckes3: Add user_auth_info->use_pw_nt_hash
2012-06-06 Stefan Metzmachers3:lib: we don't need smbd/proto.h in smbd_shim.c
2012-06-06 Andrew Bartlettbuild: Rationalise AIO support in configure, ensure...
2012-06-05 Stefan Metzmachers3:lib: split things into a conn_tdb.h
2012-06-03 Andrew Bartletts3-libnetapi: Cope with popt versions without POPT_TABLEEND
2012-06-02 Andrew Bartlettlib/replace: xattr wrappers in lib/replace rather than...
2012-05-28 Luk Claess3:libsmb: get rid of cli_state_remote_name
2012-05-24 Alexander Bokovoys3-smbldap: Add API for external callback to perform...
2012-05-18 Michael Adams3:idmap_cache: improve checks for format of value...
2012-05-18 Michael Adams3:idmap_cache: add common exit point to idmap_cache_fi...
2012-05-18 Michael Adams3:idmap_cache: improve debug messages in idmap_cache_f...
2012-05-15 Volker Lendeckes3: Remove some unused code
2012-05-14 Stefan Metzmacherlib/util: move tevent_req_poll_ntstatus() to tevent_nts...
2012-05-14 Stefan Metzmachers3:lib/util: use map_nt_error_from_unix_common() in...
2012-05-14 Michael Adammove the dbwrap library to the top level
2012-05-13 Michael Adams3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap...
2012-05-13 Michael Adams3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap...
2012-05-13 Michael Adams3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap...
2012-05-13 Michael Adams3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap...
2012-05-13 Michael Adams3:lib:dbwrap: use [u]int[num]_t consistently in dbwrap...
2012-05-13 Michael Adams3:dbwrap: move definition of dbwrap_lock_order to...
2012-05-09 Andrew Bartletts3-lib/sysacls: Do not include an embedded \0 between...
2012-05-09 Andrew Bartletts3-lib: Add const to sys_acl_to_text
2012-05-09 Andrew Bartletts3-lib: Fix indentation in sys_acl_to_text()
2012-05-06 Stefan Metzmachers3:idmap_cache: change DEBUG message to level 10
2012-05-02 Andrew Bartletts3-idmap: remove (now) unused function idmap_cache_set_...
2012-05-02 Andrew Bartletts3-idmap: Rework idmap_cache to store ID_TYPE_BOTH...
2012-05-01 Christian Ambachs3:util add sid_check_is_wellknown_builtin()
2012-04-30 Andrew Bartletts3-lib Add a way to allocate the task_id value in server_id
2012-04-24 Volker Lendeckes3: Fix Coverity ID 2751: REVERSE_INULL
2012-04-23 Andrew Bartletts3-dbwrap: A void function can not return a value
2012-04-21 Volker Lendeckes3: Implement db_id for dbwrap_cache
2012-04-21 Volker Lendeckes3: Initialize "stored_callback" in dbwrap_cache
2012-04-20 Michael Adams3:id_cache: do not use the in-memory idmap cache ...
2012-04-20 Stefan Metzmachers3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_...
2012-04-19 Volker Lendeckes3-g_lock: Use dbwrap_record_watch_send/recv
2012-04-19 Volker Lendeckes3-dbwrap: Add dbwrap_record_watch_send/recv
2012-04-20 Volker Lendeckes3-dbwrap: Add dbwrap_set_stored_callback
2012-04-20 Volker Lendeckes3-dbwrap: Add "db_context" to "db_record"
2012-04-20 Volker Lendeckes3-dbwrap: Add dbwrap_db_id
2012-04-20 Volker Lendeckes3: Fix msg_channel in the cluster case
2012-04-19 Volker Lendeckes3: Fix the build on FreeBSD
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2743: CHECKED_RETURN
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2744: CHECKED_RETURN
2012-04-19 Volker Lendeckes3: Fix Coverity ID 2745 and 2746: FORWARD_NULL
2012-04-19 Volker Lendeckes3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOW
2012-04-19 Andrew Bartletts3-xattr_tdb: Remove dead code: talloc_stackframe(...
2012-04-19 Andrew Bartletts3-dbwrap: Remove dead code: talloc_stackframe() cannot...
2012-04-18 Volker Lendeckes3-dbwrap: Fix an unused var warning
2012-04-18 Andrew Bartletts3-xattr_tdb: Use talloc_stackframe() more to allow...
2012-04-18 Andrew Bartletts3-xattr_tdb: Be nice to xattr_tdb_getxattr callers...
2012-04-18 Andrew Bartletts3-xattr_tdb: make xattr_tdb a private library, for...
2012-04-18 Andrew Bartletts3-lib: Add file_id_string()
2012-04-18 Andrew Bartletts3-build: move file_id.c into samba3-util and create...
2012-04-18 Andrew Bartlettlib/util: Move map_nt_error_from_tdb to the top level
2012-04-18 Andrew Bartletts3-dbwrap: push lp_ctx up another layer in the stack
2012-04-18 Andrew Bartletts3-dbwrap: Add talloc_stackframe() calls
2012-04-17 Volker Lendeckes3: Make ctdbd_messaging_send_blob available in non...
2012-04-17 Volker Lendeckes3: Make messaging_ctdbd_connection available in non...
2012-04-17 Volker Lendeckes3: Implement tevent_barrier
2012-04-17 Volker Lendeckes3: Introduce ctdb_messaging_send_blob
2012-04-17 Volker Lendeckes3: Add msg_channel
2012-04-17 Volker Lendeckes3: Add messaging_tdb_event()
2012-04-17 Volker Lendeckes3: Add a second ctdb connect library
2012-04-17 Volker Lendeckes3: Add dbwrap_try_fetch_locked
2012-04-17 Volker Lendeckes3: Add dbwrap_cache
2012-04-17 Volker Lendeckes3: Open up 3 levels of dbwrap_lock_order
2012-04-17 Volker Lendeckes3: Add infrastructure for background jobs
2012-04-17 Volker Lendeckes3: Return CTDB_PATH from lp_ctdbd_socket()
2012-04-09 Volker Lendeckes3: Fix the pthreadpool build on OS/X
2012-04-07 Volker Lendeckes3: Compile fix for dbwrap_file.c
2012-04-05 Andrew Bartlettbuild: Remove SMB_OFF_T, replace with off_t
2012-04-05 Andrew Bartletts3-vfs: Remove unused lremovexattr call from VFS module...
next