summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-09-021-72/+0
* Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...Jeremy Allison2011-08-311-12/+17
* Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2011-08-312-2/+39
* s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2011-08-312-4/+4
* s3: Fix bug 8334, do not fork the echo handler for smb2Volker Lendecke2011-08-311-1/+2
* s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)Christian Ambach2011-08-301-6/+6
* Fix bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a S...Jeremy Allison2011-08-292-6/+46
* s3:smbd: remove an unused variable in dptr_create()Michael Adam2011-08-251-1/+0
* s3: Pass smbd_server_connection to (unused) server_encryption_shutdownVolker Lendecke2011-08-252-2/+2
* s3: Pass smbd_server_connection to srv_encrypt_bufferVolker Lendecke2011-08-253-3/+5
* s3: Pass smbd_server_connection to srv_decrypt_bufferVolker Lendecke2011-08-253-4/+3
* s3: Pass smbd_server_connection to srv_free_enc_bufferVolker Lendecke2011-08-253-4/+4
* s3: Pass smbd_server_connection to is_encrypted_packetVolker Lendecke2011-08-254-8/+11
* s3: Pass sconn to valid_smb_headerVolker Lendecke2011-08-251-4/+5
* s3: Explicitly pass smb_srv_trans_enc_ctx to srv_enc_ctxVolker Lendecke2011-08-251-3/+3
* s3-id_cache: Use better names for id cache management opsAndreas Schneider2011-08-213-6/+6
* s3-id_cache: Move id caches mgmt out of smbdAndreas Schneider2011-08-213-101/+13
* s3-rpc_server: Replace RPC_SERVICE_MODE_DAEMON checksSimo Sorce2011-08-211-7/+7
* s3-smbd: Start lsasd as deamon.Andreas Schneider2011-08-211-4/+15
* Fix bug #8370 - vfs_chown_fsp broken -- returns in the wrong directoryJeremy Allison2011-08-191-3/+7
* s3: Fix bug 8360Volker Lendecke2011-08-141-7/+16
* s3-smbd Avoid races creating 'ncaclrpc dir' with epmd in a child processAndrew Bartlett2011-08-131-0/+9
* s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher2011-08-121-12/+52
* s3: Adapt msg_idmap.c to Samba coding conventionsVolker Lendecke2011-08-101-5/+5
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-101-1/+1
* s3-printing: Do not try to force reload.Simo Sorce2011-08-101-2/+2
* s3-printing: Force pcap reload when all readySimo Sorce2011-08-102-2/+6
* s3:spoolssd Start spoolssd from printing_subsystem_initSimo Sorce2011-08-101-22/+8
* s3-printing: Rework how the background process is startedSimo Sorce2011-08-102-0/+3
* lib-util: Make useful function a common utility.Simo Sorce2011-08-101-26/+0
* s3-smbd: Pass tevent context to smbd_server_connection_loop_once().Andreas Schneider2011-08-093-16/+17
* s3:smb2_server: make sure we grant credits on async read/write operations (bu...Stefan Metzmacher2011-08-071-6/+15
* s3: Make srv_enc_ctx staticVolker Lendecke2011-08-052-2/+1
* s3: Fix a debug messageVolker Lendecke2011-08-051-1/+1
* s3: Fix some nonempty blank linesVolker Lendecke2011-08-051-3/+3
* ntlmssp: Add ntlmssp_blob_matches_magic()Andrew Bartlett2011-08-032-2/+2
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-032-7/+7
* s3-smbd Be consistent with %U subs on guest loginsAndrew Bartlett2011-08-031-1/+1
* s3-auth use auth_generic_start to get full GENSEC in Samba3 session setupAndrew Bartlett2011-08-034-30/+80
* s3-smbd clarify behaviour by not passing an OID that will not be usedAndrew Bartlett2011-08-031-1/+1
* s3-smbd Ensure we do not read past the end of a possible NTLMSSP blobAndrew Bartlett2011-08-032-2/+2
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-034-33/+6
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-033-10/+67
* s3-ntlmssp Remove calls to auth_ntlmssp_and_flags from the serverAndrew Bartlett2011-08-033-1/+7
* s3-ntlmssp Add mem_ctx argument to auth_ntlmssp_updateAndrew Bartlett2011-08-033-23/+17
* s3-ntlmssp Use auth_ntlmssp_*() functions in more placesAndrew Bartlett2011-08-031-2/+2
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-032-97/+9
* We don't need check_name() here. All possible paths to dptr_create()Jeremy Allison2011-08-031-4/+0
* s3: Fix smb2 handling error returns from aioVolker Lendecke2011-08-021-0/+2
* s3: Move deferred_open_queue to smbd_server_connectionVolker Lendecke2011-08-023-10/+12