index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-02
ndr: Add NDR pull, push, print functions for dnsp_string_list
Amitay Isaacs
1
-0
/
+53
2012-03-02
idl: dnsp: Add dnsp_string_list data type for TXT DNS record
Amitay Isaacs
1
-1
/
+6
2012-03-02
ndr: Fix NDR push function for dnsp_string
Amitay Isaacs
1
-3
/
+2
2012-03-02
ndr: Fix the error messages, add correct data type name
Amitay Isaacs
1
-6
/
+6
2012-03-02
dlz_bind9: This fixes the problem with adding/deleting rdataset
Amitay Isaacs
1
-11
/
+16
2012-03-01
s4-libnet: Remove set but unused variables
Andrew Bartlett
2
-4
/
+0
2012-03-01
s4-libnet: Move to talloc_get_type_abort()
Andrew Bartlett
4
-73
/
+73
2012-03-01
s4:torture/smb2/ioctl.c - quiet format specifier warnings on 32 bit
Matthias Dieter Wallnöfer
1
-5
/
+6
2012-03-01
s3-selftest: make ntlm_auth test more robust to bad input
Andrew Bartlett
1
-2
/
+5
2012-03-01
s3-selftest: Add more tests for ntlm_auth
Andrew Bartlett
2
-19
/
+79
2012-03-01
s3-ntlm_auth fix up gss-spnego-client so as to work with gss-spnego
Andrew Bartlett
1
-16
/
+5
2012-03-01
s3-ntlm_auth: Wrap kerberos token in GSSAPI
Andrew Bartlett
1
-2
/
+6
2012-03-01
s3-ntlm_auth: Add --target-service and --target-hostname options
Andrew Bartlett
1
-9
/
+40
2012-03-01
build: look for backtrace_symbols in libexec
Andrew Bartlett
2
-2
/
+2
2012-03-01
build: link heimdal krb5 against execinfo if found
Andrew Bartlett
1
-1
/
+1
2012-03-01
s4-provision: Use "state directory" from lp, as it is always set
Amitay Isaacs
1
-2
/
+1
2012-03-01
Trivial Comment fix: Supply a missing word in a comment
Richard Sharpe
1
-1
/
+1
2012-03-01
s3: Fix "make bin/smbtorture4" in the autoconf build
Volker Lendecke
1
-1
/
+1
2012-03-01
heimdal: Fix the build on FreeBSD
Volker Lendecke
1
-1
/
+1
2012-03-01
Add open_dir_with_privilege() to ensure we're opening the correct directory w...
Jeremy Allison
5
-3
/
+72
2012-02-29
Implement FLAG_TRANS2_FIND_BACKUP_INTENT for trans2 with privileges.
Jeremy Allison
1
-4
/
+46
2012-02-29
Add accessor functions to set a bool "priv" on a directory handle. Not yet us...
Jeremy Allison
2
-0
/
+13
2012-02-29
Add the implementation of check_reduced_name_with_privilege(). Now to plumb into
Jeremy Allison
5
-8
/
+177
2012-02-29
Add check_reduced_name_with_privilege(), filename_convert_with_privilege() (c...
Jeremy Allison
3
-5
/
+103
2012-02-29
selftest: add more tests for plugin_s4_dc
Andrew Bartlett
1
-2
/
+2
2012-02-29
selftest: change plugin_dc to test using s3fs
Andrew Bartlett
2
-79
/
+9
2012-02-29
selftest: skip the troublesome samba4.rpc.unixinfo test
Andrew Bartlett
1
-0
/
+2
2012-02-29
s4:winbind: use ncalrpc for connections to ourself
Stefan Metzmacher
2
-7
/
+38
2012-02-29
selftest: Do not run chgdcpass test on the main DC
Andrew Bartlett
2
-1
/
+47
2012-02-29
s4-winbindd: Do not ask for a tree that we will not use
Andrew Bartlett
1
-4
/
+0
2012-02-29
testsuite: Replace deprecated bzero with memset
Amitay Isaacs
143
-347
/
+347
2012-02-29
libcli/smb/smb2_signing: rename smb2_key_deviration -> smb2_key_derivation
Michael Adam
3
-5
/
+5
2012-02-29
s3:torture/test_smb2: test path based calls during reauth in SMB2-MULTI-CHANNEL
Stefan Metzmacher
1
-3
/
+51
2012-02-29
s3:torture/test_smb2: test handle based calls during reauth in SMB2-MULTI-CHA...
Stefan Metzmacher
1
-0
/
+18
2012-02-29
s3:torture/test_smb2: do a reauth over multiple channels in SMB2-MULTI-CHANNEL
Stefan Metzmacher
1
-0
/
+100
2012-02-29
s3:torture/test_smb2: add a 3rd channel to SMB2-MULTI-CHANNEL
Stefan Metzmacher
1
-1
/
+154
2012-02-29
s3:torture/test_smb2: expect FILE_CLOSED on invalid handles in SMB2-MULTI-CHA...
Stefan Metzmacher
1
-2
/
+4
2012-02-29
s4:torture/smb2: remove unused var
Stefan Metzmacher
1
-1
/
+0
2012-02-29
libcli/smb/smbXcli: use smb2_key_deviration() to setup SMB 2.24 keys
Stefan Metzmacher
1
-2
/
+41
2012-02-29
libcli/smb/smb2_signing: implement aes_cmac_128 based signing for SMB 2.24
Stefan Metzmacher
1
-18
/
+58
2012-02-29
libcli/smb/smb2_signing: add smb2_key_deviration()
Stefan Metzmacher
2
-0
/
+37
2012-02-29
lib/crypto: add aes_cmac_128_test.c as local.crypto.aes_cmac_128 test
Stefan Metzmacher
3
-1
/
+95
2012-02-29
lib/crypto: add aes_cmac_128* (rfc 4493)
Stefan Metzmacher
5
-5
/
+233
2012-02-29
s3: Introduce "req" helper var in reply_lockingX_success
Volker Lendecke
1
-3
/
+5
2012-02-29
s3: Fix a const warning
Volker Lendecke
1
-1
/
+1
2012-02-29
s3: Add a test that makes a chained open break an oplock
Volker Lendecke
6
-0
/
+299
2012-02-28
s3: More fix for smbd -i
Volker Lendecke
1
-1
/
+1
2012-02-28
Fix problem reported by Tom Lee <tlee2951@gmail.com> - when calculating
Jeremy Allison
1
-3
/
+28
2012-02-28
torture: added samba4-ntvfs target
Andrew Tridgell
1
-0
/
+3
2012-02-28
s3fs: when samba is logging to stdout, ask smbd to also do so
Andrew Tridgell
1
-1
/
+3
[next]