index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
ntvfs
/
posix
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r3372: fixed the initial directory permissions for pvfs_mkdir()
Andrew Tridgell
2007-10-10
1
-3
/
+3
*
r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...
Andrew Tridgell
2007-10-10
2
-19
/
+13
*
r3353: don't reference dos.attrib unless its initialised
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3351: handle far more operations on open directory handles. pvfs was failing
Andrew Tridgell
2007-10-10
3
-2
/
+18
*
r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...
Stefan Metzmacher
2007-10-10
2
-8
/
+8
*
r3323: more warning reductions
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. This
Andrew Tridgell
2007-10-10
2
-32
/
+52
*
r3278: - rewrote the client side rpc connection code to use lib/socket/
Andrew Tridgell
2007-10-10
1
-2
/
+2
*
r3276: - allow for more than 256 open old style searches (limit currently set...
Andrew Tridgell
2007-10-10
2
-14
/
+53
*
r3268: - fixed wildcard handling in new dirlist code
Andrew Tridgell
2007-10-10
1
-12
/
+41
*
r3262: - new pvfs_dirlist code that reopens the directory between search
Andrew Tridgell
2007-10-10
4
-101
/
+176
*
r3260: redid the pvfs_dirlist() interface in preparation for a "keep
Andrew Tridgell
2007-10-10
3
-55
/
+79
*
r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFO
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3255: - fixed 2 uninitialised data errors found with valgrind
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3254: - expanded the RAW-IOCTL test
Andrew Tridgell
2007-10-10
1
-9
/
+1
*
r3253: - added rudimentary support for ntioctl in pvfs
Andrew Tridgell
2007-10-10
4
-9
/
+97
*
r3249: - change_time is closer to ctime than mtime
Andrew Tridgell
2007-10-10
2
-3
/
+7
*
r3248: don't stop searches on failed fill_search_info()
Andrew Tridgell
2007-10-10
1
-7
/
+1
*
r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVE
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3241: don't skip the read completely for a zero-length read, as it could giv...
Andrew Tridgell
2007-10-10
1
-8
/
+7
*
r3240: - update the rules for what error codes should be given on the
Andrew Tridgell
2007-10-10
7
-66
/
+327
*
r3227: added a per-share option "case insensitive filesystem", that tells the
Andrew Tridgell
2007-10-10
4
-10
/
+27
*
r3207: - reformat error msgs in BASE-DIR* tests
Andrew Tridgell
2007-10-10
4
-4
/
+11
*
r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...
Andrew Tridgell
2007-10-10
2
-11
/
+7
*
r3198: check for too many .. components in filenames
Andrew Tridgell
2007-10-10
1
-1
/
+16
*
r3195: fill in more of the fsinfo fields, and avoid calling the potentially
Andrew Tridgell
2007-10-10
1
-25
/
+102
*
r3194: fixed an uninitialised variable
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3193: improved the initial permissions choice for file create, based upon do...
Andrew Tridgell
2007-10-10
2
-61
/
+61
*
r3192: make sure we don't call pvfs_can_delete() until after we have confirme...
Andrew Tridgell
2007-10-10
1
-10
/
+5
*
r3189: improved the share_conflict() logic (both in terms of readability and
Andrew Tridgell
2007-10-10
3
-11
/
+24
*
r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfs
Andrew Tridgell
2007-10-10
1
-2
/
+14
*
r3179: - fixed error return on utime failure
Andrew Tridgell
2007-10-10
2
-2
/
+3
*
r3178: honor the write_time on pvfs_close()
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r3177: check for open files on rename
Andrew Tridgell
2007-10-10
1
-0
/
+5
*
r3174: added pvfs_is_open() to allow us to check for open files on unlink. We
Andrew Tridgell
2007-10-10
2
-0
/
+21
*
r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFO
Andrew Tridgell
2007-10-10
1
-52
/
+179
*
r3161: pvfs now passes the RAW-SEEK test
Andrew Tridgell
2007-10-10
9
-21
/
+149
*
r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files...
Andrew Tridgell
2007-10-10
1
-0
/
+3
*
r3159: use easy to recognise file handle numbers for new file, old file and d...
Andrew Tridgell
2007-10-10
1
-9
/
+17
*
r3154: pvfs now passes all of BASE-DELETE
Andrew Tridgell
2007-10-10
1
-2
/
+24
*
r3153: pvfs now passes the first 9 of the BASE-DELETE tests
Andrew Tridgell
2007-10-10
2
-27
/
+88
*
r3147: added basic share modes support for pvfs (or more precisely, ntcreatex
Andrew Tridgell
2007-10-10
4
-40
/
+103
*
r3142: fill in all the ntcreatex response fields explicitly, rather than
Andrew Tridgell
2007-10-10
1
-35
/
+41
*
r3135: split the "create new" logic out from the "open existing" logic in
Andrew Tridgell
2007-10-10
2
-29
/
+188
*
r3133: - more consistent error checking in rename and setfileinfo
Andrew Tridgell
2007-10-10
3
-2
/
+21
*
r3127: added the initial code for the open files database. Doesn't do
Andrew Tridgell
2007-10-10
3
-0
/
+10
*
r3126: in the brlock code I had used a void* for the brl context as I didn't
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r3081: several updates to ntvfs and server side async request handling in
Andrew Tridgell
2007-10-10
4
-136
/
+199
*
r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(...
Andrew Tridgell
2007-10-10
2
-3
/
+3
[prev]
[next]