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
path:
root
/
source3
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3-selftest: Add tests for ntlm_auth gss-spnego client and server
Andrew Bartlett
2012-03-02
3
-0
/
+46
*
s3-rpcclient: Ensure interfaces are loaded after smb.conf
Andrew Bartlett
2012-03-02
1
-2
/
+3
*
s3-libsmb: Initialise ticket to ensure we do not invalid memory
Andrew Bartlett
2012-03-02
1
-0
/
+1
*
Move to talloc from malloc.
Jeremy Allison
2012-03-01
1
-3
/
+7
*
Fix mixup between talloc/malloc.
Jeremy Allison
2012-03-01
1
-1
/
+1
*
s3-selftest: make ntlm_auth test more robust to bad input
Andrew Bartlett
2012-03-01
1
-2
/
+5
*
s3-selftest: Add more tests for ntlm_auth
Andrew Bartlett
2012-03-01
2
-19
/
+79
*
s3-ntlm_auth fix up gss-spnego-client so as to work with gss-spnego
Andrew Bartlett
2012-03-01
1
-16
/
+5
*
s3-ntlm_auth: Wrap kerberos token in GSSAPI
Andrew Bartlett
2012-03-01
1
-2
/
+6
*
s3-ntlm_auth: Add --target-service and --target-hostname options
Andrew Bartlett
2012-03-01
1
-9
/
+40
*
build: look for backtrace_symbols in libexec
Andrew Bartlett
2012-03-01
1
-1
/
+1
*
Trivial Comment fix: Supply a missing word in a comment
Richard Sharpe
2012-03-01
1
-1
/
+1
*
s3: Fix "make bin/smbtorture4" in the autoconf build
Volker Lendecke
2012-03-01
1
-1
/
+1
*
Add open_dir_with_privilege() to ensure we're opening the correct directory w...
Jeremy Allison
2012-03-01
5
-3
/
+72
*
Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.
Jeremy Allison
2012-02-29
1
-4
/
+46
*
Add accessor functions to set a bool "priv" on a directory handle. Not yet us...
Jeremy Allison
2012-02-29
2
-0
/
+13
*
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
2012-02-29
5
-8
/
+177
*
Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...
Jeremy Allison
2012-02-29
3
-5
/
+103
*
s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNEL
Stefan Metzmacher
2012-02-29
1
-3
/
+51
*
s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA...
Stefan Metzmacher
2012-02-29
1
-0
/
+18
*
s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNEL
Stefan Metzmacher
2012-02-29
1
-0
/
+100
*
s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNEL
Stefan Metzmacher
2012-02-29
1
-1
/
+154
*
s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA...
Stefan Metzmacher
2012-02-29
1
-2
/
+4
*
lib/crypto: add aes_cmac_128* (rfc 4493)
Stefan Metzmacher
2012-02-29
1
-1
/
+2
*
s3: Introduce "req" helper var in reply_lockingX_success
Volker Lendecke
2012-02-29
1
-3
/
+5
*
s3: Fix a const warning
Volker Lendecke
2012-02-29
1
-1
/
+1
*
s3: Add a test that makes a chained open break an oplock
Volker Lendecke
2012-02-29
6
-0
/
+299
*
s3: More fix for smbd -i
Volker Lendecke
2012-02-28
1
-1
/
+1
*
Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculating
Jeremy Allison
2012-02-28
1
-3
/
+28
*
smbd: detect EOF on stdin in --foreground mode
Andrew Tridgell
2012-02-28
1
-0
/
+25
*
s3:torture/test_smb2: test a tree_connect during reauth
Stefan Metzmacher
2012-02-28
1
-0
/
+17
*
s3:torture/test_smb2: check directory listing during reauth
Stefan Metzmacher
2012-02-28
1
-0
/
+72
*
s3:libsmb:smb2: pass previous session ID to session setup, not previous session
Michael Adam
2012-02-28
4
-16
/
+12
*
s3-winbindd: Close netlogon connection if the status returned by the NetrSamL...
Matthieu Patou
2012-02-27
1
-1
/
+20
*
s3:torture/test_smb2: show that a session is not valid for path based calls d...
Stefan Metzmacher
2012-02-27
1
-0
/
+16
*
s3:torture/test_smb2: show that a session is valid during a multi-leg reauth
Stefan Metzmacher
2012-02-27
1
-0
/
+6
*
s3:torture/test_smb2: fix missleading file name in reauth test
Stefan Metzmacher
2012-02-27
1
-1
/
+1
*
libcli/smb/smb2_signing: pass down 'protocol' to smb2_signing_[sign|check]_pdu()
Stefan Metzmacher
2012-02-27
1
-0
/
+4
*
libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...
Stefan Metzmacher
2012-02-27
2
-12
/
+12
*
s3:torture/test_smb2: remove explicit smb2_signing_check_pdu()
Stefan Metzmacher
2012-02-27
1
-6
/
+0
*
s3:torture/test_smb2: a reauth doesn't update the session/signing key
Stefan Metzmacher
2012-02-27
1
-17
/
+0
*
dbwrap: changed log level for information about lock order
Andrew Tridgell
2012-02-27
1
-1
/
+1
*
s3-selftest: avoid running LOCAL- tests twice
Andrew Bartlett
2012-02-27
1
-2
/
+2
*
s3-param: Align lp_{max,min}protocol with lib/param names
Andrew Bartlett
2012-02-27
6
-24
/
+45
*
s3: Remove pointless parentheses
Volker Lendecke
2012-02-26
1
-1
/
+1
*
s3-configure: Add CFLAGS_APPEND variable
Volker Lendecke
2012-02-26
1
-1
/
+1
*
s3: Use the correct enum values
Volker Lendecke
2012-02-25
1
-3
/
+3
*
s3: Fix a typo
Volker Lendecke
2012-02-25
1
-1
/
+1
*
s3: Fix bug 8777, sys_statvfs() wrapper support for OpenBSD/FreeBSD/DragonFly
Brad Smith
2012-02-25
3
-5
/
+50
*
s3-auth rename vuid_serverinfo to session_info
Andrew Bartlett
2012-02-25
1
-8
/
+8
[next]