summaryrefslogtreecommitdiffstats
path: root/source4/lib
Commit message (Expand)AuthorAgeFilesLines
* s4:events: allow nested events until we fixed all code to avoid themStefan Metzmacher2009-03-121-0/+2
* s4:ldb: allow nested events until the code is fixed to avoid themStefan Metzmacher2009-03-121-1/+3
* s4:ldb: setup tevent debug functions on a selfcreated event contextStefan Metzmacher2009-03-121-0/+35
* Fix extended operation return path.Simo Sorce2009-03-101-8/+12
* Fix potential segfaults using freed memory.Simo Sorce2009-03-094-10/+54
* Remove parse_control from header, long after the function was removedAndrew Bartlett2009-03-051-1/+0
* s4: Use same function signature for convert_* as s3.Jelmer Vernooij2009-03-014-21/+17
* Add allow_badcharcnv argument to all conversion function, forJelmer Vernooij2009-03-014-9/+9
* s4:ldb_map: include ldb_includes.h first to get replace.h as first headerStefan Metzmacher2009-02-263-0/+3
* Use stdbool.h instead of manually defining boolSimo Sorce2009-02-251-10/+1
* s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher2009-02-251-1/+1
* Make S4 build on OpenSolaris.Jeremy Allison2009-02-242-1/+3
* Fix headers, ldb_includes.h is a private header,Simo Sorce2009-02-2321-35/+34
* Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2009-02-232-59/+75
* Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2009-02-182-1/+38
* fixed some of the TLS problemsAndrew Tridgell2009-02-183-10/+22
* s4:lib/socket: add socket_address_copy()Stefan Metzmacher2009-02-132-0/+35
* s4:ldb_ildap: remove compiler warningsStefan Metzmacher2009-02-131-4/+9
* Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke2009-02-121-1/+3
* Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke2009-02-121-1/+1
* s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher2009-02-061-2/+3
* s4:pyregistry: fix compiler warningsStefan Metzmacher2009-02-051-13/+16
* s4:pyldb: fix compiler warningsStefan Metzmacher2009-02-051-52/+85
* s4:lib/registry: fix c++ warningsStefan Metzmacher2009-02-052-8/+8
* s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher2009-02-034-56/+56
* s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher2009-02-021-2/+0
* s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher2009-02-021-1/+1
* s4:lib/registry: s/new/nkeyStefan Metzmacher2009-02-021-3/+3
* s4:ldb_map: s/new/ntreeStefan Metzmacher2009-02-021-1/+1
* s4:ldif_handlers: s/class/sclassStefan Metzmacher2009-02-021-4/+4
* s4:lib/stream: s/private/private_dataStefan Metzmacher2009-02-022-24/+24
* s4:lib/socket: s/private/private_dataStefan Metzmacher2009-02-021-3/+3
* s4:lib/messaging: s/private/private_dataStefan Metzmacher2009-02-022-7/+7
* Start restoring the sqlite3 backendSimo Sorce2009-01-311-320/+357
* s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-6/+6
* s4:lib/messaging: fix warnings in testsuiteStefan Metzmacher2009-02-011-2/+2
* s4:lib/messaging: avoid c++ reserved word 'private'Stefan Metzmacher2009-02-013-29/+29
* Explicitly include ldb_handlers.h where necessarySimo Sorce2009-01-303-5/+2
* Install mising public headersSimo Sorce2009-01-301-1/+1
* Bump up ldb version to 0.9.3 after latest changesSimo Sorce2009-01-301-1/+1
* Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2009-01-302-3/+3
* s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2009-01-302-9/+25
* s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher2009-01-301-0/+1
* Add helper function to get a module name, may be useful for debugging.Simo Sorce2009-01-302-1/+7
* Fix misfiled headers.Simo Sorce2009-01-303-13/+12
* s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher2009-01-301-0/+1
* Fix standalone configure scriptsSimo Sorce2009-01-302-1/+2
* Fix the mess with ldb includes.Simo Sorce2009-01-3052-450/+807
* Stop installing events.h - it contains a broken include itself andJelmer Vernooij2009-01-281-2/+0
* Do not start a transaction this way.Simo Sorce2009-01-221-10/+0