summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* talloc: remove ABI compat functionsStefan Metzmacher2009-08-242-31/+0
* talloc: remove unused build dependecies to sambaStefan Metzmacher2009-08-241-18/+0
* talloc/testsuite: use talloc_set_log_fn() and log to stdoutStefan Metzmacher2009-08-241-0/+6
* talloc: add talloc_set_log_fn() and talloc_set_log_stderr()Stefan Metzmacher2009-08-242-12/+51
* talloc: let talloc_steal() only generate a warning if it's used with referencesStefan Metzmacher2009-08-241-2/+1
* talloc/testsuite: report __location__ of testsuite failuresStefan Metzmacher2009-08-241-6/+6
* talloc/testsuite: add infrastructure to test abortsStefan Metzmacher2009-08-241-0/+20
* talloc/testsuite: reset the globals after each subtestStefan Metzmacher2009-08-241-3/+29
* talloc: call return after abort, because an overloaded abort function might n...Stefan Metzmacher2009-08-241-0/+4
* talloc: report the size of reference handles as 0Stefan Metzmacher2009-08-241-1/+3
* talloc: let talloc_total_blocks() and talloc_get_size() operate on the null_c...Stefan Metzmacher2009-08-241-2/+15
* Fix for bug 6651 - smbd SIGSEGV when breaking oplocks.Jeremy Allison2009-08-211-17/+54
* tevent: fix a commentMichael Adam2009-08-191-1/+1
* tevent: change version to 0.9.7 after adding tevent_req_cancel infrastructureStefan Metzmacher2009-08-171-1/+1
* tevent: add tevent_req_cancel() infrastructureStefan Metzmacher2009-08-173-0/+70
* tevent: add some more doxygen comments for tevent_req functionsStefan Metzmacher2009-08-151-0/+38
* libreplace: undef AI_ADDRCONFIG on QNX 6.3.0 (fix bug #6630)Matt Kraai2009-08-121-0/+14
* Rename ASN1_BITFIELD to ASN1_BIT_STRING.Kouhei Sutou2009-08-111-1/+1
* libreplace: set SONAMEFLAG to "-Wl,-soname=" on QNXMatt Kraai2009-08-081-1/+1
* Add define guards around otherwise unused variable.Jeremy Allison2009-08-061-0/+3
* There is one signedness issue in tdb which prevents traverses of TDB recordsRusty Russell2009-08-061-9/+21
* fixed a uid_wrapper bug that caused a segv in the RAW-ACLS testAndrew Tridgell2009-08-051-8/+15
* make the UID_WRAPPER skip checks at runtimeAndrew Tridgell2009-08-054-5/+17
* added a uid_wrapper libraryAndrew Tridgell2009-08-056-0/+236
* util/asn1: fix potential memory leak in asn1_write_OID()Stefan Metzmacher2009-07-311-0/+1
* tdb: don't alter tdb->flags in tdb_reopen_all()Rusty Russell2009-07-311-6/+13
* tdb: Reimplementation of Metze's "lib/tdb: if we know pwrite and pread are th...Rusty Russell2009-07-311-5/+10
* tdb: Revert "lib/tdb: if we know pwrite and pread are thread/fork safe tdb_re...Rusty Russell2009-07-311-5/+0
* realloc() has that horrible overloaded free semantic when size is 0:Rusty Russell2009-07-301-2/+7
* If the record is at the end of the database, pretending it has length 1Rusty Russell2009-07-301-4/+1
* DCE/RPC(Python): Rename py_talloc_import to py_talloc_steal.Jelmer Vernooij2009-07-302-7/+8
* No explicit initialization necessary for a zero blobVolker Lendecke2009-07-251-3/+1
* tdb: fix locking errorRusty Russell2009-07-211-1/+1
* lib util: Fix const warningTim Prouty2009-07-201-1/+1
* Make tdb transaction lock recursive (samba version)Rusty Russell2009-07-203-21/+20
* Remove unused parameter setting.Jelmer Vernooij2009-07-192-11/+0
* lib/util/util_file.c(file_save): fixed file descriptor leak when read(2) fails.Slava Semushin2009-07-191-0/+1
* Fix broken password quality checkMatthieu Patou2009-07-192-1/+4
* include unix.h if it's availableMatt Kraai2009-07-192-0/+5
* tevent: try to fix the build on QNX qnx18 6.4.1 it doesn't have SA_RESTART de...Stefan Metzmacher2009-07-161-1/+11
* tsocket: rename sa_len => sa_socklen, because sa_len is a macro on some platf...Stefan Metzmacher2009-07-161-21/+21
* Change to talloc_zero_size instead of extra memset.Jeremy Allison2009-07-141-2/+1
* When tallocing a memory block for the state in a tevent_req struct,Jeremy Allison2009-07-141-0/+1
* libreplace: update library search path variablesBjörn Jacke2009-07-051-1/+4
* Fix some warningsVolker Lendecke2009-07-041-2/+3
* tdb: fix define of tdbdir when srcdir != "."Björn Jacke2009-07-031-2/+2
* Sort the signature filesSimo Sorce2009-07-034-89/+89
* Expose functions need by backend writersSimo Sorce2009-07-035-52/+67
* Restore ABI compatibility for talloc.Simo Sorce2009-07-036-60/+106
* talloc: change TALLOC_MAGIC for version 2.0.0Stefan Metzmacher2009-07-021-1/+12