summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3-lib Remove unused lib_path()Andrew Bartlett2011-06-061-13/+0
* Add the same fix to the S3 event backend as the previous commit added to the ...Jeremy Allison2011-06-041-1/+14
* Revert "s3: Mark sockets in error state writable"Volker Lendecke2011-06-011-23/+0
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-011-7/+7
* Change sys_getcd() to take no arguments and always return malloc'ed memory (o...Jeremy Allison2011-06-011-7/+34
* s3: fix more -Wunused-but-set-variable build warnings.Günther Deschner2011-06-011-3/+0
* s3: Mark sockets in error state writableVolker Lendecke2011-05-311-0/+23
* s3: add _LIB_IDMAP_CACHE_H_ guard to lib/idmap_cache.hMichael Adam2011-05-311-0/+5
* s3: add GPL/Copyright header to lib/idmap_cache.hMichael Adam2011-05-311-0/+20
* s3:lib/eventlog/proto.h: add _LIB_EVENTLOG_PROTO_H_ guardMichael Adam2011-05-311-0/+5
* s3:lib/eventlog/proto.h: add GPL/Copyright headerMichael Adam2011-05-311-0/+22
* s3-lib Move source3-specific malloc replacements into a seperate fileAndrew Bartlett2011-05-312-143/+171
* lib/util Move sys_memalign into lib/util/system.cAndrew Bartlett2011-05-311-36/+0
* s3-lib Improve indentation of errmap_unixAndrew Bartlett2011-05-311-36/+36