summaryrefslogtreecommitdiffstats
path: root/source4/ntvfs
Commit message (Expand)AuthorAgeFilesLines
...
* r3466: split out request.h, signing.h, and smb_server.hAndrew Tridgell2007-10-1011-0/+16
* r3464: split out registry.h, rap.h and ldap_server.hAndrew Tridgell2007-10-102-0/+2
* r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...Andrew Tridgell2007-10-109-0/+10
* r3461: another place where "open" was used as a structure elementAndrew Tridgell2007-10-109-22/+22
* r3458: more solaris portability fixes, the main one being that we can't use aAndrew Tridgell2007-10-101-18/+18
* r3455: some more portability fixes. We nearly compile on solaris again now.Andrew Tridgell2007-10-104-0/+4
* r3453: - split out the auth and popt includesAndrew Tridgell2007-10-101-0/+1
* r3449: more include file reductionAndrew Tridgell2007-10-101-0/+1
* r3447: more include/system/XXX.h include filesAndrew Tridgell2007-10-108-0/+9
* r3441: some include file cleanups and general housekeepingAndrew Tridgell2007-10-102-2/+2
* r3427: split the openx logic out from the other open mapping codeAndrew Tridgell2007-10-101-125/+138
* r3419: moved the libcli/raw structures into libcli/raw/libcliraw.hAndrew Tridgell2007-10-101-0/+1
* r3387: fixed pvfs to pass the NTDENY tests. The tricky bit wasAndrew Tridgell2007-10-104-11/+20
* r3373: added better error reporting in pvfs_openAndrew Tridgell2007-10-101-6/+6
* r3372: fixed the initial directory permissions for pvfs_mkdir()Andrew Tridgell2007-10-101-3/+3
* r3363: added basic support for SA_RIGHT_FILE_EXECUTE, needed for opening .dll...Andrew Tridgell2007-10-103-26/+32
* r3360: improved the deletion of tmp files. smbd now puts all tmp files in var...Andrew Tridgell2007-10-102-4/+3
* r3357: removed the need to use TDB_CLEAR_IF_FIRST in Samba4.Andrew Tridgell2007-10-102-2/+2
* r3353: don't reference dos.attrib unless its initialisedAndrew Tridgell2007-10-101-1/+1
* r3351: handle far more operations on open directory handles. pvfs was failingAndrew Tridgell2007-10-103-2/+18
* r3349: fixed more uninitialised variable problems with the nbench moduleAndrew Tridgell2007-10-101-6/+15
* r3347: fixed an uninitialised variable bug. Surprisingly hard to track down,Andrew Tridgell2007-10-101-2/+8
* r3346: - simplified vfs_nbench.c a bit, by using req->async_state->ntvfs insideAndrew Tridgell2007-10-101-74/+51
* r3337: remove debug code and reanable the reall logging:-)Stefan Metzmacher2007-10-101-7/+3
* r3336: use a struct ntvfs_async_state to be able to do async chaning of ntvfs...Stefan Metzmacher2007-10-108-232/+508
* r3323: more warning reductionsAndrew Tridgell2007-10-102-34/+18
* r3312: in the brlock code, we prevent lock stampedes by attempting to notAndrew Tridgell2007-10-101-1/+3
* r3290: allow SID_ANONYMOUS ( "S-1-5-7" ) to be the users sidStefan Metzmacher2007-10-101-1/+1
* r3288: - updated the path processing in pvfs to pass the RAW-CHKPATH test. ThisAndrew Tridgell2007-10-102-32/+52
* r3278: - rewrote the client side rpc connection code to use lib/socket/Andrew Tridgell2007-10-101-2/+2
* r3276: - allow for more than 256 open old style searches (limit currently set...Andrew Tridgell2007-10-102-14/+53
* r3271: use "struct messaging_context *" instead of "void *" in messaging APIAndrew Tridgell2007-10-102-4/+4
* r3268: - fixed wildcard handling in new dirlist codeAndrew Tridgell2007-10-101-12/+41
* r3262: - new pvfs_dirlist code that reopens the directory between searchAndrew Tridgell2007-10-104-101/+176
* r3260: redid the pvfs_dirlist() interface in preparation for a "keepAndrew Tridgell2007-10-103-55/+79
* r3258: fixed "don't change" attribute for RAW_SFILEINFO_BASIC_INFOAndrew Tridgell2007-10-101-1/+1
* r3255: - fixed 2 uninitialised data errors found with valgrindAndrew Tridgell2007-10-101-1/+2
* r3254: - expanded the RAW-IOCTL testAndrew Tridgell2007-10-101-9/+1
* r3253: - added rudimentary support for ntioctl in pvfsAndrew Tridgell2007-10-104-9/+97
* r3249: - change_time is closer to ctime than mtimeAndrew Tridgell2007-10-102-3/+7
* r3248: don't stop searches on failed fill_search_info()Andrew Tridgell2007-10-101-7/+1
* r3247: FILE_ATTRIBUTE_NORMAL is only a null-op for setattr and setattre, not ...Andrew Tridgell2007-10-101-1/+1
* r3246: new files should get created with FILE_ATTRIBUTE_ARCHIVEAndrew Tridgell2007-10-101-1/+1
* r3241: don't skip the read completely for a zero-length read, as it could giv...Andrew Tridgell2007-10-101-8/+7
* r3240: - update the rules for what error codes should be given on theAndrew Tridgell2007-10-107-66/+327
* r3239: reads of more than UINT16_MAX bytes should return 0 bytesAndrew Tridgell2007-10-101-5/+11
* r3227: added a per-share option "case insensitive filesystem", that tells theAndrew Tridgell2007-10-104-10/+27
* r3207: - reformat error msgs in BASE-DIR* testsAndrew Tridgell2007-10-104-4/+11
* r3200: - improved the accuracy of openx emulation. We now nearly pass the ope...Andrew Tridgell2007-10-103-21/+53
* r3198: check for too many .. components in filenamesAndrew Tridgell2007-10-101-1/+16