summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macroMichael Adam2013-08-121-1/+1
* Bug 8997: change libreplace GPL source to LGPLDavid Disseldorp2013-06-173-31/+43
* Fix bug #9471 - SEGV when using second vfs module.Tsukasa Hamano2013-01-171-1/+1
* Fix bug 9548: Correctly detect O_DIRECTVolker Lendecke2013-01-171-11/+10
* lib/replace: Add missing check for sys/wait.hJeremy Allison2013-01-171-1/+1
* lib/replace: Add ucontext configure autoconf checks.Jeremy Allison2013-01-171-0/+13
* lib/replace: Include sys/ucontext.h if available.Jeremy Allison2013-01-171-0/+4
* tevent: Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further s...Jeremy Allison2013-01-171-0/+29
* lib/addns: don't depend on the order in resp->answers[]Stefan Metzmacher2012-12-061-3/+12
* lib/addns: remove pointless check for resp->num_additionals != 1Stefan Metzmacher2012-12-061-2/+1
* lib/replace: replace all *printf function if we replace snprintf (bug #9390)Stefan Metzmacher2012-12-063-17/+34
* libreplace: Fix symbol names for snprintf/asprintf/vasprintf.Jelmer Vernooij2012-12-061-6/+6
* lib/tsocket: optimize syscalls in tstream_readv_pdu_send()Stefan Metzmacher2012-12-061-0/+29
* lib/tsocket: disable the syscall optimization for recvfrom/readv by defaultStefan Metzmacher2012-12-062-6/+109
* lib-addns: ensure that allocated buffer are pre set to 0 (bug #9259)Matthieu Patou2012-10-291-12/+12
* libreplace: Bug 8107, Fix poll replacement to become a msleep replacementJoachim Schmitz2012-10-291-1/+1
* replace: add some includes for poll.hBjörn Jacke2012-10-291-0/+6
* tdb: Make tdb robust against improper CLEAR_IF_FIRST restartVolker Lendecke2012-10-291-5/+29
* tdb: Make robust against shrinking tdbsRusty Russell2012-10-291-7/+8
* Fix bug #9037 - Name clash in MD5 cause...Jura Sasek2012-07-244-4/+16
* Fix bug #8627: Crash bug in dns_create_probe.Jeremy Allison2012-06-221-14/+14
* Fix bug #8877 - Syslog broken owing to mistyping of debug_settings.syslog.Joseph Tam2012-06-221-1/+1
* s3-popt: Fix configure.developer builds on Solaris.Ira Cooper2012-06-221-0/+2
* Fix bug #8729 - getpass regressions on Solaris/Illumos - 3.6 and master.Ira Cooper2012-06-222-0/+13
* lib/util/ Fix crash bug caused by gfree_debug()Andrew Bartlett2012-01-231-1/+1
* Fix bug 8433, segfault in iconv.cVolker Lendecke2011-09-161-1/+0
* s3: Fix bug 8385Volker Lendecke2011-09-161-26/+14
* talloc: check block count aftter references testAndrew Tridgell2011-09-161-0/+1
* talloc: added test suite for talloc_free_children()Andrew Tridgell2011-09-161-0/+44
* Fix license info for talloc in manpage.Jelmer Vernooij2011-09-161-3/+3
* talloc - improve doxygen comment of "talloc_move"Matthias Dieter Wallnöfer2011-09-161-3/+3
* talloc - some documentation changesMatthias Dieter Wallnöfer2011-09-162-53/+48
* talloc: preserve context name on talloc_free_children()Simo Sorce2011-09-161-0/+23
* talloc: ensure the sibling linked list remains valid during a freeAndrew Tridgell2011-09-161-15/+3
* Fix warning messages on Freebsd 4.6.2.Herb Lewis2011-09-161-0/+2
* Fix bug 7462 - Non-standard SA_RESETHAND is used in ...lib/tevent/tevent_sign...Jeremy Allison2011-08-073-4/+6
* lib/util/wrap_xattr.h: fix licence/copyrightGünther Deschner2011-07-261-0/+21
* lib/util/util_tdb.h: fix licence/copyrightGünther Deschner2011-07-261-0/+21
* lib/util/util_ldb.h: fix licence/copyrightGünther Deschner2011-07-261-0/+23
* lib/util/time.h: fix licence/copyrightGünther Deschner2011-07-261-1/+6
* lib/util/data_blob.h: fix licence/copyrightGünther Deschner2011-07-261-1/+4
* Fix bug #8197 - winbind does not properly detect when a DC connection is dead.Jeremy Allison2011-06-071-6/+32
* Fix the poll() backend to correctly respond to POLLHUP|POLLERR returns on a f...Jeremy Allison2011-06-071-1/+13
* replace: remove waring if IOV_MAX is not definedBjörn Jacke2011-06-071-2/+0
* Fix bug #7998.Samuel Thibault2011-06-071-1/+1
* Fix our asn.1 parser to handle negative numbers.Jeremy Allison2011-06-071-0/+9
* Fix bug 8153 found when building on an IPv6-only system by Kai Blin.Jeremy Allison2011-06-071-3/+16
* talloc: splitout _talloc_free_children_internal()Stefan Metzmacher2011-06-071-50/+27
* talloc: fixed a use after free error in talloc_free_children()Stefan Metzmacher2011-06-071-1/+16
* talloc: use _talloc_free_internal() in talloc_free_children()Stefan Metzmacher2011-06-071-1/+1