summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
* 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/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
* 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_posix: No wbc_context requiredVolker Lendecke2014-03-052-8/+0
* pvfs: Use the tevent_context from the ntvfs_contextVolker Lendecke2014-03-052-6/+7
* source4: Use wbc_xids_to_sidsVolker Lendecke2014-03-052-14/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-03-052-14/+5
* s4: pass down a memory context when performing share_string_option, to allow ...Garming Sam2014-02-201-4/+8
* Revert "source4: Use wbc_sids_to_xids"Volker Lendecke2014-02-182-5/+14
* Revert "source4: Use wbc_xids_to_sids"Volker Lendecke2014-02-182-3/+14
* Revert "pvfs: Use the tevent_context from the ntvfs_context"Volker Lendecke2014-02-182-7/+6
* Revert "ntvfs_posix: No wbc_context required"Volker Lendecke2014-02-182-0/+8
* ntvfs_posix: No wbc_context requiredVolker Lendecke2014-02-102-8/+0
* pvfs: Use the tevent_context from the ntvfs_contextVolker Lendecke2014-02-102-6/+7
* source4: Use wbc_xids_to_sidsVolker Lendecke2014-02-102-14/+3
* source4: Use wbc_sids_to_xidsVolker Lendecke2014-02-102-14/+5
* dbwrap: add a dbwrap_flags argument to db_open_tdb()Michael Adam2014-02-071-2/+4
* ntvfs: Fix CID 241291 Argument cannot be negativeVolker Lendecke2013-12-171-1/+1
* ntvfs: Fix CID 1107225 Resource leakVolker Lendecke2013-10-211-1/+3
* ntvfs: Fix Coverity ID 1107224 Resource leakVolker Lendecke2013-10-211-1/+3
* ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp2013-04-031-1/+6
* Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison2013-04-021-0/+6
* ntvfs: Fill in sd->type based on the new ACL being addedAndrew Bartlett2012-11-131-0/+21
* build: Add missing dep on tdb_compatAndrew Bartlett2012-09-241-1/+1
* s4-ntvfs: Add TODO on ea_sizeAndrew Bartlett2012-08-201-1/+1
* s4-ntvfs: Ensure we do not attempt to write EAs on streamsAndrew Bartlett2012-08-201-0/+6
* lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell2012-06-191-2/+1
* s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher2012-06-131-31/+31
* s4/pvfs: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFO...Björn Jacke2012-06-101-1/+22
* s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett2012-06-025-15/+12
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-1/+1
* move the dbwrap library to the top levelMichael Adam2012-05-141-3/+3
* s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett2012-04-183-21/+185
* s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally usefulAndrew Bartlett2012-04-035-38/+100
* tdb_wrap: Move to specific directory.Jelmer Vernooij2012-03-103-3/+3
* pyxattr_tdb: Remove pointless check for blob.length < 0.Jelmer Vernooij2012-02-071-1/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-032-7/+7
* s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell2011-12-0110-41/+59
* s4-ntvfs: fixed a unix ACL mapping bugAndrew Tridgell2011-12-011-21/+25
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-281-1/+1
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-281-2/+2
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-282-2/+2