index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
libgpo/security_CSE: more preamble header checks of SecEdit/GptTmpl.inf files.
Günther Deschner
2013-12-12
1
-1
/
+1
*
libgpo/security_CSE: fix unicode preamble check of SecEdit/GptTmpl.inf files.
Günther Deschner
2013-12-12
1
-2
/
+2
*
libgpo: add gp_inifile_getbool().
Günther Deschner
2013-12-12
2
-0
/
+25
*
libgpo: fix segfault in gpo_process_gpo_list().
Günther Deschner
2013-12-12
1
-6
/
+4
*
libgpo: make sure we correctly can store the group policy state.
Günther Deschner
2013-12-12
1
-3
/
+3
*
libgpo: remove use of deprecated talloc functions.
Günther Deschner
2013-12-12
1
-10
/
+15
*
libgpo: remove unused libgpo wscript_build.
Günther Deschner
2013-12-12
1
-8
/
+0
*
libgpo: use existing connection to the ds for the sysvol queries.
Günther Deschner
2013-12-12
1
-1
/
+2
*
libgpo: remove unused loadparm_context from functions.
Günther Deschner
2013-12-12
5
-19
/
+7
*
libgpo: remove duplicate parse_gpt_ini header.
Günther Deschner
2013-12-12
1
-7
/
+0
*
tevent: version 0.9.20
Stefan Metzmacher
2013-12-12
2
-1
/
+88
*
tevent: give the user the chance to ask for TEVENT_NUM_SIGNALS and TEVENT_SA_...
Stefan Metzmacher
2013-12-11
1
-0
/
+10
*
tevent: change TEVENT_SA_INFO_QUEUE_COUNT from 64 to 256
Stefan Metzmacher
2013-12-11
1
-1
/
+1
*
tevent: tevent_epoll_set_panic_fallback() can be a void function
Stefan Metzmacher
2013-12-11
3
-6
/
+3
*
tevent: make use of talloc_get_type_abort() in tevent_epoll.c
Stefan Metzmacher
2013-12-11
1
-15
/
+11
*
tevent: make use of talloc_get_type_abort() in tevent_signal.c
Stefan Metzmacher
2013-12-11
1
-6
/
+6
*
tevent: make use of talloc_get_type_abort() in tevent_select.c
Stefan Metzmacher
2013-12-11
1
-6
/
+8
*
tevent: make use of talloc_get_type_abort() in tevent_req.c
Stefan Metzmacher
2013-12-11
1
-4
/
+6
*
tevent: make use of talloc_get_type_abort() in tevent_queue.c
Stefan Metzmacher
2013-12-11
1
-2
/
+3
*
tevent: use talloc_get_type_abort() in the documentation examples
Stefan Metzmacher
2013-12-11
1
-2
/
+2
*
tevent: add tevent_queue_wait_send/recv()
Gregor Beck
2013-12-11
2
-0
/
+85
*
tevent: tevent_req_create() already uses ZERO_STRUCT(req)
Stefan Metzmacher
2013-12-11
1
-2
/
+0
*
tevent: let tevent_req_received() clear the private_cancel function
Stefan Metzmacher
2013-12-11
1
-0
/
+1
*
tevent: cancel the timeout timer when the request is finished
Stefan Metzmacher
2013-12-11
1
-0
/
+6
*
s3/rpc_server: don't unmarshall PDUs twice
David Disseldorp
2013-12-11
5
-453
/
+28
*
shadow_copy2: add a comment explaining why we don't talloc_zero_array().
Michael Adam
2013-12-11
1
-0
/
+9
*
shadow_copy2: revert expensive and unnecessary zero-initialization
Michael Adam
2013-12-11
1
-1
/
+1
*
lib:util: fix a comment typo
Michael Adam
2013-12-11
1
-1
/
+1
*
s3: use directory_create_or_exist_strict() to create corepath
Gregor Beck
2013-12-11
1
-16
/
+17
*
selftest: pass -l logdir to daemon processes.
Gregor Beck
2013-12-11
1
-3
/
+7
*
selftest: use MALLOC_CHECK_=3 to give a diagnostic on failure
Gregor Beck
2013-12-11
2
-2
/
+2
*
selftest: set valgrind options
Gregor Beck
2013-12-11
1
-1
/
+5
*
selftest: setup {NMBD,WINBINDD,SMBD}_VALGRIND
Stefan Metzmacher
2013-12-11
1
-0
/
+3
*
selftest/Samba3: export ENVNAME
Stefan Metzmacher
2013-12-11
1
-1
/
+9
*
docs: Fix typos in vfs_shadow_copy2.8.xml.
Karolin Seeger
2013-12-10
1
-2
/
+2
*
s3-lib: Fix %G substitution for domain users in smbd
Andreas Schneider
2013-12-10
1
-1
/
+11
*
s3:winbindd fix use of uninitialized variables
Christian Ambach
2013-12-10
1
-0
/
+13
*
s3:lib/asys modify included headers
Christian Ambach
2013-12-10
1
-4
/
+2
*
smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...
Jeremy Allison
2013-12-09
3
-10
/
+5
*
smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILE
Jeremy Allison
2013-12-09
5
-10
/
+10
*
smbd: Fix regression for the dropbox case.
Volker Lendecke
2013-12-09
1
-5
/
+5
*
s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
Jan Brummer
2013-12-09
1
-1
/
+1
*
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
2013-12-09
6
-5
/
+62
*
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
2013-12-09
20
-46
/
+359
*
CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.
Jeremy Allison
2013-12-09
8
-7
/
+102
*
CVE-2013-4408:s3:Ensure we always check call_id when validating an RPC reply.
Jeremy Allison
2013-12-09
1
-8
/
+25
*
CVE-2013-4408:s3:ctdb_conn: add some length verification to ctdb_packet_more()
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
CVE-2013-4408:libcli/util: add some size verification to tstream_read_pdu_blo...
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...
Stefan Metzmacher
2013-12-09
1
-0
/
+5
*
CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()
Stefan Metzmacher
2013-12-09
1
-0
/
+5
[prev]
[next]