s3: Add some debugs to streams_xattr
[ira/wip.git] / source3 / smbd /
2009-09-14 Jeremy AllisonFix bug 6494 - Incorrect FileStatus returned in NT_CREA...
2009-09-09 Volker Lendeckes3:smbd: Add a "hidden" parameter "share:fake_fscaps"
2009-09-07 Jeremy AllisonFix bug 6673 - smbpasswd does not work with "unix passw...
2009-09-05 Simo SorceCheck we read off the compelte event from inotify
2009-09-04 Volker Lendeckes3:smbd: Fix Coverity ID 937, REVERSE_INULL
2009-09-03 Jeremy AllisonHopefully last part of the fix for bug 6651 - smbd...
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-27 Stefan Metzmachers3:smbd: teach filename_convert() about fake files...
2009-08-27 Stefan Metzmachers3:smbd: add is_fake_file_path() that takes only the...
2009-08-27 Stefan Metzmachers3:streams: check for :$DATA only in the backend (fix...
2009-08-26 Steven Dannemans3/smbd: open the share_info.tdb on startup instead...
2009-08-25 Jeremy AllisonHelp debug for bug 6651 - smbd SIGSEGV when breaking...
2009-08-25 Jeremy AllisonSecond attempt at fix for bug 6529 - Offline files...
2009-08-24 Jeremy AllisonSecond part of fix for 6529 - Offline files conflict...
2009-08-22 Jeremy AllisonLog debug message when hires timestamps are available...
2009-08-22 Jeremy AllisonFix bug 6529 - Offline files conflict with Vista and...
2009-08-21 Jeremy AllisonFix coverity CID: 932 - forward null.
2009-08-19 Stefan Metzmachers3:smbd: implement SMB2 Find (Query Directory)
2009-08-19 Stefan Metzmachers3:smbd: store a dirptr on the files_struct for SMB2...
2009-08-19 Stefan Metzmachers3:smbd: add a generic smbd_dirptr_lanman2_entry()...
2009-08-19 Stefan Metzmachers3:smbd: implement all SMB2 Create contexts except...
2009-08-19 Stefan Metzmachers3:smbd: make smbd_check_open_rights() function non...
2009-08-19 Stefan Metzmachers3:smbd: parse context blobs in SMB2 Create
2009-08-17 Stefan Metzmachers3:smbd: add support for canceling SMB2 Notify calls.
2009-08-17 Stefan Metzmachers3:smbd: add smbd_notify_cancel_by_smbreq()
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-14 Stefan Metzmachers3:smbd: allow SMB2 Cancel to have the async flag set
2009-08-14 Stefan Metzmachers3:smbd: fix parsing of the SMB2 body
2009-08-12 Jeremy AllisonFix BASE-DELAYWRITE test by removing const from struct...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-12 Stefan Metzmachers3:smbd: as check_path_syntax() changes the string...
2009-08-12 Stefan Metzmachers3:smbd: avoid 'goto out' in smbd_smb2_create_send()
2009-08-12 Stefan Metzmachers3:smbd: make sure we don't call conn_free() with a...
2009-08-12 Stefan Metzmachers3:smbd: correctly invalidate vuids when SMB2 is used
2009-08-10 Jeremy AllisonEnsure the fsp->fsp_name stat_ex struct is always
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-08-08 Stefan Metzmachers3:smbd: convert '\\' into '/' in SMB2 Create
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Jeremy AllisonMove the checks for null timestamps down below the...
2009-08-07 Jeremy AllisonCorrectly send out notify messages for timestamp changes.
2009-08-07 Stefan Metzmachers3:smbd: split the dir entry marshalling into smbd_mars...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: implement get_lanman2_dir_entry() on top of...
2009-08-07 Stefan Metzmachers3:smbd: let get_dir_entry() use smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: add generic smbd_dirptr_get_entry()
2009-08-07 Stefan Metzmachers3:smbd: conn_free_internal() can be static now
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-08-07 Stefan Metzmachers3:smbd: don't ignore check_descend in get_dir_entry()
2009-08-07 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Tim Proutys3: Fix a bug in renames of directories
2009-08-06 Jeremy AllisonRemove a const warning.
2009-08-06 Jeremy AllisonPut SMB_INFO_STANDARD back into setfileinfo, but do...
2009-07-31 Jeremy AllisonWe're not changing last write, but setting this to...
2009-07-30 Jeremy AllisonTidy up treatment of ctime.
2009-07-30 Jeremy AllisonFix bug #6529 - Offline files conflict with Vista and...
2009-07-30 Jeremy AllisonRemove the extraneous logic in smb_set_info_standard...
2009-07-30 Jeremy AllisonSMB_INFO_STANDARD is not a valid info level on set,
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-27 Volker LendeckeFix a valgrind error in chain_reply
2009-07-25 Volker LendeckeMove 16 bytes from data to r/o text segment
2009-07-25 Volker LendeckeFirst patch for "new VFS" portability
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-25 Tim Proutys3: Remove a few callers of get_full_smb_filename()
2009-07-25 Tim Proutys3 onefs: Fix the onefs modules after the big refactoring
2009-07-24 Tim Proutys3: Simplify rename_internals() by passing in smb_filen...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-24 Volker Lendeckeadd my copyright after the VFS rewrite
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-24 Volker LendeckeIn chain_reply, copy the subrequests' error to the...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-24 Volker LendeckeFix some nonempty blank lines
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-22 Tim Proutys3: Change unix_convert to use an smb_filename struct...
2009-07-22 Tim Proutys3: Convert some callers of vfs_lstat_smb_fname to...
2009-07-22 Tim Proutys3: Convert some callers of vfs_stat_smb_fname to SMB_V...
2009-07-21 Tim Proutys3: plumb smb_filename through some of the trans2 posix...
2009-07-21 Tim Proutys3: Remove unnecessary callers of get_full_smb_filename
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Fix RENAME_FLAG_RENAME path to stop calling unix_co...
2009-07-21 Tim Proutys3: Remove unnecessary fname argument from callers...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Christian Ambachdo not log chdir with level 0 if reason is access denied
2009-07-21 Tim Proutys3: Add some asserts to the filename util functions
2009-07-21 Tim Proutys3: Plumb smb_filename through open_fake_file
2009-07-21 Tim Proutys3: Separate out a new file: filename_utils.c
2009-07-21 Tim Proutys3: Move is_ntfs_stream*() to filename.c
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-21 Tim Proutys3 onefs oplocks: Replace static fstring with talloc...
2009-07-21 Tim Proutys3: Change file_structs to be allocated with talloc...
2009-07-18 Jeremy AllisonFix Coverity CID 928. Removed check as this can never...
2009-07-18 Jeremy AllisonFix Coverity CID 929. Potential NULL deref after code...
2009-07-18 Jeremy AllisonFix coverity CID 930. Pointer check can never be null...
2009-07-18 Jeremy AllisonFix coverity CID 931. This check is redundent as smb_fn...
2009-07-18 Jeremy AllisonMove the initialization of smbd_server_conn from smbd...
2009-07-18 Jeremy AllisonFix bug #6564 - SetPrinter fails (panics) as non root.
2009-07-15 Jeremy AllisonFix bug #6551 - win98 clients cannot connect after...
2009-07-15 Stefan Metzmachers3:smbd: try to fix a compiler warning on i386 : left...
next