Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3427: split the openx logic out from the other open mapping code | Andrew Tridgell | 1 | -125/+138 |
2007-10-10 | r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3387: fixed pvfs to pass the NTDENY tests. The tricky bit was | Andrew Tridgell | 4 | -11/+20 |
2007-10-10 | r3373: added better error reporting in pvfs_open | Andrew Tridgell | 1 | -6/+6 |
2007-10-10 | r3372: fixed the initial directory permissions for pvfs_mkdir() | Andrew Tridgell | 1 | -3/+3 |
2007-10-10 | r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll... | Andrew Tridgell | 3 | -26/+32 |
2007-10-10 | r3360: improved the deletion of tmp files. smbd now puts all tmp files in var... | Andrew Tridgell | 2 | -4/+3 |
2007-10-10 | r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4. | Andrew Tridgell | 2 | -2/+2 |
2007-10-10 | r3353: don't reference dos.attrib unless its initialised | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3351: handle far more operations on open directory handles. pvfs was failing | Andrew Tridgell | 3 | -2/+18 |
2007-10-10 | r3349: fixed more uninitialised variable problems with the nbench module | Andrew Tridgell | 1 | -6/+15 |
2007-10-10 | r3347: fixed an uninitialised variable bug. Surprisingly hard to track down, | Andrew Tridgell | 1 | -2/+8 |
2007-10-10 | r3346: - simplified vfs_nbench.c a bit, by using req->async_state->ntvfs inside | Andrew Tridgell | 1 | -74/+51 |
2007-10-10 | r3337: remove debug code and reanable the reall logging:-) | Stefan Metzmacher | 1 | -7/+3 |
2007-10-10 | r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs... | Stefan Metzmacher | 8 | -232/+508 |
2007-10-10 | r3323: more warning reductions | Andrew Tridgell | 2 | -34/+18 |
2007-10-10 | r3312: in the brlock code, we prevent lock stampedes by attempting to not | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sid | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. This | Andrew Tridgell | 2 | -32/+52 |
2007-10-10 | r3278: - rewrote the client side rpc connection code to use lib/socket/ | Andrew Tridgell | 1 | -2/+2 |
2007-10-10 | r3276: - allow for more than 256 open old style searches (limit currently set... | Andrew Tridgell | 2 | -14/+53 |
2007-10-10 | r3271: use "struct messaging_context *" instead of "void *" in messaging API | Andrew Tridgell | 2 | -4/+4 |
2007-10-10 | r3268: - fixed wildcard handling in new dirlist code | Andrew Tridgell | 1 | -12/+41 |
2007-10-10 | r3262: - new pvfs_dirlist code that reopens the directory between search | Andrew Tridgell | 4 | -101/+176 |
2007-10-10 | r3260: redid the pvfs_dirlist() interface in preparation for a "keep | Andrew Tridgell | 3 | -55/+79 |
2007-10-10 | r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFO | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3255: - fixed 2 uninitialised data errors found with valgrind | Andrew Tridgell | 1 | -1/+2 |
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 |