Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3254: - expanded the RAW-IOCTL test | Andrew Tridgell | 1 | -9/+1 |
2007-10-10 | r3253: - added rudimentary support for ntioctl in pvfs | Andrew Tridgell | 4 | -9/+97 |
2007-10-10 | r3249: - change_time is closer to ctime than mtime | Andrew Tridgell | 2 | -3/+7 |
2007-10-10 | r3248: don't stop searches on failed fill_search_info() | Andrew Tridgell | 1 | -7/+1 |
2007-10-10 | r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ... | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVE | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3241: don't skip the read completely for a zero-length read, as it could giv... | Andrew Tridgell | 1 | -8/+7 |
2007-10-10 | r3240: - update the rules for what error codes should be given on the | Andrew Tridgell | 7 | -66/+327 |
2007-10-10 | r3239: reads of more than UINT16_MAX bytes should return 0 bytes | Andrew Tridgell | 1 | -5/+11 |
2007-10-10 | r3227: added a per-share option "case insensitive filesystem", that tells the | Andrew Tridgell | 4 | -10/+27 |
2007-10-10 | r3207: - reformat error msgs in BASE-DIR* tests | Andrew Tridgell | 4 | -4/+11 |
2007-10-10 | r3200: - improved the accuracy of openx emulation. We now nearly pass the ope... | Andrew Tridgell | 3 | -21/+53 |
2007-10-10 | r3198: check for too many .. components in filenames | Andrew Tridgell | 1 | -1/+16 |
2007-10-10 | r3195: fill in more of the fsinfo fields, and avoid calling the potentially | Andrew Tridgell | 1 | -25/+102 |
2007-10-10 | r3194: fixed an uninitialised variable | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3193: improved the initial permissions choice for file create, based upon do... | Andrew Tridgell | 2 | -61/+61 |
2007-10-10 | r3192: make sure we don't call pvfs_can_delete() until after we have confirme... | Andrew Tridgell | 1 | -10/+5 |
2007-10-10 | r3189: improved the share_conflict() logic (both in terms of readability and | Andrew Tridgell | 4 | -35/+74 |
2007-10-10 | r3185: Machines can login with krb5, so we need to allow them to map to a uni... | Andrew Bartlett | 1 | -2/+2 |
2007-10-10 | r3180: - basic support for SEC_RIGHT_MAXIMUM_ALLOWED in pvfs | Andrew Tridgell | 1 | -2/+14 |
2007-10-10 | r3179: - fixed error return on utime failure | Andrew Tridgell | 2 | -2/+3 |
2007-10-10 | r3178: honor the write_time on pvfs_close() | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3177: check for open files on rename | Andrew Tridgell | 1 | -0/+5 |
2007-10-10 | r3174: added pvfs_is_open() to allow us to check for open files on unlink. We | Andrew Tridgell | 3 | -0/+41 |
2007-10-10 | r3172: much better qfileinfo implementation in pvfs. We now pass RAW-QFILEINFO | Andrew Tridgell | 1 | -52/+179 |
2007-10-10 | r3167: Add a member 'endpoint' to the dcerpc_binding struct to use instead of | Jelmer Vernooij | 1 | -3/+1 |
2007-10-10 | r3161: pvfs now passes the RAW-SEEK test | Andrew Tridgell | 9 | -21/+149 |
2007-10-10 | r3160: recognise RAW_SFILEINFO_DISPOSITION_INFORMATION (fixes temporary files... | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r3159: use easy to recognise file handle numbers for new file, old file and d... | Andrew Tridgell | 1 | -9/+17 |
2007-10-10 | r3154: pvfs now passes all of BASE-DELETE | Andrew Tridgell | 1 | -2/+24 |
2007-10-10 | r3153: pvfs now passes the first 9 of the BASE-DELETE tests | Andrew Tridgell | 3 | -28/+143 |
2007-10-10 | r3147: added basic share modes support for pvfs (or more precisely, ntcreatex | Andrew Tridgell | 5 | -41/+241 |
2007-10-10 | r3142: fill in all the ntcreatex response fields explicitly, rather than | Andrew Tridgell | 1 | -35/+41 |
2007-10-10 | r3135: split the "create new" logic out from the "open existing" logic in | Andrew Tridgell | 3 | -31/+191 |
2007-10-10 | r3133: - more consistent error checking in rename and setfileinfo | Andrew Tridgell | 3 | -2/+21 |
2007-10-10 | r3132: - fixed a type conflict found by talloc_array_p() | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3131: - make map_nt_error_from_unix() return NT_STATUS_UNSUCCESSFUL if errno... | Andrew Tridgell | 1 | -12/+4 |
2007-10-10 | r3129: typo | Volker Lendecke | 1 | -1/+1 |
2007-10-10 | r3127: added the initial code for the open files database. Doesn't do | Andrew Tridgell | 4 | -0/+155 |
2007-10-10 | r3126: in the brlock code I had used a void* for the brl context as I didn't | Andrew Tridgell | 2 | -15/+10 |
2007-10-10 | r3118: Eliminate struct dcesrv_ep_description and replace it with | Jelmer Vernooij | 1 | -3/+5 |
2007-10-10 | r3114: - More work on merging the various structs that describe endpoints | Jelmer Vernooij | 1 | -1/+1 |
2007-10-10 | r3107: slight tweak to the openx -> ntcreatex mapping routine. This mapping | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3106: don't call a tree disconnect in the cifs backend, as during a smbd | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r3087: fixed a typo | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3086: fixed smbpid handling in the cifs backend | Andrew Tridgell | 1 | -2/+50 |
2007-10-10 | r3083: fixed a couple of generic mapping errors found with RAW-* and cifs:map... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3082: added a "cifs:mapgeneric" option, which tells the cifs backend to use | Andrew Tridgell | 1 | -5/+50 |
2007-10-10 | r3081: several updates to ntvfs and server side async request handling in | Andrew Tridgell | 8 | -373/+656 |
2007-10-10 | r3064: - use UINT8_MAX and UINT16_MAX instead of hex values for idr_get_new(... | Andrew Tridgell | 2 | -3/+3 |