spoolss: clear JobInfo on GetJob error
[obnox/samba/samba-obnox.git] / source3 / smbd /
2014-12-16 Volker Lendeckenotify: Move path construction to notify_trigger
2014-12-12 Stefan Metzmachers3:smb2_server: allow reauthentication without signing
2014-12-09 Volker Lendeckenotify_inotify: Simplify inotify_dispatch
2014-12-09 Volker Lendeckesmbd: Compile notify_inotify only if available
2014-12-09 Volker Lendeckenotify_inotify: inotify_watch now takes a mem_ctx
2014-12-09 Volker Lendeckenotify: Add "dir" to notify_event
2014-12-09 Volker Lendeckenotify_inotify: Make inotify_watch return 0/errno
2014-12-09 Volker Lendeckenotify_inotify: Slightly simplify watch_destructor
2014-12-09 Volker Lendeckenotify_inotify: Slightly simplify inotify_watch
2014-12-09 Volker Lendeckenotify_inotify: Make inotify_setup return 0/errno
2014-12-09 Volker Lendeckenotify_inotify: Add a NULL check
2014-12-09 Volker Lendeckenotify_inotify: Simplify filter_match
2014-12-09 Volker Lendeckesmbd: Move lp_parm_bool out of notify_inotify.c
2014-12-09 Jeremy Allisons3:locking: Change the data model for leases_db to...
2014-12-09 Jeremy Allisons3:locking: pass down servicepath to leases_db_add()
2014-12-08 Andreas Schneidersmbd: Add missing include for iov_buflen().
2014-12-07 Jeremy Allisons3: smbd: Fix *allocate* calls to follow POSIX error...
2014-12-07 Volker Lendeckesmbd: Use read_data() in notify_inotify
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: read_data->read_data_ntstatus
2014-12-06 Volker Lendeckelib: Split out sys_[read|write] & friends
2014-12-06 Volker LendeckeFix signed/unsigned comparisons
2014-12-05 Volker Lendeckeinotify: Properly handle cross-dir renames
2014-12-05 Jeremy Allisons3: leases: Make SMB2 setinfo SMB2_FILE_RENAME_INFORMAT...
2014-12-05 Jeremy Allisons3: leases: send_break_message() public.
2014-12-05 Jeremy Allisons3: leases: Make aio_add_req_to_fsp() public.
2014-12-04 Ralph Boehmes3:smbd: add SMB_VFS_READDIR_ATTR() to marshall direntry
2014-12-04 Ralph Boehmes3:smbd: ignore dacls with MS NFS ACEs
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-12-04 Ralph Boehmes3:smbd: allocate out_context_blobs with talloc
2014-12-04 Ralph Boehmes3:vfs: add SMB_VFS_READDIR_ATTR()
2014-12-04 Stefan Metzmachers3:smbd: document the interaction between "smb2 leases...
2014-12-04 Jeremy Allisons3:smb2_negprot: announce support for SMB2.1 leases.
2014-12-04 Volker Lendeckes3:smb2_create: support leases and pass them down to...
2014-12-04 Volker Lendeckes3:smbd: Implementation of SMB2.1 and SMB3.0 leases.
2014-12-04 Volker Lendeckes3:smbd: add lease related helper functions to oplock.c
2014-12-04 Volker Lendeckes3:smbd: add lease key validation functions to open.c
2014-12-04 Volker Lendeckes3:smbd: add lease related helper functions to open.c
2014-12-04 Volker Lendeckes3:smbd: add file_find_one_fsp_from_lease_key() helper...
2014-12-04 Volker Lendeckes3:smb2_create: validate durable reconnects with leases
2014-12-04 Volker Lendeckes3:smb2_create: allow durable handles with SMB2_LEASE_H...
2014-12-04 Volker Lendeckes3:smbd: add fsp_lease_type() and get_lease_type()...
2014-12-04 Stefan Metzmachers3:open_files.idl: add data structures for SMB2.1 and...
2014-12-04 Volker Lendeckes3:locking: add leases_db infrastructure
2014-12-04 Volker Lendeckes3:smb2_server: add smbd_smb2_send_lease_break() helper...
2014-12-04 Stefan Metzmachers3:smb2_server: allow smbd_smb2_send_break() with sessi...
2014-12-04 Jeremy Allisons3:smbd: Add fsp_client_guid() utility function to...
2014-12-04 Volker Lendeckes3:smbd: factor out a send_break_to_none() helper function
2014-11-27 Stefan Metzmachers3:smb2_create: send interim responses after 0.5 millis...
2014-11-25 Stefan Metzmachers3:smbd: avoid a compiler warning in open_sockets_smbd()
2014-11-25 Stefan Metzmachers3:smbd: do casting of dm_sessid_t in steps
2014-11-19 Stefan Metzmachers3:smbprofile: track connect_count and disconnect_count
2014-11-19 Stefan Metzmachers3:smbprofile: report idle state of 'idle_count' and...
2014-11-19 Stefan Metzmachers3:smbprofile: improve profiling for the security conte...
2014-11-19 Stefan Metzmachers3:smbprofile: count all SMB1 and SMB2 requests as...
2014-11-19 Stefan Metzmachers3:smb2_server: use async smbprofile macros
2014-11-19 Volker Lendeckes3:smbd: Use "smbd profiling level"
2014-11-19 Stefan Metzmachers3:smbd: improve writecache profiling
2014-11-11 Volker Lendeckes3:smb2_break: First test for NT_STATUS_INVALID_OPLOCK_...
2014-11-11 Volker Lendeckes3:locking: convert brl_have_read field to brl_num_read.
2014-11-11 Jeremy Allisons3:smbd: Don't set fsp->oplock_type before we've grante...
2014-11-11 Volker Lendeckes3:smbd: move all oplock granting code to grant_fsp_opl...
2014-11-11 Volker Lendeckes3:smbd: break oplocks to none with FILE_OVERWRITE
2014-11-10 Volker LendeckeUse tevent_req_simple_recv_unix in a few places
2014-11-06 Stefan Metzmachers3:smbd: fix file corruption using "write cache size...
2014-11-03 David DisseldorpsmbXsrv: don't leak lock_path onto talloc tos
2014-11-03 David Disseldorpnotify_internal: don't leak lock_path onto talloc tos
2014-10-31 Volker Lendeckes3:smbd: Don't rename a dir with files open underneath
2014-10-16 Stefan Metzmachers3:smb2_server: pass xconn->smb2.server.cipher to smb2_...
2014-10-16 Stefan Metzmachers3:smb2_server: check xconn->smb2.server.cipher instead...
2014-10-16 Stefan Metzmachers3:smb2_negprot: remember xconn->smb2.server.cipher
2014-10-10 Volker Lendeckesmbd: Fix a use-after-free
2014-10-07 Volker Lendeckesmbd: Simplify remove_child_pid
2014-10-06 David Disseldorplanman: don't leak cache_path onto talloc tos
2014-10-03 Christof Schmittsmbd: Always use uint8_t for inbuf pointer
2014-10-03 Christof Schmittsmbd: Pass only cmd to construct_reply_common instead...
2014-10-03 Christof Schmittsmbd: Use MIN macro in fake_sendfile
2014-10-03 Volker Lendeckeprofiling: Remove a big DEBUG statement
2014-10-03 Volker Lendeckeprofiling: Remove some #ifdefs
2014-09-30 Stefan Metzmachers3:smb2_negprot: allow really large io sizes up to...
2014-09-27 Jelmer Vernooijfileserver: raise debug level for share connection...
2014-09-27 Michael Adamsmbd:smb2: improve smbd_smb2_protocol_dialect_match...
2014-09-24 Michael Adams3:messaging: add fds-array to messaging_send_iov()
2014-09-21 Michael Adamsmbd: fix a comment typo.
2014-09-19 Stefan Metzmachers3:smb2_sesssetup: we don't need to do a 2nd smb2srv_se...
2014-09-19 Stefan Metzmachers3:smb2_server: add smbd_smb2_signing_key() helper...
2014-09-19 Stefan Metzmachers3:smbXsrv_session: add smbXsrv_session_find_channel()
2014-09-19 Stefan Metzmachers3:smbXsrv_session: remember the smbXsrv_connection...
2014-09-19 Stefan Metzmachers3:smbd: split out a smbd_add_connection() helper function.
2014-09-19 Stefan Metzmachers3:smbd: remove now unused smbd_server_connection-...
2014-09-19 Stefan Metzmachers3:smb2_lock: iterate over all sconn->client->connections
2014-09-19 Stefan Metzmachers3:smb2_lock: always use tevent_req_defer_callback...
2014-09-19 Stefan Metzmachers3:smb2_glue: remove chained fsps from all connections...
2014-09-19 Stefan Metzmachers3:smb2_break: use fsp->conn->sconn->client->connection...
2014-09-19 Stefan Metzmachers3:smb2_break: pass smbXsrv_connection to smbd_smb2_sen...
2014-09-19 Stefan Metzmachers3:smb2_create: pass smbXsrv_connection to *deferred...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to schedule_deferred_o...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to remove_deferred_ope...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: move smbXsrv_{session,tcon,open} tables to...
next