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-19
s3: get_share_mode_lock_fresh->get_share_mode_lock
Volker Lendecke
4
-12
/
+12
2012-02-19
s3: get_share_mode_lock->get_existing_share_mode_lock
Volker Lendecke
7
-16
/
+17
2012-02-19
Revert 42d4152ed4255f22ff0718d450f181468d7fb827.
Jelmer Vernooij
1
-2
/
+2
2012-02-19
waf: Use libraries when building.
Jelmer Vernooij
1
-2
/
+4
2012-02-19
Use uselib in CHECK_HEADER.
Jelmer Vernooij
1
-0
/
+3
2012-02-19
popt: Use pkg-config file to look for popt.
Jelmer Vernooij
1
-1
/
+1
2012-02-19
library_flags: Leave setting of CPPPATH to waf too.
Jelmer Vernooij
1
-4
/
+1
2012-02-18
s4-python: Various formatting fixes.
Jelmer Vernooij
9
-59
/
+42
2012-02-18
samba.web_server: Fix use of whitespace.
Jelmer Vernooij
1
-1
/
+1
2012-02-18
pygensec: Fix whitespace.
Jelmer Vernooij
1
-8
/
+8
2012-02-18
waf: Update to new upstream version.
Jelmer Vernooij
1
-2
/
+5
2012-02-18
wafsamba: Fix some whitespace issues.
Jelmer Vernooij
1
-4
/
+1
2012-02-18
s3-secrets: Remove unused secrets_delete_generic()
Andrew Bartlett
2
-17
/
+0
2012-02-18
s3-secrets: Remove unused secrets_delete_machine_password()
Andrew Bartlett
2
-14
/
+0
2012-02-18
s3-build: allow gcov testing by linking timelimit with --coverage
Andrew Bartlett
1
-1
/
+1
2012-02-18
Fix a bunch of "unused variable" warnings.
Jeremy Allison
19
-133
/
+11
2012-02-18
auth: Reorder arguments to generate_session_info
Andrew Bartlett
7
-19
/
+20
2012-02-18
selftest: Fix selftest to check ADS functionalty again
Andrew Bartlett
1
-8
/
+10
2012-02-18
s4:lib/tls - include GNUTLS headers consistently using <...>
Matthias Dieter Wallnöfer
3
-4
/
+4
2012-02-17
s4:samba-tool fsmo * - fix missing "takes_optiongroups"
Matthias Dieter Wallnöfer
2
-0
/
+14
2012-02-17
lib/util: Remove unused sys_sendto()
Andrew Bartlett
2
-19
/
+0
2012-02-17
lib/util: Remove unused sys_recv()
Andrew Bartlett
2
-19
/
+0
2012-02-17
lib/util: Remove unused sys_inet_makeaddr()
Andrew Bartlett
2
-11
/
+0
2012-02-17
lib/util: Remove unused sys_gethostbyname()
Andrew Bartlett
2
-48
/
+0
2012-02-17
s3-lib: Remove unused standard_sub_conn()
Andrew Bartlett
2
-20
/
+0
2012-02-17
s3-lib Remove unused sys_fcntl_long()
Andrew Bartlett
2
-15
/
+0
2012-02-17
s3-lib Remove unused sys_fseek()
Andrew Bartlett
2
-18
/
+0
2012-02-17
s3-registry Remove unused dup_registry_value() and free_registry_value()
Andrew Bartlett
2
-56
/
+0
2012-02-17
auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3
Andrew Bartlett
2
-2
/
+13
2012-02-17
auth: Make more of the ntlmssp code private or static
Andrew Bartlett
5
-96
/
+66
2012-02-17
s3-auth: Use common gensec_ntlmssp
Andrew Bartlett
3
-40
/
+5
2012-02-17
s3-auth: Use common gensec_ntlmssp_server_start
Andrew Bartlett
1
-127
/
+1
2012-02-17
s3-auth: Use the gensec-supplied DNS domain name and hostname.
Andrew Bartlett
2
-28
/
+76
2012-02-17
auth: Provide a way to specify the NTLMSSP server name to GENSEC
Andrew Bartlett
2
-17
/
+40
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
[next]