summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
* r22827: Change license to LGPL (discussed with tridge).Jelmer Vernooij2007-10-1018-201/+288
* r22825: let longhorn beta3 work with samba4Stefan Metzmacher2007-10-101-1/+2
* r22824: - add a simple test which shows how a lock rejectsStefan Metzmacher2007-10-102-17/+155
* r22813: improve error messages in RAW-NOTIFY testAndrew Tridgell2007-10-101-4/+17
* r22811: two more memory allocation checks.Rafal Szczesniak2007-10-102-1/+4
* r22810: when a test runs against domain controller use domain nameRafal Szczesniak2007-10-102-18/+58
* r22809: use buffer size specified in libnet context.Rafal Szczesniak2007-10-102-5/+1
* r22808: store default buffer size for samr operations in libnet context.Rafal Szczesniak2007-10-102-1/+5
* r22804: convert libnet_rpc_userinfo function to use "continue" functionsRafal Szczesniak2007-10-101-127/+124
* r22793: use a state struct for r_do_release_demand to avoid a memleak on errorsStefan Metzmacher2007-10-101-12/+27
* r22792: only don't free on successStefan Metzmacher2007-10-101-2/+5
* r22791: make it possible to use smb2_create_blob_add() in the server code tooStefan Metzmacher2007-10-101-3/+3
* r22790: fix initialization for chained requestsStefan Metzmacher2007-10-101-0/+1
* r22789: fix loading of internal samba4 modulesStefan Metzmacher2007-10-101-3/+3
* r22788: fix typoStefan Metzmacher2007-10-101-1/+1
* 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