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
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
2013-08-05
libcli/auth: make netlogon_creds_crypt_samlogon_validation more robust
Stefan Metzmacher
1
-1
/
+5
2013-08-05
libcli/auth: also set secure channel type in netlogon_creds_client_init().
Günther Deschner
2
-0
/
+3
2013-07-31
schannel: Fix an unused variable
Volker Lendecke
1
-1
/
+0
2013-06-19
build: Build with system md5.h on OpenIndiana
Andrew Bartlett
3
-6
/
+6
2013-04-12
schannel_store.tdb: make it schannel_store.ntdb if 'use ntdb'.
Rusty Russell
1
-1
/
+1
2013-04-12
libcli/auth: convert to dbwrap.
Rusty Russell
3
-39
/
+37
2013-03-28
libcli/auth: avoid using transactions a chainlock is enough
Stefan Metzmacher
1
-10
/
+26
2013-01-22
libcli/auth: fix void function cannot return value error
Andrew Bartlett
1
-2
/
+2
2012-12-21
libcli: Check schannel state return value of tdb_transaction_commit().
Andreas Schneider
1
-1
/
+5
2012-12-15
libcli/auth: add netlogon_creds_encrypt_samlogon_validation().
Günther Deschner
2
-6
/
+44
2012-12-15
libcli/auth: rename netlogon_creds_decrypt_samlogon() to netlogon_creds_decry...
Günther Deschner
2
-6
/
+9
2012-12-09
libcli/auth: support AES decryption in netlogon_creds_decrypt_samlogon().
Günther Deschner
1
-0
/
+14
2012-12-09
libcli/auth: remove trailing whitespace.
Günther Deschner
1
-38
/
+38
2012-12-09
libcli/auth: add netlogon_creds_aes_{en|de}crypt routines.
Günther Deschner
2
-0
/
+30
2012-08-24
Remove useless bool "upper_case_domain" parameter from ntv2_owf_gen().
Jeremy Allison
3
-13
/
+3
2012-08-24
Remove useless bool "upper_case_domain" parameter.
Jeremy Allison
1
-13
/
+2
2012-08-24
Move uppercasing the domain out of smb_pwd_check_ntlmv2()
Jeremy Allison
1
-9
/
+21
2012-07-17
libcli/auth: add support for AES/HMAC-SHA256 to the netlogon schannel sign/seal
Stefan Metzmacher
1
-51
/
+137
2012-07-17
libcli/auth: add support for AES/HMAC-SHA256 schannel session key support
Stefan Metzmacher
1
-3
/
+63
2012-07-17
s4:librpc/rpc/dcerpc_schannel: just append NETLOGON_NEG_RODC_PASSTHROUGH as rodc
Stefan Metzmacher
1
-2
/
+0
2012-06-19
libcli: use tdb directly, not tdb_compat.
Rusty Russell
1
-2
/
+2
2012-05-03
UTIL_TDB: lowercase name.
Jelmer Vernooij
1
-1
/
+1
2012-04-23
Make krb5 wrapper library common so they can be used all over
Simo Sorce
3
-310
/
+1
2012-04-12
krb5_wrap: krb5_string_to_key / krb5_encrypt_block are deprecated.
Simo Sorce
1
-4
/
+4
2012-04-12
auth-krb: Move pac related util functions in a single place.
Simo Sorce
2
-81
/
+0
2012-04-12
auth-krb: Make functions static.
Simo Sorce
1
-4
/
+0
2012-04-12
auth-krb: Nove oid packet check to gensec_util.
Simo Sorce
1
-1
/
+0
2012-04-12
krb5_wrap: remove duplicate declaration and dead ifdef
Simo Sorce
1
-4
/
+0
2012-03-10
tdb_wrap: Move to specific directory.
Jelmer Vernooij
1
-1
/
+1
2012-02-25
libcli: Remove a pointless check
Volker Lendecke
1
-3
/
+1
2012-02-17
auth: Move the rest of the source4 gensec_ntlmssp code to the top level
Andrew Bartlett
1
-2
/
+2
2012-02-17
auth/kerberos: Move gse_get_session_key() to common code and use in gensec_gs...
Andrew Bartlett
1
-0
/
+17
[prev]
[next]