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
...
*
samba.tests.samba_tool.base: Avoid unnecessary call to testtools.matchers.Con...
Jelmer Vernooij
2012-03-10
1
-2
/
+1
*
samba.tests.samba_tool.user: Remove unused imports.
Jelmer Vernooij
2012-03-10
1
-2
/
+0
*
Ensure the right tsocket.h is included.
Jeremy Allison
2012-03-10
1
-1
/
+1
*
Fix up Christian Ambach's multi-credit code - the CreditCharge field is a 16-...
Jeremy Allison
2012-03-09
1
-2
/
+2
*
s3:smb2_server validate message ids with largemtu
Christian Ambach
2012-03-09
1
-27
/
+56
*
s3:smb2_server verify creditcharge
Christian Ambach
2012-03-09
6
-0
/
+37
*
s3:smb2_server add function to verify creditcharge
Christian Ambach
2012-03-09
2
-0
/
+42
*
s3:smb2_server: announce LargeMTU for SMB2.1
Christian Ambach
2012-03-09
1
-4
/
+27
*
s3:smb2_server increase defaults for read/write/trans sizes to 1MB
Christian Ambach
2012-03-09
1
-3
/
+3
*
s3:smb2_server: add supports_multicredit to sconn
Christian Ambach
2012-03-09
1
-0
/
+1
*
s3:smb2_server use the correct variables for max read/write
Christian Ambach
2012-03-09
1
-2
/
+2
*
Fix bug #8797 - Samba does not correctly handle DENY ACEs when privileges apply.
Richard Sharpe
2012-03-10
1
-26
/
+28
*
s3: asprintf->talloc_asprintf
Volker Lendecke
2012-03-09
1
-4
/
+6
*
s3: Replace a SMB_ASSERT with an error return
Volker Lendecke
2012-03-09
1
-1
/
+5
*
s3: Remove some superfluous ()
Volker Lendecke
2012-03-09
1
-1
/
+1
*
s4 dns: Add support for PTR queries.
Kai Blin
2012-03-09
1
-1
/
+5
*
s4-librpc: Remove unused new_ev
Andrew Bartlett
2012-03-09
1
-3
/
+0
*
auth/ntlmssp: Remove reference to struct ntlmssp_state
Andrew Bartlett
2012-03-09
1
-6
/
+1
*
auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_state
Andrew Bartlett
2012-03-09
5
-11
/
+8
*
selftest: mark samba3.smb2.session tests as knownfail instead of skip
Stefan Metzmacher
2012-03-09
2
-1
/
+2
*
s4:torture/smb2: avoid hanging in smb2.session.reconnect against samba
Stefan Metzmacher
2012-03-08
1
-8
/
+12
*
auth/kerberos: Fall back to gsskrb5_get_subkey if we did not get the key type
Andrew Bartlett
2012-03-08
1
-4
/
+23
*
auth/kerberos: Ensure we do not print invalid memory in failure case
Andrew Bartlett
2012-03-08
1
-4
/
+1
*
wintest: continue turning over VMs...
Andrew Bartlett
2012-03-08
1
-4
/
+4
*
dlz_bind9: Log Samba DEBUG() messages to the bind9 logs
Andrew Bartlett
2012-03-08
1
-2
/
+29
*
lib/util: Add a callback facility for debug messages
Andrew Bartlett
2012-03-08
2
-14
/
+52
*
s3-auth: Remove single-implementation plugin layer
Andrew Bartlett
2012-03-08
5
-19
/
+50
*
s3-auth: Follow auth_ntlmssp and use auth4_context for Session Setup
Andrew Bartlett
2012-03-08
4
-55
/
+32
*
selftest: add more tests for different authentication codepaths
Andrew Bartlett
2012-03-08
2
-0
/
+5
*
autobuild: Enable standalone tdb2 tests
Amitay Isaacs
2012-03-08
1
-1
/
+10
*
failtest: don't assume FD_SETSIZE is maximum runtime fd.
Rusty Russell
2012-03-08
3
-3
/
+68
*
s4-selftest: create the st/provision if it didn't exists already
Matthieu Patou
2012-03-08
1
-0
/
+2
*
s4-upgradeprovision: Add options to do a DB backup only and not to fix acls i...
Matthieu Patou
2012-03-07
1
-17
/
+26
*
Change default protocol to SMB2_02.
Jeremy Allison
2012-03-07
2
-4
/
+18
*
s3: piddir creation fix part 2.
Ira Cooper
2012-03-07
2
-0
/
+8
*
addns: Fix the Solaris/Illumos build.
Ira Cooper
2012-03-07
4
-0
/
+12
*
s3: piddir creation fix.
Ira Cooper
2012-03-07
1
-0
/
+3
*
s4:librpc/rpc: make dcerpc_bh_raw_call_* more robust against disconnects and ...
Stefan Metzmacher
2012-03-07
1
-0
/
+15
*
s4:librpc/rpc: make dcerpc_bh_is_connected() more robust
Stefan Metzmacher
2012-03-07
1
-0
/
+8
*
s3-rpc_server: Do not register embedded ncacn_np endpoints by default
Andrew Bartlett
2012-03-07
2
-1
/
+9
*
s3-rpc_server: Register embedded RPC services after starting lsasd and spoolssd
Andrew Bartlett
2012-03-07
1
-4
/
+4
*
s4-smb_server: Put error from share_get_config() into the logs
Andrew Bartlett
2012-03-07
1
-1
/
+1
*
s3-rpc_server: Do not setup ncalrpc pipes and TCP for embedded rpc servers
Andrew Bartlett
2012-03-07
2
-109
/
+38
*
selftest: Only run s3dc with a forked lsasd
Andrew Bartlett
2012-03-07
1
-11
/
+11
*
s3-smbd make change_to_user_by_session static
Andrew Bartlett
2012-03-07
2
-4
/
+2
*
selftest: mark samba4.smb2.getinfo.getinfo as knownfail
Stefan Metzmacher
2012-03-07
1
-0
/
+1
*
s4:torture: smb2.getinfo test return status of stream creation
Gregor Beck
2012-03-07
1
-2
/
+6
*
s4:torture/smb2: add simple smb2.session.reauth test
Gregor Beck
2012-03-07
1
-0
/
+57
*
s4:libcli/smb2: allow smb2_session_setup_spnego to handle reauth
Gregor Beck
2012-03-07
1
-0
/
+12
*
s4-libcli: pysmb: Fix typo in secinfo_flags
Amitay Isaacs
2012-03-07
1
-1
/
+1
[prev]
[next]