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-02-17
s3-auth: Allow NTLMSSP features to be disabled with smb.conf options for testing
Andrew Bartlett
1
-9
/
+23
2012-02-17
auth: Rearrange ntlmssp code for clarity
Andrew Bartlett
1
-9
/
+8
2012-02-17
s3-auth: Use the lpcfg_ wrapper calls to set some variables
Andrew Bartlett
1
-31
/
+10
2012-02-17
s3-auth: Remove a layer of indirection and reorder to match gensec_ntlmssp_se...
Andrew Bartlett
1
-18
/
+15
2012-02-17
auth: Set NTLMSSP_NEGOTIATE_SIGN when session key support is required
Andrew Bartlett
1
-0
/
+3
2012-02-17
s3-auth: Only allow LM_KEY cryptography when extra options are set
Andrew Bartlett
1
-1
/
+6
2012-02-17
s3-auth: Inline ntlmssp_server_start() into gensec_ntlmssp3_server_start()
Andrew Bartlett
1
-9
/
+60
2012-02-17
s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_server
Andrew Bartlett
4
-25
/
+14
2012-02-17
s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...
Andrew Bartlett
4
-189
/
+50
2012-02-17
s3-auth: Add extra error messages on authentication or authorization failure
Andrew Bartlett
3
-0
/
+23
2012-02-17
auth: Cope with NO_USER_SESSION_KEY from security=server
Andrew Bartlett
1
-2
/
+8
2012-02-17
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
11
-90
/
+166
2012-02-17
s3-auth Hook checking passwords and generating session_info via the auth4_con...
Andrew Bartlett
4
-62
/
+259
2012-02-17
s3-build: Use credentials_ntlm.c in the autoconf build as well
Andrew Bartlett
1
-0
/
+1
2012-02-17
build: Add exceptions for callcatcher unused function detection
Andrew Bartlett
1
-0
/
+22
2012-02-17
wintest: Update Win2003 VM
Andrew Bartlett
1
-4
/
+4
2012-02-17
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
5
-158
/
+155
2012-02-17
s3-gse: Allow kerberos key type OID to be optional
Andrew Bartlett
1
-4
/
+11
2012-02-17
s3-gse: Fix OID to read for kerberos key type
Andrew Bartlett
1
-2
/
+2
2012-02-17
s3-librpc: Remove backup declaration of GSS_C_DCE_STYLE
Andrew Bartlett
1
-4
/
+0
2012-02-17
s3-gse: Remove unused OID declaration
Andrew Bartlett
1
-9
/
+0
2012-02-17
wintest: give host longer to register the SRV record
Andrew Bartlett
1
-1
/
+1
2012-02-17
wintest: use net rpc to put authenticated users into TelentClients if we need to
Andrew Bartlett
1
-0
/
+13
2012-02-17
wintest: Allow Windows VM to have no default route
Andrew Bartlett
1
-3
/
+4
2012-02-17
Replace smbd_server_connection_loop_once() with tevent_loop_once() directly.
Jeremy Allison
1
-63
/
+6
2012-02-16
lib/util: Remove sys_poll as it is no longer needed
Andrew Bartlett
8
-110
/
+14
2012-02-16
lib/util: Remove unused sys_select_signal()
Andrew Bartlett
2
-19
/
+0
2012-02-16
s3-librpc: Remove gse_verify_server_auth_flags
Andrew Bartlett
1
-50
/
+0
2012-02-16
docs-xml: remove docs for "send spnego principal"
Stefan Metzmacher
1
-28
/
+0
2012-02-16
s3-param Remove off-by-default and unused "send spnego principal"
Andrew Bartlett
2
-11
/
+0
2012-02-16
s3-smbd Remove unused code now we always have SPNEGO via gensec
Andrew Bartlett
4
-49
/
+7
2012-02-16
s3-librpc: Use gensec_spnego for DCE/RPC authentication
Andrew Bartlett
10
-1009
/
+42
2012-02-16
s3-gse: Use the session key type, not the lucid context to set NEW_SPNEGO
Andrew Bartlett
1
-67
/
+69
2012-02-16
s3-librpc: Remove unused bool gensec_hook
Andrew Bartlett
1
-2
/
+0
2012-02-16
s3:rpc_client: fix comment
Stefan Metzmacher
1
-1
/
+1
2012-02-16
s3-librpc: make gensec result handling more generic
Andrew Bartlett
1
-11
/
+11
2012-02-16
wafsamba: exclude '.brzignore' from "make dist"
Michael Adam
1
-1
/
+1
2012-02-16
wafsamba: exclude '.gitignore' from "make dist"
Michael Adam
1
-0
/
+1
2012-02-16
wafsamba: fix blacklist handling in "make dist"
Michael Adam
1
-1
/
+1
2012-02-16
s4:provision: only print the adminpass if it was generated (not user-provided)
Michael Adam
1
-1
/
+5
2012-02-16
s4:provision: generate the adminpass provision() instead of provision_fill()
Michael Adam
1
-2
/
+3
2012-02-16
s4:provision: don't log the ldap admin password - it is internal only
Michael Adam
1
-3
/
+0
2012-02-16
s4-scripting: samba-tool: Fix domain info usage message
Björn Baumbach
1
-1
/
+1
2012-02-16
s4-selftest: fix output of opened connections in torture_holdcon
Björn Baumbach
1
-1
/
+1
2012-02-16
Rename obscure defined constants.
Christopher R. Hertel (crh)
11
-25
/
+27
2012-02-16
s3-selftest: Remove .posix_s3 from s3 test names
Andrew Bartlett
3
-10
/
+10
2012-02-16
selftest: Remove 'if have_ads_support:' from tests.py
Andrew Bartlett
2
-64
/
+41
2012-02-16
s3-smbd: Avoid starting log lines with the word 'error'
Andrew Bartlett
1
-2
/
+10
2012-02-16
selftest: skip plugin_s4_dc if we do not have ADS
Andrew Bartlett
1
-0
/
+5
2012-02-16
selftest: Run nsstest against more environments
Andrew Bartlett
1
-4
/
+5
[next]