summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix CID 1138328 Logically dead codeVolker Lendecke2013-12-171-0/+2
* scannedonly: Fix CID 242109 Unchecked return value from libraryVolker Lendecke2013-12-171-4/+6
* s3: Handle stat call with capability in vfs_gpfsAbhidnya Joshi2013-12-161-0/+56
* s3: Add DAC_OVERRIDE capability supportAbhidnya Joshi2013-12-162-1/+6
* gencache: Fix a type-punned warningVolker Lendecke2013-12-161-1/+5
* s3: smbpasswd - fix crashes on invalid input.Jeremy Allison2013-12-163-5/+28
* auth_samba4: Describe the slightly unusual role of auth_samba4Andrew Bartlett2013-12-161-4/+39
* s3:smbd: avoid calling fd_is_readable() without async echo handlerStefan Metzmacher2013-12-141-11/+13
* s3:lib: avoid talloc_zero_array() in poll_one_fd()Stefan Metzmacher2013-12-141-14/+5
* s3:smbd: use PATH_MAX for the buffer passed to full_path_tos()Stefan Metzmacher2013-12-142-2/+2
* smbd: Early exitVolker Lendecke2013-12-141-1/+7
* smbd: Implement and use full_path_tosVolker Lendecke2013-12-143-15/+60
* smbd: Avoid pointless strcsequal callsVolker Lendecke2013-12-141-1/+1
* smbd: Simplify get_share_mode_lock a bitVolker Lendecke2013-12-141-14/+13
* smbd: Fix a false DEBUG fn nameVolker Lendecke2013-12-141-2/+2
* torture3: Do not depend on epollVolker Lendecke2013-12-141-1/+1
* s3:winbindd fix a compiler warningChristian Ambach2013-12-121-2/+2
* s3:smbd/smb2 fix compiler warningsChristian Ambach2013-12-122-10/+10
* s3:printing fix a compiler warningChristian Ambach2013-12-121-1/+1
* s3:libsmb fix a compiler warningChristian Ambach2013-12-121-1/+1
* s3-waf: build new vfs_worm moduleVolker Lendecke2013-12-122-0/+9
* s3-modules: add new vfs_worm moduleVolker Lendecke2013-12-121-0/+97
* s3:utils/smbcontrol implement kill-client-ip in smbcontrolChristian Ambach2013-12-121-0/+23
* s3:smbd react on message that client should be disconnectedChristian Ambach2013-12-122-0/+45
* s3:messaging add MSG_SMB_KILL_CLIENT_IP messageChristian Ambach2013-12-121-0/+3
* shadow_copy2: Fix some typosDavid Keegel2013-12-122-4/+4
* libgpo/security_CSE: more preamble header checks of SecEdit/GptTmpl.inf files.Günther Deschner2013-12-121-1/+1
* libgpo/security_CSE: fix unicode preamble check of SecEdit/GptTmpl.inf files.Günther Deschner2013-12-121-2/+2
* libgpo: make sure we correctly can store the group policy state.Günther Deschner2013-12-121-3/+3
* libgpo: remove unused loadparm_context from functions.Günther Deschner2013-12-121-4/+3
* libgpo: remove duplicate parse_gpt_ini header.Günther Deschner2013-12-121-7/+0
* s3/rpc_server: don't unmarshall PDUs twiceDavid Disseldorp2013-12-115-453/+28
* shadow_copy2: add a comment explaining why we don't talloc_zero_array().Michael Adam2013-12-111-0/+9
* shadow_copy2: revert expensive and unnecessary zero-initializationMichael Adam2013-12-111-1/+1
* s3: use directory_create_or_exist_strict() to create corepathGregor Beck2013-12-111-16/+17
* s3-lib: Fix %G substitution for domain users in smbdAndreas Schneider2013-12-101-1/+11
* s3:winbindd fix use of uninitialized variablesChristian Ambach2013-12-101-0/+13
* s3:lib/asys modify included headersChristian Ambach2013-12-101-4/+2
* smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...Jeremy Allison2013-12-093-10/+5
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-095-10/+10
* smbd: Fix regression for the dropbox case.Volker Lendecke2013-12-091-5/+5
* s3-winbindd: Fix DEBUG statement in winbind_msg_offline().Jan Brummer2013-12-091-1/+1
* CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.Jeremy Allison2013-12-096-5/+62
* CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.Jeremy Allison2013-12-0911-17/+291
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-094-3/+56
* CVE-2013-4408:s3:Ensure we always check call_id when validating an RPC reply.Jeremy Allison2013-12-091-8/+25
* CVE-2013-4408:s3:ctdb_conn: add some length verification to ctdb_packet_more()Stefan Metzmacher2013-12-091-0/+5
* CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...Stefan Metzmacher2013-12-091-0/+5
* CVE-2013-4408:s3:rpc_client: verify frag_len at least contains the header sizeStefan Metzmacher2013-12-091-0/+8
* CVE-2013-4408:s3:rpc_client: check for invalid frag_len in dcerpc_pull_ncacn_...Stefan Metzmacher2013-12-091-0/+4