summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r22774: correctly initialize the smbsrv_connection when switching to SMB2Stefan Metzmacher2007-10-101-0/+13
* r22769: Fix include location.Jelmer Vernooij2007-10-102-2/+2
* r22764: - replace talloc_zero with composite_createRafal Szczesniak2007-10-101-16/+5
* r22763: replace talloc_zero calls with composite_create and add moreRafal Szczesniak2007-10-102-17/+16
* r22762: Some ldb_map changes:Jelmer Vernooij2007-10-1016-119/+130
* r22758: - add missing _talloc_set_name_const(ret, ret); to talloc_append_stri...Stefan Metzmacher2007-10-103-1/+41
* r22757: test if calling talloc_free() works on parent elements from within a ...Stefan Metzmacher2007-10-101-1/+41
* r22756: Make it easier to setup an LDAP replica. Provision withAndrew Bartlett2007-10-103-5/+11
* r22752: bail out on talloc failureStefan Metzmacher2007-10-101-0/+3
* r22750: dlopen() is always available now (and returns a correct error if not ...Jelmer Vernooij2007-10-101-5/+0
* r22749: fix memory leak of nbt_name_request structure which are used to send ...Stefan Metzmacher2007-10-101-3/+6
* r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher2007-10-108-14/+15
* r22746: fix the build of the sqlite moduleStefan Metzmacher2007-10-101-2/+1
* r22743: set the talloc name to the string...Stefan Metzmacher2007-10-101-0/+4
* r22742: Fix tests.Jelmer Vernooij2007-10-101-6/+6
* r22741: Add MSVC-specific pragma's for Wireshark. Patch from Ronnie.Jelmer Vernooij2007-10-101-0/+8
* r22735: correct some commentsRafal Szczesniak2007-10-101-1/+2
* r22734: - use samr pipe if it is already openedRafal Szczesniak2007-10-101-16/+79
* r22723: fix compiler warningsStefan Metzmacher2007-10-101-1/+1
* r22722: fix dependenciesStefan Metzmacher2007-10-101-2/+1
* r22721: use only included talloc and tdb untill jelmerStefan Metzmacher2007-10-101-6/+8
* r22718: remove autoconf warnings, we should only includeStefan Metzmacher2007-10-101-6/+15
* r22699: Reduce amount of magic required for popt detection.Jelmer Vernooij2007-10-102-3/+8
* r22698: Support using system tdb, when available.Jelmer Vernooij2007-10-102-2/+4
* r22697: Support building with external talloc.Jelmer Vernooij2007-10-103-6/+24
* r22696: Make sure this is an ascii charSimo Sorce2007-10-101-0/+12
* r22694: It seems that AIX 5.3 with XLC has difficulties with <ctype.h>. This isVolker Lendecke2007-10-101-1/+1
* r22687: use DESTDIR.Jelmer Vernooij2007-10-101-6/+6
* r22684: Fix native Samba build.Jelmer Vernooij2007-10-102-3/+4
* r22683: fix the logic for skipping the pipe_dead()Stefan Metzmacher2007-10-102-4/+4
* r22682: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-102-6/+5
* r22681: Fix standalone ldb build when parent directory name != ldb.Jelmer Vernooij2007-10-1049-133/+113
* r22680: Fix a talloc ctx nameVolker Lendecke2007-10-101-1/+1
* r22672: use composite_create calls instead of talloc_zero.Rafal Szczesniak2007-10-101-12/+6
* r22670: changed the RAW-NOTIFY test to support clustered testing (two nodes)Andrew Tridgell2007-10-101-14/+25
* r22669: fix uninitialized element which was causing a crash with 'net passwor...Stefan Metzmacher2007-10-101-0/+1
* r22668: Fix ldb buildJelmer Vernooij2007-10-101-2/+0
* r22667: revert revision 22640 as it breaks nested structs in idlStefan Metzmacher2007-10-101-10/+12
* r22665: Change version back to 0.9.Jelmer Vernooij2007-10-101-1/+3
* r22662: disable shared library support on Tru64Stefan Metzmacher2007-10-101-1/+2
* r22661: optimize the handling of directly triggered timed events:Stefan Metzmacher2007-10-106-48/+60
* r22658: - add AC_GNU_SOURCE macro for systems which don't have itStefan Metzmacher2007-10-102-1/+14
* r22642: Allow standalone build to work without tdb or talloc checked out, butJelmer Vernooij2007-10-106-1/+178
* r22640: - generate nicer outputStefan Metzmacher2007-10-101-12/+10
* r22637: Install tdbbackup and tdbdump again.Jelmer Vernooij2007-10-102-3/+3
* r22635: make it possible to not turn off dns canonicalization of hostnamesStefan Metzmacher2007-10-102-2/+3
* r22634: make the events system much less dependent on the samba4 build systemAndrew Tridgell2007-10-108-21/+69
* r22632: merged volkers select events fixAndrew Tridgell2007-10-101-1/+2
* r22629: if irpc gets freed within event_loop_once() we crash...Stefan Metzmacher2007-10-102-1/+14
* r22628: convert to new composite apiStefan Metzmacher2007-10-101-29/+28