ltdb_modify_internal...
[metze/samba/wip.git] / lib /
2013-09-25 Stefan Metzmacherltdb_modify_internal...
2013-09-25 Matthias Dieter... LDB:ldb_tdb.c - also special entries should be checked...
2013-09-25 Stefan Metzmacherldb/tdb: make sure we use the default syntax for all...
2013-09-25 Stefan Metzmacherldb/tdb: let the caller pass ldb_schema_attribute to...
2013-09-25 Matthias Dieter... LDB:ldb_attributes.c - handle special attributes (...
2013-09-25 Stefan Metzmacherldb/tdb: avoid casting TDB_DATA to struct ldb_val
2013-09-25 Stefan Metzmacherldb: add some const to ldb_msg_find_val()
2013-09-25 Stefan Metzmacherldb: let ldb_modules_list_from_string() return 'char **'
2013-09-25 Stefan Metzmacherldb: add more const to ldb_module_load_list()
2013-09-24 Stefan Metzmacherldb:rdn_name: reject 'distinguishedName' depending...
2013-09-24 Nadezhda Ivanovas4-openldap: Remove use of talloc_reference in ldb_map_...
2013-09-24 Howard ChuAdd LDB_MAP_RENDROP option
2013-09-18 Howard ChuFix SEGV from improperly formed SUBSTRING/PRESENCE...
2013-09-17 Howard ChuCleanup map return codes
2013-09-17 Andrew Bartlettlib/ldb-samba/ldb_ildap: Also skip special base DNs
2013-09-17 Stefan Metzmacherlib/param: add PROTOCOL_SMB3_02 handling
2013-09-16 Andrew Bartlettldb: Show the type of failing operation in default...
2013-09-12 Björn Jacketdb: Fix some typos in comments.
2013-09-10 Michael Adamloadparm: add new parameter "acl allow execute always"
2013-09-10 Jeroen Dekkersldb: Do not build libldb-cmdline when using system...
2013-09-08 Volker Lendecketevent: Use talloc_pooled_object for tevent_req_create
2013-09-08 Volker Lendecketalloc: Test the pooled object samba-upstream/tags/talloc-2.1.0
2013-09-08 Volker Lendecketalloc: Add talloc_pooled_object
2013-09-08 Volker Lendecketalloc: Allow nested pools.
2013-09-08 Volker Lendecketalloc: Add a separate pool size
2013-09-08 Volker Lendecketalloc: Put pool-specific data before the chunk
2013-09-08 Volker Lendecketalloc: Introduce __talloc_with_prefix
2013-09-08 Volker Lendecketalloc: Decouple the dual use of chunk->pool
2013-08-28 Jeremy AllisonFix valgrind errors with memmove and talloc pools.
2013-08-27 Jeremy AllisonAdd simple limited pool tests to test_memlimit().
2013-08-27 Jeremy AllisonRemove talloc_memlimit_update(). No longer used.
2013-08-27 Jeremy AllisonInside _talloc_realloc(), keep track of size changes...
2013-08-27 Jeremy AllisonDon't call talloc_memlimit_update() inside _talloc_real...
2013-08-27 Jeremy AllisonFix a conditional check. (size - tc->size > 0) is alway...
2013-08-27 Jeremy AllisonIn _talloc_steal_internal(), correctly decrement the...
2013-08-27 Jeremy AllisonInside _talloc_free_internal(), always call talloc_meml...
2013-08-27 Jeremy AllisonUpdate memory limits when we call free() on a pool.
2013-08-27 Jeremy AllisonChange __talloc() to only call talloc_memlimit_check...
2013-08-27 Jeremy AllisonChange _talloc_total_mem_internal() to ignore memory...
2013-08-27 Jeremy AllisonRemove magic TC_HDR_SIZE handling inside talloc_memlimi...
2013-08-27 Jeremy AllisonStart to fix talloc memlimits with talloc pools.
2013-08-22 Günther Deschnerpkgconfig: Do not hardcode library version numbers...
2013-08-21 Karolin Seegerntdbtool.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdbrestore.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdbdump.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdbbackup.8.xml: Bump version up to 4.1.
2013-08-21 Karolin Seegerntdb.3.xml: Bump version up to 4.1.
2013-08-19 Rusty RussellMan pages for ntdb tools missing
2013-08-18 Volker Lendeckeldb_map: Fix CID 1034791 Dereference null return value
2013-08-18 Volker Lendeckepyldb: Fix CID 1034792 Dereference null return value
2013-08-18 Volker Lendeckeldb: Fix CID 1034793 Dereference null return value
2013-08-18 Volker Lendeckeldb: Fix a const warning
2013-08-16 Volker Lendecketevent: Remove a pointless goto
2013-08-16 Matthieu Patouloadparm: Use the new fully featured kcc by default
2013-08-12 Volker Lendecketevent: Add tevent_received to tevent_req_simple_recv_n...
2013-08-12 Volker Lendecketevent: Fix tutorial reference
2013-08-12 Volker Lendeckelib: Remove unused "client_name"
2013-08-09 Christian Ambachwaf: consolidate libintl related checks
2013-08-05 Matthieu Patoupyldb: decrement ref counters on py_results and quiet...
2013-08-05 Volker Lendecketevent: Add echo server sample code
2013-08-01 Stefan Metzmachertevent: change version to 0.9.19 samba-upstream/tags/tevent-0.9.19
2013-08-01 Volker Lendecketevent: Remove the signal pipe if no signal events...
2013-07-22 Volker Lendecketdb: Fix CID 1034959 Uninitialized scalar variable
2013-07-22 Volker Lendecketdb: Fix CID 1034960 Uninitialized scalar variable
2013-07-17 Bill ParkerFix bug 10025 - Lack of Sanity Checking in calls to...
2013-07-11 Volker Lendeckeccan: Fix calling memset with zero length parameter
2013-07-09 Stefan Metzmacherlib/param: sync debug related options with source3...
2013-07-09 Stefan Metzmacherlib/ldb-samba: only debug LDB_DEBUG_TRACE at level 10
2013-07-09 Stefan Metzmacherlib/ldb-samba: make use of DBGC_LDB
2013-07-09 Stefan Metzmacherlib/util: add 'ldb' debug class
2013-07-08 David Disseldorptevent: document tevent_req_create state zeroing
2013-07-05 Björn Jacketime: prefer CLOCK_BOOTTIME for clock_gettime_mono()
2013-07-05 Björn Jacketime: don't try to use the coarse clock
2013-07-05 Stefan MetzmacherMerge remote-tracking branch 'origin/v4-1-test' into...
2013-07-05 Volker Lendecketevent: Fix a typo
2013-07-02 Andreas Schneidertsocket: Pass the full port number to getaddrinfo().
2013-07-01 Andreas Schneidertsocket: Pass the full port number to getaddrinfo().
2013-06-24 Andrew Bartlettldb: bump version to allow a depencency on the substrin... samba-upstream/tags/ldb-1.1.16
2013-06-24 Andrew Bartlettldb: Cope with substring match with no chunks in ldb_fi...
2013-06-24 Andrew Bartlettbuild: Remove the struct MD5Context conf file check.
2013-06-22 Andrew Bartlettldb: Ensure not to segfault on a filter such as (mail=)
2013-06-21 Volker LendeckeFix some blank line endings
2013-06-19 Andrew Bartlettbuild: Build with system md5.h on OpenIndiana
2013-06-14 Volker Lendecketsocket: Add some const
2013-06-14 Volker Lendeckegenrand: Slightly simplify do_reseed
2013-06-14 Volker Lendecketevent: Fix Coverity ID 989236 Operands don't affect...
2013-06-12 Andreas Schneidertevent: Link the tutorial on the mainpage.
2013-06-12 David Koňařtevent: Add tevent tutorial files.
2013-06-12 Andreas Schneiderkrb5wrap: Move mask to the right position.
2013-06-11 Andrew Bartlettauth: Remove "password level"
2013-06-07 Ralph Wuerthnertdb: Fix typos.
2013-06-07 Ralph WuerthnerAdd "repack" command to tdbtool documentation.
2013-06-06 Volker LendeckeRevert "dbwrap: dbwrap_fetch_locked_timeout()."
2013-06-04 Stefan Metzmachertdb: change version to tdb-1.2.12 samba-upstream/tags/tdb-1.2.12
2013-06-03 David DisseldorpBug 8997: change libreplace GPL source to LGPL
2013-06-03 Volker Lendecketdb: Add another overflow check to tdb_expand_adjust
2013-06-03 Volker Lendecketdb: Make tdb_recovery_allocate overflow-safe
2013-06-03 Volker Lendecketdb: Make tdb_recovery_size overflow-safe
2013-06-03 Stefan Metzmachertdb: add proper OOM/ENOSPC handling to tdb_expand()
2013-06-03 Stefan Metzmachertdb: add overflow detection to tdb_expand_adjust()
next