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
path:
root
/
source4
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-25
s4-smbtorture: mention job id in SetJob test output in RPC-SPOOLSS.
Günther Deschner
1
-10
/
+10
2010-03-24
Missing include guard in source4/libcli/security/security.h
Jeremy Allison
1
-0
/
+5
2010-03-24
s4-smbtorture: add drsblobs ndr torture test.
Günther Deschner
3
-1
/
+68
2010-03-24
s4-smbtorture: move up torture_assert_sid_equal at least to the torture/ndr l...
Günther Deschner
2
-11
/
+11
2010-03-24
s4-selftest: use correct test names.
Günther Deschner
1
-1
/
+1
2010-03-24
s4:ntlmssp: move sign/seal states to a private ntlmssp_crypt_state union
Stefan Metzmacher
2
-76
/
+63
2010-03-24
s4:ntlmssp: make use of dump_arc4_state()
Stefan Metzmacher
1
-8
/
+7
2010-03-24
s4:ntlmssp: copy dump_arc4_state() from source3
Stefan Metzmacher
1
-0
/
+6
2010-03-24
s4:ntlmssp: avoid usage of calc_ntlmv2_key_talloc()
Stefan Metzmacher
2
-29
/
+10
2010-03-24
s4:ntlmssp: make use of calc_ntlmv2_key() for seal keys
Stefan Metzmacher
1
-15
/
+16
2010-03-24
s4:ntlmssp: add calc_ntlmv2_key() from source3
Stefan Metzmacher
1
-0
/
+11
2010-03-24
s4:ntlmssp: rename calc_ntlmv2_key => calc_ntlmv2_key_talloc
Stefan Metzmacher
1
-5
/
+5
2010-03-24
s4:ntlmssp: inline ntlmssp_weakend_keys()
Stefan Metzmacher
2
-54
/
+41
2010-03-24
s4:ntlmssp: use a 'bool ok' helper variable to make the code more readable
Stefan Metzmacher
1
-6
/
+14
2010-03-24
s4:ntlmssp: fix some formating
Stefan Metzmacher
1
-74
/
+110
2010-03-24
s4:ntlmssp: move doing_ntlm2 to ntlmssp_server_auth_state
Stefan Metzmacher
2
-4
/
+3
2010-03-24
s4:ntlmssp: move NTLM2 session_nonce to ntlmssp_server_auth_state
Stefan Metzmacher
2
-8
/
+7
2010-03-24
s4:ntlmssp: move encrypted_session_key to ntlmssp_server_auth_state
Stefan Metzmacher
2
-29
/
+19
2010-03-24
s4:ntlmssp: keep a ntlmssp_server_auth_state to transport variables from prea...
Stefan Metzmacher
1
-10
/
+23
2010-03-24
s4:ntlmssp: remove unused server_multiple_authentications feature.
Stefan Metzmacher
2
-14
/
+1
2010-03-24
s4:ntlmssp: rename gensec_ntlmssp_state => ntlmssp_state
Stefan Metzmacher
7
-370
/
+370
2010-03-24
s4:ntlmssp: split gensec_ntlmssp_unseal_packet() and ntlmssp_unseal_packet()
Stefan Metzmacher
1
-17
/
+34
2010-03-24
s4:ntlmssp: split gensec_ntlmssp_seal_packet() and ntlmssp_seal_packet()
Stefan Metzmacher
1
-19
/
+37
2010-03-24
s4:ntlmssp: split gensec_ntlmssp_check_packet() and ntlmssp_check_packet()
Stefan Metzmacher
1
-13
/
+31
2010-03-24
s4:ntlmssp: split gensec_ntlmssp_sign_packet() and ntlmssp_sign_packet()
Stefan Metzmacher
1
-12
/
+27
2010-03-24
s4:ntlmssp: make user a 'const char *' in (gensec_)ntlmssp_state
Stefan Metzmacher
1
-1
/
+1
2010-03-24
s4:ntlmssp: remove server_name from (gensec_)ntlmssp_state and fill the serve...
Stefan Metzmacher
2
-2
/
+10
2010-03-24
s4:ntlmssp: calculate server names at startup and store them in (gensec_)ntlm...
Stefan Metzmacher
2
-26
/
+37
2010-03-24
s4:ntlmssp: replace server_role by a server.is_standalone in (gensec_)ntlmssp...
Stefan Metzmacher
2
-4
/
+10
2010-03-24
s4:ntlmssp: remove more whitespaces...
Stefan Metzmacher
1
-32
/
+32
2010-03-24
s4:ntlmssp: add NTLMSSP_FEATURE_* flags from s3
Stefan Metzmacher
1
-0
/
+6
2010-03-24
s4:ntlmssp: keep struct gensec_ntlmssp_context in gensec_security->private_data
Stefan Metzmacher
5
-25
/
+69
2010-03-24
s4:ntlmssp: remove gensec_security from (gensec_)ntlmssp_state
Stefan Metzmacher
3
-5
/
+5
2010-03-24
s4:ntlmssp: remove backend specifix stuff from (gensec_)ntlmssp_state
Stefan Metzmacher
2
-22
/
+46
2010-03-24
s4:ntlmssp: create a gensec_ntlmssp_context between gensec_security and ntlms...
Stefan Metzmacher
2
-9
/
+20
2010-03-24
s4:ntlmssp: add definition of gensec_ntlmssp_context
Stefan Metzmacher
1
-0
/
+7
2010-03-24
s4:ntlmssp: add a callback_private pointer to gensec_ntlmssp_state
Stefan Metzmacher
1
-1
/
+6
2010-03-24
s4/drs: Implement DsAddEntry V3 error handling
Kamen Mazdrashki
1
-10
/
+67
2010-03-24
s4/drs: Refactor error handling for DsAddEntry V3 replies
Kamen Mazdrashki
1
-15
/
+43
2010-03-24
s4/drs: drsuapi_DsAddEntry_ErrData propagate structure def in source code
Kamen Mazdrashki
2
-11
/
+11
2010-03-24
s4/drs: DsAddEntry - extending error handling for V2 replies
Kamen Mazdrashki
1
-2
/
+15
2010-03-24
s4/drs: drsuapi_DsAddEntryErrorInfoX changes propagated to source code
Kamen Mazdrashki
1
-2
/
+2
2010-03-24
s4/drs: DsAddEntry - Propagating unsigned switches to source code
Kamen Mazdrashki
1
-1
/
+1
2010-03-24
s4-smbtorture: add missing checks for WERROR results in RPC-SAMBA3 tests.
Günther Deschner
1
-1
/
+17
2010-03-24
s4-smbtorture: fix some invalid parameters in RPC-SAMSYNC test.
Günther Deschner
1
-4
/
+4
2010-03-24
s4-smbtorture: cleanup some of the RPC-SAMBA3 tests.
Günther Deschner
1
-1076
/
+612
2010-03-24
s4-smbtorture: add rap_get_servername to RPC-SAMBA3 family of tests.
Günther Deschner
1
-0
/
+18
2010-03-24
s4:selftest Test --sign and --encrypt options to ldbsearch
Andrew Bartlett
1
-2
/
+2
2010-03-24
s4:cmdline Add --sign and --encrypt options to our common command line
Andrew Bartlett
1
-1
/
+28
2010-03-24
s4:ntlmssp Ensure that we always negotiate signing if we negotiate sealing.
Andrew Bartlett
1
-0
/
+1
[prev]
[next]