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
2011-05-18
s4:auth/credentials: pass 'self_service' to cli_credentials_set_impersonate_p...
Stefan Metzmacher
4
-7
/
+32
2011-05-18
s4:gensec_gssapi: avoid delegation if s4u2self/proxy is used
Stefan Metzmacher
1
-0
/
+4
2011-05-08
s4-auth Rename auth -> auth4 to avoid conflict with s3 auth
Andrew Bartlett
18
-74
/
+74
2011-05-08
s4-auth: remove unused prototype
Andrew Tridgell
1
-4
/
+1
2011-05-05
s4-auth: removed the password combinations code in auth_unix
Andrew Tridgell
1
-39
/
+4
2011-05-04
sasl_secret_t ends in a char [1] size. This means the extra character is impl...
Jeremy Allison
1
-2
/
+2
2011-05-03
Remove strlower_m() and strupper_m() from source4 and common code.
Andrew Bartlett
1
-14
/
+14
2011-05-03
s4-messaging Rename messaging -> imessaging
Andrew Bartlett
5
-16
/
+16
2011-04-29
s4-param Remove config_path() -> lpcfg_config_path()
Andrew Bartlett
1
-1
/
+1
2011-04-27
s4-gensec: Use new common 'obtain the PAC' functions.
Andrew Bartlett
1
-15
/
+4
2011-04-27
libcli/auth Move Samba4's gssapi_error_string from GENSEC to libcli/auth
Andrew Bartlett
1
-38
/
+0
2011-04-20
libcli/auth Move PAC parsing and verification in common.
Andrew Bartlett
3
-336
/
+19
2011-04-14
s3-auth Rename smb_krb5_open_keytab to avoid a conflict with s3
Andrew Bartlett
2
-9
/
+9
2011-04-14
libcli/auth Move krb5 wrapper functions from s3 into common
Andrew Bartlett
3
-113
/
+4
2011-04-06
lib: make asn1_util a private library
Andrew Tridgell
2
-2
/
+2
2011-04-05
auth: Move auth_session_info into IDL
Andrew Bartlett
4
-104
/
+16
2011-04-05
s4-auth: Always talloc_zero() the struct auth_session_info
Andrew Bartlett
1
-1
/
+1
2011-04-04
s4-krb5: be a bit less verbose about krb5 packets
Andrew Tridgell
1
-1
/
+1
2011-03-28
Fix inspired by work done by David Disseldorp for bug #8040 - smbclient segfa...
Jeremy Allison
1
-4
/
+10
2011-03-22
s4:python bindings - handle NULL returns from "loadparm_init_global"
Matthias Dieter Wallnöfer
1
-0
/
+10
2011-03-22
s4:auth/system_session.c - check for OOM
Matthias Dieter Wallnöfer
1
-0
/
+2
2011-03-19
source4/auth: Fix prototypes for all functions.
Jelmer Vernooij
6
-1
/
+17
2011-03-19
source4/auth/ntlm: Fix prototypes for all functions.
Jelmer Vernooij
7
-0
/
+13
2011-03-19
source4/auth/gensec: Fix prototypes for all functions.
Jelmer Vernooij
7
-1
/
+11
2011-03-14
Fix public header not to include private (not installed) ones.
Simo Sorce
2
-1
/
+2
2011-03-04
s4-nterr: move auth_nt_status_squash to nt_status_squash and move to nterr.c
Günther Deschner
3
-26
/
+1
2011-02-28
Fix some types
Jelmer Vernooij
1
-1
/
+1
2011-02-28
tdb: Use <tdb.h> to include tdb so system headers are found when building aga...
Jelmer Vernooij
2
-2
/
+2
2011-02-24
build: moved spnego_parse.c into a common subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-24
build: moved schannel_sign.c into a shared COMMON_SCHANNEL subsystem
Andrew Tridgell
1
-2
/
+2
2011-02-24
build: moved libcli/auth/ntlmssp*.c into a common libcliauth.so library
Andrew Tridgell
3
-7
/
+4
2011-02-22
s4-auth Move libcli/security/session.c to the top level
Andrew Bartlett
2
-8
/
+2
2011-02-18
s4-auth: rename 'auth' subsystem to 'auth4'
Andrew Tridgell
5
-25
/
+25
2011-02-14
librpc: make NDR_KRB5PAC a shared library (libndr-krb5pac.so).
Günther Deschner
1
-1
/
+1
2011-02-10
ldb: use #include <ldb.h> for ldb
Andrew Tridgell
4
-4
/
+4
2011-02-10
s4-krb5: authkrb5 should depend on ldb
Andrew Tridgell
1
-1
/
+1
2011-02-10
libcli/named_pipe_auth Change from 'info3' to auth_session_info_transport
Andrew Bartlett
2
-0
/
+157
2011-02-10
auth Move auth_sam_reply into the top level.
Andrew Bartlett
2
-397
/
+0
2011-02-09
s4-auth Fix setting of bad_password_count in auth_convert_user_info_dc_sambas...
Andrew Bartlett
1
-1
/
+1
2011-02-09
s4-auth Rework auth subsystem to remove struct auth_serversupplied_info
Andrew Bartlett
22
-666
/
+705
2011-02-09
s4-auth Add auth.idl to encode auth subsystem structures in IDL
Andrew Bartlett
1
-0
/
+1
2011-02-08
pam: share pam errors in a common location.
Günther Deschner
4
-166
/
+1
2011-02-02
s4-python Ensure we add the Samba python path first.
Andrew Bartlett
1
-1
/
+1
2011-01-30
s4:auth/pyauth.c - temporarily add compatibility code for Python 2.4
Matthias Dieter Wallnöfer
1
-0
/
+11
2011-01-20
s4-auth Remove special case for account_sid from auth_serversupplied_info
Andrew Bartlett
8
-222
/
+206
2011-01-20
s4-gensec Add prototype for gensec_ntlmssp_init()
Andrew Bartlett
1
-0
/
+2
2011-01-20
libcli/auth move ntlmssp_wrap() and ntlmssp_unwrap() into common code.
Andrew Bartlett
1
-123
/
+12
2011-01-19
s4-pyauth Fix AuthContext wrapper
Andrew Bartlett
1
-2
/
+13
2011-01-19
s4-auth Allow NULL methods to be specified to auth_context_create_methods()
Andrew Bartlett
1
-14
/
+3
2011-01-19
s4-gensec Remove special case 'for SASL' that is not required any more.
Andrew Bartlett
1
-13
/
+0
[prev]
[next]