summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Remove magic TC_HDR_SIZE handling inside talloc_memlimit_check().Jeremy Allison2015-03-151-1/+1
* Start to fix talloc memlimits with talloc pools.Jeremy Allison2015-03-151-0/+72
* debug: Set close-on-exec for the main log file FDAndrew Bartlett2015-02-251-0/+3
* lib/util: use size_t for add_string_to_array().Günther Deschner2014-11-242-2/+2
* lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()Stefan Metzmacher2014-11-171-2/+1
* lib: util: Signal handling - change CatchChild() and CatchChildLeaveStatus() ...Jeremy Allison2014-10-192-6/+6
* lib: Add daemon_status() to util library.Andreas Schneider2014-09-262-0/+17
* s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds w...Jeremy Allison2014-09-012-0/+10
* lib: strings: Simplify strcasecmpVolker Lendecke2014-09-011-35/+13
* s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes w...Jeremy Allison2014-09-011-0/+12
* lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad c...Jeremy Allison2014-09-011-2/+27
* lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad co...Jeremy Allison2014-09-011-1/+11
* lib: Remove unused nstrcpyVolker Lendecke2014-09-011-5/+0
* sys_poll_intr: fix timeout arithmeticDaniel Kobras2014-08-071-2/+12
* lib/util: move memcache.[ch] to the toplevel 'samba-util' libraryStefan Metzmacher2014-08-073-1/+532
* lib: tevent: make TEVENT_SIG_INCREMENT atomic.Jeremy Allison2014-08-073-0/+36
* fix unstrcpyVolker Lendecke2014-08-011-1/+1
* ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()Stefan Metzmacher2014-07-191-1/+6
* ldb:build: improve detection of srcdirMichael Adam2014-07-151-1/+1
* ldb: make the successful ldb_transaction_start() message clearerAndrew Bartlett2014-07-151-4/+8
* ldb: change version to 1.1.17Stefan Metzmacher2014-07-153-1/+265
* ldb:pyldb: add some more helper functions for LdbDnStefan Metzmacher2014-07-151-0/+112
* ldb:pyldb: fix doc string for set_extended_component()Stefan Metzmacher2014-07-151-1/+1
* ldb:pyldb: add some const to PyObject_FromLdbValue()Stefan Metzmacher2014-07-151-1/+1
* ldb: Add a env variable to disable RTLD_DEEPBIND.Andreas Schneider2014-07-151-6/+19
* ldb: pass module init errors back to the callerAndrew Bartlett2014-07-151-2/+3
* ldb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR o...Andrew Bartlett2014-07-151-2/+5
* ldb: Fix 1138330 Dereference null return valueVolker Lendecke2014-07-151-0/+4
* lib/ldb fix compiler warningsChristian Ambach2014-07-151-2/+2
* lib/ldb fix compiler warningsChristian Ambach2014-07-151-2/+2
* ldb: use of NULL pointer bugfixPavel Reichl2014-07-151-2/+2
* ldb: Fix CID 241329 Array compared against 0Volker Lendecke2014-07-151-1/+1
* ldb: Fix CID 240798 Uninitialized pointer readVolker Lendecke2014-07-151-1/+1
* ldb:rdn_name: reject 'distinguishedName' depending of the MOD flagsStefan Metzmacher2014-07-151-2/+8
* s4-openldap: Remove use of talloc_reference in ldb_map_outbound.cNadezhda Ivanova2014-07-151-9/+13
* Add LDB_MAP_RENDROP optionHoward Chu2014-07-154-8/+23
* Fix SEGV from improperly formed SUBSTRING/PRESENCE filterHoward Chu2014-07-151-1/+1
* Cleanup map return codesHoward Chu2014-07-151-18/+17
* ldb: Show the type of failing operation in default error messageAndrew Bartlett2014-07-151-1/+26
* ldb: Do not build libldb-cmdline when using system ldb.Jeroen Dekkers2014-07-151-4/+4
* ldb_map: Fix CID 1034791 Dereference null return valueVolker Lendecke2014-07-151-0/+6
* pyldb: Fix CID 1034792 Dereference null return valueVolker Lendecke2014-07-151-0/+4
* ldb: Fix CID 1034793 Dereference null return valueVolker Lendecke2014-07-151-0/+4
* ldb: Fix a const warningVolker Lendecke2014-07-152-3/+3
* pyldb: decrement ref counters on py_results and quiet warningsMatthieu Patou2014-07-151-0/+4
* lib-util: rename memdup to smb_memdup and fix all callers (bug #10556)Björn Baumbach2014-05-202-2/+2
* add systemd integrationAlexander Bokovoy2014-05-203-2/+49
* byteorder: do not assume PowerPC is big-endianDavid Disseldorp2014-05-191-4/+6
* tevent: fix crash bug in tevent_queue_immediate_trigger()Stefan Metzmacher2014-04-011-0/+4
* waf:lib/replace fix iconv checks on HP/UXChristian Ambach2014-03-101-1/+1