summaryrefslogtreecommitdiff
path: root/source4/lib
AgeCommit message (Expand)AuthorFilesLines
2009-02-25s4:lib/events: map TEVENT_DEBUG_TRACE to debug level 10Stefan Metzmacher1-1/+1
2009-02-24Make S4 build on OpenSolaris.Jeremy Allison2-1/+3
2009-02-23Fix headers, ldb_includes.h is a private header,Simo Sorce21-35/+34
2009-02-23Make all transactions nested in ldb. The current samba4 code expects thisSimo Sorce2-59/+75
2009-02-18Worked around a problem with select/poll/epoll and gnutls Andrew Tridgell2-1/+38
2009-02-18fixed some of the TLS problemsAndrew Tridgell3-10/+22
2009-02-13s4:lib/socket: add socket_address_copy()Stefan Metzmacher2-0/+35
2009-02-13s4:ldb_ildap: remove compiler warningsStefan Metzmacher1-4/+9
2009-02-12Fix Coverity ID 871 -- do not dereference "sp" before checking for NULLVolker Lendecke1-1/+3
2009-02-12Fix Coverity ID 872 -- we have alread dereferenced "ac" 2 lines aboveVolker Lendecke1-1/+1
2009-02-06s4:pyregistry: fix crash bugs introduced by e5a6eadd8214b56da34f733318a0fecae...Stefan Metzmacher1-2/+3
2009-02-05s4:pyregistry: fix compiler warningsStefan Metzmacher1-13/+16
2009-02-05s4:pyldb: fix compiler warningsStefan Metzmacher1-52/+85
2009-02-05s4:lib/registry: fix c++ warningsStefan Metzmacher2-8/+8
2009-02-03s4:lib/ldb: call ldb utils always via $VALGRIND ldbfoo$EXEEXT in the testsStefan Metzmacher4-56/+56
2009-02-02s4:lib/ldb: we should not silence warnings on handwritten python bindingsStefan Metzmacher1-2/+0
2009-02-02s4:auth/credentials: the python bindings don't use swig anymoreStefan Metzmacher1-1/+1
2009-02-02s4:lib/registry: s/new/nkeyStefan Metzmacher1-3/+3
2009-02-02s4:ldb_map: s/new/ntreeStefan Metzmacher1-1/+1
2009-02-02s4:ldif_handlers: s/class/sclassStefan Metzmacher1-4/+4
2009-02-02s4:lib/stream: s/private/private_dataStefan Metzmacher2-24/+24
2009-02-02s4:lib/socket: s/private/private_dataStefan Metzmacher1-3/+3
2009-02-02s4:lib/messaging: s/private/private_dataStefan Metzmacher2-7/+7
2009-01-31Start restoring the sqlite3 backendSimo Sorce1-320/+357
2009-02-01s4:irpc: avoid c++ reserved word 'private'Stefan Metzmacher3-6/+6
2009-02-01s4:lib/messaging: fix warnings in testsuiteStefan Metzmacher1-2/+2
2009-02-01s4:lib/messaging: avoid c++ reserved word 'private'Stefan Metzmacher3-29/+29
2009-01-30Explicitly include ldb_handlers.h where necessarySimo Sorce3-5/+2
2009-01-30Install mising public headersSimo Sorce1-1/+1
2009-01-30Bump up ldb version to 0.9.3 after latest changesSimo Sorce1-1/+1
2009-01-30Fix all other modules to use ldb_module.h instead of ldb_private.hSimo Sorce2-3/+3
2009-01-30s4:lib/socket: don't use gethostbyname2()Stefan Metzmacher2-9/+25
2009-01-30s4:lib/ldb: include replace.h in pyldb.cStefan Metzmacher1-0/+1
2009-01-30Add helper function to get a module name, may be useful for debugging.Simo Sorce2-1/+7
2009-01-30Fix misfiled headers.Simo Sorce3-13/+12
2009-01-30s4:fix the build after 380874ef863866c94c999ef53252b9d30df65e88Stefan Metzmacher1-0/+1
2009-01-30Fix standalone configure scriptsSimo Sorce2-1/+2
2009-01-30Fix the mess with ldb includes.Simo Sorce52-450/+807
2009-01-28Stop installing events.h - it contains a broken include itself andJelmer Vernooij1-2/+0
2009-01-22Do not start a transaction this way.Simo Sorce1-10/+0
2009-01-21s4:ldb: remove dependency to samba4's events wrapperStefan Metzmacher7-29/+36
2009-01-16winreg: fix winreg_EnumValue callers.Günther Deschner1-1/+1
2009-01-15Fix LDB_MODULESDIR for ldb standalone buildsSimo Sorce2-2/+6
2009-01-15Use AS_HELP_STRING() in a couple more places.Jelmer Vernooij1-1/+1
2009-01-15Fix indentation for some configure options.Jelmer Vernooij1-1/+1
2009-01-08s4:events: don't trigger \n in debug messages two timesStefan Metzmacher1-1/+1
2009-01-08Don't attempt to use GNUTLS >= 2.6, as it is known broken with the socket-tls...Jelmer Vernooij1-30/+28
2009-01-08Fix ldap.py test on systems that *can* find the record (the search fails here...Jelmer Vernooij1-1/+1
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij4-4/+20
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty4-3/+4