summaryrefslogtreecommitdiff
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison2012-06-281-5/+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-1312-439/+439
* 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
* s4:ntvfs/ipc: fix protocol specific processing of pipe namesStefan Metzmacher2012-05-281-2/+6
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-232-12/+14
* s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
* s4:ntvfs/cifs: remove misleading comment regarding security=serverStefan Metzmacher2012-05-151-1/+0
* move the dbwrap library to the top levelMichael Adam2012-05-141-3/+3
* s4:ntvfs: add missing headers to vfs_ipcAlexander Bokovoy2012-05-041-0/+2
* UTIL_TDB: lowercase name.Jelmer Vernooij2012-05-031-1/+1
* s4:ntvfs/ipc: don't echo back the smb2 ioctl input_bufferStefan Metzmacher2012-04-271-1/+1
* lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy2012-04-251-1/+1
* s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett2012-04-183-21/+185
* rely on sys/inotify.h for inotifyAdrian Bunk2012-04-132-37/+3
* 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-106-6/+6
* s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ...Matthieu Patou2012-02-101-1/+1
* 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-036-20/+20
* 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
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-301-1/+2
* lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2011-10-282-2/+2
* lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett2011-10-284-6/+6
* lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett2011-10-284-6/+6
* lib/util Split samba-modules library into public and private partsAndrew Bartlett2011-10-286-6/+6
* lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2011-10-282-2/+2
* lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett2011-10-284-6/+6
* lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett2011-10-284-6/+6
* Include uid_wrapper correctly.Andreas Schneider2011-10-272-19/+1
* libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2011-10-193-3/+3
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-132-3/+6
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-111-2/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-066-2/+6
* 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 common - remove two outdated function prototypesMatthias Dieter Wallnöfer2011-09-202-4/+0
* s4:ntvfs common - add "UTIL_TDB" and "tdb-wrap" as internal build dependencyMatthias Dieter Wallnöfer2011-09-201-0/+1
* s4:ntvfs/common/brlock.c - remove unnecessary include "tdb_compat.h"Matthias Dieter Wallnöfer2011-09-191-1/+0
* 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-058-9/+9
* credentials: Rename library to samba-credentials to avoid name clashes.Jelmer Vernooij2011-08-182-2/+2
* cli-raw: Add public libsmbclient-raw library.Jelmer Vernooij2011-08-181-2/+2
* s4:ntvfs: use tevent_ fn names instead of legacy event_ onesSimo Sorce2011-08-134-5/+5
* s4-auth Move conversion of security_token to unix_token to authAndrew Bartlett2011-07-292-54/+4
* ntvfs: Use security_unix_token from auth.idlAndrew Bartlett2011-07-291-24/+16