index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libcli
/
auth
Age
Commit message (
Expand
)
Author
Files
Lines
2016-04-12
CVE-2016-2111: libcli/auth: add NTLMv2_RESPONSE_verify_netlogon_creds() helpe...
Stefan Metzmacher
2
-1
/
+138
2016-04-12
CVE-2016-2110: libcli/auth: pass server_timestamp to SMBNTLMv2encrypt_hash()
Stefan Metzmacher
2
-9
/
+28
2016-04-12
CVE-2016-2110: libcli/auth: add SPNEGO_REQUEST_MIC to enum spnego_negResult
Stefan Metzmacher
1
-1
/
+5
2016-04-12
CVE-2016-2110: libcli/auth: use enum spnego_negResult instead of uint8_t
Stefan Metzmacher
2
-2
/
+5
2016-03-01
netlogon_creds_cli: use dbwrap_purge instead of dbwrap_delete where appropriate
Michael Adam
1
-10
/
+4
2016-02-03
spnego: Some simplifications
Volker Lendecke
1
-4
/
+3
2016-01-13
Rename 'errors' to 'samba-errors' and make it public.
Jelmer Vernooij
1
-1
/
+1
2016-01-13
Avoid including libds/common/roles.h in public loadparm.h header.
Jelmer Vernooij
1
-0
/
+1
2016-01-06
lib: Use asn1_current_ofs()
Volker Lendecke
1
-2
/
+4
2016-01-06
lib: Use asn1_extract_blob()
Volker Lendecke
1
-5
/
+5
2016-01-06
lib: Use asn1_set_error()
Volker Lendecke
1
-10
/
+10
2016-01-06
lib: Use asn1_has_error()
Volker Lendecke
1
-10
/
+10
2015-03-27
libcli/auth: use WERR_INVALID_PASSWORD instead of WERR_BAD_PASSWORD
Stefan Metzmacher
1
-3
/
+3
2015-03-20
libcli/auth: add forward declaration for struct wkssvc_PasswordBuffer
Stefan Metzmacher
1
-0
/
+1
2015-03-20
libcli/auth: add some const to netlogon_creds_server_{init,step_check}()
Stefan Metzmacher
2
-4
/
+4
2015-03-20
libcli/auth: Match Declaration of netlogon_creds_cli_context_tmp with impleme...
Thomas Schulz
1
-1
/
+1
2015-01-21
libcli/auth: add netlogon_creds_cli_GetForestTrustInformation*()
Stefan Metzmacher
2
-0
/
+281
2015-01-21
libcli/auth: add netlogon_creds_cli_ServerGetTrustInfo*()
Stefan Metzmacher
2
-0
/
+301
2014-09-26
libcli: auth: Ensure all asn1_XX returns are checked.
Jeremy Allison
1
-102
/
+112
2014-08-01
libcli/auth: Ensure that the dns_names in/out parameter is preserved
Andrew Bartlett
1
-1
/
+8
2014-07-01
libcli: Remove an unused variable
Volker Lendecke
1
-1
/
+0
2014-06-11
s3-winbindd: Listen on IRPC and do forwarded DNS updates on an RODC
Andrew Bartlett
2
-0
/
+279
2014-04-14
Typo: s/preceeded/preceded/
Jelmer Vernooij
1
-3
/
+3
2014-04-02
libcli/auth: s/encrypt/do_encrypt
Stefan Metzmacher
1
-6
/
+6
2014-02-24
libcli: Overflow array index read possible, in auth code.
Ira Cooper
1
-1
/
+1
2014-02-24
Revert "libcli: Overflow array index read possible, in auth code."
Ira Cooper
1
-2
/
+2
2014-02-24
libcli: Overflow array index read possible, in auth code.
Ira Cooper
1
-2
/
+2
2014-02-07
libcli: use DBWRAP_LOCK_ORDER_NONE when opening schannel_store.tdb
Michael Adam
1
-1
/
+2
2014-02-07
dbwrap: add dbwrap_flags argument to dbwrap_local_open()
Michael Adam
2
-2
/
+3
2014-01-22
libcli/auth: reject computer_name longer than 15 chars
Stefan Metzmacher
1
-0
/
+8
2014-01-22
libcli/auth: don't alter the computer_name in cluster mode.
Stefan Metzmacher
1
-19
/
+3
2014-01-22
libcli/auth: add netlogon_creds_cli_set_global_db()
Stefan Metzmacher
2
-0
/
+12
2014-01-08
libcli/auth: fix usage of an uninitialized variable in netlogon_creds_cli_che...
Stefan Metzmacher
1
-2
/
+2
2014-01-07
libcli/auth: remove unused netlogon_creds_cli_context_copy()
Stefan Metzmacher
2
-51
/
+0
2014-01-07
libcli/auth: make use of real options in netlogon_creds_cli_context_global()
Stefan Metzmacher
1
-15
/
+3
2014-01-07
libcli/auth: use unique key_name values in netlogon_creds_cli_context_common()
Stefan Metzmacher
1
-10
/
+48
2014-01-07
libcli/auth: add netlogon_creds_cli* infrastructure
Stefan Metzmacher
3
-0
/
+2738
2014-01-07
auth/gensec: move libcli/auth/schannel_sign.c into schannel.c
Stefan Metzmacher
3
-419
/
+1
2013-12-24
libcli/auth: try to use the current timestamp creds->sequence
Stefan Metzmacher
1
-0
/
+22
2013-12-24
libcli/auth: remove bogus comment regarding replay attacks
Stefan Metzmacher
1
-2
/
+0
2013-12-24
libcli/auth: set the return_authenticator->timestamp = 0
Stefan Metzmacher
1
-1
/
+1
2013-08-10
libcli/auth: add more const to spnego_negTokenInit->mechTypes
Stefan Metzmacher
3
-13
/
+18
2013-08-10
libcli/auth: avoid possible mem leak in read_negTokenInit()
Stefan Metzmacher
1
-4
/
+15
2013-08-10
libcli/auth/schannel: remove unused schannel_position
Stefan Metzmacher
1
-7
/
+0
2013-08-10
libcli/auth/schannel: make struct schannel_state private
Stefan Metzmacher
2
-13
/
+12
2013-08-10
libcli/auth: add netsec_create_state()
Stefan Metzmacher
2
-0
/
+26
2013-08-10
libcli/auth: maintain the sequence number for the NETLOGON SSP as 64bit
Stefan Metzmacher
2
-5
/
+14
2013-08-05
libcli/auth: add netlogon_creds_shallow_copy_logon()
Stefan Metzmacher
2
-0
/
+76
2013-08-05
libcli/auth: add netlogon_creds_[de|en]crypt_samlogon_logon()
Stefan Metzmacher
2
-0
/
+124
2013-08-05
libcli/auth: fix shadowed declaration in netlogon_creds_crypt_samlogon_valida...
Stefan Metzmacher
1
-4
/
+4
[next]