summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-08-31Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...Jeremy Allison1-12/+17
2011-08-31Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2-2/+39
2011-08-31s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2-4/+4
2011-08-31s3: Fix bug 8334, do not fork the echo handler for smb2Volker Lendecke1-1/+2
2011-08-30s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)Christian Ambach1-6/+6
2011-08-29Fix bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a S...Jeremy Allison2-6/+46
2011-08-25s3:smbd: remove an unused variable in dptr_create()Michael Adam1-1/+0
2011-08-25s3: Pass smbd_server_connection to (unused) server_encryption_shutdownVolker Lendecke2-2/+2
2011-08-25s3: Pass smbd_server_connection to srv_encrypt_bufferVolker Lendecke3-3/+5
2011-08-25s3: Pass smbd_server_connection to srv_decrypt_bufferVolker Lendecke3-4/+3
2011-08-25s3: Pass smbd_server_connection to srv_free_enc_bufferVolker Lendecke3-4/+4
2011-08-25s3: Pass smbd_server_connection to is_encrypted_packetVolker Lendecke4-8/+11
2011-08-25s3: Pass sconn to valid_smb_headerVolker Lendecke1-4/+5
2011-08-25s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctxVolker Lendecke1-3/+3
2011-08-21s3-id_cache: Use better names for id cache management opsAndreas Schneider3-6/+6
2011-08-21s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider3-101/+13
2011-08-21s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce1-7/+7
2011-08-21s3-smbd: Start lsasd as deamon.Andreas Schneider1-4/+15
2011-08-19Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison1-3/+7
2011-08-14s3: Fix bug 8360Volker Lendecke1-7/+16
2011-08-13s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child processAndrew Bartlett1-0/+9
2011-08-12s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher1-12/+52
2011-08-10s3: Adapt msg_idmap.c to Samba coding conventionsVolker Lendecke1-5/+5
2011-08-10s3: Fix some nonempty blank linesVolker Lendecke1-1/+1
2011-08-10s3-printing: Do not try to force reload.Simo Sorce1-2/+2
2011-08-10s3-printing: Force pcap reload when all readySimo Sorce2-2/+6
2011-08-10s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce1-22/+8
2011-08-10s3-printing: Rework how the background process is startedSimo Sorce2-0/+3
2011-08-10lib-util: Make useful function a common utility.Simo Sorce1-26/+0
2011-08-09s3-smbd: Pass tevent context to smbd_server_connection_loop_once().Andreas Schneider3-16/+17
2011-08-07s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher1-6/+15
2011-08-05s3: Make srv_enc_ctx staticVolker Lendecke2-2/+1
2011-08-05s3: Fix a debug messageVolker Lendecke1-1/+1
2011-08-05s3: Fix some nonempty blank linesVolker Lendecke1-3/+3
2011-08-03ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2-2/+2
2011-08-03s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2-7/+7
2011-08-03s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett1-1/+1
2011-08-03s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett4-30/+80
2011-08-03s3-smbd clarify behaviour by not passing an OID that will not be usedAndrew Bartlett1-1/+1
2011-08-03s3-smbd Ensure we do not read past the end of a possible NTLMSSP blobAndrew Bartlett2-2/+2
2011-08-03s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett4-33/+6
2011-08-03s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett3-10/+67
2011-08-03s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett3-1/+7
2011-08-03s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett3-23/+17
2011-08-03s3-ntlmssp Use auth_ntlmssp_*() functions in more placesAndrew Bartlett1-2/+2
2011-08-03s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2-97/+9
2011-08-03We don't need check_name() here. All possible paths to dptr_create()Jeremy Allison1-4/+0
2011-08-02s3: Fix smb2 handling error returns from aioVolker Lendecke1-0/+2
2011-08-02s3: Move deferred_open_queue to smbd_server_connectionVolker Lendecke3-10/+12
2011-08-02s3: Pass sconn explicitly to get_deferred_open_message_smbVolker Lendecke1-4/+6