Clean error paths in opendir and fd_opendir by only setting handle data on success.
[samba.git] / source3 /
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
2013-02-06 Stefan Metzmachers3:auth: wbcAuthenticateEx gives unix times (bug #9625)
2013-01-30 Karolin SeegerVERSION: Bump version number up to 3.6.13.
2013-01-30 Kai Blinswat: Use additional nonce on XSRF protection
2013-01-30 Kai Blinswat: Use X-Frame-Options header to avoid clickjacking
2013-01-29 Jeremy AllisonFix bug #9585 - Samba 3.6.x not correctly signing any...
2013-01-28 Jeremy AllisonFix bug #9586 - smbd[29175]: disk_free: sys_popen(...
2013-01-28 Pavel ShilovskyFix bug #9571 - Unlink after open causes smbd to panic.
2013-01-28 Jeremy AllisonFix bug #9588 - ACLs are not inherited to directories...
2013-01-28 Jeremy AllisonFix bug #9587 - archive flag is always set on directories.
2013-01-23 Günther DeschnerBUG 9474: Downgrade v4 printer driver requests to v3.
2013-01-22 David DisseldorpBUG 9378: Add extra attributes for AD printer publishing.
2013-01-22 David Disseldorpprinting: Remove invalid free from error path.
2013-01-22 Andreas SchneiderBUG 9574: Fix a possible null pointer dereference in...
2013-01-22 Andreas Schneiders3-rpc_server: Fix a possible null pointer dereference.
2013-01-21 Volker Lendeckesamr: Make use of posix_openpt
2013-01-21 Volker Lendeckesamr: Split up an assignment from an if condition
2013-01-21 Karolin SeegerVERSION: Bump version number up to 3.6.12.
2013-01-16 Volker Lendeckeconfigure: Fix bug 9546, aio_suspend detection on FreeBSD
2013-01-02 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2012-12-10 Karolin SeegerVERSION: Bump version up to 3.6.11.
2012-12-06 Richard SharpeFix bug #9460 - Samba 3.6.x and Master respond incorrec...
2012-12-03 Günther Deschners3-net: Fix DEBUG() location.
2012-12-03 Günther Deschners3-net: give more control how to update/register DNS...
2012-12-03 Günther Deschners3-net: pass down a flags field to DoDNSUpdate().
2012-12-03 Günther Deschners3-net: move out some prototypes to net_dns.h.
2012-12-03 Günther Deschners3-net: pass down struct net_context to the dns update...
2012-12-03 Jeremy AllisonFinal part of #9374 - Allow smb2.acls torture test...
2012-12-03 Jeremy AllisonMore for #9374 - Allow smb2.acls torture test to pass...
2012-12-03 Jeremy AllisonEnsure when calculating the access mask for MAXIMUM_ALL...
next