summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:ntvfs/posix: name->dos.attrib isn't initialized in pvfs_access_check_create()Stefan Metzmacher2011-03-221-1/+1
* s4:ntvfs/posix: grant SEC_STD_DELETE if the parent grants SEC_DIR_DELETE_CHILDStefan Metzmacher2011-03-211-10/+58
* source4/ntvfs/posix: Fix prototypes for all functions.Jelmer Vernooij2011-03-194-0/+8
* ntvfs: Add some missing dependencies on tevent/events.Jelmer Vernooij2011-02-281-3/+4
* Use <tdb.h> to include tdb, so the system include file gets used when buildin...Jelmer Vernooij2011-02-282-2/+2
* s4: Don't grant level II oplock to a file with byte-range locks.Pavel Shilovsky2011-02-151-1/+11
* credentials: Lowercase library name,Jelmer Vernooij2010-11-071-1/+1
* samdb: Lowercase library name.Jelmer Vernooij2010-11-071-2/+2
* s4-modules: get rid of the remaining static prototypes for modulesAndrew Tridgell2010-11-011-2/+2
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-312-127/+0
* waf: Remove lib prefix from libraries manually.Jelmer Vernooij2010-10-261-2/+2
* s4: Rename WRAP_XATTR to wrap_xattr.Jelmer Vernooij2010-10-231-2/+2
* s4-waf: don't depend directly on python modulesAndrew Tridgell2010-10-211-2/+2
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-1/+1
* s4-acl Merge sec_access_check() with se_access_check() from source3/Andrew Bartlett2010-10-141-1/+1
* s4/pvfs: use monotonic time for this timeoutBjörn Jacke2010-09-102-4/+4
* s4:ntvfs/posix/pvfs_*.c - quiet Solaris warningsMatthias Dieter Wallnöfer2010-08-273-15/+13
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-162-3/+3
* s4:idmap Adjust code to new idmap structure names and layout.Andrew Bartlett2010-05-242-41/+25
* s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warningMatthias Dieter Wallnöfer2010-05-211-3/+5
* Finish removal of iconv_convenience in public API's.Jelmer Vernooij2010-05-184-28/+18
* s4:ntvfs Prepare for a possible future sharing of notify.idlAndrew Bartlett2010-05-181-0/+4
* s4:ntvfs Prepare for a possible future sharing of notify.idlAndrew Bartlett2010-05-141-0/+4
* s4-waf: cleaned up tevent dependencyAndrew Tridgell2010-04-061-1/+1
* s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell2010-04-061-0/+2
* build: waf quicktest nearly worksAndrew Tridgell2010-04-061-4/+4
* build: commit all the waf build files in the treeAndrew Tridgell2010-04-061-0/+52
* s4-pvfs_sys: build on systems without O_NOFOLLOW or O_DIRECTORYAndrew Tridgell2010-03-051-4/+22
* s4-pvfs_sys: talloc_free should be before errno restoreAndrew Tridgell2010-03-051-13/+13
* s4-pvfs: use pvfs_sys_fchmod()Andrew Tridgell2010-03-053-4/+4
* s4-pvfs: set default for perm override based on system featuresAndrew Tridgell2010-03-051-1/+9
* s4-pvfs: use O_FOLLOW one level at a time for security overridesAndrew Tridgell2010-03-051-37/+357
* s4-pvfs: use pvfs_sys_*() functions to wrap posix callsAndrew Tridgell2010-03-055-20/+20
* s4-pvfs: new pvfs_sys module Andrew Tridgell2010-03-052-0/+301
* s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDEAndrew Tridgell2010-03-052-0/+4
* s4-pvfs: log more error conditions in NTVFS backendAndrew Tridgell2010-03-053-0/+31