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
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-06
s4:auth/ntlm/auth_developer.c - "fixed_challenge_get_challenge" - fix the ass...
Matthias Dieter Wallnöfer
1
-5
/
+2
2010-04-06
s4-python: Move set_session_info to PySambaLdb.
Jelmer Vernooij
2
-2
/
+2
2010-04-06
s4-waf: move to a universal method of recursing into subdirs
Andrew Tridgell
1
-5
/
+5
2010-04-06
s4-waf: removed the AUTOGENERATED markers
Andrew Tridgell
4
-15
/
+0
2010-04-06
s4-waf: more dependencies on talloc
Andrew Tridgell
2
-1
/
+3
2010-04-06
s4-waf: fixed some deps now we don't auto-include tevent and replace
Andrew Tridgell
1
-1
/
+1
2010-04-06
s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...
Andrew Tridgell
7
-0
/
+14
2010-04-06
s4-waf: enable the pc_files in the build rules
Andrew Tridgell
1
-1
/
+1
2010-04-06
s4-waf: install the rest of the headers
Andrew Tridgell
1
-0
/
+1
2010-04-06
s4-waf: remove the need for some of the lib aliases
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: check libc first for several libraries
Andrew Tridgell
1
-1
/
+1
2010-04-06
build: fixed the build without sasl libraries
Andrew Tridgell
2
-4
/
+5
2010-04-06
build: waf quicktest nearly works
Andrew Tridgell
4
-12
/
+4
2010-04-06
build: commit all the waf build files in the tree
Andrew Tridgell
6
-0
/
+223
2010-04-06
build: check for libsasl2
Andrew Tridgell
1
-0
/
+4
2010-04-06
build: check for pam
Andrew Tridgell
1
-0
/
+2
2010-04-05
Revert "s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is avai...
Matthias Dieter Wallnöfer
1
-5
/
+0
2010-04-04
s4-python: Remove convenience macro PyErr_SetStringError.
Jelmer Vernooij
1
-1
/
+1
2010-03-30
s4:gensec_gssapi.c - make sure that "GSS_C_DELEG_POLICY_FLAG" is available
Matthias Dieter Wallnöfer
1
-0
/
+5
2010-03-29
pytalloc: allow for using a system libtalloc-dev with pytalloc
Andrew Tridgell
3
-3
/
+3
2010-03-26
s4:auth/credentials/credentials.c - initialise more content
Matthias Dieter Wallnöfer
1
-0
/
+3
2010-03-26
libutil: moved the networking defines to util_net.h
Andrew Tridgell
2
-0
/
+2
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
5
-352
/
+352
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
4
-23
/
+62
2010-03-24
s4:ntlmssp: remove gensec_security from (gensec_)ntlmssp_state
Stefan Metzmacher
3
-5
/
+5
[next]