summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-213-130/+1
* s3-param Put &Globals in the FN_ macros, rather than in each entryAndrew Bartlett2011-06-211-254/+254
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-212-3/+1
* s3: Fix a winbind messageVolker Lendecke2011-06-201-1/+1
* s3:idmap_autorid: remove redundant codeMichael Adam2011-06-201-4/+0
* s3:idmap_autorid: in initialize, don't leak storedconfig to talloc_tos() in t...Michael Adam2011-06-201-2/+4
* s3:idmap_autorid: use "idmap config * : rangesize" instead of "autorid : rang...Michael Adam2011-06-201-1/+1
* s3:idmap_autorid: fail initialization if the domain is not "*"Michael Adam2011-06-201-0/+7
* s3: Fix the build, NAME_MAX not universally availableVolker Lendecke2011-06-201-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-209-15/+15
* tdb2: create tdb2 versions of various testing TDBs.Rusty Russell2011-06-201-0/+0
* source3/lib/util_tdb.c: operation timeout support for TDB2.Rusty Russell2011-06-201-0/+96
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-2020-34/+34
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-205-13/+26
* tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2011-06-202-3/+3
* source3/winbindd/idmap_tdb.c: tdb2 support for wrong endian.Rusty Russell2011-06-201-2/+16
* tdb_validate: TDB2 support for tdb_validate_child and tdb_backup.Rusty Russell2011-06-201-2/+10
* tdb2: #ifdef out TDB_ERR_NOLOCK and TDB_ERR_LOCK_TIMEOUT.Rusty Russell2011-06-202-1/+10
* ldb: replace 'struct TDB_DATA' with 'TDB_DATA'Rusty Russell2011-06-204-6/+9
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-203-14/+14
* tdb_compat: use tdb_firstkey_compat/tdb_nextkey_compat everywhere.Rusty Russell2011-06-203-12/+12
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-2013-16/+16
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-203-10/+5
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-204-5/+5
* tdb_transaction_cancel: ignore return value.Rusty Russell2011-06-203-18/+9
* tdb_transaction_commit: check returns for 0, not -1.Rusty Russell2011-06-202-5/+5
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-205-13/+13
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-203-6/+6
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-2012-46/+46
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-2012-52/+53
* source3/smdb/files.c: file_name_hash to use Jenkins hash from CCAN.Rusty Russell2011-06-201-3/+2
* source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2011-06-202-3/+5
* smb_share_modes: don't use tdb_jenkins_hash.Rusty Russell2011-06-203-5/+4
* lib: import ccan modules for tdb2Rusty Russell2011-06-204-1/+6
* s3: Replace shadow_copy2 with a new implementationVolker Lendecke2011-06-201-598/+1205
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* libcli/util Bring samba4 unix -> nt_status code in common.Andrew Bartlett2011-06-201-2/+1
* s3-winbind Move winbind privileged socket dir into state_path()Andrew Bartlett2011-06-201-1/+1
* s3: Fix Coverity ID 2582: FORWARD_NULLVolker Lendecke2011-06-191-0/+5
* s3: Fix Coverity ID 2583: RESOURCE_LEAKVolker Lendecke2011-06-191-1/+5
* s3: Remove unused name_queriesVolker Lendecke2011-06-191-34/+0
* s3: Fix some type-punned warningsVolker Lendecke2011-06-191-7/+8
* s3: Add name_resolve_bcast_send/recvVolker Lendecke2011-06-192-20/+104
* s3: Fix a memleak in name_resolve_bcastVolker Lendecke2011-06-191-4/+7
* s3: Test nttrans_createVolker Lendecke2011-06-195-0/+112
* s3: Add incomplete cli_nttrans_createVolker Lendecke2011-06-192-0/+208
* s3: Correctly align evenVolker Lendecke2011-06-191-1/+3
* s3:modules fix Bug 8244 - Cannot copy files larger than 2 GB to Samba shareChristian Ambach2011-06-171-3/+3
* errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett2011-06-171-11/+11
* s3-util: remove the s3 nterr.cAndrew Tridgell2011-06-174-66/+2