r13170: Remove some dependencies on -1 implying the size of pstring
[ira/wip.git] / source / ntvfs /
2007-10-10 Stefan Metzmacherr13129: fix the memory hierachie
2007-10-10 Stefan Metzmacherr13128: init the private_data to NULL
2007-10-10 Andrew Tridgellr13099: allow shares that point to /
2007-10-10 Stefan Metzmacherr12838: make the ntvfs function public
2007-10-10 Jelmer Vernooijr12696: Reduce the size of include/structs.h
2007-10-10 Jelmer Vernooijr12694: Move some headers to the directory of the subsy...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Jelmer Vernooijr12542: Move some more prototypes out to seperate headers
2007-10-10 Jelmer Vernooijr12528: Add seperate proto headers for ntvfs, tdr,...
2007-10-10 Jelmer Vernooijr12500: Use init functions explicitly in a few more...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Jelmer Vernooijr12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES...
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Jelmer Vernooijr12254: Add some (hopefully correct) descriptions for...
2007-10-10 Stefan Metzmacherr12019: - let us only reference libblkid stuff in one...
2007-10-10 Andrew Tridgellr11596: switched the libcli/raw/ code over to using...
2007-10-10 Jelmer Vernooijr11534: Consider ntvfs as a library
2007-10-10 Andrew Bartlettr11513: Add the ability to use the local machine accoun...
2007-10-10 Andrew Bartlettr11471: Describe how kerberos forwarding works with...
2007-10-10 Andrew Bartlettr11452: Update Heimdal to current lorikeet, including...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr11214: Remove scons files (see lists.samba.org/archive...
2007-10-10 Volker Lendecker10878: Reply to some comments by tridge and metze:
2007-10-10 Andrew Bartlettr10810: This adds the hooks required to communicate...
2007-10-10 Volker Lendecker10677: Add smb_composite_connectmulti: Send out multip...
2007-10-10 Jelmer Vernooijr10586: Add MergedObject() builder. Default to Library...
2007-10-10 Jelmer Vernooijr10528: Add credentials.h back into includes.h as some...
2007-10-10 Jelmer Vernooijr10510: Decrease the amount of data included by include...
2007-10-10 Stefan Metzmacherr10504: - seperate implementation specific stuff, from...
2007-10-10 Jelmer Vernooijr10456: More SCons fixes:
2007-10-10 Jelmer Vernooijr10348: Add scons scripts for remaining subsystems...
2007-10-10 Andrew Bartlettr10148: Use samdb_base_dn() to find the local domain.
2007-10-10 Jeremy Allisonr10138: Fix the mapping table (as tested in smbtorture...
2007-10-10 Andrew Tridgellr9794: r11627@blu: tridge | 2005-08-30 22:55:27 ...
2007-10-10 Jelmer Vernooijr9792: Rename StrCaseCmp -> strcasecmp_m. All these...
2007-10-10 Stefan Metzmacherr9517: fix compiler warning: status.v initialized varia...
2007-10-10 Alexander Bokovoyr9478: Fix NTVFS POSIX module to work with EA and blkid...
2007-10-10 Andrew Tridgellr9369: an attempt to fix the build on HPUX. This is...
2007-10-10 Alexander Bokovoyr9320: Fix premature dereference bug found by Coverty...
2007-10-10 Stefan Metzmacherr9240: - move struct security_token to the idl file...
2007-10-10 Andrew Tridgellr9074: cope with a null ntvfs context in disconnect...
2007-10-10 Andrew Tridgellr9054: removed incorrect paranoia check on opening...
2007-10-10 Stefan Metzmacherr9031: don't use the global $LIBS variables for posix...
2007-10-10 Andrew Tridgellr9009: directory not empty is not an error on failure...
2007-10-10 Andrew Tridgellr9007: fixed error code for setting delete on close...
2007-10-10 Andrew Tridgellr8753: fixed directory handling on systems that do...
2007-10-10 Andrew Tridgellr8535: no longer rely on seekdir working after a closed...
2007-10-10 Love Hörnquist Åstrandr8394: Make sure the argument to ctype is*(3) macros...
2007-10-10 Volker Lendecker8258: Release the opendb lock in pvfs_change_create_op...
2007-10-10 Andrew Tridgellr8122: more fixes from testing dos error code handling...
2007-10-10 Andrew Tridgellr8120: added in the newly found DOS locking error codes...
2007-10-10 Andrew Tridgellr8107: now that we properly separate DOS and NT status...
2007-10-10 Andrew Tridgellr8059: fixed handling of delete on close fir directories
2007-10-10 Stefan Metzmacherr8036: revert rev 8023/8024 as they have a bugs.
2007-10-10 Stefan Metzmacherr8024: avoid one memcpy in the ipc_trans dcesrv_output...
2007-10-10 Stefan Metzmacherr8021: we only need to return STATUS_BUFFER_OVERFLOW...
2007-10-10 Andrew Tridgellr7931: fixed a bug in the cifs backend found with the...
2007-10-10 Andrew Tridgellr7860: switch our ldb storage format to use a NDR encod...
2007-10-10 Jelmer Vernooijr7850: Support mkdir() with just one parameter. Patch...
2007-10-10 Andrew Tridgellr7795: use a share specific allocation rounding
2007-10-10 Andrew Tridgellr7792: make the allocation size rounding in pvfs config...
2007-10-10 Volker Lendecker7621: Trivial reformatting while trying to understand...
2007-10-10 Andrew Tridgellr7557: trigger a probe at tconx time to see if xattrs...
2007-10-10 Stefan Metzmacherr7488: update the mode in the struct too,
2007-10-10 Andrew Tridgellr7459: fixed pvfs for the RAW-MUX test
2007-10-10 Stefan Metzmacherr7458: don't look at components[-1] :-)
2007-10-10 Andrew Tridgellr7361: fixed the 'file becomes a directory' bug that...
2007-10-10 Andrew Tridgellr7294: implemented the irpc messaging system. This...
2007-10-10 Alexander Bokovoyr6599: Fix formating using 'linux' C style
2007-10-10 Alexander Bokovoyr6597: Make use of libblkid (part of e2fsprogs) for...
2007-10-10 Andrew Tridgellr6580: fixed the bug that caused the truncation of...
2007-10-10 Andrew Tridgellr6579: improved the handling of lock timeouts and cance...
2007-10-10 Andrew Tridgellr6342: fixed a bad union assumption that caused ACLs...
2007-10-10 Richard Sharper6229: Back out these changes ...
2007-10-10 Richard Sharper6219: This change allows us to fall back to authentica...
2007-10-10 Andrew Bartlettr6028: A MAJOR update to intergrate the new credentails...
2007-10-10 Andrew Bartlettr5988: Fix the -P option (use machine account credentia...
2007-10-10 Andrew Bartlettr5902: A rather large change...
2007-10-10 Andrew Tridgellr5666: winxp will use a NTTIME of -1 to mean "don't...
2007-10-10 Stefan Metzmacherr5501: check the return of talloc with the NT_STATUS_HA...
2007-10-10 Stefan Metzmacherr5500: ntvfs modules that are the final backend needs...
2007-10-10 Andrew Tridgellr5309: removed ads.h from includes.h
2007-10-10 Andrew Tridgellr5307: removed db_wrap.h from includes.h
2007-10-10 Andrew Tridgellr5302: fixed a compilation problem on solaris caused...
2007-10-10 Andrew Tridgellr5298: - got rid of pstring.h from includes.h. This...
2007-10-10 Andrew Tridgellr5296: - only include the tdb headers where they are...
2007-10-10 Jelmer Vernooijr5286: Some first steps in making the pidl code somewha...
2007-10-10 Andrew Tridgellr5197: moved events code to lib/events/ (suggestion...
2007-10-10 Andrew Tridgellr5195: most events don't need the time of the event...
2007-10-10 Andrew Tridgellr5185: make all the events data structures private...
2007-10-10 Stefan Metzmacherr5137: fix types
2007-10-10 Andrew Tridgellr5126: the composite code is no longer client specific...
2007-10-10 Andrew Tridgellr5102: This is a major simplification of the logic...
2007-10-10 Andrew Tridgellr5050: make sure we translate the generic to the specif...
2007-10-10 Andrew Tridgellr5037: got rid of all of the TALLOC_DEPRECATED stuff...
2007-10-10 Tim Potterr4980: Copy RAP callno constants from Samba 3 and start...
2007-10-10 Tim Potterr4979: Return NT_STATUS_INVALID_SYSTEM_SERVICE for...
2007-10-10 Andrew Tridgellr4956: - moved the definition of the mangle context...
2007-10-10 Andrew Tridgellr4944: every event_add_*() caller was having to call...
2007-10-10 Andrew Tridgellr4943: Smplified the events handling code a lot. The...
next