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
/
ntlm
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-10
build: rename security → samba-security
Björn Jacke
1
-1
/
+1
2012-07-03
auth: Remove .get_challenge (only used for security=server)
Andrew Bartlett
6
-90
/
+0
2012-06-15
lib/param: Create a seperate server role for "active directory domain control...
Andrew Bartlett
2
-1
/
+2
2012-06-07
build: Add missing deps and make MESSAGING a private library
Andrew Bartlett
1
-1
/
+1
2012-05-15
s4:auth: remove unused auth_server.c
Stefan Metzmacher
2
-245
/
+0
2012-02-24
auth: Rename some elements of auth4_context
Andrew Bartlett
1
-3
/
+3
2012-02-18
auth: Reorder arguments to generate_session_info
Andrew Bartlett
2
-8
/
+9
2012-02-13
auth: Pass in the SMB username (for %U) into generate_session_info
Andrew Bartlett
2
-2
/
+7
2012-01-30
gensec: inline gensec_generate_session_info() into only caller
Andrew Bartlett
1
-3
/
+9
2012-01-30
auth: Make check_password and generate_session_info hook generic
Andrew Bartlett
1
-3
/
+36
2011-12-29
s4-auth: Rename memory contexts for greater clarity
Andrew Bartlett
1
-9
/
+9
2011-12-29
s4-gensec: Move parsing of the PAC blob and creating the session_info into auth
Andrew Bartlett
2
-17
/
+84
2011-12-28
s4-auth Remove unused auth_context_create_from_ldb()
Andrew Bartlett
1
-26
/
+0
2011-12-03
Revert making public of the samba-module library.
Jelmer Vernooij
2
-4
/
+4
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-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
2
-1
/
+2
2011-10-04
s4-auth: rework map_user_info() to use cracknames
Andrew Tridgell
2
-13
/
+215
2011-08-18
credentials: Rename library to samba-credentials to avoid name clashes.
Jelmer Vernooij
1
-1
/
+1
2011-08-08
build: provide tevent-util as a public library
Andrew Bartlett
1
-1
/
+1
2011-07-29
s4-auth Fill in the remainder of the unix info in auth_session_info
Andrew Bartlett
1
-5
/
+7
2011-07-29
s4-auth Move conversion of security_token to unix_token to auth
Andrew Bartlett
2
-6
/
+25
2011-07-20
auth: Split out make_user_info_SamBaseInfo and add authenticated argument
Andrew Bartlett
1
-2
/
+5
2011-06-11
s4:auth/ntlm/auth_unix.c - remove unused variables
Matthias Dieter Wallnöfer
1
-2
/
+0
2011-06-09
s4:auth/ntlm/auth.c - fix incompatible pointer type warning
Matthias Dieter Wallnöfer
1
-2
/
+2
2011-06-07
s4-auth Move default auth methods back into auth.c
Andrew Bartlett
1
-4
/
+6
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
10
-38
/
+38
2011-05-05
s4-auth: removed the password combinations code in auth_unix
Andrew Tridgell
1
-39
/
+4
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
2
-3
/
+3
2011-03-19
source4/auth/ntlm: Fix prototypes for all functions.
Jelmer Vernooij
7
-0
/
+13
2011-03-04
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
1
-24
/
+0
2011-02-24
build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library
Andrew Tridgell
1
-1
/
+1
2011-02-18
s4-auth: rename 'auth' subsystem to 'auth4'
Andrew Tridgell
3
-20
/
+20
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
1
-1
/
+1
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
8
-165
/
+180
2011-02-08
pam: share pam errors in a common location.
Günther Deschner
4
-166
/
+1
2011-01-20
s4-auth Remove special case for account_sid from auth_serversupplied_info
Andrew Bartlett
3
-21
/
+12
2011-01-19
s4-auth Allow NULL methods to be specified to auth_context_create_methods()
Andrew Bartlett
1
-14
/
+3
2011-01-18
s4-auth Extend python bindings to allow ldb and message to be specified
Andrew Bartlett
1
-1
/
+1
2011-01-15
s4:auth/ntlm/auth_sam.c - fix call to "get_server_info_principal"
Matthias Dieter Wallnöfer
1
-7
/
+7
2011-01-14
s4-auth Add function to obtain any user's session_info from a given LDB
Andrew Bartlett
1
-79
/
+8
2010-12-21
s4-auth rework session_info handling not to require an auth context
Andrew Bartlett
1
-1
/
+14
2010-11-15
auth/ntlm: Use name consistent with other service names.
Jelmer Vernooij
1
-1
/
+1
2010-11-07
credentials: Lowercase library name,
Jelmer Vernooij
1
-1
/
+1
2010-11-07
samdb: Lowercase library name.
Jelmer Vernooij
1
-2
/
+2
[next]