summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_find.cStefan Metzmacher2011-10-121-13/+5
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_create.cStefan Metzmacher2011-10-121-11/+4
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_close.cStefan Metzmacher2011-10-121-12/+3
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_break.cStefan Metzmacher2011-10-121-12/+4
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_tcon.cStefan Metzmacher2011-10-121-24/+8
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_sesssetup.cStefan Metzmacher2011-10-121-26/+9
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_negprot.cStefan Metzmacher2011-10-121-10/+4
* s3:smb2_server: add smbd_smb2_request_verify_sizes()Stefan Metzmacher2011-10-122-0/+45
* s3:smb2_create: fix allocation size return value when opening existing filesChristian Ambach2011-10-121-2/+2
* Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRO...Jeremy Allison2011-10-121-5/+4
* Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking re...Ira Cooper2011-10-121-1/+7
* Bug 7551: Return error of cli_push when 'put - /some/file' is usedBram2011-10-121-1/+1
* Fix bug #8509 - Read-only handles on SAMR allow SAMR_DOMAIN_ACCESS_CREATE_USER.Jeremy Allison2011-10-121-3/+8
* Fix bug #8507 - smbd doesn't correctly honor the "force create mode" bits fro...Jeremy Allison2011-10-121-6/+6
* Second part of fix for bug #8443 - Default user entry is set to minimal permi...Jeremy Allison2011-10-121-8/+11
* First part of fix for bug #8443 - Default user entry is set to minimal permis...Jeremy Allison2011-10-121-58/+2
* Part 3 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-10-121-7/+6
* Part 2 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-10-121-0/+38
* Part 1 of bugfix for bug #7509 - smb_acl_to_posix: ACL is invalid for set (In...Jeremy Allison2011-10-121-72/+0
* Fix bug #8458] - IE9 on Windows 7 cannot download files to samba 3.5.11 shareJeremy Allison2011-10-121-0/+25
* Fix bug #8493 - DFS breaks zip file extracting unless "follow symlinks = no" setJeremy Allison2011-10-121-11/+2
* s3:smb2_server: SMB2_OP_CANCEL requests don't have to be signedStefan Metzmacher2011-10-121-0/+2
* These modules are no longer experimental but production-ready (especially the...Jeremy Allison2011-10-122-4/+0
* Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp2011-10-121-1/+1
* s3:smbd: don't call smbd_terminate_connection in smb2_validate_message_id() (...Stefan Metzmacher2011-10-121-2/+3
* Fix bug #8476 - Samba asserts when SMB2 client breaks the crediting rules.Jeremy Allison2011-10-121-1/+6
* s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin.Günther Deschner2011-10-122-31/+5
* Revert "s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unj...Karolin Seeger2011-10-122-4/+30
* Fix bug #8473 - smb2_find uses a hard coded max reply size of 0x10000 instead...Jeremy Allison2011-10-121-1/+1
* s3-netapi: allow to use default krb5 credential cache for libnetapi users.Günther Deschner2011-10-122-7/+23
* s3-libnet: allow to use default krb5 ccache in libnet_Join/libnet_Unjoin.Günther Deschner2011-10-122-30/+4
* Fix bug #8477 - Map to guest can return uninitialized blob of data.Jeremy Allison2011-10-121-1/+3
* s3-registry: fix bug #8401 - registry/reg_format.c must include includes.h.Günther Deschner2011-10-121-0/+1
* Fix bug #8453 - smbclient segfaults when dialect option -m is used for legacy...Jeremy Allison2011-10-121-0/+13
* Fix bug #8229 - git patch attached against 3.6.0-rc2 to fix 'widelinks' regre...Jeremy Allison2011-09-162-1/+23
* Fix bug 8429 - Compound SMB2 requests on an IPC connection can corrupt the re...Jeremy Allison2011-09-161-12/+17
* s3-spoolss: Fix bug #8351 forms migration.Andreas Schneider2011-09-161-0/+4
* s3:libsmb: check the wct of the incoming SMBnegprot responsesStefan Metzmacher2011-09-161-0/+10
* s3: Do not fork the echo handler for smb2Volker Lendecke2011-09-161-1/+2
* s3: Fork the echo handler only after SMB1 negprot is doneVolker Lendecke2011-09-163-7/+8
* s3-spoolss: Fix bug #8236 empty notify servername.Andreas Schneider2011-09-161-0/+9
* s3:smb2_server: keep compound_related on struct smbd_smb2_requestStefan Metzmacher2011-09-162-4/+4
* Based on metze's fix for Bug 8407 - SMB2 server can return requests out-of-or...Jeremy Allison2011-09-162-2/+39
* s3:smb2_server: make sure we prefer responses over requests on the client socketStefan Metzmacher2011-09-161-12/+52
* s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)Christian Ambach2011-09-161-6/+6
* s3: Fix getent group if trusted domains are not reachableVolker Lendecke2011-09-161-2/+7
* Fix bug 8412 - Microsoft Office 2007 (Microsoft Word) fails to save as on a S...Jeremy Allison2011-09-162-6/+46
* s3: Use sys_read in fork_domain_childVolker Lendecke2011-09-161-1/+1
* s3: Use sys_write in fork_domain_childVolker Lendecke2011-09-161-1/+1
* s3: Fix a winbind race leading to 100% CPUVolker Lendecke2011-09-161-2/+3