CVE-2015-3223: lib: ldb: Cope with canonicalise_fn returning string "", length 0.
[samba.git] / lib /
2015-12-09 Jeremy AllisonCVE-2015-3223: lib: ldb: Cope with canonicalise_fn...
2015-08-03 Jeremy Allisonlib: replace: Add strsep function (missing on Solaris).
2015-07-19 Michael AdamIntroduce setting "desired" for 'smb encrypt' and ...
2015-06-30 Jeremy Allisons3: smbd: Codenomicon crash in do_smb_load_module().
2015-06-01 David Holders3: IPv6 enabled DNS connections for ADS client
2015-03-27 Jeremy Allisondocs: Mark 'client use spnego principal' as deprecated...
2015-03-15 Stefan Metzmachertalloc: version 2.1.2
2015-03-15 Stefan Metzmachertalloc: fix _talloc_total_limit_size prototype
2015-03-15 Jeremy Allisonlib: talloc: Test suite for the new destructor reparent...
2015-03-15 Jeremy Allisonlib: talloc: Allow destructors to reparent the object...
2015-03-15 Jeremy Allisonlib: talloc: Fix bug when calling a destructor.
2015-03-15 Michael Adamtalloc:build: improve detection of srcdir
2015-03-15 Stefan Metzmachertalloc: version 2.1.1
2015-03-15 Stefan Metzmachertalloc/tests: avoid some unused variable warnings
2015-03-15 Stefan Metzmachertalloc: fix compiler warning
2015-03-15 Stefan Metzmachertalloc: check for TALLOC_GET_TYPE_ABORT_NOOP
2015-03-15 Stefan Metzmachertalloc: avoid a function call in TALLOC_FREE() if possible.
2015-03-15 Stefan Metzmachertalloc: inline talloc_get_name()
2015-03-15 Stefan Metzmachertalloc: inline more static functions
2015-03-15 Volker Lendecketalloc: Tune talloc_vasprintf
2015-03-15 Lukas Slebodniktalloc: Update flags in pytalloc-util pkgconfig file
2015-03-15 Jelmer VernooijAdd a basic guide on pytalloc.
2015-03-15 Andreas Schneidertalloc: Add a warning to talloc_reference() documentation.
2015-03-15 Volker Lendecketalloc: Test the pooled object
2015-03-15 Volker Lendecketalloc: Add talloc_pooled_object
2015-03-15 Volker Lendecketalloc: Allow nested pools.
2015-03-15 Volker Lendecketalloc: Add a separate pool size
2015-03-15 Volker Lendecketalloc: Put pool-specific data before the chunk
2015-03-15 Volker Lendecketalloc: Introduce __talloc_with_prefix
2015-03-15 Volker Lendecketalloc: Decouple the dual use of chunk->pool
2015-03-15 Jeremy AllisonFix valgrind errors with memmove and talloc pools.
2015-03-15 Jeremy AllisonAdd simple limited pool tests to test_memlimit().
2015-03-15 Jeremy AllisonRemove talloc_memlimit_update(). No longer used.
2015-03-15 Jeremy AllisonInside _talloc_realloc(), keep track of size changes...
2015-03-15 Jeremy AllisonDon't call talloc_memlimit_update() inside _talloc_real...
2015-03-15 Jeremy AllisonFix a conditional check. (size - tc->size > 0) is alway...
2015-03-15 Jeremy AllisonIn _talloc_steal_internal(), correctly decrement the...
2015-03-15 Jeremy AllisonInside _talloc_free_internal(), always call talloc_meml...
2015-03-15 Jeremy AllisonUpdate memory limits when we call free() on a pool.
2015-03-15 Jeremy AllisonChange __talloc() to only call talloc_memlimit_check...
2015-03-15 Jeremy AllisonChange _talloc_total_mem_internal() to ignore memory...
2015-03-15 Jeremy AllisonRemove magic TC_HDR_SIZE handling inside talloc_memlimi...
2015-03-15 Jeremy AllisonStart to fix talloc memlimits with talloc pools.
2015-02-26 Stefan MetzmacherMerge tag 'samba-4.1.17' into v4-1-test
2015-02-25 Andrew Bartlettdebug: Set close-on-exec for the main log file FD
2014-11-24 Günther Deschnerlib/util: use size_t for add_string_to_array().
2014-11-17 Stefan Metzmacherlib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA...
2014-10-19 Jeremy Allisonlib: util: Signal handling - change CatchChild() and...
2014-09-26 Andreas Schneiderlib: Add daemon_status() to util library.
2014-09-08 Karolin SeegerMerge tag 'samba-4.1.11' into v4-1-test samba-4.1.12
2014-09-01 Jeremy Allisons3: winbindd: Add new parameter "winbind request timeou...
2014-09-01 Volker Lendeckelib: strings: Simplify strcasecmp
2014-09-01 Jeremy Allisons4: tests: Added local.charset test for Bug 10716 ...
2014-09-01 Jeremy Allisonlib: strings: Fix the behavior of strncasecmp_m_handle...
2014-09-01 Jeremy Allisonlib: strings: Fix the behavior of strcasecmp_m_handle...
2014-09-01 Volker Lendeckelib: Remove unused nstrcpy
2014-08-07 Daniel Kobrassys_poll_intr: fix timeout arithmetic
2014-08-07 Stefan Metzmacherlib/util: move memcache.[ch] to the toplevel 'samba...
2014-08-07 Jeremy Allisonlib: tevent: make TEVENT_SIG_INCREMENT atomic.
2014-08-01 Volker Lendeckefix unstrcpy
2014-07-31 Volker Lendeckefix unstrcpy
2014-07-28 Karolin SeegerMerge commit 'origin/v4-1-test^' into v4-1-stable samba-4.1.10
2014-07-19 Stefan Metzmacherldb-samba: fix a memory leak in ldif_canonicalise_objec...
2014-07-15 Michael Adamldb:build: improve detection of srcdir
2014-07-15 Andrew Bartlettldb: make the successful ldb_transaction_start() messag...
2014-07-15 Stefan Metzmacherldb: change version to 1.1.17
2014-07-15 Stefan Metzmacherldb:pyldb: add some more helper functions for LdbDn
2014-07-15 Stefan Metzmacherldb:pyldb: fix doc string for set_extended_component()
2014-07-15 Stefan Metzmacherldb:pyldb: add some const to PyObject_FromLdbValue()
2014-07-15 Andreas Schneiderldb: Add a env variable to disable RTLD_DEEPBIND.
2014-07-15 Andrew Bartlettldb: pass module init errors back to the caller
2014-07-15 Andrew Bartlettldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather...
2014-07-15 Volker Lendeckeldb: Fix 1138330 Dereference null return value
2014-07-15 Christian Ambachlib/ldb fix compiler warnings
2014-07-15 Christian Ambachlib/ldb fix compiler warnings
2014-07-15 Pavel Reichlldb: use of NULL pointer bugfix
2014-07-15 Volker Lendeckeldb: Fix CID 241329 Array compared against 0
2014-07-15 Volker Lendeckeldb: Fix CID 240798 Uninitialized pointer read
2014-07-15 Stefan Metzmacherldb:rdn_name: reject 'distinguishedName' depending...
2014-07-15 Nadezhda Ivanovas4-openldap: Remove use of talloc_reference in ldb_map_...
2014-07-15 Howard ChuAdd LDB_MAP_RENDROP option
2014-07-15 Howard ChuFix SEGV from improperly formed SUBSTRING/PRESENCE...
2014-07-15 Howard ChuCleanup map return codes
2014-07-15 Andrew Bartlettldb: Show the type of failing operation in default...
2014-07-15 Jeroen Dekkersldb: Do not build libldb-cmdline when using system...
2014-07-15 Volker Lendeckeldb_map: Fix CID 1034791 Dereference null return value
2014-07-15 Volker Lendeckepyldb: Fix CID 1034792 Dereference null return value
2014-07-15 Volker Lendeckeldb: Fix CID 1034793 Dereference null return value
2014-07-15 Volker Lendeckeldb: Fix a const warning
2014-07-15 Matthieu Patoupyldb: decrement ref counters on py_results and quiet...
2014-05-20 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all calle...
2014-05-20 Alexander Bokovoyadd systemd integration
2014-05-19 David Disseldorpbyteorder: do not assume PowerPC is big-endian
2014-04-01 Stefan Metzmachertevent: fix crash bug in tevent_queue_immediate_trigger()
2014-03-11 Stefan MetzmacherMerge tag 'samba-4.1.6' into v4-1-test
2014-03-10 Christian Ambachwaf:lib/replace fix iconv checks on HP/UX
2014-03-10 Christian Ambachwaf:lib/replace gettext configure checks
2014-03-10 Christian Ambachwaf:lib/replace fix gettext detection
2014-03-10 Christian Ambachwaf:lib/replace change detection of gettext
2014-03-10 Christian Ambachwaf:lib/replace fix up libintl related checks
next