summaryrefslogtreecommitdiffstats
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* s3:vfs_btrfs change includesChristian Ambach2013-12-071-2/+1
* s3:pam_smbpass change includesChristian Ambach2013-12-071-7/+4
* s3:vfs fix a compile warningChristian Ambach2013-12-071-1/+1
* s3:modules:shadow_copy2: remove redundant documentation comment blockMichael Adam2013-12-071-77/+4
* s3:modules:shadow_copy2: improve headline commentMichael Adam2013-12-071-1/+1
* s3:module:shadow_copy2: add my (C)Michael Adam2013-12-071-0/+1
* selftest: Run smb2.lock tests also against AIO shareChristof Schmitt2013-12-051-0/+4
* s3: Return correct error code from SMB2 AIO read failureChristof Schmitt2013-12-051-1/+1
* s3-aio: Use correct locking context for SMB2Christof Schmitt2013-12-051-2/+2