smbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
[samba.git] / source3 /
2013-09-06 Volker Lendeckesmbd: Correctly return BUFFER_OVERFLOW in smb2_getinfo
2013-09-06 Volker Lendeckesmbd: Correctly return INFO_LENGTH_MISMATCH in smb2_getinfo
2013-09-06 Volker Lendeckesmbd: qfsinfo has fixed/variable buffers
2013-09-06 Volker Lendeckesmbd: qfilepathinfo has fixed/variable buffers
2013-09-06 Volker Lendeckesmbd: Use #defines in smb2_getinfo_send
2013-09-06 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_ATTRIBUTE_INFO...
2013-09-06 Ralph Wuerthners3:smbd: allow info class SMB_QUERY_FS_VOLUME_INFO...
2013-09-06 Ralph Wuerthners3:smbd: allow status code in smbd_do_qfsinfo() to...
2013-09-06 Ralph Wuerthners3:smbd: allow GetInfo responses with STATUS_BUFFER_OVE...
2013-09-06 Ralph Wuerthners3:smbd: return NT_STATUS_INFO_LENGTH_MISMATCH for...
2013-08-30 Volker Lendeckesmbd: Simplify dropbox special case in unix_convert
2013-08-30 Volker Lendeckesmbd: Fix a profile problem
2013-08-20 Günther Deschners3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
2013-08-20 Richard SharpeFix bug #10097 - MacOSX 10.9 will not follow path-based...
2013-08-14 Andreas Schneiders3-libads: Print a message if no realm has been specified.
2013-08-14 Günther Deschners3-libads: Fail create_local_private_krb5_conf_for_doma...
2013-08-14 Andreas Schneiders3-winbind: Do not delete an existing valid credential...
2013-08-14 Karolin SeegerVERSION: Bump version up to 3.6.19.
2013-08-07 Ralph WuerthnerEnsure gpfs kernel leases are wrapped in a become_root...
2013-08-07 Jeremy AllisonWrap setting leases in become_root()/unbecome_root...
2013-08-05 Gregor BeckFix bug 9678 - Windows 8 Roaming profiles fail
2013-08-05 Karolin SeegerVERSION: Bump version number up to 3.6.18.
2013-08-05 Jeremy AllisonFix bug #10010 - Missing integer wrap protection in...
2013-07-18 Björn Jackebuild:autoconf: fix output of syslog-facility check
2013-06-19 Björn Jackewinbind/idmap_ad: be verbose about the user that we...
2013-06-19 Jeremy AllisonRemove unneeded initializations (we already talloc_zero).
2013-06-19 Jeremy AllisonRemove the use of dirfd inside the vfs_dirsort.c.
2013-06-19 Jeremy AllisonConvert mtime from a time_t to a struct timespec.
2013-06-19 Jeremy AllisonCheck SMB_VFS_NEXT_OPENDIR return in dirsort_opendir().
2013-06-19 Jeremy AllisonClean error paths in opendir and fd_opendir by only...
2013-06-19 Jeremy AllisonProtect open_and_sort_dir() from the directory changing...
2013-06-19 Jeremy AllisonUse an index i rather than re-using a state variable.
2013-06-19 Jeremy AllisonProtect against early error in SMB_VFS_NEXT_READDIR.
2013-06-19 Jeremy AllisonChange source3/modules/vfs_dirsort.c from MALLOC -...
2013-06-19 Karolin SeegerVERSION: Bump version number up to 3.6.17.
2013-06-19 Michael Adams3-autoconf: Add missing libtevent dependency for dbwra...
2013-06-19 Michael Adams3-autoconf: Add missing libtevent dependency to dbwrap...
2013-06-19 Andreas Schneiders3-autoconf: Add missing libtevent dependency.
2013-06-10 Peng HaitaoWhen message-type is drvupgrade, MSG_DEBUG should be...
2013-06-06 Anand Avaticheck_parent_exists() can change errno. Ensure we prese...
2013-06-06 Andreas SchneiderBUG 9881: Check for system libtevent.
2013-06-05 Jeremy AllisonFix bug #9822 - Samba crashing during Win8 sync.
2013-06-05 Jeremy AllisonRemove dependency on detection of HAVE_DIRFD for use...
2013-06-05 Jeremy AllisonRemove the "Ugly hack" that was the second use of dirfd().
2013-06-05 Jeremy AllisonIn the struct smb_Dir destructor, use the fsp back...
2013-06-05 Jeremy AllisonMaintain a back-pointer to the fsp in struct smb_Dir...
2013-06-04 David DisseldorpFix bug 9900: is_printer_published GUID retrieval
2013-06-04 David Disseldorpprinting: explicitly clear PUBLISHED attribute
2013-06-04 David Disseldorpprinting: use const in is_printer_published
2013-05-14 Volker LendeckeMakefile: Fix bug 9868 -- Don't know how to make LIBNDR...
2013-05-13 Jeremy AllisonRemove the compound_related_in_progress state from...
2013-05-13 Jeremy AllisonThe core of the fix to allow opens to go async inside...
2013-05-13 Jeremy AllisonEnsure we don't try and cancel anything that is in...
2013-05-13 Jeremy AllisonOnly do the 1 second delay for sharing violations for...
2013-05-08 Karolin SeegerVERSION: Bump version up to 3.6.16.
2013-05-08 Volker Lendeckewinbind: Fix bug 9854 -- NULL pointer dereference
2013-04-30 Andreas SchneiderBUG 9817: Fix 'map untrusted to domain' with NTLMv2.
2013-04-30 David Disseldorpbug 9830: fix panic in nt_printer_publish_ads
2013-04-30 Stefan Metzmachers3:librpc: add support for PFC_FLAG_OBJECT_UUID when...
2013-04-30 Andrew Bartletts3-smbd: Split make_serverinfo_from_username guest...
2013-04-29 Karolin SeegerVERSION: Bump version number up to 3.6.15.
2013-04-22 Jeremy AllisonFix bug 9811 - Old DOS SMB CTEMP request uses a non...
2013-04-12 Andreas SchneiderBUG 9766: Cache name_to_sid/sid_to_name correctly.
2013-04-12 Andreas SchneiderBUG 9139: Fix the username map optimization.
2013-04-11 Andreas SchneiderBUG 9699: Fix adding case sensitive spn.
2013-04-11 Volker Lendeckevfs_fake_perms: Fix bug 9775, segfault for "artificial...
2013-04-07 Jeremy AllisonOptimization suggested by Volker. Don't do a stat syste...
2013-04-07 Volker Lendeckesmbd: Tune "dir" a bit.
2013-04-07 Jeremy AllisonFix bug #9733 - smbcontrol close-share is not working.
2013-04-07 Jeremy AllisonFinal fix for bug #9130 - Certain xattrs cause Windows...
2013-04-07 Jeremy AllisonEnsure we don't return uninitialized memory in the...
2013-04-07 Jeremy AllisonFix bug #9130 - Certain xattrs cause Windows error...
2013-04-07 Jeremy AllisonChange estimate_ea_size() to correctly estimate the...
2013-04-07 Jeremy AllisonModify fill_ea_chained_buffer() to be able to do size...
2013-04-07 Volker Lendeckewkssvc: Fix bug 9727, NULL pointer dereference
2013-04-07 David Disseldorpprinting: update registry and publish in background
2013-04-07 David Disseldorpspoolss: only reload printers on pcap update message
2013-04-07 David Disseldorpprinting: add sighup and conf change handlers
2013-04-07 David Disseldorpprinting: move pcap change notifier to bg process
2013-04-07 David Disseldorpsmbd: fix cups printcap cache updates on startup
2013-04-02 Jeremy AllisonMake sure that we only propogate the INHERITED flag...
2013-03-21 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing dump'.
2013-03-21 Andreas Schneiders3-net: Add encoding=<CP> to 'net printing migrate'.
2013-03-21 Jeremy AllisonFix bug #9724 - is_encrypted_packet() function incorrec...
2013-03-20 Karolin SeegerVERSION: Bump version number up to 3.6.14.
2013-03-11 Guenter Kukkukkvfs_catia: add my copyright
2013-03-11 Guenter Kukkukkvfs_catia: fix the translation to "vfs_translate_to_win...
2013-03-11 Guenter Kukkukkvfs_catia: add debug class for that module
2013-03-06 Karolin Seegerselftest: Skip tests failing on ext4 fs.
2013-03-06 Jeremy AllisonFix bug #9637 - Renaming directories as guest user...
2013-03-01 Andreas Schneiderwinbind: Don't leak centry memory. Reviewed-by: Alexand...
2013-03-01 Andreas Schneiderwinbind: Don't leak memory on return. Reviewed-by:...
2013-03-01 Daniel KobrasFix bug #9039 'map untrusted to domain' treats WORKSTAT...
2013-02-27 Andreas Schneiderpdb: Fix array overrun by one. Reviewed-by: Alexander...
2013-02-25 Björn Jackebuild/autoconf: put ld check variable in quotes
2013-02-25 Björn Jackebuild/autoconf: fix check for GNU ld version
2013-02-18 David Disseldorpsmbd: fix initial large PAC sess setup response
2013-02-13 Jeremy AllisonFix bug 9519 - Samba returns unexpected error on SMB...
2013-02-12 Ira Coopers3: Make SMB2_GETINFO multi-volume aware.
2013-02-12 David DisseldorpFix bug 9633: recursive mget should continue on EPERM
next