summaryrefslogtreecommitdiffstats
path: root/source3/lib
Commit message (Expand)AuthorAgeFilesLines
...
* s3-idmap: remove (now) unused function idmap_cache_set_sid2both()Andrew Bartlett2012-05-022-25/+0
* s3-idmap: Rework idmap_cache to store ID_TYPE_BOTH valuesAndrew Bartlett2012-05-022-176/+240
* s3:util add sid_check_is_wellknown_builtin()Christian Ambach2012-05-011-0/+27
* s3-lib Add a way to allocate the task_id value in server_idAndrew Bartlett2012-04-301-0/+42
* s3: Fix Coverity ID 2751: REVERSE_INULLVolker Lendecke2012-04-241-1/+1
* s3-dbwrap: A void function can not return a valueAndrew Bartlett2012-04-231-1/+1
* s3: Implement db_id for dbwrap_cacheVolker Lendecke2012-04-211-0/+9
* s3: Initialize "stored_callback" in dbwrap_cacheVolker Lendecke2012-04-211-0/+1
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-90/+0
* s3-dbwrap: dbwrap_watch_record_stored => NT_STATUS_NOT_FOUND is ok...Stefan Metzmacher2012-04-201-0/+3
* s3-g_lock: Use dbwrap_record_watch_send/recvVolker Lendecke2012-04-191-446/+170
* s3-dbwrap: Add dbwrap_record_watch_send/recvVolker Lendecke2012-04-192-0/+529
* s3-dbwrap: Add dbwrap_set_stored_callbackVolker Lendecke2012-04-206-2/+47
* s3-dbwrap: Add "db_context" to "db_record"Volker Lendecke2012-04-204-0/+10
* s3-dbwrap: Add dbwrap_db_idVolker Lendecke2012-04-206-0/+50
* s3: Fix msg_channel in the cluster caseVolker Lendecke2012-04-201-3/+6
* s3: Fix the build on FreeBSDVolker Lendecke2012-04-191-1/+1
* s3: Fix Coverity ID 2743: CHECKED_RETURNVolker Lendecke2012-04-191-3/+6
* s3: Fix Coverity ID 2744: CHECKED_RETURNVolker Lendecke2012-04-191-1/+6
* s3: Fix Coverity ID 2745 and 2746: FORWARD_NULLVolker Lendecke2012-04-191-11/+15
* s3: Attempt to fix Coverity ID 2748: INTEGER_OVERFLOWVolker Lendecke2012-04-191-1/+1
* s3-xattr_tdb: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-12/+0
* s3-dbwrap: Remove dead code: talloc_stackframe() cannot failAndrew Bartlett2012-04-191-10/+1
* s3-dbwrap: Fix an unused var warningVolker Lendecke2012-04-181-0/+2
* s3-xattr_tdb: Use talloc_stackframe() more to allow calling from common codeAndrew Bartlett2012-04-181-14/+31
* s3-xattr_tdb: Be nice to xattr_tdb_getxattr callers, return the full blobAndrew Bartlett2012-04-182-9/+6
* s3-xattr_tdb: make xattr_tdb a private library, for use outside vfs_xattr_tdbAndrew Bartlett2012-04-182-0/+495
* s3-lib: Add file_id_string()Andrew Bartlett2012-04-182-3/+23
* s3-build: move file_id.c into samba3-util and create a private headerAndrew Bartlett2012-04-182-0/+31
* lib/util: Move map_nt_error_from_tdb to the top levelAndrew Bartlett2012-04-181-58/+0
* s3-dbwrap: push lp_ctx up another layer in the stackAndrew Bartlett2012-04-183-5/+6
* s3-dbwrap: Add talloc_stackframe() callsAndrew Bartlett2012-04-181-5/+21
* s3: Make ctdbd_messaging_send_blob available in non-clustered modeVolker Lendecke2012-04-171-1/+10
* s3: Make messaging_ctdbd_connection available in non-clustered modeVolker Lendecke2012-04-171-0/+9
* s3: Implement tevent_barrierVolker Lendecke2012-04-172-0/+234
* s3: Introduce ctdb_messaging_send_blobVolker Lendecke2012-04-171-20/+20
* s3: Add msg_channelVolker Lendecke2012-04-172-0/+414
* s3: Add messaging_tdb_event()Volker Lendecke2012-04-171-0/+10
* s3: Add a second ctdb connect libraryVolker Lendecke2012-04-172-0/+678
* s3: Add dbwrap_try_fetch_lockedVolker Lendecke2012-04-178-16/+97
* s3: Add dbwrap_cacheVolker Lendecke2012-04-172-0/+242
* s3: Open up 3 levels of dbwrap_lock_orderVolker Lendecke2012-04-172-5/+9
* s3: Add infrastructure for background jobsVolker Lendecke2012-04-172-0/+272
* s3: Return CTDB_PATH from lp_ctdbd_socket()Volker Lendecke2012-04-172-12/+0
* s3: Fix the pthreadpool build on OS/XVolker Lendecke2012-04-091-0/+1
* s3: Compile fix for dbwrap_file.cVolker Lendecke2012-04-071-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-065-23/+23
* s3-vfs: Remove unused lremovexattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-37/+0
* s3-vfs: Remove unused lsetxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-64/+0
* s3-vfs: Remove unused llistxattr call from VFS modules, system.c and configureAndrew Bartlett2012-04-051-29/+0