summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* libsmb: Fix removing invalid samlogon cache entriesVolker Lendecke2014-12-121-1/+1
* vfs_streams_xattr: add missing call to SMB_VFS_NEXT_CONNECTRalph Boehme2014-12-121-0/+6
* selftest: Add test for joining a Samba classic DC as a BDCAndrew Bartlett2014-12-112-0/+29
* libsmb: Allow change of BDC trust account passwordAndrew Bartlett2014-12-111-0/+3
* auth: Allow domain join to itself when we are a PDCAndrew Bartlett2014-12-111-1/+3
* selftest: Add 'net dom join' test which fails cause we are a DCAndreas Schneider2014-12-112-0/+27
* netapi: Move DC check to NetJoinDomain() where it is needed.Andrew Bartlett2014-12-112-4/+4
* vfs_glusterfs: Set connectpath as snapdir-entry-path.raghavendra talur2014-12-101-0/+11
* vfs_glusterfs: Remember the connect path too for reopening.raghavendra talur2014-12-101-5/+15
* vfs_glusterfs: In vfs_gluster_sys_acl_get_file/fd, reduce the number of getxa...Poornima G2014-12-101-10/+32
* notify_inotify: Simplify inotify_dispatchVolker Lendecke2014-12-091-15/+17
* smbd: Compile notify_inotify only if availableVolker Lendecke2014-12-092-6/+6
* notify_inotify: inotify_watch now takes a mem_ctxVolker Lendecke2014-12-093-4/+13
* notify: Add "dir" to notify_eventVolker Lendecke2014-12-092-3/+9
* notify_inotify: Make inotify_watch return 0/errnoVolker Lendecke2014-12-093-26/+31
* notify_inotify: Slightly simplify watch_destructorVolker Lendecke2014-12-091-8/+10
* notify_inotify: Slightly simplify inotify_watchVolker Lendecke2014-12-091-15/+13
* notify_inotify: Make inotify_setup return 0/errnoVolker Lendecke2014-12-091-10/+15
* notify_inotify: Add a NULL checkVolker Lendecke2014-12-091-1/+8
* notify_inotify: Simplify filter_matchVolker Lendecke2014-12-091-20/+19
* smbd: Move lp_parm_bool out of notify_inotify.cVolker Lendecke2014-12-092-4/+3
* lib: Use iov_buf in unix_msgVolker Lendecke2014-12-092-24/+3
* lib: Simplify iov_buf[len]Volker Lendecke2014-12-094-32/+31
* messaging3: Avoid self-send complexityVolker Lendecke2014-12-093-112/+5
* s3:locking: Change the data model for leases_db to cope with dynamic path ren...Jeremy Allison2014-12-095-73/+161
* s3:locking: pass down servicepath to leases_db_add()Jeremy Allison2014-12-093-2/+8
* s3:locking: Add new utility function leases_db_copy_file_ids()Jeremy Allison2014-12-092-0/+25
* s3:locking: prepare the data model for leases_db to cope with dynamic path re...Jeremy Allison2014-12-091-0/+7
* s3:locking: pass servicename_new to leases_db_rename()Jeremy Allison2014-12-093-0/+3
* vfs: Add missing include for sys_pread() in cacheprime module.Andreas Schneider2014-12-081-0/+1
* smbd: Add missing include for iov_buflen().Andreas Schneider2014-12-081-0/+1
* s3: modules: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-084-15/+16
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-11/+11
* s3: smbd: Fix *allocate* calls to follow POSIX error return convention.Jeremy Allison2014-12-081-5/+12
* smbd: Use read_data() in notify_inotifyVolker Lendecke2014-12-071-5/+6
* lib: Add a simple read_data call without NTSTATUSVolker Lendecke2014-12-072-0/+23
* lib: Make write_data take a const void *Volker Lendecke2014-12-072-2/+2
* lib: Split out write_data[_iov]Volker Lendecke2014-12-0718-85/+156
* lib: Split out iov_buf[len]Volker Lendecke2014-12-077-46/+104
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-077-11/+13
* lib: Split out sys_[read|write] & friendsVolker Lendecke2014-12-0720-96/+158
* Fix signed/unsigned comparisonsVolker Lendecke2014-12-071-1/+1
* ctdbd_conn: Accept msgs to all registered srvidsVolker Lendecke2014-12-071-5/+38
* inotify: Properly handle cross-dir renamesVolker Lendecke2014-12-051-3/+7
* s3: leases: Make SMB2 setinfo SMB2_FILE_RENAME_INFORMATION_INTERNAL async.Jeremy Allison2014-12-051-0/+218
* s3: leases: send_break_message() public.Jeremy Allison2014-12-052-1/+4
* s3: leases: Make aio_add_req_to_fsp() public.Jeremy Allison2014-12-052-1/+2
* s3: leases : Cope with renaming leased open files.Jeremy Allison2014-12-051-1/+24
* s3: leases: Add leases_db_rename() to cope with renaming a leased file.Jeremy Allison2014-12-052-1/+27
* s3:smbd: add SMB_VFS_READDIR_ATTR() to marshall direntryRalph Boehme2014-12-041-6/+58