Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r3597: implement a suggestion from abartlet. By taking a refernce to the | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r3596: MODE_INFORMATION tests now pass. Only RENAME_INFORMATION level left to | Andrew Tridgell | 1 | -1/+5 |
2007-10-10 | r3595: - fixed a talloc_free ordering problem on cleanup with pending requests | Andrew Tridgell | 5 | -6/+46 |
2007-10-10 | r3586: Fix some of the issues with the module init functions. | Jelmer Vernooij | 4 | -5/+12 |
2007-10-10 | r3580: - on file overwrite in ntcreatex we need to replace the file permissions. | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r3575: fixed attribute normalisation in xattr code. RAW-SEARCH now passes again. | Andrew Tridgell | 2 | -1/+19 |
2007-10-10 | r3574: the RAW-OPEN test changes broke a couple of the other tests. This | Andrew Tridgell | 3 | -10/+40 |
2007-10-10 | r3573: added trans2open support to smbd and pvfs, and fine-tuned the open->ge... | Andrew Tridgell | 3 | -9/+85 |
2007-10-10 | r3550: fixed initial attribute on file create (inlusion of FILE_ATTRIBUTE_ARC... | Andrew Tridgell | 1 | -2/+4 |
2007-10-10 | r3549: added support for DOS extended attribute lists (name/value pairs) | Andrew Tridgell | 7 | -81/+212 |
2007-10-10 | r3545: initial support for using extended attributes to hold extended dos att... | Andrew Tridgell | 9 | -32/+291 |
2007-10-10 | r3544: fixed some #include lines to make them more consistent | Andrew Tridgell | 14 | -17/+14 |
2007-10-10 | r3540: added testing of SMBntcancel in the open/open/close mux | Andrew Tridgell | 4 | -12/+36 |
2007-10-10 | r3539: much nicer async open delay code. | Andrew Tridgell | 2 | -97/+87 |
2007-10-10 | r3532: make sharing violation delay in pvfs configurable with "posix:sharedel... | Andrew Tridgell | 3 | -3/+11 |
2007-10-10 | r3531: add support for RAW_OPEN_MKNEW, RAW_OPEN_CREATE and RAW_OPEN_CTEMP in ... | Andrew Tridgell | 1 | -18/+91 |
2007-10-10 | r3530: make sure we match ntvfs_async_state_pop() with ntvfs_async_state_push() | Andrew Tridgell | 1 | -7/+16 |
2007-10-10 | r3528: added support for the SMBntcancel() operation, which cancels any | Andrew Tridgell | 13 | -8/+142 |
2007-10-10 | r3522: added async support to most of the ntvfs_map_*() functions, allowing f... | Andrew Tridgell | 2 | -277/+430 |
2007-10-10 | r3507: - added deferred replies on sharing violation in pvfs open. The | Andrew Tridgell | 7 | -71/+338 |
2007-10-10 | r3481: split out client.h and events.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3466: split out request.h, signing.h, and smb_server.h | Andrew Tridgell | 11 | -0/+16 |
2007-10-10 | r3464: split out registry.h, rap.h and ldap_server.h | Andrew Tridgell | 2 | -0/+2 |
2007-10-10 | r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ... | Andrew Tridgell | 9 | -0/+10 |
2007-10-10 | r3461: another place where "open" was used as a structure element | Andrew Tridgell | 9 | -22/+22 |
2007-10-10 | r3458: more solaris portability fixes, the main one being that we can't use a | Andrew Tridgell | 1 | -18/+18 |
2007-10-10 | r3455: some more portability fixes. We nearly compile on solaris again now. | Andrew Tridgell | 4 | -0/+4 |
2007-10-10 | r3453: - split out the auth and popt includes | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3449: more include file reduction | Andrew Tridgell | 1 | -0/+1 |
2007-10-10 | r3447: more include/system/XXX.h include files | Andrew Tridgell | 8 | -0/+9 |
2007-10-10 | r3441: some include file cleanups and general housekeeping | Andrew Tridgell | 2 | -2/+2 |
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 |