Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
[ira/wip.git] / source3 / smbd /
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FTRUNCATE().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHOWN().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FCHMOD().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSTAT().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_FSYNC().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_LSEEK().
2008-01-07 Michael AdamRemove redundant parameter fd from SMB_VFS_PWRITE().
2008-01-06 Michael AdamRemove unneeded parameter fd from SMB_VFS_PREAD().
2008-01-06 Michael AdamRemove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
2008-01-06 Michael AdamRemove superfluous fd parameter from SMB_VFS_FGET_NT_ACL().
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonFix %d / size_t printf arg missmatch.
2008-01-05 Jeremy AllisonUsing a bool with a logical operation. IBM checker...
2008-01-05 Jeremy AllisonCan't use logical operations on boolean values.
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonNow conn is part of smb_request, we don't need it as
2008-01-04 Jeremy AllisonWe dont' modify the smb header for crypto anymore.
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonFix interesting bug found with make valgrindtest. When...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2008-01-02 Volker LendeckeConvert call_trans2open to create_file()
2008-01-02 Volker LendeckeConvert reply_mknew to create_file
2008-01-02 Volker LendeckeConvert reply_open_and_X to create_file
2008-01-02 Volker LendeckeConvert reply_open to create_file
2008-01-01 Volker LendeckeUse NULL instead of 0
2007-12-30 Jeremy AllisonAs the encryption is stream based there's no reason
2007-12-30 Jeremy AllisonAllow encryption context setup on IPC$.
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-29 Volker LendeckeRemove tiny code duplication
2007-12-29 Volker LendeckeApply some const
2007-12-28 Volker LendeckeRemove a static array
2007-12-28 Jeremy AllisonEnsure we turn off POSIX large read/write if encryption
2007-12-28 Jeremy AllisonAdd the capability to set "smb encrypt = required"
2007-12-28 Volker LendeckeFix setting the initial permission bits
2007-12-28 Jeremy AllisonAdd "smb encrypt" parameter. Can be set to "no, yes...
2007-12-27 Volker LendeckeFix the build
2007-12-27 Jeremy AllisonAdd CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP capability to
2007-12-27 Jeremy AllisonAdd SMB encryption. Still fixing client decrypt but
2007-12-26 Volker LendeckeWe need to return the correct atime
2007-12-23 Jeremy AllisonIf we detect a case insensitive filesystem make
2007-12-22 James PeachUse filesystem capabilities to support case-insensitive...
2007-12-22 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-22 James PeachCache the underlying filesystem capabilities at connect...
2007-12-22 Michael AdamRemove redundant connection_struct from check_magic...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close()...
2007-12-22 Michael AdamRemove redundant connection_struct from fd_close_posix...
2007-12-21 Volker LendeckeSome C++ fixes
2007-12-21 Volker LendeckeSome C++ warnings
2007-12-21 Volker LendeckeFix a C++ warning
2007-12-21 Volker LendeckeAdd a global cache
2007-12-20 James PeachFix typo in filesystem capabilities bits.
2007-12-20 Volker LendeckeAttempt to fix the build
2007-12-20 James PeachFix a couple of warnings in mDNS registration. One...
2007-12-20 James PeachAdd filesystem capabilities bitmask to statfs info.
2007-12-20 James PeachExpose per-fsp extension talloc context.
2007-12-20 James PeachRelease per-fsp data on file closure.
2007-12-19 Michael AdamChange the prototype of the vfs function get_nt_acl().
2007-12-19 Michael AdamSplit get_nt_acl() into two functions: fsp- and non...
2007-12-19 Michael AdamRemove the "is_directory" parameter from canonicalise_a...
2007-12-19 Michael AdamChange canonicalise_acl() to not take an fsp.
2007-12-19 Michael AdamChange ensure_canon_entry_valid() to not take and fsp.
2007-12-19 Michael AdamChange apply_default_perms() to not take an fsp.
2007-12-19 Volker LendeckeRemove Get_Pwnam and its associated static variable
2007-12-19 Jeremy AllisonRemove last_message completely as it's no longer used.
2007-12-18 Volker LendeckeAdd a in-memory cache
2007-12-18 Jeremy AllisonRemove more static fstrings (yes this little cache...
2007-12-17 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2007-12-17 Jeremy AllisonFix bug #5121 (unix passwd sync not working on a stream...
2007-12-17 Jeremy AllisonRemove a static fstring.
2007-12-16 Volker Lendeckemake use of [un]marshall_sec_desc, allow for fd==-1...
2007-12-16 Jeremy AllisonMore work on bug #5082, use LC_ALL as this takes
2007-12-15 Volker LendeckeReplace sid_string_static by sid_string_dbg in DEBUGs
2007-12-15 Jeremy AllisonFix for bug #5082 from Mathias Gug <mathiaz@ubuntu...
2007-12-14 James PeachMove dns_sd.h include to fix the build.
2007-12-14 James PeachMerge branch 'v3-2-test' of git://git.samba.org/samba...
2007-12-14 Rishi SrivatsavaiRegister the smb service with mDNS if mSDN is supported.
2007-12-11 Volker Lendeckeseparate out create_file_unixpath()
2007-12-11 Volker LendeckeMove more stuff out of the way
2007-12-11 Volker LendeckeMove INTERNAL_OPEN_ONLY calculation out of the way
2007-12-10 Jeremy AllisonDon't need an fstring here, we can talloc.
2007-12-10 Jeremy AllisonRemove the char[1024] strings from dynconfig. Replace
2007-12-10 Volker LendeckeSimplify add_session_user
2007-12-10 Volker LendeckeIncrease debug level
2007-12-10 Volker LendeckeMove stuff from data to text
2007-12-10 Volker Lendeckeint->bool
2007-12-10 Volker LendeckeTiny simplifications
2007-12-09 Volker LendeckeGet rid of the msgbuf[1600]
2007-12-08 Jeremy AllisonRemove next_token - all uses must now be next_token_talloc.
2007-12-07 Jeremy AllisonDon't build rpctorture anymore - not maintained. Just...
2007-12-07 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2007-12-07 Volker LendeckeAttempt to fix make test :-)
2007-12-07 Volker LendeckePass only internal oplock request values to create_file
2007-12-07 Volker LendeckeMore parameter shuffling
2007-12-07 Volker LendeckeRe-arrange create_file() parameters
2007-12-07 Volker LendeckeMake fname arg to create_file a "const char *"
2007-12-05 Volker LendeckeThere's no point in passing down a 0
2007-12-05 Volker LendeckeMove create_file to open.c
2007-12-05 Volker LendeckeFix an uninitialized variable
2007-12-05 Volker LendeckeFix debug
next