summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-281-1/+1
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-281-2/+2
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-281-2/+2
* Include uid_wrapper correctly.Andreas Schneider2011-10-271-9/+1
* libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2011-10-191-1/+1
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-132-3/+6
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-062-1/+2
* python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it...Matthieu Patou2011-09-231-2/+4
* pys4: really return an exception if the status if not correctMatthieu Patou2011-09-231-4/+2
* s4:ntvfs: s/!= PROTOCOL_SMB2/< PROTOCOL_SMB2_02/Stefan Metzmacher2011-09-054-8/+8
* s4:ntvfs: s/== PROTOCOL_SMB2/>= PROTOCOL_SMB2_02/Stefan Metzmacher2011-09-057-8/+8
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-181-1/+1
* s4:ntvfs: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-134-5/+5
* tdb_store: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_delete: check returns for 0, not -1.Rusty Russell2011-06-201-1/+1
* tdb_fetch_compat: use instead of tdb_fetch.Rusty Russell2011-06-201-1/+1
* tdb_compat.h: divert every tdb build and includes to tdb_compatRusty Russell2011-06-203-3/+3
* libcli/util Rename common map_nt_error_from_unix to avoid duplicate symbolAndrew Bartlett2011-06-201-1/+1
* s4:ntvfs subsystems - rework it using concrete enum valuesMatthias Dieter Wallnöfer2011-06-162-2/+10
* s4:ntvfs subsystem - quiet enum warningsMatthias Dieter Wallnöfer2011-06-092-8/+5
* s4-modules Remove lp_ctx from init functions that no longer need itAndrew Bartlett2011-06-062-3/+3
* lib/util/time.c: timeval_current_ofs_usecRusty Russell2011-06-012-2/+2
* lib/util/time.c: timeval_current_ofs_msecRusty Russell2011-06-011-2/+1
* s4-ntvfs: Rename brl_*() -> brlock_*() to avoid conflict with brlock_init in s3Andrew Bartlett2011-05-084-13/+13
* lib/util Rename ms_fnmatch() to ms_fnmatch_protocol() to avoid dup symbolAndrew Bartlett2011-05-061-4/+4
* lib/util Move source3 tdb_wrap_open() into the common code.Andrew Bartlett2011-05-063-3/+3
* s4-messaging Rename messaging -> imessagingAndrew Bartlett2011-05-032-10/+10