Revert "HACK compile kqueue backend"
[metze/samba/wip.git] / source3 / smbd /
2016-10-04 Uri Simchonismbd: free talloc context if no quota records are available
2016-10-04 Uri Simchonintquotas: support "freeing" an empty quota list
2016-09-27 Günther Deschnerwerror: replace WERR_USER_NOT_FOUND with WERR_NERR_USER...
2016-09-27 Günther Deschnerwerror: replace WERR_INVALID_PARAM with WERR_INVALID_PA...
2016-09-27 Günther Deschnerwerror: replace WERR_NOMEM with WERR_NOT_ENOUGH_MEMORY...
2016-09-24 Jeremy Allisons3: server: s3_tevent_context_init() -> samba_tevent_co...
2016-09-19 Ralph Boehmes3/smbd: use correct talloc memory context for tevent...
2016-09-16 Ralph Boehmes3/smbd: remove a misleading error message
2016-09-15 Ralph Boehmes3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessary
2016-09-15 Volker Lendeckesmbd: Reset O_NONBLOCK on open files
2016-09-11 Ralph Boehmes3/smbd: use stat from smb_fname if valid in refuse_sym...
2016-09-11 Ralph Boehmes3/smbd: in call_trans2qfilepathinfo call lstat when...
2016-09-10 Christof Schmittsmbd: Adjust debug level of "No protocol supported...
2016-09-09 Volker Lendeckenotifyd: Don't trust remote pointers
2016-09-09 Volker Lendeckenotifyd: Trim down the noncluster case
2016-09-09 Volker Lendeckenotifyd: Avoid "includes.h"
2016-09-09 Volker Lendeckenotifyd: Fix bad comment wording
2016-08-23 Volker Lendeckevfs: Remove link to asys_
2016-08-23 Volker Lendeckesmbd: Add pthreadpool_tevent to smbd_server_connection
2016-08-18 Uri Simchonismbd: allow reading files based on FILE_EXECUTE access...
2016-08-16 Uri Simchonismbd: look only at handle readability for COPYCHUNK...
2016-08-13 Christof Schmittsmbd: Fix snapshot query on shares with DFS enabled
2016-08-12 Uri Simchonismbd: use owner uid for free disk calculation if owner...
2016-08-12 Uri Simchonismbd: get a valid file stat to disk_quotas
2016-08-12 Uri Simchoniquotas: small cleanup
2016-08-11 Jeremy Allisons3: oplock: Fix race condition when closing an oplocked...
2016-08-11 Jeremy Allisonsmbd: oplock: Factor out internals of remove_oplock...
2016-08-11 Jeremy Allisonsmbd: oplock: Fixup debug messages inside remove_oplock().
2016-08-10 Uri Simchonismbd: add an option to inherit only the UNIX owner
2016-08-04 Michael Adamsmbd: remove redundant comment (with typo) from token_c...
2016-07-28 Volker Lendeckelib: Move "message_send_all" to serverid.c
2016-07-28 Ralph Boehmes3/notifyd: add async send/recv functions
2016-07-28 Ralph Boehmes3/cleanupd: use smbd_cleanupd.tdb
2016-07-28 Ralph Boehmes3/smbd: add cleanupd_init_send()/recv()
2016-07-25 Garming SamAddressSanitizer: Initialize for smbd/oplock.c
2016-07-20 Volker Lendeckenotifyd: Move BlockSignals calls to server.c
2016-07-20 Volker Lendeckesmbd: Re-register notify requests
2016-07-20 Volker Lendeckesmbd: Restart notifyd
2016-07-20 Volker Lendeckesmbd: Store notify filters in fsp->notify
2016-07-20 Volker Lendeckesmbd: Log which notifyd was found
2016-07-20 Volker Lendeckesmbd: Remember notifyd's serverid
2016-07-20 Volker Lendeckenotify_msg: Deregister handler upon talloc_free
2016-07-20 Volker Lendeckesmbd: Remove "listel" from notify_msg
2016-07-20 Volker Lendeckesmbd: Protect notify_callback from stray pointers
2016-07-20 Volker Lendeckesmbd: Pass "sconn" via notify to notify_callback()
2016-07-20 Volker Lendeckesmbd: There's only one notify_callback
2016-07-20 Volker Lendeckesmbd: Make notify_callback() public
2016-07-20 Volker Lendeckesmbd: "path" is no longer needed in notify_list
2016-07-20 Volker Lendeckesmbd: Add "path" to notify_remove
2016-07-20 Volker Lendeckesmbd: Avoid a talloc_asprintf
2016-07-20 Volker Lendeckesmbd: Add fsp_fullbasepath
2016-07-20 Volker Lendeckesmbd: Factor out notify_init
2016-07-20 Volker Lendeckesmbd: sconn->sys_notify_ctx is not used
2016-07-20 Volker Lendeckesmbd: Don't stop sending to children when one send...
2016-07-19 Jeremy Allisons3: smbd: Fix delete operations enumerating streams...
2016-07-19 Ralph Boehmes3/smbd: move make_default_filesystem_acl() to vfs_acl_...
2016-07-18 Christof Schmittnotify_inotify: Map inotify mask back to filter
2016-07-18 Christof Schmittnotify_inotify: Move mapping table to top of file
2016-07-18 Christof Schmittsmbd: Allow passing notify filter from inotify and fam
2016-07-15 Volker Lendeckesmbd: Remove a reference to dbwrap_watch_db()
2016-07-15 Volker Lendeckesmbd: Convert smbXsrv_open_global.tdb to new dbwrap_watch
2016-07-15 Volker Lendeckesmbd: Convert locking.tdb to new dbwrap_watch
2016-07-15 Volker Lendeckedbwrap: Add "blocker" to record_watch_send
2016-07-10 Ralph Boehmesmbd/notifyd: use smbd_reinit_after_fork()
2016-07-10 Ralph Boehmesmbd/cleanupd: use smbd_reinit_after_fork()
2016-06-25 Ralph Boehmes3/smbd: only use stored dos attributes for open_match_...
2016-06-25 Ralph Boehmes3/smbd: move check for "hide files" to dos_mode_from_n...
2016-06-25 Ralph Boehmes3/smbd: call dos_mode_from_name after SMB_VFS_GET_DOS_...
2016-06-25 Ralph Boehmes3/smbd: add helper func dos_mode_from_name()
2016-06-24 Volker Lendeckesmbd: Fix a valgrind error
2016-06-21 Volker Lendeckesmbd: Fix a signed/unsigned hickup
2016-06-18 Jeremy Allisons3: smbd: In reply_read_and_X() SMB1 server is overwrit...
2016-06-18 Jeremy Allisons3: smbd: Use common function setup_readX_header()...
2016-06-18 Jeremy Allisons3: smbd: Make setup_readX_header() externally accessible
2016-06-18 Jeremy Allisons3: smbd: Remove unused 'req' argument from setup_readX...
2016-06-18 Per Forlins3: smbd: Correctly reflect back SMB_PIDHIGH to a client.
2016-06-06 Peter SomogyiAdd yet another error code when forking an smbd and...
2016-05-31 Uri Simchonis3-dfree-quota: remove special handling of EDQUOT
2016-05-27 Uri Simchonismbd: dfree - ignore quota if not enforced
2016-05-20 Michael Adamnotifyd: prevent NULL deref segfault in notifyd_peer_de...
2016-05-19 Michael Adamsmbd:close: only remove kernel share modes if they...
2016-05-18 Stefan Metzmachers3:smbd: fix anonymous authentication if signing is...
2016-05-16 Volker Lendeckesmbd: Fix an assert
2016-05-05 Uri Simchonismbd: remove "only user" and "username" parameters
2016-05-04 Christian Ambachs3:smbd remove todo comments
2016-05-03 Christian Ambachs3:smbd/filename remove smelly code
2016-05-03 Christian Ambachs3:smbd/service apply some code formatting
2016-05-03 Christian Ambachs3:smbd/service disable case-sensitivity for SMB2/3...
2016-05-03 Ralph Boehmesmbd: use remote arch caching
2016-04-29 Uri Simchonint-quotas: fixup failure case for TRANSACT_GET_USER_QUO...
2016-04-28 Stefan Metzmachers3:smbd: only mark real guest sessions with the GUEST...
2016-04-28 Stefan Metzmachers3:smbd: make use SMB_SETUP_GUEST constant
2016-04-27 Volker Lendeckesmbd: Avoid large reads beyond EOF
2016-04-27 Partha SarathiFix the smb2_setinfo to handle FS info types and FSQUOT...
2016-04-19 Ralph Boehmecleanupd: restart as needed
2016-04-19 David Disseldorpprinting: use housekeeping period that matches cache...
2016-04-15 Hemanth ThummalaMask general purpose signals for notifyd.
2016-04-12 Ralph BoehmeCVE-2016-2114: s3:smbd: enforce "server signing = manda...
2016-04-12 Stefan MetzmacherCVE-2016-2114: s3:smbd: use the correct default values...
2016-04-05 Christof Schmittvfs: Add helper to check for missing VFS functions
next