summaryrefslogtreecommitdiff
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* wbclient: "ev" is no longer used in wbc_xids_to_sidsVolker Lendecke2016-09-282-3/+3
* wbclient: "ev" is no longer used in wbc_sids_to_xidsVolker Lendecke2016-09-282-6/+3
* pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu2016-08-192-0/+21
* build: Build less of Samba when building --without-ntvfs-fileserverAndrew Bartlett2016-06-023-128/+134
* s4:ntvfs: fix O3 error unused result of write error in nbench_log()Michael Adam2016-05-131-1/+2
* s4:ntvfs: fix O3 error unused result of asprintf in cifspsx_file_utime()Michael Adam2016-05-131-1/+5
* s4:ntvfs: fix O3 error unused result of asprintf in cifspsx_list_unixMichael Adam2016-05-131-1/+6
* s4:ntvfs: fix O3 error unused result of asprintf in cifspsx_map_fileinfoMichael Adam2016-05-131-3/+6
* s4:ntvfs: fix O3 error unused result of asprintf in svfs_file_utimeMichael Adam2016-05-131-1/+6
* s4:ntvfs: fix O3 error unused result of asprintfMichael Adam2016-05-131-3/+6
* lib: Give base64.c its own .hVolker Lendecke2016-05-041-0/+1
* configure: Don't check for inotify on illumosJorge Schrauwen2016-04-061-4/+9
* ntvfs: Fix CID 1354522 Unchecked return valueVolker Lendecke2016-03-011-1/+6
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-062-2/+2
* ntvfs/python: Adjust to use of PY_SSIZE_T_CLEANAndrew Bartlett2016-01-073-3/+3
* Fix various spelling errorsMathieu Parent2015-11-063-3/+3
* ntvfs: Add error debug statements for set_unix_securityAndreas Schneider2015-11-051-0/+3
* dbwrap: Remove loadparm_context from db_open_tdbVolker Lendecke2015-09-221-4/+11
* s4:ntvfs/posix: fix forward declaration of struct pvfs_stateStefan Metzmacher2015-08-201-1/+1
* s4:ntvfs/ipc: fix ipc_close()Stefan Metzmacher2015-07-031-2/+4
* s4:ntvfs/pyposix_eadb: fix initposix_eadb() prototypeStefan Metzmacher2015-06-121-1/+1
* s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-infoDavid Disseldorp2015-03-182-0/+31
* lib: Remove tdb_compatVolker Lendecke2015-03-174-4/+4
* Fix the developer O3 buildVolker Lendecke2015-02-251-4/+4
* notify: Add "dir" to notify_eventVolker Lendecke2014-12-092-0/+3
* s4:ntvfs/unixuid: remove unused allow_warnings=TrueStefan Metzmacher2014-11-251-1/+0
* s4:ntvfs/smb2: ifdef out unused codeStefan Metzmacher2014-11-251-0/+2
* s4:ntvfs: explicitly handle RAW_FILEINFO_UNIX_{BASIC,LINK} in ntvfs_map_filei...Stefan Metzmacher2014-11-251-2/+7
* tdb_wrap: Only pull in samba-debugVolker Lendecke2014-09-181-1/+1
* ntvfs/posix: don't advertise FS_ATTR_SPARSE_FILESDavid Disseldorp2014-08-291-2/+1
* s4-ntfs: Improve uid check in wrapper mode.Andreas Schneider2014-04-171-3/+19
* lib: Change uid_wrapper to preloadable version.Andreas Schneider2014-04-171-2/+2
* s4:ntvfs/unixuid: explicitly use allow_warnings=TrueStefan Metzmacher2014-04-021-0/+1
* s4:ntvfs/sysdep: add sys_notify_inotify_init() prototype to avoid a warningStefan Metzmacher2014-04-021-0/+1
* s4:ntvfs/posix: correctly reset errno on success in pvfs_sys_mkdir()Stefan Metzmacher2014-04-021-0/+1
* s4:ntvfs/posix: avoid const warnings in pvfs_resolve_name_handle()Stefan Metzmacher2014-04-021-3/+4
* s4:ntvfs/common: explicitly check the status of imessaging_send() in notify_s...Stefan Metzmacher2014-04-021-0/+5
* tdb_wrap: Remove tdb_wrap_open_ againVolker Lendecke2014-03-312-3/+3
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in py_wrap_setxattrVolker Lendecke2014-03-311-3/+5
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in py_wrap_getxattrVolker Lendecke2014-03-311-2/+5
* ntvfs: Avoid passing lp_ctx to tdb_wrap_open in pvfs_setup_optionsVolker Lendecke2014-03-311-3/+4
* Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam2014-03-051-3/+12
* Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.Garming Sam2014-03-051-3/+12
* ntvfs_unixuid: No wbc_context requiredVolker Lendecke2014-03-051-8/+0
* ntvfs_posix: No wbc_context requiredVolker Lendecke2014-03-052-8/+0
* unixuid: Use the tevent_context from the ntvfs_contextVolker Lendecke2014-03-051-3/+1
* pvfs: Use the tevent_context from the ntvfs_contextVolker Lendecke2014-03-052-6/+7
* auth4: security_token_to_unix_token only needs a tevent_contextVolker Lendecke2014-03-051-1/+1
* source4: Use wbc_xids_to_sidsVolker Lendecke2014-03-052-14/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-03-052-14/+5