summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2009-08-24talloc: add --enable-talloc-compat1 to build a compat library for talloc 1.x.xStefan Metzmacher5-0/+89
2009-08-24talloc: update talloc.exports and talloc.signaturesStefan Metzmacher2-4/+8
2009-08-24talloc: add defines and functions for TALLOC_MAJOR/MINOR_VERSIONStefan Metzmacher6-11/+72
2009-08-24talloc: change version to 2.0.0Stefan Metzmacher1-1/+1
2009-08-24talloc: remove ABI compat functionsStefan Metzmacher2-31/+0
2009-08-24talloc: remove unused build dependecies to sambaStefan Metzmacher1-18/+0
2009-08-24talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher1-0/+6
2009-08-24talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2-12/+51
2009-08-24talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher1-2/+1
2009-08-24talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher1-6/+6
2009-08-24talloc/testsuite: add infrastructure to test abortsStefan Metzmacher1-0/+20
2009-08-24talloc/testsuite: reset the globals after each subtestStefan Metzmacher1-3/+29
2009-08-24talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher1-0/+4
2009-08-24talloc: report the size of reference handles as 0Stefan Metzmacher1-1/+3
2009-08-24talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher1-2/+15
2009-08-21Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison1-17/+54
2009-08-19tevent: fix a commentMichael Adam1-1/+1
2009-08-17tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructureStefan Metzmacher1-1/+1
2009-08-17tevent: add tevent_req_cancel() infrastructureStefan Metzmacher3-0/+70
2009-08-15tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher1-0/+38
2009-08-12libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai1-0/+14
2009-08-11Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou1-1/+1
2009-08-08libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNXMatt Kraai1-1/+1
2009-08-06Add define guards around otherwise unused variable.Jeremy Allison1-0/+3
2009-08-06There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell1-9/+21
2009-08-05fixed a uid_wrapper bug that caused a segv in the RAW-ACLS testAndrew Tridgell1-8/+15
2009-08-05make the UID_WRAPPER skip checks at runtimeAndrew Tridgell4-5/+17
2009-08-05added a uid_wrapper libraryAndrew Tridgell6-0/+236
2009-07-31util/asn1: fix potential memory leak in asn1_write_OID()Stefan Metzmacher1-0/+1
2009-07-31tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell1-6/+13
2009-07-31tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell1-5/+10
2009-07-31tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell1-5/+0
2009-07-30realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell1-2/+7
2009-07-30If the record is at the end of the database, pretending it has length 1Rusty Russell1-4/+1
2009-07-30DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2-7/+8
2009-07-25No explicit initialization necessary for a zero blobVolker Lendecke1-3/+1
2009-07-21tdb: fix locking errorRusty Russell1-1/+1
2009-07-20lib util: Fix const warningTim Prouty1-1/+1
2009-07-20Make tdb transaction lock recursive (samba version)Rusty Russell3-21/+20
2009-07-19Remove unused parameter setting.Jelmer Vernooij2-11/+0
2009-07-19lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.Slava Semushin1-0/+1
2009-07-19Fix broken password quality checkMatthieu Patou2-1/+4
2009-07-19include unix.h if it's availableMatt Kraai2-0/+5
2009-07-16tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...Stefan Metzmacher1-1/+11
2009-07-16tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...Stefan Metzmacher1-21/+21
2009-07-14Change to talloc_zero_size instead of extra memset.Jeremy Allison1-2/+1
2009-07-14When tallocing a memory block for the state in a tevent_req struct,Jeremy Allison1-0/+1
2009-07-05libreplace: update library search path variablesBjörn Jacke1-1/+4
2009-07-04Fix some warningsVolker Lendecke1-2/+3
2009-07-03tdb: fix define of tdbdir when srcdir != "."Björn Jacke1-2/+2