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
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
2
-8
/
+8
2011-11-21
Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...
Jeremy Allison
2
-4
/
+2
2011-11-10
test: fixed several tests to use samba.tests
Andrew Tridgell
1
-2
/
+2
2011-10-28
lib/util Rename samba_modules_load -> samba_module_init_fns_for_subsystem
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Rename samba_init_module_fn -> samba_module_init_fn
Andrew Bartlett
1
-3
/
+3
2011-10-28
lib/util Split samba-modules library into public and private parts
Andrew Bartlett
2
-2
/
+2
2011-10-28
lib/util Rename load_samba_modules -> samba_modules_load
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
1
-2
/
+2
2011-10-28
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
1
-3
/
+3
2011-10-28
gensec: Add parinoia about integer wrapping
Andrew Bartlett
1
-0
/
+7
2011-10-24
idl: Improve MS-PAC IDL
Simo Sorce
1
-11
/
+14
2011-10-24
auth/gensec: fix missleading comment
Stefan Metzmacher
1
-1
/
+1
2011-10-22
auth/gensec: replace #if _SAMBA_BUILD_ == 4 by a feature test
Stefan Metzmacher
1
-1
/
+1
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
3
-13
/
+8
2011-10-18
ntlmssp: Refuse to seal if we did not negotiate to sign
Andrew Bartlett
1
-0
/
+5
2011-10-18
gensec: Refuse to seal if we did not negotiate to sign
Andrew Bartlett
1
-0
/
+3
2011-10-18
gensec: Assert that we have not been subject to a downgrade attack in DCE/RPC...
Andrew Bartlett
3
-1
/
+48
2011-10-18
gensec: an event context is no longer mandetory
Andrew Bartlett
1
-10
/
+0
2011-10-18
ntlmssp: Put members from auth_ntlmssp_state into gensec_ntlmssp_state
Andrew Bartlett
1
-1
/
+17
2011-10-18
ntlmssp: Prepare gensec_ntlmssp_start() for broader use
Andrew Bartlett
1
-11
/
+0
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
10
-0
/
+2124
2011-10-18
build: compile gensec_start.c and credentials.c in the autoconf build
Andrew Bartlett
1
-0
/
+50
2011-10-18
credentials: Prioritise command-line specified options above defaults from sm...
Andrew Bartlett
1
-3
/
+15
2011-10-11
gensec: trim header includes back to what is actually required
Andrew Bartlett
1
-8
/
+2
2011-10-11
auth/credentials Declare remaining functions are public interfaces and put in...
Andrew Bartlett
2
-9
/
+45
2011-10-11
auth: move gensec_start.c to the top level
Andrew Bartlett
3
-5
/
+939
2011-10-11
auth: move credentials layer to the top level
Andrew Bartlett
13
-0
/
+3656
2011-10-06
Add missing com_err dependencies
Ewoud Kohl van Wijngaarden
1
-1
/
+1
2011-08-08
build: provide tevent-util as a public library
Andrew Bartlett
1
-1
/
+1
2011-08-03
gensec: clarify memory ownership for gensec_session_info() and gensec_session...
Andrew Bartlett
2
-6
/
+11
2011-08-03
gensec: Remove mem_ctx from calls that do not return memory
Andrew Bartlett
2
-8
/
+4
2011-08-03
gensec: split GENSEC into mechanism-dependent and runtime functions
Andrew Bartlett
4
-0
/
+836
2011-07-20
auth: Set NETLOGON_GUEST and use it to determine guest status
Andrew Bartlett
1
-1
/
+2
2011-07-20
auth: Move make_user_info_SamBaseInfo() to talloc_strdup and out of memory ch...
Andrew Bartlett
1
-9
/
+31
2011-07-20
auth: Split out make_user_info_SamBaseInfo and add authenticated argument
Andrew Bartlett
2
-29
/
+62
2011-07-20
auth: include auth.idl structures into common_auth.h
Andrew Bartlett
1
-0
/
+2
2011-07-20
auth: Preserve guest flag on transition via netr_SamInfo3
Andrew Bartlett
1
-0
/
+3
2011-07-20
Add my copyright
Andrew Bartlett
1
-1
/
+1
2011-06-15
auth/kerberos/gssapi_pac: fix compiler warnings
Stefan Metzmacher
1
-6
/
+5
2011-06-10
auth/auth_sam_reply.h: fix licence/copyright
Günther Deschner
1
-0
/
+22
2011-05-18
build: Make auth_sam_reply a library
Andrew Bartlett
1
-5
/
+6
2011-05-08
auth: allow auth_common.h to be included multiple times without error
Andrew Bartlett
1
-0
/
+5
2011-05-07
Fix Samba3 on OpenIndiana.
Gordon Ross
1
-0
/
+24
2011-04-27
auth/kerberos Add check for gss_inquire_sec_context_by_oid
Andrew Bartlett
1
-4
/
+10
2011-04-27
auth/kerberos Move all the PAC handling functions to auth/kerberos
Andrew Bartlett
2
-1
/
+365
2011-04-27
auth/kerberos: Create common helper to get the verified PAC from GSSAPI
Andrew Bartlett
2
-0
/
+126
2011-02-10
s3-waf: fix the build after auth changes.
Günther Deschner
1
-0
/
+2
2011-02-10
auth Move auth_sam_reply into the top level.
Andrew Bartlett
3
-0
/
+433
2010-08-31
s3-auth: remove global include of krb5pac.h.
Günther Deschner
1
-2
/
+0
[next]