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
*
dbcheck: Ensure dbcheck can operate with --attrs set
Andrew Bartlett
2014-03-21
2
-1
/
+6
*
s3-rpc_server: Fix handling of fragmented rpc requests.
Andreas Schneider
2014-03-20
1
-12
/
+8
*
s4-torture: add some tests for pre-allocated buffers in enumprinterdrivers call.
Günther Deschner
2014-03-20
1
-0
/
+10
*
s4-torture: add test_EnumPrinterDrivers_buffers function.
Günther Deschner
2014-03-20
1
-11
/
+31
*
s3: smbd: Fileserving share access checks.
Jeremy Allison
2014-03-18
1
-2
/
+10
*
tdb: change version to 1.2.13.
Michael Adam
2014-03-18
2
-1
/
+68
*
tdb: Reduce freelist contention
Volker Lendecke
2014-03-18
3
-30
/
+93
*
tdb: Make "tdb_purge_dead" internally public
Volker Lendecke
2014-03-18
2
-1
/
+2
*
tdb: Make "tdb_find_dead" internally public
Volker Lendecke
2014-03-18
2
-3
/
+6
*
tdb: Add "last_ptr" to tdb_find_dead
Volker Lendecke
2014-03-18
1
-4
/
+13
*
tdb: Move adding tailer space to tdb_find_dead
Volker Lendecke
2014-03-18
1
-3
/
+4
*
tdb: Do a best fit search for dead records
Volker Lendecke
2014-03-18
1
-7
/
+13
*
tdb: Don't purge records to a blocked freelist
Volker Lendecke
2014-03-18
1
-1
/
+4
*
tdb: Fix a tdb corruption
Volker Lendecke
2014-03-18
1
-2
/
+5
*
dsdb: Further assert that we always have an objectClass and an rDN
Andrew Bartlett
2014-03-17
1
-32
/
+118
*
wintest: Try harder to make wintest force the telnet server to start
Andrew Bartlett
2014-03-14
1
-0
/
+11
*
ldapsrv: Pass struct ldb_result * rather than void *
Andrew Bartlett
2014-03-14
1
-8
/
+8
*
docs: Add gpfs:recalls parameter to vfs_gpfs manpage
Christof Schmitt
2014-03-14
1
-0
/
+22
*
s3:modules/vfs_gpfs add gpfs:recalls option
Christian Ambach
2014-03-14
1
-0
/
+13
*
dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantities
Andrew Bartlett
2014-03-14
1
-4
/
+18
*
kdc: Use correct KDC include path when building against the system heimdal
Andrew Bartlett
2014-03-14
1
-5
/
+11
*
selftest/subunithelper.py: correctly pass testsuite-uxsuccess to end_testsuite()
Stefan Metzmacher
2014-03-13
1
-1
/
+4
*
selftest/subunithelper.py: correctly handle fail_immediately in end_testsuite...
Stefan Metzmacher
2014-03-13
1
-0
/
+6
*
selftest/subunithelper.py: correctly handle unexpected success in FilterOps
Stefan Metzmacher
2014-03-13
1
-1
/
+13
*
script/autobuild: use --force-rebase option
Stefan Metzmacher
2014-03-13
1
-2
/
+2
*
lib/popt: Patch memory leak in popthelp.c
Jose A. Rivera
2014-03-13
1
-2
/
+2
*
lib/popt: Small whitespace fix for readability.
Jose A. Rivera
2014-03-13
1
-14
/
+15
*
s3-libads: Use the IP instead of the name.
Bjoern Baumbach
2014-03-13
1
-1
/
+1
*
s3-auth: Steal the memory to avoid duplication.
Andreas Schneider
2014-03-13
1
-5
/
+1
*
s3-auth: Do not leak tmp_ctx if make_server_info() fails.
Andreas Schneider
2014-03-13
1
-1
/
+2
*
s3-auth: Make is_null_sid() check easier to read.
Simo Sorce
2014-03-13
1
-2
/
+3
*
CVE-2013-4496:Revert remainder of ce895609b04380bfc41e4f8fddc84bd2f9324340
Andrew Bartlett
2014-03-13
1
-34
/
+35
*
CVE-2013-4496:samr: Remove ChangePasswordUser
Andrew Bartlett
2014-03-13
4
-554
/
+20
*
CVE-2013-4496:s3:auth: fix memory leak in the ACCOUNT_LOCKED_OUT case.
Stefan Metzmacher
2014-03-13
1
-0
/
+1
*
CVE-2013-4496:s3-samr: Block attempts to crack passwords via repeated passwor...
Andrew Bartlett
2014-03-13
2
-16
/
+129
*
smbreadline: switch to new-style readline typedef
Gustavo Zacarias
2014-03-13
1
-1
/
+1
*
s4: smbtorture: Add a proper change_notify going async followed by tdis test.
Jeremy Allison
2014-03-12
1
-1
/
+67
*
s4: smbtorture: Update the torture_smb2_notify_ulogoff test to demonstrate th...
Jeremy Allison
2014-03-12
1
-6
/
+14
*
s3:smb2_tcon: cancel and wait for pending requests on tdis
Stefan Metzmacher
2014-03-12
1
-4
/
+78
*
s3:smb2_sesssetup: cancel and wait for pending requests on logoff
Stefan Metzmacher
2014-03-12
1
-4
/
+78
*
s3:smb2_tcon: split smbd_smb2_tdis into an async *_send/recv pair.
Jeremy Allison
2014-03-12
1
-16
/
+89
*
s3:smb2_sesssetup: split smbd_smb2_logoff into an async *_send/recv pair.
Jeremy Allison
2014-03-12
1
-20
/
+92
*
s3:smb2_lock: return RANGE_NOT_LOCKED instead of CANCELLED for logoff and tdis
Stefan Metzmacher
2014-03-12
1
-0
/
+20
*
s3:smb2_lock: fix whitespaces/tabs in smbd_smb2_lock_cancel()
Stefan Metzmacher
2014-03-12
1
-11
/
+11
*
s4:torture/smb2: accept NT_STATUS_RANGE_NOT_LOCKED after smb2_logoff/tdis
Stefan Metzmacher
2014-03-12
1
-11
/
+13
*
s3-net: add a new "net ads kerberos pac save" tool.
Günther Deschner
2014-03-12
1
-0
/
+52
*
s3-net: modify the current "net ads kerberos pac" command.
Günther Deschner
2014-03-12
1
-38
/
+77
*
s3-kerberos: let kerberos_return_pac() return a PAC container.
Günther Deschner
2014-03-12
4
-11
/
+38
*
s3-kerberos: return a full PAC in kerberos_return_pac().
Günther Deschner
2014-03-12
4
-15
/
+56
*
s3-net: allow to provide custom local_service in "net ads kerberos pac".
Günther Deschner
2014-03-12
1
-3
/
+11
[next]