Add tldap_search_va
[samba.git] / source3 / smbd /
2009-06-27 Volker LendeckeStop listening for inotify data when there's none
2009-06-27 Volker LendeckeFix some nonempty blank lines
2009-06-27 Volker Lendeckes3/lanman: Workaround for KB932762.
2009-06-26 Tim Proutys3: pass a valid stat into file_ntimes()
2009-06-26 Tim Proutys3 file_access: Convert some more functions over to...
2009-06-26 Tim Proutys3: simplify some redundant logic in is_ntfs_default_st...
2009-06-26 Tim Proutys3: Remove get_full_smb_filename() from open_directory()
2009-06-26 Tim Proutys3: Change set_ea() and its callers to use smb_filename
2009-06-25 Jeremy AllisonFix bug #6506 - SMBD server doesn't set EAs when a...
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-25 Tim Proutys3: Convert is_visible_file to use talloc_asprintf...
2009-06-24 Stefan Metzmachers3:smbd: send SMB2 interim responses for async calls
2009-06-24 Stefan Metzmachers3:smbd: add support for async interim SMB2 responses...
2009-06-24 Stefan Metzmachers3:smbd: keep a list of outstanding SMB2 requests
2009-06-24 Stefan Metzmachers3:smbd: add smbd_smb2_send_oplock_break()
2009-06-24 Stefan Metzmachers3:smbd: the SMB2-COMPOUND test shows that the related...
2009-06-23 Aravind Srinivasans3: forward MSG_DEBUG from smbd parent to all children
2009-06-19 Jeremy AllisonFix coverity #676. Forward NULL.
2009-06-19 Volker LendeckeFix Coverity IDs 922 and 933
2009-06-18 Volker LendeckeFix bug 4699: Remove pidfile on clean shutdown
2009-06-18 Jeremy Allisonacl_group_override() doesn't need to call stat. Pass...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-06-18 Tim Proutys3: Plumb smb_filename from create_file all of the...
2009-06-17 Jeremy AllisonFix bug #6476 - more then 3000 smbd-zombies in memory
2009-06-17 Jeremy AllisonRemove msdfs pathname processing from default create...
2009-06-17 Jeremy AllisonFix msdfs after the change to smb_filename struct....
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-12 Tim Proutys3: Add smb_filename utility functions and fix a bug...
2009-06-12 Jeremy AllisonCheck for error in transfer_file return also.
2009-06-12 Volker LendeckeFix bug 6440
2009-06-12 Volker LendeckeSimplify close_normal_file()
2009-06-11 Jeremy AllisonFix bug #6297 - owner of sticky directory cannot delete...
2009-06-11 Tim Proutys3: Prepare the rename path for passing smb_filename...
2009-06-11 Tim Proutys3: Prepare the do_unlink path for passing smb_filname...
2009-06-11 Tim Proutys3: refactor utility function to handle splitting the...
2009-06-10 Tim Proutys3: Prepare the first set of SMB_VFS_CREATE_FILE caller...
2009-06-10 Tim Proutys3: Add utility function for copying an smb_filename...
2009-06-10 Tim Proutys3: Remove unix_convert handling from createfile implem...
2009-06-10 Tim Proutys3: Make all callers of SMB_VFS_CREATEFILE call unix_co...
2009-06-10 Tim Proutys3: Remove unused stat structs being passed to SMB_VFS_...
2009-06-09 Stefan Metzmachers3:smbd: only check the next_status for related requests
2009-06-09 Stefan Metzmachers3:smbd: response with the same SMB2 flags as given...
2009-06-09 Stefan Metzmachers3:smbd: only pass the chained file handle for related...
2009-06-09 Stefan Metzmachers3:smbd: make sure we pad compounded SMB2 responses...
2009-06-09 Stefan Metzmachers3:smbd: skip file handle checks for SMB2 compounded...
2009-06-09 Stefan Metzmachers3:smbd: more validation of the incoming SMB2 requests
2009-06-09 Stefan Metzmachers3:smbd: for now ignore all non NBT Session Message...
2009-06-09 Stefan Metzmachers3:smbd: don't include 1 byte padding for the dynamic...
2009-06-08 Timur I. BakeyevSet SIGRTMIN to NSIG
2009-06-06 Stefan Metzmachers3:smbd: FSCTL_PIPE_TRANSCEIVE on a none IPC$ share...
2009-06-06 Stefan Metzmachers3:smbd: return the same things as Windows 7 for SMB2...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_flush() into a tevent_req...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_create() into a tevent_req...
2009-06-05 Stefan Metzmachers3:smbd: fix the build in smb2_ioctl.c
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl FSCTL_DFS_GET_REFERRALS
2009-06-05 Stefan Metzmachers3:smbd: add support for STATUS_BUFFER_OVERFLOW to...
2009-06-05 Stefan Metzmachers3:smbd: keep the chain_fsp for SMB2 requests
2009-06-05 Stefan Metzmachers3:smbd: fix the logic for compounded requests
2009-06-05 Stefan Metzmachers3:smbd: only setup the dyn iovec if a a dyn blob is...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl FSCTL_PIPE_TRANSCEI...
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Read on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Write on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Create on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Ioctl
2009-06-05 Stefan Metzmachers3:smbd: add missing return statements to the SMB2...
2009-06-05 Stefan Metzmachers3:smbd: add missing return statements to the SMB2...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_write() into tevent_req based...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_read() into tevent_req based...
2009-06-05 Stefan Metzmachers3:smbd: make smbd_server_connection_terminate() a...
2009-06-05 Stefan Metzmachers3:smbd: implement smbd_smb2_request_error/done() as...
2009-06-05 Stefan Metzmachers3:smbd: add support for printers to SMB2 Create
2009-06-04 Stefan Metzmachers3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREA...
2009-06-04 Stefan Metzmachers3:smbd: call set_current_service() when a SMB2 tcon...
2009-06-04 Stefan Metzmachers3:smbd: fix potential fsp leak if print_fsp_open(...
2009-06-04 Jeremy AllisonChange smbd_smb2_request_error() to add a __location__.
2009-06-04 Jeremy AllisonAdd NTLMSSP SPNEGO to smb2 auth. Tested with Win7.
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Write
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Read
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Flush
2009-06-03 Stefan Metzmachers3:smbd: implement SMB2 Close
2009-06-03 Stefan Metzmachers3:smbd: implement a simple version of SMB2 Create
2009-06-03 Stefan Metzmachers3:smbd: add smbd_smb2_fake_smb_request()
2009-06-03 Stefan Metzmachers3:smbd: return more details in the SMB2 Tree Connect...
2009-06-03 Stefan Metzmachers3:smbd: create a connection_struct in SMB2 Tree Connect
2009-06-03 Stefan Metzmachers3:smbd: create a user_struct for compat in SMB2 Sessio...
2009-06-03 Stefan Metzmachers3:smbd: add a lazy mode for conn_new() and conn_free...
2009-06-03 Stefan Metzmachers3:smbd: make make_connection_snum() non static
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move already_got_session to struct smbd_server...
2009-06-03 Stefan Metzmachers3:smbd: move max_recv to struct smbd_server_connection
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-06-03 Stefan Metzmachers3:smbd: move pending_auth_data list to struct smbd_ser...
2009-06-03 Stefan Metzmachers3:smbd: remove old comment, we support SMB2 signing now
2009-06-03 Stefan Metzmachers3:smbd: allow SMB2 only if we don't use security ...
2009-06-02 Volker LendeckeAdd SMB_VFS_CONNECTPATH operation
2009-06-02 Volker LendeckeRemove a variable used just once
next