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
2012-01-11
s4:auth: Make sure to check the optional auth_context hooks before using them
Andrew Bartlett
1
-18
/
+26
2012-01-11
gensec: Rename want_flags and got_flags in gensec_gssapi
Andrew Bartlett
1
-26
/
+26
2012-01-11
gensec: make gensec_gssapi.h common
Andrew Bartlett
1
-67
/
+0
2012-01-11
gensec: move gensec_util.c to the top level
Andrew Bartlett
3
-104
/
+1
2012-01-11
auth: make auth4_context common to provide access to generate_session_info_pac()
Andrew Bartlett
1
-52
/
+0
2012-01-10
krb5: Require krb5_set_real_time is available to build with krb5
Andrew Bartlett
1
-4
/
+0
2012-01-09
s4-kerberos: remove some unused prototypes.
Günther Deschner
1
-22
/
+0
2012-01-06
ntlmssp: merge initial packet implementations
Andrew Bartlett
1
-6
/
+25
2012-01-04
s4:pygensec: add session_key() method
Stefan Metzmacher
1
-0
/
+29
2011-12-29
s4-gensec: Rename memory contexts in gensec_util for greater clarity
Andrew Bartlett
1
-2
/
+2
2011-12-29
s4-gensec: Rename memory contexts in gensec_krb5 for greater clarity
Andrew Bartlett
1
-16
/
+16
2011-12-29
s4-gensec: Rename memory contexts in gensec_gssapi for greater clarity
Andrew Bartlett
1
-16
/
+16
2011-12-29
s4-auth: Rename memory contexts for greater clarity
Andrew Bartlett
2
-10
/
+10
2011-12-29
s4-gensec remove auth_session dep from gensec_gssapi.c
Andrew Bartlett
1
-1
/
+1
2011-12-29
s4-gensec Remove fallback for simple privileges
Andrew Bartlett
1
-6
/
+2
2011-12-29
s4-torture: Demonstrate handling of the PAC in a custom auth_context
Andrew Bartlett
2
-59
/
+5
2011-12-29
s4-pyauth: Make sure event context allows nesting
Andrew Bartlett
1
-1
/
+2
2011-12-29
s4-gensec: Move parsing of the PAC blob and creating the session_info into auth
Andrew Bartlett
8
-169
/
+247
2011-12-29
s4-gensec: fix cyrus sasl module after update() protype change
Andrew Bartlett
1
-0
/
+1
2011-12-28
s4-auth Remove unused auth_context_create_from_ldb()
Andrew Bartlett
2
-27
/
+0
2011-12-28
s4-gensec: Allow a PAC to be obtained from any GSS mech
Andrew Bartlett
1
-7
/
+0
2011-12-28
auth/kerberos: Move gssapi_parse.c to the top level
Andrew Bartlett
2
-123
/
+2
2011-12-28
s4-ntlmssp Do not allow LM key without a LM password
Andrew Bartlett
1
-3
/
+5
2011-12-07
auth: Allow a NULL principal to be obtained from the credentials
Andrew Bartlett
2
-3
/
+14
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
2
-4
/
+4
2011-11-30
s4:gensec/spnego: only try the mechs that match the client given ones
Stefan Metzmacher
1
-0
/
+4
2011-11-29
s4-samba-tool: Add --principal argument to samba-tool domain exportkeytab
Andrew Bartlett
1
-61
/
+134
2011-11-18
s4-auth log details about any token we fail to convert to a unix token
Andrew Bartlett
1
-0
/
+17
2011-10-28
lib/util Rename samba_init_module_fns_run -> samba_module_init_fns_run
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename samba_init_module_fn -> samba_module_init_fn
Andrew Bartlett
1
-1
/
+1
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 run_init_functions -> samba_init_module_fns_run
Andrew Bartlett
1
-1
/
+1
2011-10-28
lib/util Rename init_module_fn to samba_init_module_fn
Andrew Bartlett
1
-1
/
+1
2011-10-24
idl: Improve MS-PAC IDL
Simo Sorce
1
-5
/
+9
2011-10-18
s4:auth/unix_token: match s3 behavior and add uid/gid to the groups array
Stefan Metzmacher
1
-17
/
+31
2011-10-18
gensec: move event context from gensec_*_init() to gensec_update()
Andrew Bartlett
7
-42
/
+49
2011-10-18
gensec: move event-using code to gensec_update() hooks out of gensec_start*()
Andrew Bartlett
3
-39
/
+77
2011-10-18
s4-auth: match the new s3 gensec client and always negotiate SIGN with SEAL
Andrew Bartlett
1
-0
/
+1
2011-10-18
ntlmssp: Prepare gensec_ntlmssp_start() for broader use
Andrew Bartlett
2
-4
/
+28
2011-10-18
ntlmssp: Move ntlmssp code to auth/ntlmssp
Andrew Bartlett
6
-286
/
+11
2011-10-13
libcli/auth: Provide a struct loadparm_context to schannel calls
Andrew Bartlett
1
-1
/
+1
2011-10-11
auth: move gensec_start.c to the top level
Andrew Bartlett
7
-972
/
+66
2011-10-11
auth: move credentials layer to the top level
Andrew Bartlett
14
-3656
/
+4
2011-10-11
lib/param move source4 param code to the top level
Andrew Bartlett
1
-1
/
+1
2011-10-06
lib/util: consolidate module loading into common code
Andrew Bartlett
4
-2
/
+4
2011-10-05
s4-auth: fixed formatting of some DEBUG() lines
Andrew Tridgell
1
-3
/
+3
2011-10-04
s4-auth: rework map_user_info() to use cracknames
Andrew Tridgell
2
-13
/
+215
2011-10-04
s4-sam: don't look in GC NCs for user accounts
Andrew Tridgell
1
-2
/
+6
2011-09-19
s4:auth - remove unused variables
Matthias Dieter Wallnöfer
2
-2
/
+0
2011-09-08
build: make LIBWBCLIENT_OLD and auth_unix_token libraries
Andrew Bartlett
1
-5
/
+6
[next]