| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Still todo:
* release notes
* few minor outstanding patches
* additional idmap man pages
|
|
|
|
| |
rpc-server/rpc_samr*.c
|
|
|
|
|
|
|
|
| |
so far.
Jeremy, This is turning out ot be more changes that I
anticipated and may end up being a full sync. But the
changes appear sar or on a non-default code path.
|
| |
|
|
|
|
|
|
|
| |
directory/insane app
problem. Rev vfs version. Doesn't change the normal codepath.
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
char).
Jeremy.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
file/directory
will be owned by the same uid as the containing directory. Doing this for directories
in a race-free mannor has only been tested on Linux (it depends on being able to open
a directory and then do a fchown on that file descriptor). If this functionality is
not available then the code silently downgrades to not changing the ownership of a
new directory. This new parameter (docs to follow) finally makes it possible to create
"drop boxes" on Samba, which requires all files within a directory to be commonly owned.
A HOWTO on how to use this will follow.
Jeremy.
|
|
|
|
|
|
| |
Rename dptrs_open to the more correct dirhandles_open.
Remove old #if 1.
Jeremy.
|
|
|
|
|
|
| |
directory match more efficiently. Passes RAW-SEARCH under valgrind but needs more
testing (which I'll do later today :-).
Jeremy.
|
|
|
|
|
|
|
|
| |
that just allow the wrong pointer to be assigned :-) and make the
interface more consistent. Fix the FreeBSD directory problem. Last
thing to do is to add the "singleton" directory concept from James
Peach's code.
Jeremy.
|
|
|
|
|
|
|
|
|
|
| |
evaluation. This stops us from reading the entire directory into
memory at one go, and allows partial reads. It also keeps almost
the same interface to the OpenDir/ReadDir etc. code (sorry James :-).
Next I will optimise the findfirst with exact match code. This speeds
up our interactive response for large directories, but not when a
missing (ie. negative) findfirst is done.
Jeremy
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
statcache anyway. New dir caching will be done on nanosecond
timestamps.
Jeremy.
|
| |
|
|
|
|
|
| |
our pathname parsing is consistent.
Jeremy.
|
|
|
|
|
|
| |
connection path on connection create for the user. We'll be
checking all symlinked paths are below this directory.
Jeremy.
|
|
|
|
|
|
|
| |
upgrade to 3.0.4).
Cause was premature optimization in unix_convert(). My fault, sorry.
Jeremy.
|
|
|
|
|
|
| |
service.
Jeremy.
|
|
|
|
|
|
|
|
| |
to connection struct entries (as they should have been from
the start). Jerry, once you've cut over to 3.0.4 release
branch I'll add this to 3.0 also.
- Jerry cut over :-).
Jeremy.
|
|
metze
|