summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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: add gp_inifile_getbool().Günther Deschner2013-12-122-0/+25
* libgpo: fix segfault in gpo_process_gpo_list().Günther Deschner2013-12-121-6/+4
* libgpo: make sure we correctly can store the group policy state.Günther Deschner2013-12-121-3/+3
* libgpo: remove use of deprecated talloc functions.Günther Deschner2013-12-121-10/+15
* libgpo: remove unused libgpo wscript_build.Günther Deschner2013-12-121-8/+0
* libgpo: use existing connection to the ds for the sysvol queries.Günther Deschner2013-12-121-1/+2
* libgpo: remove unused loadparm_context from functions.Günther Deschner2013-12-125-19/+7
* libgpo: remove duplicate parse_gpt_ini header.Günther Deschner2013-12-121-7/+0
* tevent: version 0.9.20Stefan Metzmacher2013-12-122-1/+88
* tevent: give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_...Stefan Metzmacher2013-12-111-0/+10
* tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256Stefan Metzmacher2013-12-111-1/+1
* tevent: tevent_epoll_set_panic_fallback() can be a void functionStefan Metzmacher2013-12-113-6/+3
* tevent: make use of talloc_get_type_abort() in tevent_epoll.cStefan Metzmacher2013-12-111-15/+11
* tevent: make use of talloc_get_type_abort() in tevent_signal.cStefan Metzmacher2013-12-111-6/+6
* tevent: make use of talloc_get_type_abort() in tevent_select.cStefan Metzmacher2013-12-111-6/+8
* tevent: make use of talloc_get_type_abort() in tevent_req.cStefan Metzmacher2013-12-111-4/+6
* tevent: make use of talloc_get_type_abort() in tevent_queue.cStefan Metzmacher2013-12-111-2/+3
* tevent: use talloc_get_type_abort() in the documentation examplesStefan Metzmacher2013-12-111-2/+2
* tevent: add tevent_queue_wait_send/recv()Gregor Beck2013-12-112-0/+85
* tevent: tevent_req_create() already uses ZERO_STRUCT(req)Stefan Metzmacher2013-12-111-2/+0
* tevent: let tevent_req_received() clear the private_cancel functionStefan Metzmacher2013-12-111-0/+1
* tevent: cancel the timeout timer when the request is finishedStefan Metzmacher2013-12-111-0/+6
* 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
* lib:util: fix a comment typoMichael Adam2013-12-111-1/+1
* s3: use directory_create_or_exist_strict() to create corepathGregor Beck2013-12-111-16/+17
* selftest: pass -l logdir to daemon processes.Gregor Beck2013-12-111-3/+7
* selftest: use MALLOC_CHECK_=3 to give a diagnostic on failureGregor Beck2013-12-112-2/+2
* selftest: set valgrind optionsGregor Beck2013-12-111-1/+5
* selftest: setup {NMBD,WINBINDD,SMBD}_VALGRINDStefan Metzmacher2013-12-111-0/+3
* selftest/Samba3: export ENVNAMEStefan Metzmacher2013-12-111-1/+9
* docs: Fix typos in vfs_shadow_copy2.8.xml.Karolin Seeger2013-12-101-2/+2
* 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-0920-46/+359
* CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.Jeremy Allison2013-12-098-7/+102
* 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:libcli/util: add some size verification to tstream_read_pdu_blo...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:async_sock: add some overflow detection to read_packet_handler()Stefan Metzmacher2013-12-091-0/+5