index
:
samba
master
pristine-tar
upstream_4.1
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-13
shadow_copy2: add comment block explaining shadow_copy2_convert()
Michael Adam
1
-0
/
+5
2014-01-13
shadow_copy2: add comment block explaining shadow_copy2_insert_string()
Michael Adam
1
-0
/
+5
2014-01-13
shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()
Michael Adam
1
-0
/
+4
2014-01-13
shadow_copy2: add header comment explaining have_snapdir()
Michael Adam
1
-0
/
+6
2014-01-13
shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()
Michael Adam
1
-0
/
+5
2014-01-13
shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()
Michael Adam
1
-3
/
+6
2014-01-10
s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
Jeremy Allison
1
-32
/
+14
2014-01-10
s3: winbindd: Move the logic of whether to set 'domain->primary' into add_tru...
Jeremy Allison
1
-4
/
+10
2014-01-07
VERSION: Bump version number up to 4.1.5...
Karolin Seeger
1
-2
/
+2
2014-01-07
VERSION: Disable git snapshots for the 4.1.4 release.
Karolin Seeger
1
-1
/
+1
2014-01-07
WHATSNEW: Add release notes for Samba 4.1.4.
Karolin Seeger
1
-2
/
+104
2014-01-02
s3:winbindd fix use of uninitialized variables
Christian Ambach
1
-0
/
+13
2013-12-26
vfs_glusterfs: Enable per client log file
Poornima Gurusiddaiah
1
-20
/
+29
2013-12-26
ldb: bad if test in ldb_comparison_fold()
Jeremy Allison
1
-1
/
+1
2013-12-14
s3-lib: Fix %G substitution for domain users in smbd
Andreas Schneider
1
-1
/
+11
2013-12-10
smbtorture: New torture test for bug #9870.
Jeremy Allison
2
-0
/
+96
2013-12-10
smbd - allow updates on directory write times on open handles.
Jeremy Allison
1
-1
/
+8
2013-12-10
s3-winbindd: Fix DEBUG statement in winbind_msg_offline().
Jan Brummer
1
-1
/
+1
2013-12-10
smbd: Fix a panic when a smb2 brlock times out
Volker Lendecke
1
-1
/
+1
2013-12-10
selftest: Remove samba3.smb2.lock.*.rw-exclusive from flapping file
Christof Schmitt
1
-1
/
+0
2013-12-10
selftest: Run smb2.lock tests also against AIO share
Christof Schmitt
1
-0
/
+4
2013-12-10
selftest: Introduce share for testing AIO
Christof Schmitt
1
-0
/
+4
2013-12-10
s3: Return correct error code from SMB2 AIO read failure
Christof Schmitt
1
-1
/
+1
2013-12-10
s3-aio: Use correct locking context for SMB2
Christof Schmitt
1
-2
/
+2
2013-12-10
s3:smb2_server: avoid calling set_current_user_info() for each request
Stefan Metzmacher
3
-7
/
+9
2013-12-10
s3:smb2_server: generate a header blob for the sendfile path
Stefan Metzmacher
3
-5
/
+40
2013-12-10
s3:smb2_server: allocate smbd_smb2_request on talloc_tos()
Stefan Metzmacher
1
-1
/
+3
2013-12-10
s3:smb2_server: use tevent_req_notify_callback() in smbd_smb2_request_pending...
Stefan Metzmacher
1
-0
/
+7
2013-12-10
s3:smb2_server: for performance reasons we use tevent_fd and readv/writev dir...
Stefan Metzmacher
2
-438
/
+402
2013-12-10
s3:smb2_server: fix drain_socket error handling
Stefan Metzmacher
1
-3
/
+17
2013-12-10
smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...
Jeremy Allison
3
-10
/
+5
2013-12-10
smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILE
Jeremy Allison
5
-10
/
+10
2013-12-10
smbd: Fix regression for the dropbox case.
Volker Lendecke
1
-5
/
+5
2013-12-10
lib/util: use proper include for struct stat
Christian Ambach
1
-1
/
+3
2013-12-09
VERSION: Bump version up to 4.1.4.
Karolin Seeger
1
-1
/
+1
2013-12-09
Merge tag 'samba-4.1.3' into v4-1-test
Karolin Seeger
38
-68
/
+733
2013-12-06
VERSION: Disable git snapshots for the 4.1.3 release.
Karolin Seeger
1
-1
/
+1
2013-12-06
WHATSNEW: Add release notes for Samba 4.1.3.
Karolin Seeger
1
-2
/
+95
2013-12-06
CVE-2012-6150: Fail authentication for single group name which cannot be conv...
Noel Power
1
-0
/
+6
2013-12-05
CVE-2013-4408:s3:Ensure LookupRids() replies arrays are range checked.
Jeremy Allison
6
-5
/
+62
2013-12-05
CVE-2013-4408:s3:Ensure LookupNames replies arrays are range checked.
Jeremy Allison
21
-46
/
+368
2013-12-05
CVE-2013-4408:s3:Ensure LookupSids replies arrays are range checked.
Jeremy Allison
8
-8
/
+110
2013-12-05
CVE-2013-4408:s3:Ensure we always check call_id when validating an RPC reply.
Jeremy Allison
1
-8
/
+25
2013-12-05
CVE-2013-4408:s3:ctdb_conn: add some length verification to ctdb_packet_more()
Stefan Metzmacher
1
-0
/
+5
2013-12-05
CVE-2013-4408:libcli/util: add some size verification to tstream_read_pdu_blo...
Stefan Metzmacher
1
-0
/
+5
2013-12-05
CVE-2013-4408:s3:util_tsock: add some overflow detection to tstream_read_pack...
Stefan Metzmacher
1
-0
/
+5
2013-12-05
CVE-2013-4408:async_sock: add some overflow detection to read_packet_handler()
Stefan Metzmacher
1
-0
/
+5
2013-12-05
CVE-2013-4408:s4:dcerpc_sock: check for invalid frag_len within sock_complete...
Stefan Metzmacher
1
-0
/
+6
2013-12-05
CVE-2013-4408:s4:dcerpc_smb2: check for invalid frag_len in send_read_request...
Stefan Metzmacher
1
-0
/
+6
2013-12-05
CVE-2013-4408:s4:dcerpc_smb: check for invalid frag_len in send_read_request_...
Stefan Metzmacher
1
-0
/
+6
[next]