s3-autoconf: fix typo after migrating DNS resolver code to lib/addns
[kai/samba.git] / source3 / lib /
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...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lsetxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused llistxattr call from VFS modules...
2012-04-05 Andrew Bartletts3-vfs: Remove unused lgetxattr call from VFS modules...
2012-04-05 Andrew Bartlettbuild: Remove SMB_F* locking defines
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_FLOCK define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIR define
2012-04-05 Andrew Bartlettbuild: Remove SMB_STRUCT_DIRENT define
2012-04-05 Andrew Bartlettbuild: Remove sys_rewinddir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_closedir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_telldir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_seekdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_readdir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_opendir wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_fopen wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_open wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_creat wrapper
2012-04-05 Andrew Bartlettbuild: Remove fallback call to sys_open as HAVE_CREAT...
2012-04-05 Andrew Bartlettbuild: Remove sys_ftell wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_lseek wrapper
2012-04-05 Andrew Bartlettbuild: Remove sys_ftruncate wrapper
2012-04-05 Andrew Bartlettbuild: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and...
2012-04-03 Volker Lendeckes3: Enhance the dbwrap needed x attempts msg
2012-04-03 Andrew Bartletts3-smbd: Inline init_modules() into only caller
2012-03-30 Volker Lendeckes3: Avoid a crash with debug level 10
2012-03-29 Volker Lendeckes3: Fix a valgrind error
2012-03-24 Jelmer Vernooijuse usleep rather than sys_usleep in various places...
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijadt_tree: Fix return types.
2012-03-24 Jelmer Vernooijadt_tree: Avoid WERROR.
2012-03-24 Jelmer Vernooijutil_malloc: Remove unused constant.
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getgrnam().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrapper for getpwnam().
2012-03-24 Jelmer Vernooijlib/util: Remove dummy wrappers for setpwent/getpwent...
2012-03-24 Jelmer Vernooijlib/util: Move calloc_array and memalign_array to top...
2012-03-24 Jelmer Vernooijsock_exec: Avoid sys_connect.
next