summaryrefslogtreecommitdiff
path: root/source4/ntvfs/posix
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r14614: handle zero timers in pvfs_wait()Andrew Tridgell1-4/+4
2007-10-10r14554: Write out header dependencies. This means all C files affected will beJelmer Vernooij1-1/+1
2007-10-10r14548: fix build after generated prototypesAlexander Bokovoy1-0/+1
2007-10-10r14540: fix a talloc hierachie problem,Stefan Metzmacher5-73/+108
2007-10-10r14487: split smbsrv_request into two parts, one will be moved to ntvfs_requestStefan Metzmacher5-12/+13
2007-10-10r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij14-13/+14
2007-10-10r14456: don't access the smbsrv_tcon inside the ntvfs modulesStefan Metzmacher6-20/+19
2007-10-10r14440: demonstrate that the smbpid is attached to a session (vuid),Stefan Metzmacher1-1/+2
2007-10-10r14256: - rename smb_file -> smb_handleStefan Metzmacher9-25/+26
2007-10-10r14240: fix summary output (step 2)Stefan Metzmacher1-0/+2
2007-10-10r14208: removed use of req->flags2 inside the ntvfs layer. This should helpAndrew Tridgell1-1/+1
2007-10-10r14174: fix typosStefan Metzmacher1-1/+1
2007-10-10r14173: change smb interface structures to always useStefan Metzmacher11-31/+36
2007-10-10r14157: - pass a struct ntvfs_request to the ntvfs layerStefan Metzmacher18-90/+79
2007-10-10r13960: Generate makefile rules for installing/removing shared modules.Jelmer Vernooij1-1/+1
2007-10-10r13944: Yet another round of splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2-0/+3
2007-10-10r13813: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r13745: remove some code I was experimenting with and forgot was there when IAndrew Tridgell1-349/+0
2007-10-10r13739: a fairly major overhaul of the opendb code to allow the BASE-DELETEAndrew Tridgell6-90/+646
2007-10-10r13658: More moving around of files:Jelmer Vernooij2-2/+2
2007-10-10r13099: allow shares that point to /Andrew Tridgell1-1/+3
2007-10-10r12696: Reduce the size of include/structs.hJelmer Vernooij2-1/+1
2007-10-10r12694: Move some headers to the directory of the subsystem they belong to.Jelmer Vernooij2-2/+2
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij2-0/+3
2007-10-10r12528: Add seperate proto headers for ntvfs, tdr, smb_server and nbt_server.Jelmer Vernooij1-0/+1
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-3/+2
2007-10-10r12019: - let us only reference libblkid stuff in one fileStefan Metzmacher3-54/+58
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-26/+26
2007-10-10r11214: Remove scons files (see http://lists.samba.org/archive/samba-technica...Jelmer Vernooij1-10/+0
2007-10-10r10586: Add MergedObject() builder. Default to Library() ratherJelmer Vernooij1-1/+1
2007-10-10r10348: Add scons scripts for remaining subsystems. Most subsystems build now,Jelmer Vernooij1-0/+10
2007-10-10r9792: Rename StrCaseCmp -> strcasecmp_m. All these years I was thinkingJelmer Vernooij6-12/+12
2007-10-10r9478: Fix NTVFS POSIX module to work with EA and blkid after build system ch...Alexander Bokovoy1-2/+2
2007-10-10r9054: removed incorrect paranoia check on opening streams (this caused RAW-S...Andrew Tridgell1-3/+0
2007-10-10r9031: don't use the global $LIBS variables for posix specific stuffStefan Metzmacher2-6/+7
2007-10-10r9009: directory not empty is not an error on failure to delete directory in ...Andrew Tridgell1-1/+1
2007-10-10r9007: fixed error code for setting delete on close on a non-empty directoryAndrew Tridgell2-0/+27
2007-10-10r8753: fixed directory handling on systems that do not return . and .. as theAndrew Tridgell1-17/+70
2007-10-10r8535: no longer rely on seekdir working after a closedir. Instead, keepAndrew Tridgell4-62/+35
2007-10-10r8394: Make sure the argument to ctype is*(3) macros are unsigned char asLove Hörnquist Åstrand1-2/+2
2007-10-10r8258: Release the opendb lock in pvfs_change_create_options.Volker Lendecke1-0/+2
2007-10-10r8122: more fixes from testing dos error code handling against w2k3Andrew Tridgell2-2/+2
2007-10-10r8120: added in the newly found DOS locking error codes into the pvfs backendAndrew Tridgell2-3/+3
2007-10-10r8059: fixed handling of delete on close fir directoriesAndrew Tridgell1-0/+5
2007-10-10r7850: Support mkdir() with just one parameter. Patch fromJelmer Vernooij2-0/+2
2007-10-10r7795: use a share specific allocation roundingAndrew Tridgell1-1/+2
2007-10-10r7792: make the allocation size rounding in pvfs configurableAndrew Tridgell3-3/+8
2007-10-10r7557: trigger a probe at tconx time to see if xattrs are really supported byAndrew Tridgell2-0/+19
2007-10-10r7488: update the mode in the struct too,Stefan Metzmacher1-1/+2