talloc: inline talloc_get_name()
[mat/samba.git] / source3 / smbd /
2014-05-13 Christof Schmittsmbd: Remove unused code for dos attributes in stat...
2014-05-02 Jeremy Allisons3: smbd: Remove open_file_fchmod().
2014-05-02 Jeremy Allisons3: smbd: change file_set_dosmode() to use get_file_han...
2014-05-02 Jeremy Allisons3: smbd : Ensure file_new doesn't call into smbXsrv_op...
2014-05-02 Jeremy Allisons3 : smbd : Protect all possible code paths from fsp...
2014-05-02 Christof Schmittsmbd: Fix compile warning in dmapi.c
2014-04-30 Jeremy Allisons3: smbd : Fix wildcard unlink to fail if we get an...
2014-04-23 Jeremy Allisons3: smbd: Call dgram cleanup init background setup.
2014-04-23 Volker Lendeckesmbd: Always clean up the child's msg_ctx
2014-04-23 Volker Lendeckesmbd: Sort notify events by timestamp
2014-04-23 Volker Lendeckesmbd: Pass on a timestamp in MSG_PVFS_NOTIFY
2014-04-23 Volker Lendeckesmbd: Pass timespec_current through the notify_callback
2014-04-23 Volker Lendeckesmbd: Pass timespec_current to notify_fsp
2014-04-23 Volker Lendeckesmbd: Add a timestamp to queued notify events
2014-04-23 Volker Lendeckelib: Remove messages_local
2014-04-23 Volker Lendeckelib: Add messaging_dgm
2014-04-23 Volker Lendeckelib: Move full_path_tos to util_str.c
2014-04-23 Alexander Bokovoysmbd: use exit_daemon() to support reporting to systemd...
2014-04-23 Alexander Bokovoyadd systemd integration
2014-04-22 Michael Adams3:smbd: fix typo in comment for set_conn_force_user_gr...
2014-04-16 Björn Baumbachs3: use smb_xmemdup instead of smb_memdup and smb_panic
2014-04-16 Björn Baumbachlib-util: rename memdup to smb_memdup and fix all callers
2014-04-16 Stefan Metzmachers3:smbd: always allow SMB1 signing, but only announce...
2014-04-13 Jelmer VernooijTypo: s/prefered/preferred/
2014-04-11 Stefan Metzmachers3:smb2_server: remove unused get_min_receive_file_size...
2014-04-11 Stefan Metzmachers3:smb2_server: only allocate the required buffer in...
2014-04-11 Stefan Metzmachers3:smb2_server: prepare smbd_smb2_request_verify_sizes...
2014-04-11 Stefan Metzmachers3:smb2_write: allow SMBD_SMB2_IN_DYN_LEN() to be 0...
2014-04-11 Stefan Metzmachers3:smb2_server: make sure we don't try recvfile for...
2014-04-11 Stefan Metzmachers3:smb2_server: use the same logic to avoid recvfile...
2014-04-11 Stefan Metzmachers3:smbd: use smb1srv_open_lookup() in is_valid_writeX_b...
2014-04-11 Stefan Metzmachers3:smbXsrv_open: allow now==0 to skip the idle_time...
2014-04-10 Jeremy Allisons3: smbd: Performance optimization for RECVFILE.
2014-04-03 Jeremy Allisons3: messages: Implement cleanup of dead records.
2014-04-02 Andrew Bartletts3-auth: Finally change make_user_info_*() use a parent...
2014-04-02 Stefan Metzmachers3:smbd: let srvstr_pull_req_talloc() take 'const uint8...
2014-04-02 Stefan Metzmachers3:smbd: avoid compiler warnings in smbd_tevent_trace_c...
2014-04-01 Andreas Schneiders3-smbd: Align debug level for the same information.
2014-03-26 Stefan Metzmacherauth/gensec: remove tevent_context argument from gensec...
2014-03-24 Stefan Metzmachers3:build: remove global CLUSTER_SUPPORT define
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_share_filename
2014-03-21 Volker Lendeckesmbd: Use fsp->file_id in open_file_ntcreate
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to schedule_defer_open
2014-03-21 Volker Lendeckesmbd: Explicitly pass "file_id" to rename_open_files
2014-03-18 Jeremy Allisons3: smbd: Fileserving share access checks.
2014-03-13 Andrew BartlettCVE-2013-4496:samr: Remove ChangePasswordUser
2014-03-12 Stefan Metzmachers3:smb2_tcon: cancel and wait for pending requests...
2014-03-12 Stefan Metzmachers3:smb2_sesssetup: cancel and wait for pending requests...
2014-03-12 Jeremy Allisons3:smb2_tcon: split smbd_smb2_tdis into an async *_send...
2014-03-12 Jeremy Allisons3:smb2_sesssetup: split smbd_smb2_logoff into an async...
2014-03-12 Stefan Metzmachers3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCEL...
2014-03-12 Stefan Metzmachers3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_ca...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: don't assume that req->out.vector is...
2014-03-05 Stefan Metzmachers3:smb2_server: avoid talloc_zero_array() in smbd_smb2_...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_generate_outbody...
2014-03-05 Stefan Metzmachers3:smb2_write: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_tcon: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_setinfo: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_sesssetup: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_read: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_notify: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_negprot: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_lock: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_keepalive: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_ioctl: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_getinfo: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_flush: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_find: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_create: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_close: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_break: make use of smbd_smb2_generate_outbody()
2014-03-05 Stefan Metzmachers3:smb2_server: add smbd_smb2_generate_outbody() helper
2014-03-05 Stefan Metzmachers3:smb2_read: avoid 2 talloc* calls when using sendfile()
2014-03-05 Stefan Metzmachers3:smb2_server: avoid a call to data_blob_clear_free...
2014-03-05 Stefan Metzmachers3:smb2_server: optimize smbd_smb2_request_setup_out()
2014-03-05 Stefan Metzmachers3:smb2_server: optimize req->in.vector allocation
2014-03-05 Stefan Metzmachers3:smbd: s/BUFFER_SIZE/LARGE_WRITEX_BUFFER_SIZE
2014-03-05 Stefan Metzmachers3:smbd: fix the maxentries calculation depending on...
2014-03-05 Stefan Metzmachers3:smbd: simplify maxentries calculation in reply_search()
2014-03-05 Stefan Metzmachers3:smbd: fix the read numtoread calculation depending...
2014-03-05 Stefan Metzmachers3:smbd: fix the lockread numtoread calculation dependi...
2014-03-05 Stefan Metzmachers3:smbd: pass the final numtoread reply_outbuf() for...
2014-03-05 Stefan Metzmachers3:smbd: fix lockread numtoread calculation to match...
2014-03-05 Stefan Metzmachers3:smbd: take less than SMB_BUFFER_SIZE_MIN ('500'...
2014-03-05 Stefan Metzmachers3:smbd: reject a MaxBufferSize < SMB_BUFFER_SIZE_MIN...
2014-03-05 Stefan Metzmachers3:smbd: use sconn->smb1.sessions.max_send = SMB_BUFFER...
2014-03-05 Stefan Metzmachers3:smbd: use SMB_BUFFER_SIZE_MIN/MAX to limit lp_max_xmit()
2014-03-03 Noel Powers3: smbd - smb1 - fix read of deleted memory in reply_w...
2014-02-21 Stefan Metzmachers3:smbd: avoid invalid lock_order panic triggered by...
2014-02-21 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2014-02-21 Stefan Metzmachers3:smbd: maintain smbd_server_connection->status
2014-02-21 Stefan Metzmachers3:smbd: simplify exit_server_common()
2014-02-19 Garming Samparam: add const to a local variable to prevent a warni...
2014-02-14 Stefan Metzmachers3:smb2_notify: fix use after free on long living notif...
2014-02-12 Christopher R. Her... smbXsrv_open.c: Initialize local variable.
2014-02-12 Andrew Bartlettcmdline: Remove dynconfig hooks in command line processing
2014-02-12 Garming Samparam: change fstype to use a constant string
2014-02-12 Andrew Bartlettparam: No longer have a special case for lp_configfile
2014-02-12 Andrew Bartlettlib/param: Normalise "read raw" and "write raw" parameters
next