summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Allow NULL queue to writev_sendVolker Lendecke2011-04-181-6/+16
* Fix denial of service - memory corruption.Jeremy Allison2011-02-272-0/+15
* lib/util: move TIME_T_MIN/MAX defines into header file (cherry picked from co...Björn Jacke2010-05-062-14/+14
* s3: signals are processed twice in child.Bo Yang2010-05-063-5/+36
* util: added binsearch.h for binary array searchesAndrew Tridgell2010-02-151-0/+68
* Fix bug 6861 - rfc1738_unescape converts '+' characters to spaces. Stop rfc17...Jeremy Allison2009-12-231-5/+0
* s3: Fix Bug #6869: Various annoying build warnings.Günther Deschner2009-12-232-3/+3
* Fix bug 6796 - Deleting an event context on shutdown can cause smbd to crash.Jeremy Allison2009-10-201-8/+2
* tevent: make sure we don't set errno within the signal handler function.Stefan Metzmacher2009-10-201-0/+3
* Fixing timeval calculationSimo Sorce2009-10-201-1/+1
* tevent: change version to 0.9.8 after some critical bugs have been fixedStefan Metzmacher2009-09-091-1/+1
* Another part of the fix for bug 6651 - smbd SIGSEGV when breaking oplocks. SA...Jeremy Allison2009-09-091-2/+6
* tevent: Fix a segfault upon the first signalVolker Lendecke2009-09-091-0/+6
* lib/tevent: close pipe_fds on event_context destructionRusty Russell2009-09-091-0/+2
* lib/tevent: handle tevent_common_add_signal on different event contexts.Rusty Russell2009-09-092-14/+31
* lib/tevent: fix race with signals and tevent_common_add_signalRusty Russell2009-09-091-20/+20
* lib/tevent: remove spectacularly complicated manual subtractionRusty Russell2009-09-091-4/+1
* tevent: avoid using reserved c++ word.Günther Deschner2009-09-091-1/+1
* Fix for bug 6651 - smbd SIGSEGV when breaking oplocks. Based on a patch submi...Jeremy Allison2009-09-091-17/+54
* tevent: fix a commentMichael Adam2009-09-091-1/+1
* tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructureStefan Metzmacher2009-09-091-1/+1
* tevent: add tevent_req_cancel() infrastructureStefan Metzmacher2009-09-093-0/+70
* tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher2009-09-091-0/+38
* tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...Stefan Metzmacher2009-09-091-1/+11
* Change to talloc_zero_size instead of extra memset. Jeremy. (cherry picked fr...Jeremy Allison2009-09-091-2/+1
* When tallocing a memory block for the state in a tevent_req struct, ensure it...Jeremy Allison2009-09-091-0/+1
* Sort the signature files (cherry picked from commit 7119241c0d12768b31ebdb489...Stefan Metzmacher2009-09-092-45/+45
* Expose functions need by backend writersSimo Sorce2009-09-095-52/+67
* Revert "For tevent to install tevent_util.h"Simo Sorce2009-09-091-1/+0
* For tevent to install tevent_util.hEric Sandall2009-09-091-0/+1
* Add exports file and abi checker for teventSimo Sorce2009-09-097-2/+157
* Increase tevent version for tevent_req_notify_callback() (cherry picked from ...Stefan Metzmacher2009-09-091-1/+1
* Add tevent_req_notify_callbackVolker Lendecke2009-09-092-4/+13
* tevent/python: Makefile was still trying to build some non AC_SUBST python ta...Jelmer Vernooij2009-09-091-7/+1
* tevent: Define TALLOC_FREE() if it's not defined yet, to allow building with ...Jelmer Vernooij2009-09-091-0/+6
* tevent: Remove python module.Stefan Metzmacher2009-09-096-219/+0
* tevent: Install tevent_internal.h in the standalone build.Jelmer Vernooij2009-09-092-1/+4
* Update copies of config.guess and config.sub. (cherry picked from commit 6230...Jelmer Vernooij2009-09-098-304/+1128
* tevent: Don't install headers, since we don't install a shared lib either (fr...Jelmer Vernooij2009-09-091-5/+0
* tevent: fix typo async_req_done() => tevent_req_done()Stefan Metzmacher2009-09-091-1/+1
* tevent: fix the nesting logicStefan Metzmacher2009-09-091-7/+7
* fixed a logic bug in the tevent nesting codeAndrew Tridgell2009-09-091-1/+13
* libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai2009-08-171-0/+14
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-08-141-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-08-141-5/+0
* lib/util: fix order of includes in tevent_ntstatus.cMichael Adam2009-07-011-1/+1
* lib/util: fix building tevent_ntstatus without config.hMichael Adam2009-07-011-1/+0
* nss_wrapper: fix nss_wrapper build for solaris.Günther Deschner2009-06-021-0/+2
* nss_wrapper: remove re-structuring leftovers (unused variables).Günther Deschner2009-06-021-6/+0
* nss_wrapper: support member add and delete for groups in nss_wrapper.pl.Günther Deschner2009-06-021-21/+141