summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add exports file and abi checker for teventSimo Sorce2009-06-157-2/+157
* Add exports file and abi checker for talloctalloc-1.3.1Simo Sorce2009-06-158-9/+169
* Add exports file and abi checker for tdbtdb-1.1.5Simo Sorce2009-06-157-3/+172
* Add new replace check for --version-scriptSimo Sorce2009-06-151-0/+16
* Add option to --disable-python on buildSimo Sorce2009-06-151-0/+9
* Fix a = vs == error in writev_handlerVolker Lendecke2009-06-151-1/+1
* s4:heimdal: import lorikeet-heimdal-200906080040 (commit 904d0124b46eed7a8ad6...Andrew Bartlett2009-06-121-1/+5
* selftest: Fix handling of testsuite, reintroduce progress indication.Jelmer Vernooij2009-06-111-1/+0
* Fix build of recurusion fix in reopen_logs()Andrew Bartlett2009-06-111-1/+1
* Don't recurse in reopen_logs().Andrew Bartlett2009-06-111-0/+6