summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* tdb_backup: avoid transaction on backup file, use lockallSimo Sorce2011-04-261-8/+13
* tdb: make sure we skip over recovery area correctly.Rusty Russell2011-04-263-17/+44
* tdb_expand: limit the expansion with huge recordsSimo Sorce2011-04-261-5/+20
* tdb: tdb_repack() only when it's worthwhile.Rusty Russell2011-04-261-6/+31
* tdb: fix transaction recovery area for converted tdbs.Rusty Russell2011-04-261-2/+4
* s3-includes: include lib/util/debug.h headers in includes.h not smb.hGünther Deschner2011-04-261-0/+1
* lib: Move next_token next to next_token_tallocVolker Lendecke2011-04-262-46/+46
* talloc: fix compiler warnings with -Wc++-compatStefan Metzmacher2011-04-261-5/+5
* talloc/testsuite: avoid memory leak reported by valgrindStefan Metzmacher2011-04-121-1/+1
* talloc/testsuite: test more talloc_pool related thingsStefan Metzmacher2011-04-121-0/+55
* talloc: include valgrind headers if availableStefan Metzmacher2011-04-121-0/+9
* talloc: add TC_INVALIDATE_POOL marcoStefan Metzmacher2011-04-121-3/+38
* talloc: add TC_UNDEFINE_GROW_CHUNK() marcoStefan Metzmacher2011-04-121-0/+21
* talloc: add TC_INVALIDATE_SHRINK_CHUNK() marcoStefan Metzmacher2011-04-121-0/+28
* talloc: add TC_INVALIDATE_FULL_CHUNK() macroStefan Metzmacher2011-04-121-12/+36
* talloc: use VALGRIND_MAKE_MEM_UNDEFINED() before memmove()Stefan Metzmacher2011-04-121-0/+12
* talloc: optimize talloc_free() and talloc_realloc() for talloc poolsStefan Metzmacher2011-04-121-22/+138
* talloc: add TC_POOL_FIRST_CHUNK() macroStefan Metzmacher2011-04-121-2/+5
* talloc: add TC_POOL_SPACE_LEFT() macroStefan Metzmacher2011-04-121-2/+5
* talloc: add TC_ALIGN16() macroStefan Metzmacher2011-04-121-2/+3
* talloc: use TC_HDR_SIZE instead of sizeof(struct talloc_chunk)Stefan Metzmacher2011-04-121-1/+1
* s3-messages: only include messages.h where needed.Günther Deschner2011-04-051-0/+1
* lib/util/util_pw: share more code between lib/util/util_pw.c and source3/lib/...Günther Deschner2011-04-052-8/+12
* lib/util/util_pw: share sys_get{pw,gr} group of calls.Günther Deschner2011-04-053-0/+94
* lib/util/util_pw: temporary rename of getpwnam_alloc and getpwuid_alloc.Günther Deschner2011-04-051-2/+2
* lib-util: put data_blob back in the public librarySimo Sorce2011-04-051-2/+2
* dcerpc: we do not need these as public headersSimo Sorce2011-04-051-1/+1
* debug: ignore debug_set_logfile() with a blank stringAndrew Tridgell2011-03-311-1/+5
* tdb: Fix Coverity ID 2238: SECURE_CODINGVolker Lendecke2011-03-301-24/+24
* tdb: Fix Coverity ID 2192: NO_EFFECTVolker Lendecke2011-03-271-1/+1
* s3: Fix Coverity ID 958: BAD_SIZEOFVolker Lendecke2011-03-271-1/+1
* lib: don't install public headers if a private libraryAndrew Tridgell2011-03-153-0/+3
* lib: fixed header pathsAndrew Tridgell2011-03-151-8/+8
* talloc: use <talloc.h> not "talloc.h"Andrew Tridgell2011-03-151-1/+1
* tdb: use public_headers to install header filesAndrew Tridgell2011-03-151-1/+1
* tdb: use system include style for system headersAndrew Tridgell2011-03-151-1/+1
* tevent: use public_headers for tevent.hAndrew Tridgell2011-03-151-1/+1
* talloc: use public_headers to install talloc.h and pytalloc.hAndrew Tridgell2011-03-151-2/+2
* lib/util/fault.c - "call_backtrace" - no need to have "backtrace_size" as size_tMatthias Dieter Wallnöfer2011-03-101-1/+1
* tevent: change version to 0.9.11tevent-0.9.11Stefan Metzmacher2011-03-102-1/+74
* tevent/poll: use fde->additional_flags to hold the array indexStefan Metzmacher2011-03-101-17/+6
* tevent: change tevent_fd->additional_flags to uint64_tStefan Metzmacher2011-03-101-1/+1
* socket_wrapper: fix handling of addr and addrlenStefan Metzmacher2011-03-091-4/+5
* tevent: Fixed tevent_wakeup_send code example.Andreas Schneider2011-03-091-1/+1
* lib/socket_wrapper: try to fix the build on solarisStefan Metzmacher2011-03-041-0/+13
* debug: fixed a valgrind errorAndrew Tridgell2011-03-041-1/+4
* libreplace: move "struct timespec" checks into libreplace (where timespec is ...Günther Deschner2011-03-043-0/+31
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_writev()Stefan Metzmacher2011-03-031-49/+17
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_sendmsg()Stefan Metzmacher2011-03-031-47/+66
* socket_wrapper: use swrap_sendmsg_before()/after() in swrap_send()Stefan Metzmacher2011-03-031-37/+18