index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-06-29
s4:ntvfs/ipc/vfs_ipc.c - remove unused code
Matthias Dieter Wallnöfer
1
-4
/
+0
2010-06-29
s4:ntvfs/ipc/vfs_ipc.c - add casts to suppress warnings on Solaris 10
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-05-28
s4:ntvfs/simple/svfs_util.c - change an "asprintf" into a "talloc_asprintf"
Matthias Dieter Wallnöfer
1
-2
/
+3
2010-05-28
s4:ntvfs/nbench/vfs_bench.c - change a "asprintf" into a "talloc_asprintf"
Matthias Dieter Wallnöfer
1
-2
/
+4
2010-05-24
s4:idmap Adjust code to new idmap structure names and layout.
Andrew Bartlett
3
-53
/
+37
2010-05-24
s4:ntvfs rename notify.idl to s4_notify.idl until we can merge this IDL
Andrew Bartlett
3
-3
/
+3
2010-05-21
s4:ntvfs/ipc/vfs_ipc.c - add more "const" in order to fix warnings
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-05-21
s4:ntvfs/posix/pvfs_wait.c - fix a "calculated value unused" warning
Matthias Dieter Wallnöfer
1
-3
/
+5
2010-05-18
s3: Remove use of iconv_convenience.
Jelmer Vernooij
1
-1
/
+0
2010-05-18
Finish removal of iconv_convenience in public API's.
Jelmer Vernooij
8
-46
/
+30
2010-05-18
s4:ntvfs Prepare for a possible future sharing of notify.idl
Andrew Bartlett
1
-0
/
+4
2010-05-14
s4:ntvfs Prepare for a possible future sharing of notify.idl
Andrew Bartlett
1
-0
/
+4
2010-04-27
s4:ntvfs/ipc: remote // debug comments
Stefan Metzmacher
1
-5
/
+0
2010-04-27
s4:ntvfs: remove socket_address based functions
Stefan Metzmacher
2
-32
/
+0
2010-04-27
s4:ntvfs/ipc: pass the already given tsocket_address structures to the named_...
Stefan Metzmacher
1
-29
/
+2
2010-04-27
s4:ntvfs: add tsocket based addresses to ntvfs_context
Stefan Metzmacher
2
-0
/
+27
2010-04-26
s4: fix some build warnings.
Günther Deschner
1
-1
/
+1
2010-04-26
s4: use generated rap header.
Günther Deschner
3
-3
/
+3
2010-04-26
s4: rename RAP share_enum_info to share_info.
Günther Deschner
2
-11
/
+11
2010-04-06
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
1
-4
/
+4
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
3
-11
/
+0
2010-04-06
s4-waf: sys_lease depends on talloc
Andrew Tridgell
1
-1
/
+2
2010-04-06
s4-waf: more dependencies on talloc
Andrew Tridgell
1
-1
/
+2
2010-04-06
s4-waf: cleaned up tevent dependency
Andrew Tridgell
1
-1
/
+1
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
6
-0
/
+12
2010-04-06
build: sys_lease_linux needs to be conditionally enabled
Andrew Tridgell
1
-9
/
+12
2010-04-06
build: conditionally enable inotify
Andrew Tridgell
2
-8
/
+10
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
2
-6
/
+6
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
5
-0
/
+168
2010-04-06
build: improve autoconf macros
Andrew Tridgell
1
-2
/
+4
2010-04-06
build: ntvfs/sysdep configure checks
Andrew Tridgell
1
-0
/
+7
2010-03-05
s4-pvfs_sys: build on systems without O_NOFOLLOW or O_DIRECTORY
Andrew Tridgell
1
-4
/
+22
2010-03-05
s4-pvfs_sys: talloc_free should be before errno restore
Andrew Tridgell
1
-13
/
+13
2010-03-05
s4-pvfs: use pvfs_sys_fchmod()
Andrew Tridgell
3
-4
/
+4
2010-03-05
s4-pvfs: set default for perm override based on system features
Andrew Tridgell
1
-1
/
+9
2010-03-05
s4-pvfs: use O_FOLLOW one level at a time for security overrides
Andrew Tridgell
1
-37
/
+357
2010-03-05
s4-pvfs: use pvfs_sys_*() functions to wrap posix calls
Andrew Tridgell
5
-20
/
+20
2010-03-05
s4-pvfs: new pvfs_sys module
Andrew Tridgell
2
-0
/
+301
2010-03-05
s4-pvfs: added new pvfs flag PVFS_FLAG_PERM_OVERRIDE
Andrew Tridgell
2
-0
/
+4
2010-03-05
s4-pvfs: log more error conditions in NTVFS backend
Andrew Tridgell
3
-0
/
+31
2010-03-05
s4-pvfs: move the private ntcreatex flags to private_flags
Andrew Tridgell
3
-6
/
+12
2010-03-03
s4-posix: allow change ownership of files if the user has the right privileges
Andrew Tridgell
1
-2
/
+21
2010-02-26
s4-krb5: propogate errors from a lot more kerberos functions
Andrew Tridgell
1
-1
/
+2
2010-02-13
s4-ntvfs: use TYPESAFE_QSORT() in notify code
Andrew Tridgell
1
-3
/
+2
2010-02-11
s4: Switch to S3-style id mapping data types.
Kai Blin
3
-22
/
+22
2010-02-09
s4:Remove "Py_RETURN_NONE" compatibility code
Matthias Dieter Wallnöfer
2
-8
/
+0
2010-02-05
s4:UID wrapper - Fix includes
Matthias Dieter Wallnöfer
2
-0
/
+18
2010-02-02
Change uint_t to unsigned int in source4
Matt Kraai
13
-37
/
+37
2010-01-25
pyxattr: Move to the same directory as the xattr code.
Jelmer Vernooij
3
-0
/
+259
2010-01-21
s4: ntvfs, create push_xattr_blob_tdb_raw and pull_xattr_blob_tdb_raw that do...
Matthieu Patou
1
-27
/
+49
[next]