Age | Commit message (Expand) | Author | Files | Lines |
2012-04-18 | Talloc doc: talloc_set_abort_fn() | Pavel Březina | 1 | -2/+33 |
2012-04-18 | Talloc doc: talloc_asprintf_append_buffer() | Pavel Březina | 1 | -0/+22 |
2012-04-18 | Talloc doc: talloc_strndup_append_buffer() | Pavel Březina | 1 | -2/+22 |
2012-04-18 | Talloc doc: talloc_strndup_append() | Pavel Březina | 1 | -2/+12 |
2012-04-18 | Talloc doc: talloc_strdup_append_buffer() | Pavel Březina | 1 | -1/+22 |
2012-04-18 | Talloc doc: talloc_strdup_append() | Pavel Březina | 1 | -4/+18 |
2012-04-18 | replace: added ENOATTR define if undefined | Andrew Tridgell | 1 | -0/+8 |
2012-04-18 | LDB:ldb_tdb/ldb_tdb.c - allow LDB modify replaces with different value ordering | Matthias Dieter Wallnöfer | 1 | -3/+10 |
2012-04-18 | ldb: added ldb_msg_element_equal_ordered() | Andrew Tridgell | 5 | -1/+286 |
2012-04-18 | lib/util: Move map_nt_error_from_tdb to the top level | Andrew Bartlett | 2 | -1/+70 |
2012-04-17 | tsocket: Fix a couple of typos and spellings in tsocket_guide.txt | Michael Adam | 1 | -26/+27 |
2012-04-17 | tdb-compat: Add tdb_chainlock_nonblock | Volker Lendecke | 2 | -0/+26 |
2012-04-16 | param: harmonise wins parameters | Andrew Bartlett | 1 | -8/+8 |
2012-04-16 | lib/param: swap preferred name for 'lock dir' to match s3 | Andrew Bartlett | 1 | -2/+2 |
2012-04-16 | param: Merge common param elements by adding .flags | Andrew Bartlett | 1 | -40/+80 |
2012-04-16 | param: harmonsise logfile parameter | Andrew Bartlett | 1 | -1/+2 |
2012-04-16 | param: Merge common param elements by adding .flags | Andrew Bartlett | 1 | -17/+34 |
2012-04-12 | Remove overly complex attemt to define blkcnt_t and blksize_t. AC_CHECK_TYPE ... | Jeremy Allison | 1 | -12/+2 |
2012-04-11 | s3:param convert kernel oplocks to share parameter | Christian Ambach | 1 | -0/+1 |
2012-04-11 | lib/tdb_compat: Do not define BUILD_TDB2 if we are not building tdb2 | Andrew Bartlett | 1 | -3/+1 |
2012-04-11 | LDB:ldb_msg.c - add another OOM check in "ldb_msg_copy()" | Matthias Dieter Wallnöfer | 1 | -0/+1 |
2012-04-11 | ccan: Fix failtest on Fedora 16 as stdlib.h does not imply malloc.h | Andrew Bartlett | 1 | -0/+4 |
2012-04-10 | ldb-tools: Place the whole of an ldif file in a transaction | Andrew Bartlett | 7 | -16/+136 |
2012-04-10 | ldb: Allow access to the line number while reading ldif from a file | Andrew Bartlett | 5 | -7/+281 |
2012-04-10 | ldb: Detect failures in ldb.base again | Andrew Bartlett | 3 | -4/+15 |
2012-04-10 | Revert "ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function" | Andrew Bartlett | 8 | -28/+23 |
2012-04-10 | On advice from Jelmer and Andrew, move the blksize_t and blkcnt_t tests into ... | Jeremy Allison | 3 | -8/+14 |
2012-04-09 | Move blksize_t and blkcnt_t to replace.h from includes.h. Should help with pl... | Jeremy Allison | 2 | -0/+10 |
2012-04-09 | libreplace: We have a poll replacement based on select | Volker Lendecke | 1 | -0/+1 |
2012-04-09 | tevent: Fix a typo | Volker Lendecke | 1 | -1/+1 |
2012-04-05 | build: Remove sys_open wrapper | Andrew Bartlett | 1 | -1/+1 |
2012-04-05 | build: do not use HAVE_EXPLICIT_LARGEFILE_SUPPORT and *64() fucntions any more | Andrew Bartlett | 1 | -6/+1 |
2012-04-05 | build: Remove configure tests for *64 functions and types | Andrew Bartlett | 1 | -5/+0 |
2012-04-05 | lib/replace: Add getconf LFS_CFLAGS support to autoconf build | Andrew Bartlett | 1 | -0/+8 |
2012-04-03 | lib/util: charset modules do not exist any more | Andrew Bartlett | 1 | -4/+0 |
2012-04-03 | lib/util: Add smb_load_module that returns DEBUG(0) errors on failure | Andrew Bartlett | 2 | -38/+39 |
2012-03-31 | Fix an IPv6 breakage I introduced by adding an strlcpy truncation check. Foun... | Jeremy Allison | 1 | -3/+10 |
2012-03-30 | ldb: Permit desactivation of autocomit for every ldb_xxx_ctrl function | Matthieu Patou | 8 | -23/+28 |
2012-03-29 | Start to add truncate checks on all uses of strlcpy(). Reading lwn | Jeremy Allison | 3 | -24/+35 |
2012-03-29 | lib/tdb: Update ABI | Amitay Isaacs | 2 | -1/+67 |
2012-03-29 | lib/tdb: Add/expose lock functions to support CTDB | Amitay Isaacs | 1 | -2/+16 |
2012-03-29 | cast: make sure suncc sees a constant. | Rusty Russell | 2 | -8/+22 |
2012-03-29 | cast: test/compile_fail-cast_static.c should fail without COMPOUND_LITERALS. | Rusty Russell | 1 | -3/+9 |
2012-03-29 | tdb2: fix prototype in tdb1 code. | Rusty Russell | 1 | -5/+5 |
2012-03-27 | s4 dns: Check smb.conf if we should allow recursion | Kai Blin | 1 | -0/+21 |
2012-03-26 | LDB/s4 - deny the "(dn=...)" syntax on search filters when in AD mode | Matthias Dieter Wallnöfer | 3 | -2/+19 |
2012-03-25 | replace: Avoid DEBUG(), which is not available in libreplace. | Jelmer Vernooij | 1 | -1/+1 |
2012-03-24 | libreplace: Add usleep implementation. | Jelmer Vernooij | 2 | -0/+20 |
2012-03-24 | lib/util: Remove obsolete sys_getpid() and sys_fork(). | Jelmer Vernooij | 4 | -43/+2 |
2012-03-24 | lib/util: Allow calloc use in util.c, too. | Jelmer Vernooij | 1 | -0/+1 |