ndr_spoolss_buf: use LIBNDR_FLAG_NO_NDR_SIZE in NDR_SPOOLSS_SIZE_*
[samba.git] / source3 / smbd /
2010-02-19 Jeremy AllisonFix bug #7154 - mangling method = hash can crash storin...
2010-02-19 Jeremy AllisonFix bug #7155 - valgrind Conditional jump or move depen...
2010-02-18 Jeremy AllisonFix bug #6557 - Do not work VFS full_audit
2010-02-18 Volker Lendeckes3: Fix bug 7139 owner of file not available with kerberos.
2010-02-16 Steven Dannemans3/smbd: change locking behavior when "lock spin time...
2010-02-15 Jeremy AllisonFixes issue with preexec scripts creating a share direc...
2010-02-10 Jeremy AllisonFix bug #7122 - Reading a large browselist fails (serve...
2010-02-10 Stefan Metzmachers3:smbd: use StrCaseCmp() instead of strcasecmp
2010-02-10 Stefan Metzmachers3:smbd: Fix really ugly bool vs. int bug!!!
2010-02-10 Stefan Metzmachers3:smbd: implement api_RNetServerEnum3
2010-02-10 Stefan Metzmachers3:smbd: add/improve some DEBUG messages in api_RNetSer...
2010-02-10 Stefan Metzmachers3:smbd: rename api_RNetServerEnum => api_RNetServerEnum2
2010-02-10 Jeremy AllisonFix bug 7104 - "wide links" and "unix extensions" are...
2010-02-10 Steven Dannemans3/smbd: Fix string buffer overflow causing heap corruption
2010-02-10 Jeremy AllisonFix bug #7084 - Create time on directories not stored...
2010-02-10 Jeremy AllisonFix bug #7067 - Linux asynchronous IO (aio) can cause...
2010-01-25 Michael Adams3:smbd:password_in_history: treat entry with 0 salt...
2010-01-25 Volker Lendeckes3: Factor password_in_history() out of check_passwd_hi...
2010-01-25 Volker Lendeckes3: Fix a typo
2010-01-25 Volker Lendeckes3: Avoid a memset(, 0, ) call
2010-01-25 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2010-01-25 Giovanni Bajos3-lanman: Allow a level2 descriptor for a level1 NetSh...
2010-01-25 Jeremy AllisonFix bug #7033 - SMBrmdir call always returns true,...
2010-01-25 Jeremy AllisonRe-fix bug 5202 - cannot change ACLs on writable file...
2010-01-06 Jeremy AllisonFix bug #7020 - smbd using 2G memory.
2009-12-29 Jeremy AllisonThe posix acl version of set_nt_acl() could set the...
2009-12-23 Volker Lendeckes3: Move smb_splice_chain to smbd/process.c, its only...
2009-12-23 Jeremy AllisonFix bug reported in mangle_hash code (no bugid yet).
2009-12-23 Jeremy AllisonRename reply_doserror() -> reply_force_doserror().
2009-12-23 Jeremy AllisonRemove all calls to reply_doserror - turn them into
2009-12-21 Jeremy AllisonActually explain the twisty paths of tortured logic...
2009-12-21 Jeremy Allisonreply_doserror() doesn't force DOS errors on the wire.
2009-12-21 Jeremy AllisonAlways map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS...
2009-12-21 Jeremy AllisonVector correctly through reply_openerror() (which uses...
2009-12-21 Jeremy AllisonFix bug #6939 - mangling method = hash breaks long...
2009-12-21 Jeremy AllisonAdd helpful debug of DACL for errors on ACL access.
2009-12-21 Jeremy AllisonEnsure dos_mode can return FILE_ATTRIBUTE_NORMAL, then...
2009-12-15 Günther Deschners3-spoolss: use driver level info8 everywhere in spools...
2009-12-14 Volker Lendeckes3: Fix a very embarrassing build failure
2009-12-08 Christian Ambachstreamline some log levels for invalid servicenames
2009-12-08 Jeremy AllisonMake Samba3 pass the RAW-LOCK test as Windows.
2009-12-08 Jeremy AllisonMake sure we're not using the old smb_fname data.
2009-12-08 Jeremy AllisonRemove smb_fname duplicates that just keep the same...
2009-12-08 Jeremy AllisonRefactor reply_rmdir to use handle based code. All
2009-12-08 Jeremy AllisonRemove unneeded argument from can_set_delete_on_close...
2009-12-08 Jeremy AllisonFix bug #6837 - "Too many open files" when trying to...
2009-12-08 Jeremy AllisonEnsure we don't see the xattr used to store NT security...
2009-12-08 Tim Proutys3: Fix smbd to correctly return INVALID_LEVEL on set_f...
2009-12-08 Volker Lendeckes3: "check_magic" only looks at the size
2009-12-08 Volker Lendeckes3: "disk_quotas" only looks at the devicenumber
2009-12-08 Volker Lendeckes3: Pass the "fake dir create times" parameter to sys_...
2009-12-08 Günther Deschners3-smbd: no drsuapi server stubs yet in s3. Fixes the...
2009-12-08 Günther Deschners3-rpc: Avoid including every pipe's client and server...
2009-11-26 Jeremy AllisonMake us pass RAW-CHKPATH with a case sensitive share.
2009-11-26 Jeremy AllisonFix crash due to uninitialized pointer (not a problem...
2009-11-26 Jeremy AllisonRemove call into reduce_name if case sensitive. This...
2009-11-26 Jeremy AllisonAllow us to pass RAW-CHKPATH with FILE_FLAG_POSIX_SEMAN...
2009-11-26 Jeremy AllisonFix make test. Only do POSIX case conversion if FILE_FL...
2009-11-26 Jeremy AllisonRestore NtCreateX case handling with FILE_FLAG_POSIX_SE...
2009-11-26 Jeremy AllisonRemove unused code.
2009-11-26 Jeremy AllisonProper fix for #6898 - Samba duplicates file content...
2009-11-26 Jeremy AllisonFix bug #6898 - Samba duplicates file content on appending
2009-11-26 Volker Lendeckes3: Move a variable declaration to its only use
2009-11-26 Günther Deschners3-printing: use spoolss types and structs while gettin...
2009-11-26 Volker Lendeckes3: Tune if-conditions in a very hot codepath
2009-11-26 Jeremy AllisonFix logic bug where high bits tests was being
2009-11-26 Volker Lendeckes3: Replace some create_synthetic_smb_fname() calls
2009-11-26 Volker Lendeckes3: Do not talloc in readdir
2009-11-26 Jeremy AllisonStart removing SMB_STRUCT_STAT variables except for
2009-11-26 Jeremy AllisonRemove "store create time" code, cause create time...
2009-11-26 Jeremy AllisonDon't overwrite a dynamic pointer with the address...
2009-11-26 Jeremy AllisonFix bug 6891 - using windows explorer to change ownersh...
2009-11-26 Volker Lendeckes3: Fix debug messages in check_reduced_name
2009-11-26 Jeremy AllisonFix bug 6878 - Cannot change ACL's inherit flag.
2009-11-26 Jeremy AllisonFix bug 6841 - "map acl inherit = yes" not working.
2009-11-26 Jeremy AllisonGot the logic simplification worked out so we still...
2009-11-26 Jeremy AllisonRevert commit "0551284dc08eb93ef7b2b2227a45e5ec21d482fb...
2009-11-26 Jeremy AllisonSimplify the logic - remove extraneous argument and...
2009-11-26 Jeremy AllisonFix explicit set of write time on close.
2009-11-26 Jeremy AllisonGet closer to an accurate model of Windows timestamp...
2009-11-26 Volker Lendeckes3: Fix a crash in notify_remove_onelevel when "change...
2009-11-26 Volker Lendeckes3: Fix the talloc hierarchy in notify_remove_onelevel
2009-11-26 Jeremy AllisonFix debug comment (brain wasn't working...).
2009-11-26 Jeremy AllisonFilter the returned DOS attributes by 0xFF for clients
2009-11-26 Jeremy AllisonRemove "Protocol" as an extern, and add accessor functions.
2009-11-26 Jeremy AllisonFix debug statements to use correct function name.
2009-11-26 Jeremy Allisonrequires_resume_key is a bool not int.
2009-11-26 Jeremy AllisonFix more of the RAW-SEARCH test. Older info levels are
2009-11-26 Volker Lendeckes3: Remove debug_ctx()
2009-11-26 Jeremy AllisonFix bug 6867 - trans2findnext returns reply_nterror...
2009-11-26 Jeremy AllisonStart fixing the RAW-STREAMS test - ensure that the...
2009-11-26 Jeremy AllisonSecond part of the fix for bug 6828 - infinite timeout...
2009-11-26 Jeremy AllisonFix bug 6828 - infinite timeout occurs when byte lock...
2009-11-26 Jeremy AllisonRemove use of "int ret" when we already have errcode.
2009-11-26 Jeremy AllisonCatch one more erroneous use of errno.
2009-11-26 Olaf Flebbecorrectly handle aio_error() and errno
2009-11-26 Jeremy AllisonCope with old CIFSFS clients that use SMBunlink to...
2009-11-26 Volker Lendeckes3: Fix shadow copy display on Windows 7
2009-11-26 Jeremy AllisonOops. Don't break the build..
2009-11-26 Jeremy AllisonMake the logic a lot clearer and fix the comment to...
next