summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
* s3-param Remove %(DomainSID) supportAndrew Bartlett2011-06-241-102/+0
* s3-param Remove 'announce version' parameterAndrew Bartlett2011-06-231-2/+2
* s3-smbd: longer explanation of smbd_shim codeAndrew Tridgell2011-06-211-2/+7
* s3-build: Provide a run-time shim to work around duplicate symbolsAndrew Bartlett2011-06-213-35/+97
* lib/util: Use common d_printf() in the whole codebaseAndrew Bartlett2011-06-211-128/+0
* lib/util Make unused d_vfprintf() staticAndrew Bartlett2011-06-211-1/+1
* Use tevent_req_oomVolker Lendecke2011-06-202-3/+3
* 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-208-11/+11
* tdb_compat: use tdb_open_compat.Rusty Russell2011-06-201-6/+11
* tdb2: tdb_parse_record() returns negative errors, not -1.Rusty Russell2011-06-202-3/+3
* 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
* tdb_compat: use tdb_errorstr_compat()Rusty Russell2011-06-201-6/+6
* tdb_traverse/tdb_traverse_read: check returns for negative, not -1.Rusty Russell2011-06-203-4/+4
* tdb_chainunlock: ignore return value.Rusty Russell2011-06-202-8/+2
* tdb_chainlock: check returns for 0, not -1.Rusty Russell2011-06-202-3/+3
* 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-201-2/+2
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-3/+3
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-204-9/+9
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-202-2/+2
* source3/lib/util.c: str_checksum to use Jenkins hash from CCAN.Rusty Russell2011-06-201-2/+4
* errors: reorder error codes for easier s3/s4 comparisonAndrew Bartlett2011-06-171-11/+11
* s3: Add wins_server_tag_ips()Volker Lendecke2011-06-121-0/+42
* source3/lib/privileges.h: fix licence/copyrightGünther Deschner2011-06-101-0/+27
* source3/lib/netapi/libnetapi.h: fix licence/copyrightGünther Deschner2011-06-101-0/+19
* Export init_stat_ex_from_stat for use in VFS modules.Richard Sharpe2011-06-101-6/+6
* s3:lib/util: use %llu consitently (instead of %d) in interpret_pid() to parse...Stefan Metzmacher2011-06-091-1/+1
* s3-param Remove special case for global_myname(), rename to lp_netbios_name()Andrew Bartlett2011-06-096-46/+12
* s3-lib Add myhostname_upper()Andrew Bartlett2011-06-091-0/+16
* server_id: Change format to vnn:pid.task_id, pid.task_id or pidAndrew Bartlett2011-06-091-4/+14
* s3-param Remove special case for global_scope()Andrew Bartlett2011-06-092-28/+1
* s3-param Remove special case for lp_workgroup()Andrew Bartlett2011-06-092-21/+2
* s3-lib Use domain in credentials file for domain in credentialsAndrew Bartlett2011-06-091-1/+1
* lib/util Bring procid_str() into lib/util as server_id_string()Andrew Bartlett2011-06-092-22/+6
* s3-lib Read and write the full struct server_id (except the unique_id)Andrew Bartlett2011-06-091-19/+18
* s3-server_id Add task_id to server_id to match Samba4Andrew Bartlett2011-06-092-0/+8
* s3-talloc Change TALLOC_MEMDUP() to talloc_memdup()Andrew Bartlett2011-06-093-3/+3
* s3-talloc Change TALLOC_ZERO_ARRAY() to talloc_zero_array()Andrew Bartlett2011-06-096-11/+11
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-0918-23/+23
* s3-talloc Change TALLOC_P() to talloc()Andrew Bartlett2011-06-099-15/+15
* s3-talloc Change TALLOC_ARRAY() to talloc_array()Andrew Bartlett2011-06-098-14/+14
* s3-talloc Change TALLOC_REALLOC_ARRAY() to talloc_realloc()Andrew Bartlett2011-06-097-11/+11
* s3-talloc Remove unused TALLOC zeronull functions and macro definitionsAndrew Bartlett2011-06-091-105/+0
* s3-waf: Fix pthreadpool build which needs librt now.Andreas Schneider2011-06-061-1/+1
* s3: Fix two debug messagesVolker Lendecke2011-06-061-2/+2
* s3/pthreadpool: replace bad portable gettimeofday by clock_gettimeBjörn Jacke2011-06-061-4/+2
* lib/util use modules_path(), data_path() and shlib_ext() from source3Andrew Bartlett2011-06-062-41/+4