summaryrefslogtreecommitdiff
path: root/source3
AgeCommit message (Expand)AuthorFilesLines
2011-06-21selftest: Run tests for libsmbclient and libnetapiAndrew Bartlett2-1/+5
2011-06-21lib/util Remove samba-util-common!Andrew Bartlett7-99/+98
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett3-130/+1
2011-06-21s3-param Put &Globals in the FN_ macros, rather than in each entryAndrew Bartlett1-254/+254
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett2-3/+1
2011-06-20s3: Fix a winbind messageVolker Lendecke1-1/+1
2011-06-20s3:idmap_autorid: remove redundant codeMichael Adam1-4/+0
2011-06-20s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam1-2/+4
2011-06-20s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam1-1/+1
2011-06-20s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam1-0/+7
2011-06-20s3: Fix the build, NAME_MAX not universally availableVolker Lendecke1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke9-15/+15
2011-06-20tdb2: create tdb2 versions of various testing TDBs.Rusty Russell1-0/+0
2011-06-20source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell1-0/+96
2011-06-20tdb_compat: Higher level API fixes.Rusty Russell20-34/+34
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell5-13/+26
2011-06-20tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2-3/+3
2011-06-20source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell1-2/+16
2011-06-20tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell1-2/+10
2011-06-20tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2-1/+10
2011-06-20ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell4-6/+9
2011-06-20tdb_compat: use tdb_errorstr_compat()Rusty Russell3-14/+14
2011-06-20tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell3-12/+12
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell13-16/+16
2011-06-20tdb_chainunlock: ignore return value.Rusty Russell3-10/+5
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell4-5/+5
2011-06-20tdb_transaction_cancel: ignore return value.Rusty Russell3-18/+9
2011-06-20tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2-5/+5
2011-06-20tdb_store: check returns for 0, not -1.Rusty Russell5-13/+13
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell3-6/+6
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell12-46/+46
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell12-52/+53
2011-06-20source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.Rusty Russell1-3/+2
2011-06-20source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2-3/+5
2011-06-20smb_share_modes: don't use tdb_jenkins_hash.Rusty Russell3-5/+4
2011-06-20lib: import ccan modules for tdb2Rusty Russell4-1/+6
2011-06-20s3: Replace shadow_copy2 with a new implementationVolker Lendecke1-598/+1205
2011-06-20libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett1-1/+1
2011-06-20libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett1-2/+1
2011-06-20s3-winbind Move winbind privileged socket dir into state_path()Andrew Bartlett1-1/+1
2011-06-19s3: Fix Coverity ID 2582: FORWARD_NULLVolker Lendecke1-0/+5
2011-06-19s3: Fix Coverity ID 2583: RESOURCE_LEAKVolker Lendecke1-1/+5
2011-06-19s3: Remove unused name_queriesVolker Lendecke1-34/+0
2011-06-19s3: Fix some type-punned warningsVolker Lendecke1-7/+8
2011-06-19s3: Add name_resolve_bcast_send/recvVolker Lendecke2-20/+104
2011-06-19s3: Fix a memleak in name_resolve_bcastVolker Lendecke1-4/+7
2011-06-19s3: Test nttrans_createVolker Lendecke5-0/+112
2011-06-19s3: Add incomplete cli_nttrans_createVolker Lendecke2-0/+208
2011-06-19s3: Correctly align evenVolker Lendecke1-1/+3
2011-06-17s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach1-3/+3