summaryrefslogtreecommitdiff
path: root/source4/ntvfs
AgeCommit message (Expand)AuthorFilesLines
2013-10-21ntvfs: Fix CID 1107225 Resource leakVolker Lendecke1-1/+3
2013-10-21ntvfs: Fix Coverity ID 1107224 Resource leakVolker Lendecke1-1/+3
2013-04-12source4/cluster and source4/ntvfs: convert to dbwrap, add ntdb option.Rusty Russell3-160/+129
2013-04-03ntvfs: support setfileinfo with FULL_EA_INFORMATIONDavid Disseldorp1-1/+6
2013-04-02Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison1-0/+6
2013-03-15s4-ntvfs: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-02-18brlock_tdb.c: Fix typo in comment.Karolin Seeger1-1/+1
2012-11-13ntvfs: Fill in sd->type based on the new ACL being addedAndrew Bartlett1-0/+21
2012-09-24build: Add missing dep on tdb_compatAndrew Bartlett1-1/+1
2012-08-20s4-ntvfs: Add TODO on ea_sizeAndrew Bartlett1-1/+1
2012-08-20s4-ntvfs: Ensure we do not attempt to write EAs on streamsAndrew Bartlett1-0/+6
2012-06-28Replace all uses of setXX[ug]id() and setgroups with samba_setXX[ug]id() calls.Jeremy Allison1-5/+6
2012-06-19lib/tdb_wrap: use tdb directly, not tdb_compat.Rusty Russell1-2/+1
2012-06-13s4:ntvfs: add '_fn' suffix to all ntvfs_ops function pointersStefan Metzmacher12-439/+439
2012-06-10s4/pvfs: handle non-POSIX compliant Tru64, NetBSD and FreeBSD errno on O_NOFO...Björn Jacke1-1/+22
2012-06-02s4-xattr: Use libreplace xattr functions directlyAndrew Bartlett5-15/+12
2012-05-28s4:ntvfs/ipc: fix protocol specific processing of pipe namesStefan Metzmacher1-2/+6
2012-05-23Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2-12/+14
2012-05-15s4:ntvfs/smb2: remove misleading comment regarding security=serverStefan Metzmacher1-1/+0
2012-05-15s4:ntvfs/cifs: remove misleading comment regarding security=serverStefan Metzmacher1-1/+0
2012-05-14move the dbwrap library to the top levelMichael Adam1-3/+3
2012-05-04s4:ntvfs: add missing headers to vfs_ipcAlexander Bokovoy1-0/+2
2012-05-03UTIL_TDB: lowercase name.Jelmer Vernooij1-1/+1
2012-04-27s4:ntvfs/ipc: don't echo back the smb2 ioctl input_bufferStefan Metzmacher1-1/+1
2012-04-25lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into lib/rep...Alexander Bokovoy1-1/+1
2012-04-18s4-python: Add python wrapper for xattr_tdb format xattr storageAndrew Bartlett3-21/+185
2012-04-13rely on sys/inotify.h for inotifyAdrian Bunk2-37/+3
2012-04-03s4-ntvfs: Rename xattr_tdb.c to posix_eadb.c and make more generally usefulAndrew Bartlett5-38/+100
2012-03-10tdb_wrap: Move to specific directory.Jelmer Vernooij6-6/+6
2012-02-10s3-waf: add dependency on talloc or it won't build if talloc.h is not in the ...Matthieu Patou1-1/+1
2012-02-07pyxattr_tdb: Remove pointless check for blob.length < 0.Jelmer Vernooij1-1/+1
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij6-20/+20
2011-12-01s4-ntvfs: added allow_override check based on use of NT ACLAndrew Tridgell10-41/+59
2011-12-01s4-ntvfs: fixed a unix ACL mapping bugAndrew Tridgell1-21/+25
2011-11-30s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher1-1/+2
2011-10-28lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystemAndrew Bartlett2-2/+2
2011-10-28lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_runAndrew Bartlett4-6/+6
2011-10-28lib/util Rename samba_init_module_fn -> samba_module_init_fnAndrew Bartlett4-6/+6
2011-10-28lib/util Split samba-modules library into public and private partsAndrew Bartlett6-6/+6
2011-10-28lib/util Rename load_samba_modules -> samba_modules_loadAndrew Bartlett2-2/+2
2011-10-28lib/util Rename run_init_functions -> samba_init_module_fns_runAndrew Bartlett4-6/+6
2011-10-28lib/util Rename init_module_fn to samba_init_module_fnAndrew Bartlett4-6/+6
2011-10-27Include uid_wrapper correctly.Andreas Schneider2-19/+1
2011-10-19libcli: move ioctl function field defs to smb_constantsDavid Disseldorp3-3/+3
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2-3/+6
2011-10-11lib/param move source4 param code to the top levelAndrew Bartlett1-2/+2
2011-10-06lib/util: consolidate module loading into common codeAndrew Bartlett6-2/+6
2011-09-23python-s4: use PyErr_SetNTSTATUS instead of PyErr_NTSTATUS_IS_ERR_RAISE as it...Matthieu Patou1-2/+4
2011-09-23pys4: really return an exception if the status if not correctMatthieu Patou1-4/+2
2011-09-20s4:ntvfs common - remove two outdated function prototypesMatthias Dieter Wallnöfer2-4/+0