summaryrefslogtreecommitdiff
path: root/source3/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-24s3-param Remove %(DomainSID) supportAndrew Bartlett1-102/+0
2011-06-23s3-param Remove 'announce version' parameterAndrew Bartlett1-2/+2
2011-06-21s3-smbd: longer explanation of smbd_shim codeAndrew Tridgell1-2/+7
2011-06-21s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett3-35/+97
2011-06-21lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett1-128/+0
2011-06-21lib/util Make unused d_vfprintf() staticAndrew Bartlett1-1/+1
2011-06-20Use tevent_req_oomVolker Lendecke2-3/+3
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 Russell8-11/+11
2011-06-20tdb_compat: use tdb_open_compat.Rusty Russell1-6/+11
2011-06-20tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2-3/+3
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-20tdb_compat: use tdb_errorstr_compat()Rusty Russell1-6/+6
2011-06-20tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell3-4/+4
2011-06-20tdb_chainunlock: ignore return value.Rusty Russell2-8/+2
2011-06-20tdb_chainlock: check returns for 0, not -1.Rusty Russell2-3/+3
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 Russell1-2/+2
2011-06-20tdb_delete: check returns for 0, not -1.Rusty Russell1-3/+3
2011-06-20tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell4-9/+9
2011-06-20tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2-2/+2
2011-06-20source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell1-2/+4
2011-06-17errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett1-11/+11
2011-06-12s3: Add wins_server_tag_ips()Volker Lendecke1-0/+42
2011-06-10source3/lib/privileges.h: fix licence/copyrightGünther Deschner1-0/+27
2011-06-10source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner1-0/+19
2011-06-10Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe1-6/+6
2011-06-09s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher1-1/+1
2011-06-09s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett6-46/+12
2011-06-09s3-lib Add myhostname_upper()Andrew Bartlett1-0/+16
2011-06-09server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett1-4/+14
2011-06-09s3-param Remove special case for global_scope()Andrew Bartlett2-28/+1
2011-06-09s3-param Remove special case for lp_workgroup()Andrew Bartlett2-21/+2
2011-06-09s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett1-1/+1
2011-06-09lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2-22/+6
2011-06-09s3-lib Read and write the full struct server_id (except the unique_id)Andrew Bartlett1-19/+18
2011-06-09s3-server_id Add task_id to server_id to match Samba4Andrew Bartlett2-0/+8
2011-06-09s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett3-3/+3
2011-06-09s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett6-11/+11
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett18-23/+23
2011-06-09s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett9-15/+15
2011-06-09s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett8-14/+14
2011-06-09s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett7-11/+11
2011-06-09s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett1-105/+0
2011-06-06s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider1-1/+1
2011-06-06s3: Fix two debug messagesVolker Lendecke1-2/+2
2011-06-06s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke1-4/+2
2011-06-06lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2-41/+4