summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* change talloc to 2.0.0Andrew Tridgell2009-07-021-1/+1
* lib/util: fix order of includes in tevent_ntstatus.cMichael Adam2009-07-011-1/+1
* fixed the talloc testsuite for the recent changesAndrew Tridgell2009-07-011-6/+10
* a talloc_realloc() to zero size needs to use an unambiguous freeAndrew Tridgell2009-07-011-1/+1
* changes to remove the ambiguity in talloc_free() and talloc_steal() Andrew Tridgell2009-07-012-26/+109
* fixed use of reference in pytallocAndrew Tridgell2009-07-012-3/+24
* lib/util: fix building tevent_ntstatus without config.hMichael Adam2009-06-291-1/+0
* tsocket/bsd: also ask for TEVENT_FD_READ when we want to write into a stream ...Stefan Metzmacher2009-06-291-2/+9
* tsocket/bsd: more correctly check if the cached tevent_fd is still validStefan Metzmacher2009-06-291-4/+12
* Fix ndrdump to use a common setup_logging() APIAndrew Bartlett2009-06-292-1/+18
* Revert "s4:debug: make setup_logging() a bit more compatible with samba3"Andrew Bartlett2009-06-291-1/+1
* Two patches which fix issues on cross compiling/buildingNathaniel McCallum2009-06-291-1/+1
* Properly free a downlevel readv request. Metze, please checkVolker Lendecke2009-06-271-0/+1
* Move asn1_load_nocopy() to lib/util/asn1.cVolker Lendecke2009-06-202-0/+11
* Move asn1_blob() to lib/util/asn1.cVolker Lendecke2009-06-202-0/+17
* Partially revert restriction of socket_wrapper to 1500 byte writesAndrew Bartlett2009-06-191-10/+32
* Revert "For tevent to install tevent_util.h"Simo Sorce2009-06-181-1/+0
* For tevent to install tevent_util.hEric Sandall2009-06-181-0/+1
* s4: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-181-0/+2
* tdb: Fix help string in configure flag to enable Python bindings.Jelmer Vernooij2009-06-171-1/+1
* fix release scripts to always git cleanSimo Sorce2009-06-172-0/+6