summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the configure build - add lib/util/pidfile.o into UTIL_OBJ.Jeremy Allison2012-07-191-1/+1
* Make the s3 pidfile use the common code inside lib/util/pidfile.cJeremy Allison2012-07-195-141/+31
* Move source4/smbd/pidfile into lib/util in preparation for making it in common.Jeremy Allison2012-07-1910-19/+19
* s3-param: Remove special case for lp_ctdbd_socket(), set CTDB_PATH as defaultAndrew Bartlett2012-07-191-13/+5
* lib/param: bring lp_smb_ports() into common by making it a list everywhereAndrew Bartlett2012-07-193-25/+13
* s3-param: Make lp_name_resolve_order() return a listAndrew Bartlett2012-07-196-40/+31
* lib/param: bring lp_time_server() into commonAndrew Bartlett2012-07-191-1/+0
* s3-auth Use correct RID for domain guests primary groupAndrew Bartlett2012-07-191-1/+1
* s3-rpc_server: Remove make_server_info_info3() call from make_server_pipes_st...Andrew Bartlett2012-07-191-52/+3
* selftest: Run unix.whomai against the machine acccount as wellAndrew Bartlett2012-07-191-0/+2
* Revert "s3:auth make sure the primary group sid is usable"Andrew Bartlett2012-07-191-30/+13
* s4-torture: Allow unix.whoami to test against a member serverAndrew Bartlett2012-07-191-5/+7
* s3-aio: Panic if we try to close a fsp with outstanding aio requestsVolker Lendecke2012-07-193-18/+15
* s3-smb2: Postpone close_file until all aio is handledVolker Lendecke2012-07-181-0/+52
* s3-smb1: Postpone close_file until all aio is handledVolker Lendecke2012-07-183-1/+95
* s3: Add tevent_wait_send/recvVolker Lendecke2012-07-184-0/+122
* s3: Slightly simplify reply_close()Volker Lendecke2012-07-181-25/+13
* s3: Compile with pthreadpool by defaultVolker Lendecke2012-07-182-6/+4
* config: The AIO engine is indepent of HAVE_AIO nowVolker Lendecke2012-07-183-30/+31
* s3: Add aio_fsync to the aio_linux moduleVolker Lendecke2012-07-181-0/+44
* s3: Add aio_fsync to the aio_fork moduleVolker Lendecke2012-07-181-1/+112
* s3-aio-fork: make "read_cmd" an enumVolker Lendecke2012-07-181-7/+35
* s3: Add aio_fsync to the aio_posix moduleVolker Lendecke2012-07-181-0/+57
* s3-aio: Make the strict sync after write asyncVolker Lendecke2012-07-181-18/+103
* s3: Add a _nosync version of smb2_write_completeVolker Lendecke2012-07-182-7/+25
* s3-vfs: async fsyncVolker Lendecke2012-07-186-0/+263
* s3: Fix the buildVolker Lendecke2012-07-181-0/+1
* s3-libasys: Add asys_fsync() implementationVolker Lendecke2012-07-181-0/+43
* s3: Make us survive base-delaywrite with aio enabledVolker Lendecke2012-07-181-0/+4
* s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke2012-07-185-231/+146
* s3-aio: Remove unused VFS functions and moreVolker Lendecke2012-07-1811-690/+0
* s3-vfs: Add pwrite_send/recv to vfs modulesVolker Lendecke2012-07-182-0/+142
* s3-vfs: Add pread_send/recv to vfs modulesVolker Lendecke2012-07-182-0/+145
* s3: Convert aio_linux to pread/pwrite_send/recvVolker Lendecke2012-07-181-543/+100
* s3: Convert aio_fork to pread/pwrite_send/recvVolker Lendecke2012-07-181-323/+174
* s3-aio_fork: Convert get_idle_child from NTSTATUS to errnoVolker Lendecke2012-07-181-14/+17
* s3-aio_fork: Convert create_aio_child from NTSTATUS to errnoVolker Lendecke2012-07-181-16/+20
* s3: Add vfs_aio_posixVolker Lendecke2012-07-188-6/+264
* s3: Make smbd/aio.c not depend on aio.h anymoreVolker Lendecke2012-07-185-76/+31
* s3:vfs_aio_pthread: Convert to libasysVolker Lendecke2012-07-183-525/+124
* s3: Remove the unused completion handling from aio.cVolker Lendecke2012-07-183-344/+1
* s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke2012-07-186-119/+107
* s3: Use SMB_VFS_PWRITE_SEND in schedule_smb2_aio_writeVolker Lendecke2012-07-181-5/+55
* s3: Use SMB_VFS_PREAD_SEND in schedule_smb2_aio_readVolker Lendecke2012-07-181-5/+61
* s3: Use SMB_VFS_PWRITE_SEND in schedule_aio_write_and_XVolker Lendecke2012-07-181-3/+113
* s3: Use SMB_VFS_PREAD_SEND in schedule_aio_read_and_XVolker Lendecke2012-07-181-3/+76
* s3-vfs: async preadVolker Lendecke2012-07-184-0/+131
* s3-vfs: async pwriteVolker Lendecke2012-07-184-0/+135
* libasysVolker Lendecke2012-07-185-0/+522
* s3:Really ignore unknown special ids in NFSv4 ACLs.Alexander Werth2012-07-181-0/+1